]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
Add a meaningful description of what LibScriptSearch now does.
[lyx.git] / src / support / ChangeLog
1 2003-06-01  Angus Leeming  <leeming@lyx.org>
2
3         * filetools.h (LibScriptSearch): give the function a meaningful
4         description of what it now does.
5
6 2003-05-30  Angus Leeming  <leeming@lyx.org>
7
8         * filetools.C (LibScriptSearch): make it search for "$$s/" and replace
9         this with the path to the script. If the script is not found, the "$$s/"
10         string is removed.
11
12 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
13
14         * lstrings.[Ch] (prefixIs,suffixIs,subst): remove variants taking
15         char const *.
16
17 2003-05-19  André Pönitz  <poenitz@gmx.net>
18
19         * lstrings.C: add missing implementation of three-arg bformat
20
21         * lstrings.C: change rest of char * fmt -> string const & fmt
22
23
24 2003-05-15  André Pönitz  <poenitz@gmx.net>
25
26         * lstrings.[Ch]: use string const & instead of char const * for format
27
28 2003-05-12  André Pönitz  <poenitz@gmx.net>
29
30         * tostr.[Ch]: add long int overload
31
32 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
33
34         * lstrings.[Ch]: compile fix
35
36 2003-05-12  André Pönitz  <poenitz@gmx.net>
37
38         * lstrings.[Ch]: bformat() as wrapper around boost::format
39
40         * lyxstring.h: enable templatized constructor
41
42 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
43
44         * limited_stack.h: Change some comments, simplify a couple of
45         class functions.
46
47 2003-02-21  André Pönitz <poenitz@gmx.net>
48
49         * limited_stack.h: change underlying container to deque to
50           make this re-usable in mathed
51
52 2003-04-08  John Levon  <levon@movementarian.org>
53
54         * filetools.C: fix MakeDisplayPath() to not
55         lie (bug 993)
56
57 2003-03-30  John Levon  <levon@movementarian.org>
58
59         * Makefile.am:
60         * BoostFormat.h:
61         * boost-inst.C: moved from src/
62
63 2003-03-29  John Levon  <levon@movementarian.org>
64
65         * filetools.h:
66         * filetools.C: never call Alert directly from here
67
68 2003-03-12  John Levon  <levon@movementarian.org>
69
70         * textutils.h: remove META_NEWLINE
71
72 2003-02-27  Ling Li  <ling@caltech.edu>
73
74         * lyxalgo.h (eliminate_duplicates): re-written to avoid the initial
75         sort.
76
77 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
78
79         * forkedcontr.C (timer): remove bogus continue
80
81 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
82
83         * forkedcallqueue.[Ch]: added
84
85 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
86
87         * forkedcontr.C (timer): Start the loop afresh if an item is deleted.
88         Emiting the signal can result in an arbitrary change to the list.
89
90 2003-02-25  Angus Leeming  <leeming@lyx.org>
91
92         * forkedcontr.C (timer): Use a while loop rather than for; makes it
93         easier to erase an element.
94
95 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
96
97         * forkedcontr.C (timer): don't start a running timer.
98
99 2003-02-21  André Pönitz <poenitz@gmx.net>
100
101         * filetools.C (PutEnv): removed (unused)
102
103 2003-02-17  John Levon  <levon@movementarian.org>
104
105         * forkedcall.h:
106         * forkedcall.C: add running()
107
108 2003-02-08  John Levon  <levon@movementarian.org>
109
110         * Makefile.am:
111         * lyxtime.h:
112         * lyxtime.C: add typedef for time_t, add current_time
113
114         * Makefile.am:
115         * userinfo.h:
116         * userinfo.C: add
117
118 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
119
120         * filetools.C (getExtFromContents): remove detection of epsi
121
122 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
123
124         * several files: ws changes
125
126 2002-11-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
127
128         * filetools.C (DirList): remove all ugly hacks and do it nice
129
130 2002-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
131
132         * lyxsum.C: an ugly hack to compile with non-gnu linkers
133
134 2002-11-12  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
135
136         * lstrings.C (getVectorFromString): #if 0 -> #if 1 until Lars devises
137         a solution that he likes and which actually works.
138
139 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
140
141         * lstrings.h (tostr): STRCONV
142
143         * lstrings.C (regexMatch): STRCONV
144         (getVectorFromString): STRCONV, manual copy into vector
145
146         * filetools.C (GetFileContents): STRCONV
147
148         * os.C: include config.h
149
150         * lstrings.C (getVectorFromString): rewrite to use
151         boost::tokenizer
152
153 2002-10-31  Angus Leeming  <leeming@lyx.org>
154
155         * forkedcall.C (generateChild): clean it up further.
156
157 2002-10-25  Angus Leeming  <leeming@lyx.org>
158
159         * forkedcall.[Ch]: split ForkedCall up into a base class ForkedProcess
160         and a minimal ForkedCall daughter class.
161
162         * forkedcontr.[Ch]: minimal changes reflecting the use of a
163         ForkedProcess base class responsible for launching all child proceses.
164
165 2002-09-25  Angus Leeming  <leeming@lyx.org>
166
167         * LIstream.h:
168         * LOstream.h: doxygen fixes.
169
170 2002-09-24  Angus Leeming  <leeming@lyx.org>
171
172         * most files: clean-up the license info.
173
174 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
175
176         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
177
178 2002-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
179
180         * os.h, os_os2.C, os_win32.C, os_unix.C: Added popen_read_mode(),
181         since at least for Cygwin, the "rb" read_mode acceptable for
182         fopen() is illegal for popen(), whose mode argument *must* be "r"
183         or "w".
184
185         * filetools.C (RunCommand): Uses os::popen_read_mode() instead
186         of os::read_mode()
187
188 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
189
190         * Makefile.am (libsupport_la_SOURCES): delete smart_ptr.h and
191         utility.h
192
193         * smart_ptr.h: remove file
194         * utility.h: ditto
195
196 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
197
198         * lyxfunctional.h: remove class_fun_t, void_class_fun_t,
199         class_fun and void_class_fun
200
201 2002-08-20  John Levon  <levon@movementarian.org>
202
203         * Makefile.am:
204         * fmt.C: remove
205
206 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
207
208         * textutils.h: formatting.
209
210 2002-08-08  John Levon  <levon@movementarian.org>
211
212         * limited_stack.h: default to 100 not 10
213
214 2002-08-01  John Levon  <levon@movementarian.org>
215
216         * forkedcall.C: more details on error
217
218 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
219
220         * lstrings.[hC]: rename stip to rtrim and frontStrip to ltrim,
221         also add a trim function that is the equiv of
222         strip(frontStrip(...)), also reimplement the functions
223         (improvements still possible.)
224
225         * filetools.C: strip,frontStrip -> trim,ltrim,rtrim
226         * forkedcall.C (generateChild): ditto
227         * lstrings.C: ditto
228
229
230 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
231
232         * filetools.C (GetEnvPath): modify because of strip changes
233         (createDirectory): ditto
234         (findtexfile): ditto
235         * lstrings.[Ch] (isStrInt): ditto
236         (isStrUnsignedInt): ditto
237         (strToInt): ditto
238         (strToUnsignedInt): ditto
239         (isStrDbl): ditto
240         (contains): removed unneeded version of contains
241         (containsOnly): removed uneeded versions of containsOnly
242         (strip, frontStrip): removed unneded versions, changed argument types.
243
244 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
245
246         * filetools.C (RunCommand): Made public
247
248 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
249
250         * limited_stack.h: fix comment, remove un-needed header
251
252 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
253
254         * lstrings.h: correct comments for token and tokenPos
255
256 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
257
258         * lyxstring.C (operator>>): replace code which works only with
259         _some_ versions of GNU STL with generic one
260
261 2002-07-18  Angus Leeming  <leeming@lyx.org>
262
263         * FileMonitor.[Ch]: new files. Monitor a file for any change and emit a
264         signal should it do so.
265
266         * Makefile.am: add FileMonitor.[Ch].
267
268 2002-07-18  André Pönitz <poenitz@gmx.net>
269
270         * filetools.C (LibScriptSearch): bug fix
271
272 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
273
274         * filetools.C (LyXReadLink): add bool 'resolve' to return link
275         contents as an absolute path
276
277 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
278
279         * filetools.C (IsLyXFilename):
280         (IsSGMLFilename): use ascii_lowercase instead of lowercase
281
282         * lstrings.[Ch] (ascii_lowercase): new function
283
284 2002-07-16  André Pönitz <poenitz@gmx.net>
285
286         * FileInfo.Ch: remove unneeded code
287
288 2002-06-20  Herbert Voss  <voss@perce.de>
289
290         * filetools.[C] (readExtFromContents): add support for
291         (x)fig format images
292
293 2002-06-26  André Pönitz <poenitz@gmx.net>
294
295         * filetools.[Ch]: small whitespace, more compact 'return' statement
296
297 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
298
299         * lyxalgo.h: add eliminate_duplicates
300
301 2002-06-17  Herbert Voss  <voss@perce.de>
302
303         * filetools.[C]: (readBB_from_PSFile) add a helperfunc
304         (readBB_lyxerrMessage) to get better lyxerr messages
305         (getExtFromContents) test epsi files in the right way
306
307         * DestroxLyXTmpDir.C: changed to true, to delete the
308         temporary unzipped files, too.
309
310 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
311
312         * putenv.C (putenv): putenv should never be found in std::
313
314         * kill.C (kill): kill should never be found in std::
315
316         * filetools.C: pclose and popen should never be found in std::
317
318 2002-06-07  Angus Leeming  <leeming@lyx.org>
319
320         Fixes needed to compile with Compaq cxx 6.5.
321         * lyxfunctional.h: rename lyx::class_fun(C & c, void(C::*f)(A)) as
322         lyx::void_class_fun to avoid compiler problems with Compaq cxx 6.5:
323         more than one instance of overloaded function "lyx::class_fun" matches
324         the argument list.
325
326         * filetools.C:
327         * kill.C:
328         * lstrings.C:
329         * putenv.C:
330         * snprintf.h:
331         * systemcall.C:
332         * utility.h:
333         all c-library variables have been moved into namespace std.
334         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
335
336         * kill.C: rename signal.h as csignal.
337
338         * putenv.C: rename stdlib.h as cstdlib
339
340 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
341
342         * lxtl.h: remove unused file
343
344 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
345
346         * Makefile.am:
347         * date.C:
348         * getUserName.C:
349         * fileblocks.c:
350         * StrPool.h:
351         * StrPool.C: remove unused files
352
353         * lyxalgo.h:
354         * lyxlib.h:
355         * mkdir.C:
356         * path.h:
357         * path.C:
358         * systemcall.C:
359         * textutils.h:
360         * translator.h:
361         * types.h: document and small cleanups
362
363 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
364
365         * switch from SigC signals to boost::signals.
366
367 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
368
369         * Makefile.am:
370         * limited_stack.h: new template for limited-size
371           stacks
372
373 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
374
375         * filetools.C: do not include LSubstring.h
376
377         * lstrings.C: change include order
378         (regexMatch): use boost regex get rid of LRegex and LSubstring
379
380         * Makefile.am (libsupport_la_SOURCES): delete regex and substring
381         stuff.
382
383         * LSubstring.h: remove file
384         * regex.c: ditto
385         * lyxregex.h: ditto
386         * LRegex.C: ditto
387         * LRegex.h: ditto
388         * LSubstring.C: ditto
389
390 2002-05-24  Juergen Vigna  <jug@sad.it>
391
392         * lyxsum.C: include local includes first (self containment)
393
394 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
395
396         * forkedcall.h: use more specific smart_ptr header.
397
398         * lyxsum.C: move some using declarations around.
399
400 2002-05-03  Herbert Voss  <voss@perce.de>
401
402         * filetools.C (getExtFromContents): only print the first 60 chars of
403         the scanned-string when debugging.
404
405 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
406
407         * lyxstring.C: close to typo fix.
408
409 2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
410
411         * filetools.C: add a using std::getline directive.
412
413 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
414
415         * lyxstring.C (operator>>): try a new version of the operator>>
416
417 2002-04-14  Herbert Voss  <voss@perce.de>
418
419         * lstrings.[Ch]: move the getVectorFromString and the vice versa
420         from frontends/controllers/helper_funcs for better use in other
421         programs
422
423 2002-04-15  Angus Leeming  <a.leeming@ic.ac.uk>
424
425         * tempname.C (make_tempfile): simplify the #ifdef block by using
426         #if defined and re-write the #warning as a #error because it's terminal.
427
428 2002-04-08  Herbert Voss  <voss@perce.de>
429
430         * filetools.C (getExtFromContents): get tgif run
431
432 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
433
434         * filetools.C (getExtFromContents): re-format a little and remove
435         replicated "sgi" entry.
436
437 2002-04-07  Herbert Voss  <voss@perce.de>
438
439         * filetools.[Ch]: add readBB_from_PSFile() to make bb available
440         for the lyx-view in graphics (moved from ControlGraphics)
441
442 2002-04-07  Herbert Voss  <voss@perce.de>
443
444         * filetools.C: fix bug for eps. scans now a whole line
445
446 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
447
448         * lyxstring.C (operator>>): use the better solution, this fixes a
449         "not able to read '\0'" bug.
450
451 2002-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
452
453         * translator.h: add missing typename
454
455 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
456
457         * filetools.C (LibScriptSearch): new command. Searches for scripts
458         in lyx data directories.
459         (LibScriptSearch): try to use split() correctly.
460
461 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
462
463         * most files: ws cleanup
464
465         * Makefile.am: remove ld -r stuff
466
467 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
468
469         * Makefile.am (libsupport.la): special rules if partial linking
470
471 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
472
473         * forkedcontr.C: turn the timer off when their are no longer any
474         child processes running.
475
476 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
477
478         * forkedcall.h: docy fix
479         change SignalType second type to be const ref.
480
481         * forkedcall.C: doxy fix
482
483 2002-03-11  Kayvan A. Sylvan  <kayvan@sylvan.com>
484
485         * lyxsum.C: compilation fix
486
487 2002-03-02  Herbert Voss  <voss@perce.de>
488
489         * filetools.C: fix bug for xbm format and added some more debug
490         infos
491
492 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
493
494         * forkedcontr.h: make constructor public
495
496         * types.h: remove layout_type
497
498 2002-03-01  Angus Leeming  <a.leeming@ic.ac.uk>
499
500         * filetools.C (getExtFromContents): cleanup.
501
502         * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler.
503
504 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
505
506         * Makefile.am (SIGC_INCLUDES): add a -I directive for when
507         building outside of source tree.
508
509 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
510
511         * forkedcall.[Ch]:
512         * forkedcontr.[Ch]: new files. Asger's forked call controller is
513         re-born, with a working timer and a modified interface. The
514         startscript method is now passed a Signal rather than a pointer
515         to a callback function. This enables us to connect to the method of
516         a C++ class, if we so desire.
517
518         * Makefile.am: add forkedcall.[Ch], forkedcontr.[Ch].
519
520 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
521
522         * Makefile.am:
523         * os2_defines.h:
524         * os2_errortable.h:
525         * nt_defines.h: moved from src/
526
527 2002-02-23  Herbert Voss  <voss@perce.de>
528
529         * filetools.C: added more graphic formats
530
531 2002-02-18  Herbert Voss  <voss@perce.de>
532
533         * filetools.C: (getExtFromContents) return the fileextension
534         if no format is detected.
535
536 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
537
538         * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed
539         as class SystemCall because one Systemcall instance represents a
540         single child process.
541
542         * filetools.C:
543         * Makefile.am: associated changes.
544
545 2002-02-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
546
547         * syscall.C (Systemcalls): include <cstdlib>
548
549 2002-02-08  Herbert Voss  <voss@perce.de>
550
551         * filetools.C: (getExtFromContents) adding Grace-format
552         for filetypes
553
554 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
555
556         * syscontr.[Ch]:
557         * syssingleton.C: files removed.
558
559         * syscall.[Ch]: remove the forked calls interface, as nothing, nowhere
560         uses it. Strip down the Systemcalls interface to make it brutally
561         obvious how unsophisticated it is.
562
563 2002-02-08  Herbert Voss  <voss@perce.de>
564
565         * filetools.C: (getExtFromContents) adding TGIF-format
566         and return type "user" when no type is detected
567
568 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
569
570         * textutils.h: remove IsLineSeparatorChar(char, Inset *)
571
572 2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
573
574         * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
575
576 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
577
578         * FileInfo.h: remove special cygwin code.
579
580         * filetools.C (do_popen): use os::read_mode().
581
582         * os_win32.C (read_mode):
583         * os_os2.C (read_mode):
584         * os_unix.C (read_mode): new method
585
586         * filetools.C (do_popen): fix for cygwin compatibility (from Claus
587         Hentschel). This code should maybe be moved to os:: class.
588
589 2002-02-08  Herbert Voss  <voss@perce.de>
590
591         * filetools.C: (unzipFile) fix typo
592
593 2002-02-06  Herbert Voss  <voss@perce.de>
594
595         * filetools.[Ch]: fix some bugs for detecting zipped files
596         adding unzipFile()
597
598 2002-02-04  Herbert Voss  <voss@perce.de>
599
600         * filetools.[Ch]: add ifZippedFile() for zipped
601         graphic files
602
603 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
604
605         * filetools.C (FileOpenSearch): remove duplicated line, probably
606         resulting from bad cut-and paste.
607
608 2002-01-31  Herbert Voss  <voss@perce.de>
609
610         * filetools.[Ch]: add getExtFromContents(), which returns
611         the type of the (graphic) file
612
613 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
614
615         * copy.C (copy): open file in binary mode (for cygwin)
616
617 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
618
619         * lyxsum.C: remove #warnings and replaced them with runtime debug
620         info.
621
622 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
623
624         * lyxalgo.h: include <algorithm>
625
626 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
627
628         * lyx_algo.h: add a standard-conforming count to namespace lyx.
629
630         * lstrings.[Ch] (countChar): removed. Use lyx::count.
631
632 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
633
634         * filetools.C: fix use of FileInfo
635
636         * FileInfo.h:
637         * FileInfo.C: add Asserts and documentation
638
639 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
640
641         * os_win32.C: compilation fixes
642
643 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
644
645         * lstrings.h: do not include <cctype>
646
647 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
648
649         * lyxsum.C: portability fix for mmap patch
650
651 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
652
653         * filetools.C:
654         * lstrings.C:
655         * lyxstring.C: change "while(" to "while ("
656
657 2001-12-03  Ben Stanley <bds02@uow.edu.au>
658
659         * lyxsum.C: Added mmap version of CRC and made it selected
660         by default where available. Used process_block for crc for speedup.
661
662 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
663
664         * filetools.C: more robust failure for DirList()
665
666 2001-11-29  André Pönitz <poenitz@gmx.net>
667
668         * types.h: introduce types for textclass numbers and layout numbers
669
670 2001-11-28  André Pönitz <poenitz@gmx.net>
671
672         * Makefile.am: put types.h in
673
674 2001-11-26  André Pönitz <poenitz@gmx.net>
675
676         * types.h: introduce types for paragraph positions and layout numbers
677
678 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
679
680         * filetools.C: remove dead code
681
682         * syscall.C: show prog in fail case
683
684 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
685
686         * filetools.C: code style cleanup
687
688 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
689
690         * os.h: remove spurious punctuation.
691
692 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
693
694         * LAssert.h:
695         * LAssert.C: use new emergencyCleanup()
696
697 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
698
699         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
700         like GNU gettext does.
701
702 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
703
704         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
705         several methods)
706         (findtexfile): oops! the change from last friday was wrong...
707
708         * os_win32.C (is_absolute_path):
709         * os_unix.C (is_absolute_path):
710         * os_os2.C (is_absolute_path): new method
711
712 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
713
714         * filetools.C (findtexfile): apply os::internal_path to the result.
715
716 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
717
718         * os_win32.C:
719         * os_unix.C:
720         * os_os2.C:
721         * os.h: add internal_path method, which converts a unix-type file
722         name to the type known to the underlying file system (currently
723         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
724
725 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
726
727         * smart_ptr.h: new file
728
729         * utility.h: new file
730
731 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
732
733         * filetools.h:
734         * filetools.C (IsDirWriteable): fix this
735
736 2001-07-26  Baruch Even  <baruch@lyx.org>
737
738         * lyxlib.h (float_equal): Added function to compare floats almost equal
739         (see function comment).
740
741 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
742
743         Consistent use of Lsstream.h:
744         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
745
746 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
747
748         * translator.h: (*it). -> it->
749
750 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
751
752         * filetools.C (DeleteAllFilesInDir): send debug output to
753         Debug::FILES instewad of Debug::ANY.
754
755         * DebugStream.h: remove gcc 2.8.x hack.
756
757 2001-06-26  The LyX Project  <jug@sad.it>
758
759         * lstrings.h:
760         * lstrings.C (escape): move method to escape non ascii characters
761         from insets label and ref to here.
762
763 2001-06-25  The LyX Project  <jug@sad.it>
764
765         * filetools.C (IsLyXFilename):
766         (IsSGMLFilename): do case insensitive name matching
767
768 2001-06-24  The LyX Project  <jug@sad.it>
769
770         * lstrings.C (compare_ascii_no_case): version of compare_no_case
771         which only considers case of ascii characters
772
773         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
774         sstream header.
775
776 2001-06-23  The LyX Project  <jug@sad.it>
777
778         * textutils.h (IsPrintable): take into account unprintable spaces
779         above 127.
780         (IsDigit): new function
781         (IsLetterCharOrDigit): use IsDigit
782
783 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
784
785         * filetools.C (findtexfile): strip final \r if necessary (for
786         cygwin)
787
788 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
789
790         * FileInfo.C:
791         * StrPool.C: removed // -*- C++ -*- as first line.
792
793 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
794
795         * lyxsum.C (do_crc): switch to use boost::crc for generating the
796         checksum.
797
798 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
799
800         * lstrings.C:
801         * syscall.C:
802         * syscontr.C:
803         * LSubstring.C: bring C functions in global namespace if
804         necessary.
805
806         * lstrings.h (compare): use the std:: version of str[n]cmp only
807         when it exists.
808
809 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
810
811         * syscontr.C: add std::
812
813         * syscall.C: add std::
814
815         * lstrings.h (compare): add std::
816
817         * lstrings.C (prefixIs): add std::
818         (suffixIs): ditto
819         (subst): ditto
820
821         * LSubstring.C (LSubstring): add std::
822
823 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
824
825         * lyxsum.C (sum): use istreambuf_iterator when available.
826
827 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
828
829         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
830         directly instead.
831
832         * lyxstring.C (operator): make const operator[] behave as
833         non-const and at.
834
835 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
836
837         * Makefile.am (EXTRA_DIST): add the os_*.C files.
838
839 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
840
841         * filetools.C (MakeAbsPath): remove debugging statement
842
843 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
844
845         * FileInfo.h: X_OK workaround for cygwin
846
847         * Makefile.am:
848         * os.C:
849         * os.h:
850         * os_os2.C:
851         * os_unix.C:
852         * os_win32.C:
853         * filetools.C:
854         * filetools.h: Added os:: class.
855
856         * rename.C:
857         * syscall.C:
858         * tempname.C: OS/2 fixes
859
860 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
861
862         * textutils.h: remvoe !NEW_INSETS cruft
863
864 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
865
866         * fmt.C:
867         * atoi.C: add using directives when needed for C functions
868         declared in std:: namespace.
869
870 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
871
872         * lstrings.C : add two helper structs, local_lowercase and
873         local_uppercase.
874         (lowercase): change to use std::transform
875         (uppercase): change to use std::transform
876
877 2001-04-25  Allan Rae  <rae@lyx.org>
878
879         * lyxstring.C : Assert got moved and Lars missed a few.
880
881 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
882
883         * LAssert.h (Assert): put into namespace lyx
884
885         * lyxfunctional.h: put into namespace lyx
886         * translator.h: adjust
887
888 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
889
890         * lyxalgo.h: put into namespace lyx, add firster and copy_if
891
892         * FileInfo.h: inherit privately from noncopyable
893         * path.h: ditto
894
895 2001-04-16  Allan Rae  <rae@lyx.org>
896
897         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
898         as an unrecognised preprocessor directive.  So ensure they're wrapped.
899
900 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
901
902         * several files: remove CXX_WORKING_NAMESPACES
903
904         * FileInfo.h: noncopyable is in namespace boost
905         * path.h: ditto
906
907 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
908
909         * syscontr.h: fix header include
910
911 2001-02-28  Baruch Even  <baruch@ev-en.org>
912
913         * filetools.C: Removed dependency on syscall.h
914
915         * syscall.h:
916         * syscall.C: Minor cleanings before I start to touch this code.
917
918 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
919
920         * filetools.C (CreateTmpDir): change umask to 0700.
921
922 2001-02-27  José Matos  <jamatos@fep.up.pt>
923
924         * filetools.h (BasePath):
925         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
926
927         * filetools.C (IsLyXFilename):
928         * filetools.C (IsSGMLFilename): test if extension is suffix and not
929         only contained.
930
931 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
932
933         * fmt.C:
934         * filetools.C:
935         * atoi.C: remove cruft
936
937 2001-02-06  albert chin  <china@thewrittenword.com>
938
939         * snprintf.h:
940         * fmt.C: use HAVE_DECL_SNPRINTF
941
942 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
943
944         * lyxstring.C: Fix some assertions.
945
946 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
947
948         * lstrings.C (strip): Add a fix for compilers with broken
949         string::find_last_not_of.
950
951         * filetools.C (AddPath): Simplify by using strip and frontStrip.
952
953 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
954
955         * lyxstring.C (rfind): Fix broken functions.
956         (find): Few optimizations.