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