]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
Added new FINISED states FINISHED_RIGHT, FINISHED_UP, FINISHED_DOWN.
[lyx.git] / src / support / ChangeLog
1 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
2
3         * filetools.h:
4         * filetools.C (IsDirWriteable): fix this
5  
6 2001-07-26  Baruch Even  <baruch@lyx.org>
7
8         * lyxlib.h (float_equal): Added function to compare floats almost equal
9         (see function comment).
10
11 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
12
13         Consistent use of Lsstream.h:
14         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
15
16 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17
18         * translator.h: (*it). -> it->
19
20 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
21
22         * filetools.C (DeleteAllFilesInDir): send debug output to
23         Debug::FILES instewad of Debug::ANY.
24
25         * DebugStream.h: remove gcc 2.8.x hack.
26
27 2001-06-26  The LyX Project  <jug@sad.it>
28
29         * lstrings.h:
30         * lstrings.C (escape): move method to escape non ascii characters
31         from insets label and ref to here.
32
33 2001-06-25  The LyX Project  <jug@sad.it>
34
35         * filetools.C (IsLyXFilename): 
36         (IsSGMLFilename): do case insensitive name matching
37
38 2001-06-24  The LyX Project  <jug@sad.it>
39
40         * lstrings.C (compare_ascii_no_case): version of compare_no_case
41         which only considers case of ascii characters
42
43         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
44         sstream header.
45
46 2001-06-23  The LyX Project  <jug@sad.it>
47
48         * textutils.h (IsPrintable): take into account unprintable spaces
49         above 127.
50         (IsDigit): new function
51         (IsLetterCharOrDigit): use IsDigit
52
53 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
54
55         * filetools.C (findtexfile): strip final \r if necessary (for
56         cygwin)
57
58 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
59
60         * FileInfo.C:
61         * StrPool.C: removed // -*- C++ -*- as first line.
62
63 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
64
65         * lyxsum.C (do_crc): switch to use boost::crc for generating the
66         checksum.
67
68 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
69
70         * lstrings.C: 
71         * syscall.C:
72         * syscontr.C: 
73         * LSubstring.C: bring C functions in global namespace if
74         necessary. 
75
76         * lstrings.h (compare): use the std:: version of str[n]cmp only
77         when it exists.
78
79 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
80
81         * syscontr.C: add std::
82
83         * syscall.C: add std::
84
85         * lstrings.h (compare): add std::
86
87         * lstrings.C (prefixIs): add std::
88         (suffixIs): ditto
89         (subst): ditto
90
91         * LSubstring.C (LSubstring): add std::
92
93 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
94
95         * lyxsum.C (sum): use istreambuf_iterator when available.
96
97 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
98
99         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
100         directly instead.
101
102         * lyxstring.C (operator): make const operator[] behave as
103         non-const and at.
104
105 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
106
107         * Makefile.am (EXTRA_DIST): add the os_*.C files.
108
109 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
110
111         * filetools.C (MakeAbsPath): remove debugging statement
112
113 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
114
115         * FileInfo.h: X_OK workaround for cygwin
116
117         * Makefile.am:
118         * os.C:
119         * os.h:
120         * os_os2.C:
121         * os_unix.C:
122         * os_win32.C:
123         * filetools.C:
124         * filetools.h: Added os:: class.
125
126         * rename.C:
127         * syscall.C:
128         * tempname.C: OS/2 fixes
129
130 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
131
132         * textutils.h: remvoe !NEW_INSETS cruft
133
134 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
135
136         * fmt.C: 
137         * atoi.C: add using directives when needed for C functions
138         declared in std:: namespace.
139
140 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
141
142         * lstrings.C : add two helper structs, local_lowercase and
143         local_uppercase. 
144         (lowercase): change to use std::transform
145         (uppercase): change to use std::transform
146
147 2001-04-25  Allan Rae  <rae@lyx.org>
148
149         * lyxstring.C : Assert got moved and Lars missed a few.
150
151 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
152
153         * LAssert.h (Assert): put into namespace lyx
154
155         * lyxfunctional.h: put into namespace lyx
156         * translator.h: adjust
157
158 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
159
160         * lyxalgo.h: put into namespace lyx, add firster and copy_if
161
162         * FileInfo.h: inherit privately from noncopyable
163         * path.h: ditto
164
165 2001-04-16  Allan Rae  <rae@lyx.org>
166
167         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
168         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
169
170 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
171
172         * several files: remove CXX_WORKING_NAMESPACES
173
174         * FileInfo.h: noncopyable is in namespace boost
175         * path.h: ditto
176
177 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
178
179         * syscontr.h: fix header include
180
181 2001-02-28  Baruch Even  <baruch@ev-en.org>
182
183         * filetools.C: Removed dependency on syscall.h
184
185         * syscall.h:
186         * syscall.C: Minor cleanings before I start to touch this code.
187
188 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
189
190         * filetools.C (CreateTmpDir): change umask to 0700.
191
192 2001-02-27  José Matos  <jamatos@fep.up.pt>
193
194         * filetools.h (BasePath):
195         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
196
197         * filetools.C (IsLyXFilename):
198         * filetools.C (IsSGMLFilename): test if extension is suffix and not
199         only contained.
200
201 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
202
203         * fmt.C: 
204         * filetools.C: 
205         * atoi.C: remove cruft
206
207 2001-02-06  albert chin  <china@thewrittenword.com>
208
209         * snprintf.h: 
210         * fmt.C: use HAVE_DECL_SNPRINTF
211         
212 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
213
214         * lyxstring.C: Fix some assertions.
215
216 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
217
218         * lstrings.C (strip): Add a fix for compilers with broken
219         string::find_last_not_of.
220
221         * filetools.C (AddPath): Simplify by using strip and frontStrip.
222
223 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
224
225         * lyxstring.C (rfind): Fix broken functions.
226         (find): Few optimizations.