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