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