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