]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
/home/balu/mes.cvs
[lyx.git] / src / support / ChangeLog
1 2001-02-27  José Matos  <jamatos@fep.up.pt>
2
3         * filetools.h (BasePath):
4         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
5
6         * filetools.C (IsLyXFilename):
7         * filetools.C (IsSGMLFilename): test if extension is suffix and not
8         only containned.
9
10 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
11
12         * fmt.C: 
13         * filetools.C: 
14         * atoi.C: remove cruft
15
16 2001-02-06  albert chin  <china@thewrittenword.com>
17
18         * snprintf.h: 
19         * fmt.C: use HAVE_DECL_SNPRINTF
20         
21 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
22
23         * lyxstring.C: Fix some assertions.
24
25 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
26
27         * lstrings.C (strip): Add a fix for compilers with broken
28         string::find_last_not_of.
29
30         * filetools.C (AddPath): Simplify by using strip and frontStrip.
31
32 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
33
34         * lyxstring.C (rfind): Fix broken functions.
35         (find): Few optimizations.