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