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