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