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