]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
various fixes from John, Martin and Kayvan, plus one of mine. Read ChangeLogs
[lyx.git] / src / support / ChangeLog
1 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
2
3         * filetools.C: fix use of FileInfo
4
5         * FileInfo.h:
6         * FileInfo.C: add Asserts and documentation
7  
8 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
9
10         * os_win32.C: compilation fixes
11
12 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13
14         * lstrings.h: do not include <cctype>
15
16 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
17
18         * lyxsum.C: portability fix for mmap patch
19
20 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
21
22         * filetools.C:
23         * lstrings.C:
24         * lyxstring.C: change "while(" to "while ("
25
26 2001-12-03  Ben Stanley <bds02@uow.edu.au>
27
28         * lyxsum.C: Added mmap version of CRC and made it selected 
29         by default where available. Used process_block for crc for speedup.
30         
31 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
32
33         * filetools.C: more robust failure for DirList()
34
35 2001-11-29  André Pönitz <poenitz@gmx.net>
36         
37         * types.h: introduce types for textclass numbers and layout numbers
38
39 2001-11-28  André Pönitz <poenitz@gmx.net>
40         
41         * Makefile.am: put types.h in
42
43 2001-11-26  André Pönitz <poenitz@gmx.net>
44         
45         * types.h: introduce types for paragraph positions and layout numbers
46
47 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
48
49         * filetools.C: remove dead code
50  
51         * syscall.C: show prog in fail case
52  
53 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
54
55         * filetools.C: code style cleanup
56
57 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
58
59         * os.h: remove spurious punctuation.
60
61 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
62
63         * LAssert.h:
64         * LAssert.C: use new emergencyCleanup()
65  
66 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
67
68         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
69         like GNU gettext does.
70
71 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
72
73         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
74         several methods)
75         (findtexfile): oops! the change from last friday was wrong...
76
77         * os_win32.C (is_absolute_path): 
78         * os_unix.C (is_absolute_path): 
79         * os_os2.C (is_absolute_path): new method       
80
81 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
82
83         * filetools.C (findtexfile): apply os::internal_path to the result.
84
85 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
86
87         * os_win32.C: 
88         * os_unix.C:
89         * os_os2.C:
90         * os.h: add internal_path method, which converts a unix-type file
91         name to the type known to the underlying file system (currently
92         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
93
94 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
95
96         * smart_ptr.h: new file
97
98         * utility.h: new file
99
100 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
101
102         * filetools.h:
103         * filetools.C (IsDirWriteable): fix this
104  
105 2001-07-26  Baruch Even  <baruch@lyx.org>
106
107         * lyxlib.h (float_equal): Added function to compare floats almost equal
108         (see function comment).
109
110 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
111
112         Consistent use of Lsstream.h:
113         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
114
115 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
116
117         * translator.h: (*it). -> it->
118
119 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
120
121         * filetools.C (DeleteAllFilesInDir): send debug output to
122         Debug::FILES instewad of Debug::ANY.
123
124         * DebugStream.h: remove gcc 2.8.x hack.
125
126 2001-06-26  The LyX Project  <jug@sad.it>
127
128         * lstrings.h:
129         * lstrings.C (escape): move method to escape non ascii characters
130         from insets label and ref to here.
131
132 2001-06-25  The LyX Project  <jug@sad.it>
133
134         * filetools.C (IsLyXFilename): 
135         (IsSGMLFilename): do case insensitive name matching
136
137 2001-06-24  The LyX Project  <jug@sad.it>
138
139         * lstrings.C (compare_ascii_no_case): version of compare_no_case
140         which only considers case of ascii characters
141
142         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
143         sstream header.
144
145 2001-06-23  The LyX Project  <jug@sad.it>
146
147         * textutils.h (IsPrintable): take into account unprintable spaces
148         above 127.
149         (IsDigit): new function
150         (IsLetterCharOrDigit): use IsDigit
151
152 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
153
154         * filetools.C (findtexfile): strip final \r if necessary (for
155         cygwin)
156
157 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
158
159         * FileInfo.C:
160         * StrPool.C: removed // -*- C++ -*- as first line.
161
162 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
163
164         * lyxsum.C (do_crc): switch to use boost::crc for generating the
165         checksum.
166
167 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
168
169         * lstrings.C: 
170         * syscall.C:
171         * syscontr.C: 
172         * LSubstring.C: bring C functions in global namespace if
173         necessary. 
174
175         * lstrings.h (compare): use the std:: version of str[n]cmp only
176         when it exists.
177
178 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
179
180         * syscontr.C: add std::
181
182         * syscall.C: add std::
183
184         * lstrings.h (compare): add std::
185
186         * lstrings.C (prefixIs): add std::
187         (suffixIs): ditto
188         (subst): ditto
189
190         * LSubstring.C (LSubstring): add std::
191
192 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
193
194         * lyxsum.C (sum): use istreambuf_iterator when available.
195
196 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
197
198         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
199         directly instead.
200
201         * lyxstring.C (operator): make const operator[] behave as
202         non-const and at.
203
204 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
205
206         * Makefile.am (EXTRA_DIST): add the os_*.C files.
207
208 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
209
210         * filetools.C (MakeAbsPath): remove debugging statement
211
212 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
213
214         * FileInfo.h: X_OK workaround for cygwin
215
216         * Makefile.am:
217         * os.C:
218         * os.h:
219         * os_os2.C:
220         * os_unix.C:
221         * os_win32.C:
222         * filetools.C:
223         * filetools.h: Added os:: class.
224
225         * rename.C:
226         * syscall.C:
227         * tempname.C: OS/2 fixes
228
229 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
230
231         * textutils.h: remvoe !NEW_INSETS cruft
232
233 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
234
235         * fmt.C: 
236         * atoi.C: add using directives when needed for C functions
237         declared in std:: namespace.
238
239 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
240
241         * lstrings.C : add two helper structs, local_lowercase and
242         local_uppercase. 
243         (lowercase): change to use std::transform
244         (uppercase): change to use std::transform
245
246 2001-04-25  Allan Rae  <rae@lyx.org>
247
248         * lyxstring.C : Assert got moved and Lars missed a few.
249
250 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
251
252         * LAssert.h (Assert): put into namespace lyx
253
254         * lyxfunctional.h: put into namespace lyx
255         * translator.h: adjust
256
257 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
258
259         * lyxalgo.h: put into namespace lyx, add firster and copy_if
260
261         * FileInfo.h: inherit privately from noncopyable
262         * path.h: ditto
263
264 2001-04-16  Allan Rae  <rae@lyx.org>
265
266         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
267         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
268
269 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
270
271         * several files: remove CXX_WORKING_NAMESPACES
272
273         * FileInfo.h: noncopyable is in namespace boost
274         * path.h: ditto
275
276 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
277
278         * syscontr.h: fix header include
279
280 2001-02-28  Baruch Even  <baruch@ev-en.org>
281
282         * filetools.C: Removed dependency on syscall.h
283
284         * syscall.h:
285         * syscall.C: Minor cleanings before I start to touch this code.
286
287 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
288
289         * filetools.C (CreateTmpDir): change umask to 0700.
290
291 2001-02-27  José Matos  <jamatos@fep.up.pt>
292
293         * filetools.h (BasePath):
294         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
295
296         * filetools.C (IsLyXFilename):
297         * filetools.C (IsSGMLFilename): test if extension is suffix and not
298         only contained.
299
300 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
301
302         * fmt.C: 
303         * filetools.C: 
304         * atoi.C: remove cruft
305
306 2001-02-06  albert chin  <china@thewrittenword.com>
307
308         * snprintf.h: 
309         * fmt.C: use HAVE_DECL_SNPRINTF
310         
311 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
312
313         * lyxstring.C: Fix some assertions.
314
315 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
316
317         * lstrings.C (strip): Add a fix for compilers with broken
318         string::find_last_not_of.
319
320         * filetools.C (AddPath): Simplify by using strip and frontStrip.
321
322 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
323
324         * lyxstring.C (rfind): Fix broken functions.
325         (find): Few optimizations.