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