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