]> git.lyx.org Git - features.git/blob - src/support/ChangeLog
6a16d67cdb6faefab1754f5fba5d35065f7be892
[features.git] / src / support / ChangeLog
1 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * filetools.C (MakeAbsPath): remove debugging statement
4
5 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
6
7         * FileInfo.h: X_OK workaround for cygwin
8
9         * Makefile.am:
10         * os.C:
11         * os.h:
12         * os_os2.C:
13         * os_unix.C:
14         * os_win32.C:
15         * filetools.C:
16         * filetools.h: Added os:: class.
17
18         * rename.C:
19         * syscall.C:
20         * tempname.C: OS/2 fixes
21
22 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
23
24         * textutils.h: remvoe !NEW_INSETS cruft
25
26 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
27
28         * fmt.C: 
29         * atoi.C: add using directives when needed for C functions
30         declared in std:: namespace.
31
32 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
33
34         * lstrings.C : add two helper structs, local_lowercase and
35         local_uppercase. 
36         (lowercase): change to use std::transform
37         (uppercase): change to use std::transform
38
39 2001-04-25  Allan Rae  <rae@lyx.org>
40
41         * lyxstring.C : Assert got moved and Lars missed a few.
42
43 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
44
45         * LAssert.h (Assert): put into namespace lyx
46
47         * lyxfunctional.h: put into namespace lyx
48         * translator.h: adjust
49
50 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
51
52         * lyxalgo.h: put into namespace lyx, add firster and copy_if
53
54         * FileInfo.h: inherit privately from noncopyable
55         * path.h: ditto
56
57 2001-04-16  Allan Rae  <rae@lyx.org>
58
59         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
60         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
61
62 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
63
64         * several files: remove CXX_WORKING_NAMESPACES
65
66         * FileInfo.h: noncopyable is in namespace boost
67         * path.h: ditto
68
69 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
70
71         * syscontr.h: fix header include
72
73 2001-02-28  Baruch Even  <baruch@ev-en.org>
74
75         * filetools.C: Removed dependency on syscall.h
76
77         * syscall.h:
78         * syscall.C: Minor cleanings before I start to touch this code.
79
80 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
81
82         * filetools.C (CreateTmpDir): change umask to 0700.
83
84 2001-02-27  José Matos  <jamatos@fep.up.pt>
85
86         * filetools.h (BasePath):
87         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
88
89         * filetools.C (IsLyXFilename):
90         * filetools.C (IsSGMLFilename): test if extension is suffix and not
91         only contained.
92
93 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
94
95         * fmt.C: 
96         * filetools.C: 
97         * atoi.C: remove cruft
98
99 2001-02-06  albert chin  <china@thewrittenword.com>
100
101         * snprintf.h: 
102         * fmt.C: use HAVE_DECL_SNPRINTF
103         
104 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
105
106         * lyxstring.C: Fix some assertions.
107
108 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
109
110         * lstrings.C (strip): Add a fix for compilers with broken
111         string::find_last_not_of.
112
113         * filetools.C (AddPath): Simplify by using strip and frontStrip.
114
115 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
116
117         * lyxstring.C (rfind): Fix broken functions.
118         (find): Few optimizations.