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