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