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