]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
6cab81fbfd3869adee120169ebc3f242ea978d3f
[lyx.git] / src / support / ChangeLog
1 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2
3         * FileInfo.h: noncopyable is in namespace boost
4         * path.h: ditto
5
6 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
7
8         * syscontr.h: fix header include
9
10 2001-02-28  Baruch Even  <baruch@ev-en.org>
11
12         * filetools.C: Removed dependency on syscall.h
13
14         * syscall.h:
15         * syscall.C: Minor cleanings before I start to touch this code.
16
17 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
18
19         * filetools.C (CreateTmpDir): change umask to 0700.
20
21 2001-02-27  José Matos  <jamatos@fep.up.pt>
22
23         * filetools.h (BasePath):
24         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
25
26         * filetools.C (IsLyXFilename):
27         * filetools.C (IsSGMLFilename): test if extension is suffix and not
28         only contained.
29
30 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
31
32         * fmt.C: 
33         * filetools.C: 
34         * atoi.C: remove cruft
35
36 2001-02-06  albert chin  <china@thewrittenword.com>
37
38         * snprintf.h: 
39         * fmt.C: use HAVE_DECL_SNPRINTF
40         
41 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
42
43         * lyxstring.C: Fix some assertions.
44
45 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
46
47         * lstrings.C (strip): Add a fix for compilers with broken
48         string::find_last_not_of.
49
50         * filetools.C (AddPath): Simplify by using strip and frontStrip.
51
52 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
53
54         * lyxstring.C (rfind): Fix broken functions.
55         (find): Few optimizations.