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