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