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