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