]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
move BoostFormat and boost-inst
[lyx.git] / src / support / ChangeLog
1 2003-03-30  John Levon  <levon@movementarian.org>
2
3         * Makefile.am:
4         * BoostFormat.h:
5         * boost-inst.C: moved from src/
6
7 2003-03-29  John Levon  <levon@movementarian.org>
8
9         * filetools.h:
10         * filetools.C: never call Alert directly from here
11
12 2003-03-12  John Levon  <levon@movementarian.org>
13
14         * textutils.h: remove META_NEWLINE
15
16 2003-02-27  Ling Li  <ling@caltech.edu>
17
18         * lyxalgo.h (eliminate_duplicates): re-written to avoid the initial
19         sort.
20
21 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
22
23         * forkedcontr.C (timer): remove bogus continue
24         
25 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
26
27         * forkedcallqueue.[Ch]: added
28
29 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
30
31         * forkedcontr.C (timer): Start the loop afresh if an item is deleted.
32         Emiting the signal can result in an arbitrary change to the list.
33
34 2003-02-25  Angus Leeming  <leeming@lyx.org>
35
36         * forkedcontr.C (timer): Use a while loop rather than for; makes it
37         easier to erase an element.
38
39 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
40
41         * forkedcontr.C (timer): don't start a running timer.
42
43 2003-02-21  André Pönitz <poenitz@gmx.net>
44
45         * filetools.C (PutEnv): removed (unused)
46
47 2003-02-17  John Levon  <levon@movementarian.org>
48
49         * forkedcall.h:
50         * forkedcall.C: add running()
51
52 2003-02-08  John Levon  <levon@movementarian.org>
53
54         * Makefile.am:
55         * lyxtime.h:
56         * lyxtime.C: add typedef for time_t, add current_time
57
58         * Makefile.am:
59         * userinfo.h:
60         * userinfo.C: add
61
62 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
63
64         * filetools.C (getExtFromContents): remove detection of epsi
65
66 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
67
68         * several files: ws changes
69
70 2002-11-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
71
72         * filetools.C (DirList): remove all ugly hacks and do it nice
73
74 2002-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
75
76         * lyxsum.C: an ugly hack to compile with non-gnu linkers
77
78 2002-11-12  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
79
80         * lstrings.C (getVectorFromString): #if 0 -> #if 1 until Lars devises
81         a solution that he likes and which actually works.
82
83 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
84
85         * lstrings.h (tostr): STRCONV
86
87         * lstrings.C (regexMatch): STRCONV
88         (getVectorFromString): STRCONV, manual copy into vector
89
90         * filetools.C (GetFileContents): STRCONV
91
92         * os.C: include config.h
93
94         * lstrings.C (getVectorFromString): rewrite to use
95         boost::tokenizer
96
97 2002-10-31  Angus Leeming  <leeming@lyx.org>
98
99         * forkedcall.C (generateChild): clean it up further.
100
101 2002-10-25  Angus Leeming  <leeming@lyx.org>
102
103         * forkedcall.[Ch]: split ForkedCall up into a base class ForkedProcess
104         and a minimal ForkedCall daughter class.
105
106         * forkedcontr.[Ch]: minimal changes reflecting the use of a
107         ForkedProcess base class responsible for launching all child proceses.
108
109 2002-09-25  Angus Leeming  <leeming@lyx.org>
110
111         * LIstream.h:
112         * LOstream.h: doxygen fixes.
113
114 2002-09-24  Angus Leeming  <leeming@lyx.org>
115
116         * most files: clean-up the license info.
117
118 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
119
120         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
121
122 2002-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
123
124         * os.h, os_os2.C, os_win32.C, os_unix.C: Added popen_read_mode(),
125         since at least for Cygwin, the "rb" read_mode acceptable for
126         fopen() is illegal for popen(), whose mode argument *must* be "r"
127         or "w".
128
129         * filetools.C (RunCommand): Uses os::popen_read_mode() instead
130         of os::read_mode()
131
132 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
133
134         * Makefile.am (libsupport_la_SOURCES): delete smart_ptr.h and
135         utility.h
136
137         * smart_ptr.h: remove file
138         * utility.h: ditto
139
140 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
141
142         * lyxfunctional.h: remove class_fun_t, void_class_fun_t,
143         class_fun and void_class_fun
144
145 2002-08-20  John Levon  <levon@movementarian.org>
146
147         * Makefile.am:
148         * fmt.C: remove
149
150 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
151
152         * textutils.h: formatting.
153
154 2002-08-08  John Levon  <levon@movementarian.org>
155
156         * limited_stack.h: default to 100 not 10
157
158 2002-08-01  John Levon  <levon@movementarian.org>
159
160         * forkedcall.C: more details on error
161
162 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
163
164         * lstrings.[hC]: rename stip to rtrim and frontStrip to ltrim,
165         also add a trim function that is the equiv of
166         strip(frontStrip(...)), also reimplement the functions
167         (improvements still possible.)
168
169         * filetools.C: strip,frontStrip -> trim,ltrim,rtrim
170         * forkedcall.C (generateChild): ditto
171         * lstrings.C: ditto
172
173
174 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
175
176         * filetools.C (GetEnvPath): modify because of strip changes
177         (createDirectory): ditto
178         (findtexfile): ditto
179         * lstrings.[Ch] (isStrInt): ditto
180         (isStrUnsignedInt): ditto
181         (strToInt): ditto
182         (strToUnsignedInt): ditto
183         (isStrDbl): ditto
184         (contains): removed unneeded version of contains
185         (containsOnly): removed uneeded versions of containsOnly
186         (strip, frontStrip): removed unneded versions, changed argument types.
187
188 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
189
190         * filetools.C (RunCommand): Made public
191
192 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
193
194         * limited_stack.h: fix comment, remove un-needed header
195
196 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
197
198         * lstrings.h: correct comments for token and tokenPos
199
200 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
201
202         * lyxstring.C (operator>>): replace code which works only with
203         _some_ versions of GNU STL with generic one
204
205 2002-07-18  Angus Leeming  <leeming@lyx.org>
206
207         * FileMonitor.[Ch]: new files. Monitor a file for any change and emit a
208         signal should it do so.
209
210         * Makefile.am: add FileMonitor.[Ch].
211
212 2002-07-18  André Pönitz <poenitz@gmx.net>
213
214         * filetools.C (LibScriptSearch): bug fix
215
216 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
217
218         * filetools.C (LyXReadLink): add bool 'resolve' to return link
219         contents as an absolute path
220
221 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
222
223         * filetools.C (IsLyXFilename):
224         (IsSGMLFilename): use ascii_lowercase instead of lowercase
225
226         * lstrings.[Ch] (ascii_lowercase): new function
227
228 2002-07-16  André Pönitz <poenitz@gmx.net>
229
230         * FileInfo.Ch: remove unneeded code
231
232 2002-06-20  Herbert Voss  <voss@perce.de>
233
234         * filetools.[C] (readExtFromContents): add support for
235         (x)fig format images
236
237 2002-06-26  André Pönitz <poenitz@gmx.net>
238
239         * filetools.[Ch]: small whitespace, more compact 'return' statement
240
241 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
242
243         * lyxalgo.h: add eliminate_duplicates
244
245 2002-06-17  Herbert Voss  <voss@perce.de>
246
247         * filetools.[C]: (readBB_from_PSFile) add a helperfunc
248         (readBB_lyxerrMessage) to get better lyxerr messages
249         (getExtFromContents) test epsi files in the right way
250
251         * DestroxLyXTmpDir.C: changed to true, to delete the
252         temporary unzipped files, too.
253
254 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
255
256         * putenv.C (putenv): putenv should never be found in std::
257
258         * kill.C (kill): kill should never be found in std::
259
260         * filetools.C: pclose and popen should never be found in std::
261
262 2002-06-07  Angus Leeming  <leeming@lyx.org>
263
264         Fixes needed to compile with Compaq cxx 6.5.
265         * lyxfunctional.h: rename lyx::class_fun(C & c, void(C::*f)(A)) as
266         lyx::void_class_fun to avoid compiler problems with Compaq cxx 6.5:
267         more than one instance of overloaded function "lyx::class_fun" matches
268         the argument list.
269
270         * filetools.C:
271         * kill.C:
272         * lstrings.C:
273         * putenv.C:
274         * snprintf.h:
275         * systemcall.C:
276         * utility.h:
277         all c-library variables have been moved into namespace std.
278         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
279
280         * kill.C: rename signal.h as csignal.
281
282         * putenv.C: rename stdlib.h as cstdlib
283
284 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
285
286         * lxtl.h: remove unused file
287
288 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
289
290         * Makefile.am:
291         * date.C:
292         * getUserName.C:
293         * fileblocks.c:
294         * StrPool.h:
295         * StrPool.C: remove unused files
296
297         * lyxalgo.h:
298         * lyxlib.h:
299         * mkdir.C:
300         * path.h:
301         * path.C:
302         * systemcall.C:
303         * textutils.h:
304         * translator.h:
305         * types.h: document and small cleanups
306
307 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
308
309         * switch from SigC signals to boost::signals.
310
311 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
312
313         * Makefile.am:
314         * limited_stack.h: new template for limited-size
315           stacks
316
317 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
318
319         * filetools.C: do not include LSubstring.h
320
321         * lstrings.C: change include order
322         (regexMatch): use boost regex get rid of LRegex and LSubstring
323
324         * Makefile.am (libsupport_la_SOURCES): delete regex and substring
325         stuff.
326
327         * LSubstring.h: remove file
328         * regex.c: ditto
329         * lyxregex.h: ditto
330         * LRegex.C: ditto
331         * LRegex.h: ditto
332         * LSubstring.C: ditto
333
334 2002-05-24  Juergen Vigna  <jug@sad.it>
335
336         * lyxsum.C: include local includes first (self containment)
337
338 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
339
340         * forkedcall.h: use more specific smart_ptr header.
341
342         * lyxsum.C: move some using declarations around.
343
344 2002-05-03  Herbert Voss  <voss@perce.de>
345
346         * filetools.C (getExtFromContents): only print the first 60 chars of
347         the scanned-string when debugging.
348
349 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
350
351         * lyxstring.C: close to typo fix.
352
353 2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
354
355         * filetools.C: add a using std::getline directive.
356
357 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
358
359         * lyxstring.C (operator>>): try a new version of the operator>>
360
361 2002-04-14  Herbert Voss  <voss@perce.de>
362
363         * lstrings.[Ch]: move the getVectorFromString and the vice versa
364         from frontends/controllers/helper_funcs for better use in other
365         programs
366
367 2002-04-15  Angus Leeming  <a.leeming@ic.ac.uk>
368
369         * tempname.C (make_tempfile): simplify the #ifdef block by using
370         #if defined and re-write the #warning as a #error because it's terminal.
371
372 2002-04-08  Herbert Voss  <voss@perce.de>
373
374         * filetools.C (getExtFromContents): get tgif run
375
376 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
377
378         * filetools.C (getExtFromContents): re-format a little and remove
379         replicated "sgi" entry.
380
381 2002-04-07  Herbert Voss  <voss@perce.de>
382
383         * filetools.[Ch]: add readBB_from_PSFile() to make bb available
384         for the lyx-view in graphics (moved from ControlGraphics)
385
386 2002-04-07  Herbert Voss  <voss@perce.de>
387
388         * filetools.C: fix bug for eps. scans now a whole line
389
390 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
391
392         * lyxstring.C (operator>>): use the better solution, this fixes a
393         "not able to read '\0'" bug.
394
395 2002-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
396
397         * translator.h: add missing typename
398
399 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
400
401         * filetools.C (LibScriptSearch): new command. Searches for scripts
402         in lyx data directories.
403         (LibScriptSearch): try to use split() correctly.
404
405 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
406
407         * most files: ws cleanup
408
409         * Makefile.am: remove ld -r stuff
410
411 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
412
413         * Makefile.am (libsupport.la): special rules if partial linking
414
415 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
416
417         * forkedcontr.C: turn the timer off when their are no longer any
418         child processes running.
419
420 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
421
422         * forkedcall.h: docy fix
423         change SignalType second type to be const ref.
424
425         * forkedcall.C: doxy fix
426
427 2002-03-11  Kayvan A. Sylvan  <kayvan@sylvan.com>
428
429         * lyxsum.C: compilation fix
430
431 2002-03-02  Herbert Voss  <voss@perce.de>
432
433         * filetools.C: fix bug for xbm format and added some more debug
434         infos
435
436 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
437
438         * forkedcontr.h: make constructor public
439
440         * types.h: remove layout_type
441
442 2002-03-01  Angus Leeming  <a.leeming@ic.ac.uk>
443
444         * filetools.C (getExtFromContents): cleanup.
445
446         * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler.
447
448 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
449
450         * Makefile.am (SIGC_INCLUDES): add a -I directive for when
451         building outside of source tree.
452
453 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
454
455         * forkedcall.[Ch]:
456         * forkedcontr.[Ch]: new files. Asger's forked call controller is
457         re-born, with a working timer and a modified interface. The
458         startscript method is now passed a Signal rather than a pointer
459         to a callback function. This enables us to connect to the method of
460         a C++ class, if we so desire.
461
462         * Makefile.am: add forkedcall.[Ch], forkedcontr.[Ch].
463
464 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
465
466         * Makefile.am:
467         * os2_defines.h:
468         * os2_errortable.h:
469         * nt_defines.h: moved from src/
470
471 2002-02-23  Herbert Voss  <voss@perce.de>
472
473         * filetools.C: added more graphic formats
474
475 2002-02-18  Herbert Voss  <voss@perce.de>
476
477         * filetools.C: (getExtFromContents) return the fileextension
478         if no format is detected.
479
480 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
481
482         * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed
483         as class SystemCall because one Systemcall instance represents a
484         single child process.
485
486         * filetools.C:
487         * Makefile.am: associated changes.
488
489 2002-02-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
490
491         * syscall.C (Systemcalls): include <cstdlib>
492
493 2002-02-08  Herbert Voss  <voss@perce.de>
494
495         * filetools.C: (getExtFromContents) adding Grace-format
496         for filetypes
497
498 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
499
500         * syscontr.[Ch]:
501         * syssingleton.C: files removed.
502
503         * syscall.[Ch]: remove the forked calls interface, as nothing, nowhere
504         uses it. Strip down the Systemcalls interface to make it brutally
505         obvious how unsophisticated it is.
506
507 2002-02-08  Herbert Voss  <voss@perce.de>
508
509         * filetools.C: (getExtFromContents) adding TGIF-format
510         and return type "user" when no type is detected
511
512 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
513
514         * textutils.h: remove IsLineSeparatorChar(char, Inset *)
515
516 2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
517
518         * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
519
520 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
521
522         * FileInfo.h: remove special cygwin code.
523
524         * filetools.C (do_popen): use os::read_mode().
525
526         * os_win32.C (read_mode):
527         * os_os2.C (read_mode):
528         * os_unix.C (read_mode): new method
529
530         * filetools.C (do_popen): fix for cygwin compatibility (from Claus
531         Hentschel). This code should maybe be moved to os:: class.
532
533 2002-02-08  Herbert Voss  <voss@perce.de>
534
535         * filetools.C: (unzipFile) fix typo
536
537 2002-02-06  Herbert Voss  <voss@perce.de>
538
539         * filetools.[Ch]: fix some bugs for detecting zipped files
540         adding unzipFile()
541
542 2002-02-04  Herbert Voss  <voss@perce.de>
543
544         * filetools.[Ch]: add ifZippedFile() for zipped
545         graphic files
546
547 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
548
549         * filetools.C (FileOpenSearch): remove duplicated line, probably
550         resulting from bad cut-and paste.
551
552 2002-01-31  Herbert Voss  <voss@perce.de>
553
554         * filetools.[Ch]: add getExtFromContents(), which returns
555         the type of the (graphic) file
556
557 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
558
559         * copy.C (copy): open file in binary mode (for cygwin)
560
561 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
562
563         * lyxsum.C: remove #warnings and replaced them with runtime debug
564         info.
565
566 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
567
568         * lyxalgo.h: include <algorithm>
569
570 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
571
572         * lyx_algo.h: add a standard-conforming count to namespace lyx.
573
574         * lstrings.[Ch] (countChar): removed. Use lyx::count.
575
576 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
577
578         * filetools.C: fix use of FileInfo
579
580         * FileInfo.h:
581         * FileInfo.C: add Asserts and documentation
582
583 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
584
585         * os_win32.C: compilation fixes
586
587 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
588
589         * lstrings.h: do not include <cctype>
590
591 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
592
593         * lyxsum.C: portability fix for mmap patch
594
595 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
596
597         * filetools.C:
598         * lstrings.C:
599         * lyxstring.C: change "while(" to "while ("
600
601 2001-12-03  Ben Stanley <bds02@uow.edu.au>
602
603         * lyxsum.C: Added mmap version of CRC and made it selected
604         by default where available. Used process_block for crc for speedup.
605
606 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
607
608         * filetools.C: more robust failure for DirList()
609
610 2001-11-29  André Pönitz <poenitz@gmx.net>
611
612         * types.h: introduce types for textclass numbers and layout numbers
613
614 2001-11-28  André Pönitz <poenitz@gmx.net>
615
616         * Makefile.am: put types.h in
617
618 2001-11-26  André Pönitz <poenitz@gmx.net>
619
620         * types.h: introduce types for paragraph positions and layout numbers
621
622 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
623
624         * filetools.C: remove dead code
625
626         * syscall.C: show prog in fail case
627
628 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
629
630         * filetools.C: code style cleanup
631
632 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
633
634         * os.h: remove spurious punctuation.
635
636 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
637
638         * LAssert.h:
639         * LAssert.C: use new emergencyCleanup()
640
641 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
642
643         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
644         like GNU gettext does.
645
646 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
647
648         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
649         several methods)
650         (findtexfile): oops! the change from last friday was wrong...
651
652         * os_win32.C (is_absolute_path):
653         * os_unix.C (is_absolute_path):
654         * os_os2.C (is_absolute_path): new method
655
656 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
657
658         * filetools.C (findtexfile): apply os::internal_path to the result.
659
660 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
661
662         * os_win32.C:
663         * os_unix.C:
664         * os_os2.C:
665         * os.h: add internal_path method, which converts a unix-type file
666         name to the type known to the underlying file system (currently
667         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
668
669 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
670
671         * smart_ptr.h: new file
672
673         * utility.h: new file
674
675 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
676
677         * filetools.h:
678         * filetools.C (IsDirWriteable): fix this
679
680 2001-07-26  Baruch Even  <baruch@lyx.org>
681
682         * lyxlib.h (float_equal): Added function to compare floats almost equal
683         (see function comment).
684
685 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
686
687         Consistent use of Lsstream.h:
688         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
689
690 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
691
692         * translator.h: (*it). -> it->
693
694 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
695
696         * filetools.C (DeleteAllFilesInDir): send debug output to
697         Debug::FILES instewad of Debug::ANY.
698
699         * DebugStream.h: remove gcc 2.8.x hack.
700
701 2001-06-26  The LyX Project  <jug@sad.it>
702
703         * lstrings.h:
704         * lstrings.C (escape): move method to escape non ascii characters
705         from insets label and ref to here.
706
707 2001-06-25  The LyX Project  <jug@sad.it>
708
709         * filetools.C (IsLyXFilename):
710         (IsSGMLFilename): do case insensitive name matching
711
712 2001-06-24  The LyX Project  <jug@sad.it>
713
714         * lstrings.C (compare_ascii_no_case): version of compare_no_case
715         which only considers case of ascii characters
716
717         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
718         sstream header.
719
720 2001-06-23  The LyX Project  <jug@sad.it>
721
722         * textutils.h (IsPrintable): take into account unprintable spaces
723         above 127.
724         (IsDigit): new function
725         (IsLetterCharOrDigit): use IsDigit
726
727 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
728
729         * filetools.C (findtexfile): strip final \r if necessary (for
730         cygwin)
731
732 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
733
734         * FileInfo.C:
735         * StrPool.C: removed // -*- C++ -*- as first line.
736
737 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
738
739         * lyxsum.C (do_crc): switch to use boost::crc for generating the
740         checksum.
741
742 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
743
744         * lstrings.C:
745         * syscall.C:
746         * syscontr.C:
747         * LSubstring.C: bring C functions in global namespace if
748         necessary.
749
750         * lstrings.h (compare): use the std:: version of str[n]cmp only
751         when it exists.
752
753 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
754
755         * syscontr.C: add std::
756
757         * syscall.C: add std::
758
759         * lstrings.h (compare): add std::
760
761         * lstrings.C (prefixIs): add std::
762         (suffixIs): ditto
763         (subst): ditto
764
765         * LSubstring.C (LSubstring): add std::
766
767 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
768
769         * lyxsum.C (sum): use istreambuf_iterator when available.
770
771 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
772
773         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
774         directly instead.
775
776         * lyxstring.C (operator): make const operator[] behave as
777         non-const and at.
778
779 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
780
781         * Makefile.am (EXTRA_DIST): add the os_*.C files.
782
783 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
784
785         * filetools.C (MakeAbsPath): remove debugging statement
786
787 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
788
789         * FileInfo.h: X_OK workaround for cygwin
790
791         * Makefile.am:
792         * os.C:
793         * os.h:
794         * os_os2.C:
795         * os_unix.C:
796         * os_win32.C:
797         * filetools.C:
798         * filetools.h: Added os:: class.
799
800         * rename.C:
801         * syscall.C:
802         * tempname.C: OS/2 fixes
803
804 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
805
806         * textutils.h: remvoe !NEW_INSETS cruft
807
808 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
809
810         * fmt.C:
811         * atoi.C: add using directives when needed for C functions
812         declared in std:: namespace.
813
814 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
815
816         * lstrings.C : add two helper structs, local_lowercase and
817         local_uppercase.
818         (lowercase): change to use std::transform
819         (uppercase): change to use std::transform
820
821 2001-04-25  Allan Rae  <rae@lyx.org>
822
823         * lyxstring.C : Assert got moved and Lars missed a few.
824
825 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
826
827         * LAssert.h (Assert): put into namespace lyx
828
829         * lyxfunctional.h: put into namespace lyx
830         * translator.h: adjust
831
832 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
833
834         * lyxalgo.h: put into namespace lyx, add firster and copy_if
835
836         * FileInfo.h: inherit privately from noncopyable
837         * path.h: ditto
838
839 2001-04-16  Allan Rae  <rae@lyx.org>
840
841         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
842         as an unrecognised preprocessor directive.  So ensure they're wrapped.
843
844 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
845
846         * several files: remove CXX_WORKING_NAMESPACES
847
848         * FileInfo.h: noncopyable is in namespace boost
849         * path.h: ditto
850
851 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
852
853         * syscontr.h: fix header include
854
855 2001-02-28  Baruch Even  <baruch@ev-en.org>
856
857         * filetools.C: Removed dependency on syscall.h
858
859         * syscall.h:
860         * syscall.C: Minor cleanings before I start to touch this code.
861
862 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
863
864         * filetools.C (CreateTmpDir): change umask to 0700.
865
866 2001-02-27  José Matos  <jamatos@fep.up.pt>
867
868         * filetools.h (BasePath):
869         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
870
871         * filetools.C (IsLyXFilename):
872         * filetools.C (IsSGMLFilename): test if extension is suffix and not
873         only contained.
874
875 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
876
877         * fmt.C:
878         * filetools.C:
879         * atoi.C: remove cruft
880
881 2001-02-06  albert chin  <china@thewrittenword.com>
882
883         * snprintf.h:
884         * fmt.C: use HAVE_DECL_SNPRINTF
885
886 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
887
888         * lyxstring.C: Fix some assertions.
889
890 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
891
892         * lstrings.C (strip): Add a fix for compilers with broken
893         string::find_last_not_of.
894
895         * filetools.C (AddPath): Simplify by using strip and frontStrip.
896
897 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
898
899         * lyxstring.C (rfind): Fix broken functions.
900         (find): Few optimizations.