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