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