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