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