]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
File monitoring is Go!
[lyx.git] / src / support / ChangeLog
1 2002-07-18  Angus Leeming  <leeming@lyx.org>
2
3         * FileMonitor.[Ch]: new files. Monitor a file for any change and emit a
4         signal should it do so.
5
6         * Makefile.am: add FileMonitor.[Ch].
7
8 2002-07-18  André Pönitz <poenitz@gmx.net>
9
10         * filetools.C (LibScriptSearch): bug fix
11
12 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13
14         * filetools.C (LyXReadLink): add bool 'resolve' to return link
15         contents as an absolute path
16
17 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
18
19         * filetools.C (IsLyXFilename):
20         (IsSGMLFilename): use ascii_lowercase instead of lowercase
21
22         * lstrings.[Ch] (ascii_lowercase): new function
23         
24 2002-07-16  André Pönitz <poenitz@gmx.net>
25
26         * FileInfo.Ch: remove unneeded code
27
28 2002-06-20  Herbert Voss  <voss@perce.de>
29
30         * filetools.[C] (readExtFromContents): add support for
31         (x)fig format images
32                 
33 2002-06-26  André Pönitz <poenitz@gmx.net>
34
35         * filetools.[Ch]: small whitespace, more compact 'return' statement
36
37 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
38
39         * lyxalgo.h: add eliminate_duplicates
40
41 2002-06-17  Herbert Voss  <voss@perce.de>
42
43         * filetools.[C]: (readBB_from_PSFile) add a helperfunc
44         (readBB_lyxerrMessage) to get better lyxerr messages
45         (getExtFromContents) test epsi files in the right way
46                 
47         * DestroxLyXTmpDir.C: changed to true, to delete the
48         temporary unzipped files, too.
49
50 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
51
52         * putenv.C (putenv): putenv should never be found in std::
53
54         * kill.C (kill): kill should never be found in std::
55
56         * filetools.C: pclose and popen should never be found in std::
57
58 2002-06-07  Angus Leeming  <leeming@lyx.org>
59
60         Fixes needed to compile with Compaq cxx 6.5.
61         * lyxfunctional.h: rename lyx::class_fun(C & c, void(C::*f)(A)) as
62         lyx::void_class_fun to avoid compiler problems with Compaq cxx 6.5:
63         more than one instance of overloaded function "lyx::class_fun" matches
64         the argument list.
65
66         * filetools.C:
67         * kill.C:
68         * lstrings.C:
69         * putenv.C:
70         * snprintf.h:
71         * systemcall.C:
72         * utility.h:
73         all c-library variables have been moved into namespace std.
74         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
75
76         * kill.C: rename signal.h as csignal.
77
78         * putenv.C: rename stdlib.h as cstdlib
79
80 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
81
82         * lxtl.h: remove unused file
83
84 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
85
86         * Makefile.am:
87         * date.C:
88         * getUserName.C:
89         * fileblocks.c:
90         * StrPool.h:
91         * StrPool.C: remove unused files
92
93         * lyxalgo.h:
94         * lyxlib.h:
95         * mkdir.C:
96         * path.h:
97         * path.C:
98         * systemcall.C:
99         * textutils.h:
100         * translator.h:
101         * types.h: document and small cleanups
102
103 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
104
105         * switch from SigC signals to boost::signals.
106
107 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
108
109         * Makefile.am:
110         * limited_stack.h: new template for limited-size
111           stacks
112
113 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
114
115         * filetools.C: do not include LSubstring.h
116
117         * lstrings.C: change include order
118         (regexMatch): use boost regex get rid of LRegex and LSubstring
119
120         * Makefile.am (libsupport_la_SOURCES): delete regex and substring
121         stuff.
122
123         * LSubstring.h: remove file
124         * regex.c: ditto
125         * lyxregex.h: ditto
126         * LRegex.C: ditto
127         * LRegex.h: ditto
128         * LSubstring.C: ditto
129
130 2002-05-24  Juergen Vigna  <jug@sad.it>
131
132         * lyxsum.C: include local includes first (self containment)
133
134 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
135
136         * forkedcall.h: use more specific smart_ptr header.
137
138         * lyxsum.C: move some using declarations around.
139
140 2002-05-03  Herbert Voss  <voss@perce.de>
141
142         * filetools.C (getExtFromContents): only print the first 60 chars of
143         the scanned-string when debugging.
144
145 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
146
147         * lyxstring.C: close to typo fix.
148
149 2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
150
151         * filetools.C: add a using std::getline directive.
152
153 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
154
155         * lyxstring.C (operator>>): try a new version of the operator>>
156
157 2002-04-14  Herbert Voss  <voss@perce.de>
158
159         * lstrings.[Ch]: move the getVectorFromString and the vice versa
160         from frontends/controllers/helper_funcs for better use in other
161         programs
162
163 2002-04-15  Angus Leeming  <a.leeming@ic.ac.uk>
164
165         * tempname.C (make_tempfile): simplify the #ifdef block by using
166         #if defined and re-write the #warning as a #error because it's terminal.
167
168 2002-04-08  Herbert Voss  <voss@perce.de>
169
170         * filetools.C (getExtFromContents): get tgif run
171
172 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
173
174         * filetools.C (getExtFromContents): re-format a little and remove
175         replicated "sgi" entry.
176
177 2002-04-07  Herbert Voss  <voss@perce.de>
178
179         * filetools.[Ch]: add readBB_from_PSFile() to make bb available
180         for the lyx-view in graphics (moved from ControlGraphics)
181
182 2002-04-07  Herbert Voss  <voss@perce.de>
183
184         * filetools.C: fix bug for eps. scans now a whole line
185
186 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
187
188         * lyxstring.C (operator>>): use the better solution, this fixes a
189         "not able to read '\0'" bug.
190
191 2002-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
192
193         * translator.h: add missing typename
194
195 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
196
197         * filetools.C (LibScriptSearch): new command. Searches for scripts
198         in lyx data directories.
199         (LibScriptSearch): try to use split() correctly.
200
201 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
202
203         * most files: ws cleanup
204
205         * Makefile.am: remove ld -r stuff
206
207 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
208
209         * Makefile.am (libsupport.la): special rules if partial linking
210
211 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
212
213         * forkedcontr.C: turn the timer off when their are no longer any
214         child processes running.
215
216 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
217
218         * forkedcall.h: docy fix
219         change SignalType second type to be const ref.
220
221         * forkedcall.C: doxy fix
222
223 2002-03-11  Kayvan A. Sylvan  <kayvan@sylvan.com>
224
225         * lyxsum.C: compilation fix
226
227 2002-03-02  Herbert Voss  <voss@perce.de>
228
229         * filetools.C: fix bug for xbm format and added some more debug
230         infos
231
232 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
233
234         * forkedcontr.h: make constructor public
235
236         * types.h: remove layout_type
237
238 2002-03-01  Angus Leeming  <a.leeming@ic.ac.uk>
239
240         * filetools.C (getExtFromContents): cleanup.
241
242         * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler.
243
244 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
245
246         * Makefile.am (SIGC_INCLUDES): add a -I directive for when
247         building outside of source tree.
248
249 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
250
251         * forkedcall.[Ch]:
252         * forkedcontr.[Ch]: new files. Asger's forked call controller is
253         re-born, with a working timer and a modified interface. The
254         startscript method is now passed a Signal rather than a pointer
255         to a callback function. This enables us to connect to the method of
256         a C++ class, if we so desire.
257
258         * Makefile.am: add forkedcall.[Ch], forkedcontr.[Ch].
259
260 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
261
262         * Makefile.am:
263         * os2_defines.h:
264         * os2_errortable.h:
265         * nt_defines.h: moved from src/
266
267 2002-02-23  Herbert Voss  <voss@perce.de>
268
269         * filetools.C: added more graphic formats
270
271 2002-02-18  Herbert Voss  <voss@perce.de>
272
273         * filetools.C: (getExtFromContents) return the fileextension
274         if no format is detected.
275
276 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
277
278         * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed
279         as class SystemCall because one Systemcall instance represents a
280         single child process.
281
282         * filetools.C:
283         * Makefile.am: associated changes.
284
285 2002-02-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
286
287         * syscall.C (Systemcalls): include <cstdlib>
288
289 2002-02-08  Herbert Voss  <voss@perce.de>
290
291         * filetools.C: (getExtFromContents) adding Grace-format
292         for filetypes
293
294 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
295
296         * syscontr.[Ch]:
297         * syssingleton.C: files removed.
298
299         * syscall.[Ch]: remove the forked calls interface, as nothing, nowhere
300         uses it. Strip down the Systemcalls interface to make it brutally
301         obvious how unsophisticated it is.
302
303 2002-02-08  Herbert Voss  <voss@perce.de>
304
305         * filetools.C: (getExtFromContents) adding TGIF-format
306         and return type "user" when no type is detected
307
308 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
309
310         * textutils.h: remove IsLineSeparatorChar(char, Inset *)
311
312 2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
313
314         * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
315
316 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
317
318         * FileInfo.h: remove special cygwin code.
319
320         * filetools.C (do_popen): use os::read_mode().
321
322         * os_win32.C (read_mode):
323         * os_os2.C (read_mode):
324         * os_unix.C (read_mode): new method
325
326         * filetools.C (do_popen): fix for cygwin compatibility (from Claus
327         Hentschel). This code should maybe be moved to os:: class.
328
329 2002-02-08  Herbert Voss  <voss@perce.de>
330
331         * filetools.C: (unzipFile) fix typo
332
333 2002-02-06  Herbert Voss  <voss@perce.de>
334
335         * filetools.[Ch]: fix some bugs for detecting zipped files
336         adding unzipFile()
337
338 2002-02-04  Herbert Voss  <voss@perce.de>
339
340         * filetools.[Ch]: add ifZippedFile() for zipped
341         graphic files
342
343 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
344
345         * filetools.C (FileOpenSearch): remove duplicated line, probably
346         resulting from bad cut-and paste.
347
348 2002-01-31  Herbert Voss  <voss@perce.de>
349
350         * filetools.[Ch]: add getExtFromContents(), which returns
351         the type of the (graphic) file
352
353 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
354
355         * copy.C (copy): open file in binary mode (for cygwin)
356
357 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
358
359         * lyxsum.C: remove #warnings and replaced them with runtime debug
360         info.
361
362 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
363
364         * lyxalgo.h: include <algorithm>
365
366 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
367
368         * lyx_algo.h: add a standard-conforming count to namespace lyx.
369
370         * lstrings.[Ch] (countChar): removed. Use lyx::count.
371
372 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
373
374         * filetools.C: fix use of FileInfo
375
376         * FileInfo.h:
377         * FileInfo.C: add Asserts and documentation
378
379 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
380
381         * os_win32.C: compilation fixes
382
383 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
384
385         * lstrings.h: do not include <cctype>
386
387 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
388
389         * lyxsum.C: portability fix for mmap patch
390
391 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
392
393         * filetools.C:
394         * lstrings.C:
395         * lyxstring.C: change "while(" to "while ("
396
397 2001-12-03  Ben Stanley <bds02@uow.edu.au>
398
399         * lyxsum.C: Added mmap version of CRC and made it selected
400         by default where available. Used process_block for crc for speedup.
401
402 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
403
404         * filetools.C: more robust failure for DirList()
405
406 2001-11-29  André Pönitz <poenitz@gmx.net>
407
408         * types.h: introduce types for textclass numbers and layout numbers
409
410 2001-11-28  André Pönitz <poenitz@gmx.net>
411
412         * Makefile.am: put types.h in
413
414 2001-11-26  André Pönitz <poenitz@gmx.net>
415
416         * types.h: introduce types for paragraph positions and layout numbers
417
418 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
419
420         * filetools.C: remove dead code
421
422         * syscall.C: show prog in fail case
423
424 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
425
426         * filetools.C: code style cleanup
427
428 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
429
430         * os.h: remove spurious punctuation.
431
432 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
433
434         * LAssert.h:
435         * LAssert.C: use new emergencyCleanup()
436
437 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
438
439         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
440         like GNU gettext does.
441
442 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
443
444         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
445         several methods)
446         (findtexfile): oops! the change from last friday was wrong...
447
448         * os_win32.C (is_absolute_path):
449         * os_unix.C (is_absolute_path):
450         * os_os2.C (is_absolute_path): new method
451
452 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
453
454         * filetools.C (findtexfile): apply os::internal_path to the result.
455
456 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
457
458         * os_win32.C:
459         * os_unix.C:
460         * os_os2.C:
461         * os.h: add internal_path method, which converts a unix-type file
462         name to the type known to the underlying file system (currently
463         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
464
465 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
466
467         * smart_ptr.h: new file
468
469         * utility.h: new file
470
471 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
472
473         * filetools.h:
474         * filetools.C (IsDirWriteable): fix this
475
476 2001-07-26  Baruch Even  <baruch@lyx.org>
477
478         * lyxlib.h (float_equal): Added function to compare floats almost equal
479         (see function comment).
480
481 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
482
483         Consistent use of Lsstream.h:
484         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
485
486 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
487
488         * translator.h: (*it). -> it->
489
490 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
491
492         * filetools.C (DeleteAllFilesInDir): send debug output to
493         Debug::FILES instewad of Debug::ANY.
494
495         * DebugStream.h: remove gcc 2.8.x hack.
496
497 2001-06-26  The LyX Project  <jug@sad.it>
498
499         * lstrings.h:
500         * lstrings.C (escape): move method to escape non ascii characters
501         from insets label and ref to here.
502
503 2001-06-25  The LyX Project  <jug@sad.it>
504
505         * filetools.C (IsLyXFilename):
506         (IsSGMLFilename): do case insensitive name matching
507
508 2001-06-24  The LyX Project  <jug@sad.it>
509
510         * lstrings.C (compare_ascii_no_case): version of compare_no_case
511         which only considers case of ascii characters
512
513         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
514         sstream header.
515
516 2001-06-23  The LyX Project  <jug@sad.it>
517
518         * textutils.h (IsPrintable): take into account unprintable spaces
519         above 127.
520         (IsDigit): new function
521         (IsLetterCharOrDigit): use IsDigit
522
523 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
524
525         * filetools.C (findtexfile): strip final \r if necessary (for
526         cygwin)
527
528 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
529
530         * FileInfo.C:
531         * StrPool.C: removed // -*- C++ -*- as first line.
532
533 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
534
535         * lyxsum.C (do_crc): switch to use boost::crc for generating the
536         checksum.
537
538 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
539
540         * lstrings.C:
541         * syscall.C:
542         * syscontr.C:
543         * LSubstring.C: bring C functions in global namespace if
544         necessary.
545
546         * lstrings.h (compare): use the std:: version of str[n]cmp only
547         when it exists.
548
549 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
550
551         * syscontr.C: add std::
552
553         * syscall.C: add std::
554
555         * lstrings.h (compare): add std::
556
557         * lstrings.C (prefixIs): add std::
558         (suffixIs): ditto
559         (subst): ditto
560
561         * LSubstring.C (LSubstring): add std::
562
563 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
564
565         * lyxsum.C (sum): use istreambuf_iterator when available.
566
567 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
568
569         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
570         directly instead.
571
572         * lyxstring.C (operator): make const operator[] behave as
573         non-const and at.
574
575 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
576
577         * Makefile.am (EXTRA_DIST): add the os_*.C files.
578
579 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
580
581         * filetools.C (MakeAbsPath): remove debugging statement
582
583 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
584
585         * FileInfo.h: X_OK workaround for cygwin
586
587         * Makefile.am:
588         * os.C:
589         * os.h:
590         * os_os2.C:
591         * os_unix.C:
592         * os_win32.C:
593         * filetools.C:
594         * filetools.h: Added os:: class.
595
596         * rename.C:
597         * syscall.C:
598         * tempname.C: OS/2 fixes
599
600 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
601
602         * textutils.h: remvoe !NEW_INSETS cruft
603
604 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
605
606         * fmt.C:
607         * atoi.C: add using directives when needed for C functions
608         declared in std:: namespace.
609
610 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
611
612         * lstrings.C : add two helper structs, local_lowercase and
613         local_uppercase.
614         (lowercase): change to use std::transform
615         (uppercase): change to use std::transform
616
617 2001-04-25  Allan Rae  <rae@lyx.org>
618
619         * lyxstring.C : Assert got moved and Lars missed a few.
620
621 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
622
623         * LAssert.h (Assert): put into namespace lyx
624
625         * lyxfunctional.h: put into namespace lyx
626         * translator.h: adjust
627
628 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
629
630         * lyxalgo.h: put into namespace lyx, add firster and copy_if
631
632         * FileInfo.h: inherit privately from noncopyable
633         * path.h: ditto
634
635 2001-04-16  Allan Rae  <rae@lyx.org>
636
637         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
638         as an unrecognised preprocessor directive.  So ensure they're wrapped.
639
640 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
641
642         * several files: remove CXX_WORKING_NAMESPACES
643
644         * FileInfo.h: noncopyable is in namespace boost
645         * path.h: ditto
646
647 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
648
649         * syscontr.h: fix header include
650
651 2001-02-28  Baruch Even  <baruch@ev-en.org>
652
653         * filetools.C: Removed dependency on syscall.h
654
655         * syscall.h:
656         * syscall.C: Minor cleanings before I start to touch this code.
657
658 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
659
660         * filetools.C (CreateTmpDir): change umask to 0700.
661
662 2001-02-27  José Matos  <jamatos@fep.up.pt>
663
664         * filetools.h (BasePath):
665         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
666
667         * filetools.C (IsLyXFilename):
668         * filetools.C (IsSGMLFilename): test if extension is suffix and not
669         only contained.
670
671 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
672
673         * fmt.C:
674         * filetools.C:
675         * atoi.C: remove cruft
676
677 2001-02-06  albert chin  <china@thewrittenword.com>
678
679         * snprintf.h:
680         * fmt.C: use HAVE_DECL_SNPRINTF
681
682 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
683
684         * lyxstring.C: Fix some assertions.
685
686 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
687
688         * lstrings.C (strip): Add a fix for compilers with broken
689         string::find_last_not_of.
690
691         * filetools.C (AddPath): Simplify by using strip and frontStrip.
692
693 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
694
695         * lyxstring.C (rfind): Fix broken functions.
696         (find): Few optimizations.