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