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