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