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