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