]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
(Kayvan): compile fix for non-Linux platforms.
[lyx.git] / src / support / ChangeLog
1 2003-10-13  Kayvan A. Sylvan  <kayvan@sylvan.com>
2
3         * socktools.C (SUN_LEN): add this MACRO definition for platforms
4         that do not define it themselves.
5
6 2003-10-08  Angus Leeming  <leeming@lyx.org>
7
8         * copied_ptr.h: get rid of the swap member function.
9
10 2003-10-08  Angus Leeming  <leeming@lyx.org>
11
12         Fix doxygen warnings.
13
14         * debugstream.h: \file debugStream.h -> \file debugstream.h
15
16         * os.h: move comment so that doxygen is not confused.
17
18 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
19
20         * Makefile.am: fix typo.
21
22 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
23
24         * std_string.h: delete file
25
26 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
27
28         * lstrings.C: Small fixes to build using STLport
29
30 2003-09-29  Angus Leeming  <leeming@lyx.org>
31
32         * filetools.C (ReplaceEnvironmentPath): make it work for both
33         ${HOME}/foo and $HOME/foo.
34
35 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
36
37         * debugstream.h: add file, updated version of the DebugStream
38
39         * DebugStream.C,DebugStream.h: delete files
40
41 2003-09-25  Angus Leeming  <leeming@lyx.org>
42
43         * filetools.C (ReplaceEnvironmentPath): rewrite to use boost::regex.
44         * lstrings.[Ch]: (regexMatch): removed.
45
46 2003-09-25  Angus Leeming  <leeming@lyx.org>
47
48         * translator.h (add): new member function.
49
50 2003-09-16  Angus Leeming  <leeming@lyx.org>
51
52         * textutils.h: remove #include "paragraph.h". Remove functions
53         IsInsetChar and IsWordChar.
54
55 2003-09-15  Angus Leeming  <leeming@lyx.org>
56
57         * copied_ptr.h: re-jig to something that resembles Herb Sutter's
58         HolderPtr --- see http://www.gotw.ca/gotw/062.htm. Also known in
59         his book as ValuePtr.
60         Use a memory_traits template parameter to create/destroy memory in a
61         flexible manner.
62
63 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
64
65         * tostr.C:
66         * lstrings.C:
67         * filetools.C: Remove usage of STRCONV
68
69         * Makefile.am (libsupport_la_SOURCES): remove lyxstring.C and
70         lyxstring.h
71
72         * std_string.h: modify to always work with std::string, but if
73         with-included-string then use it through namespace lyx. Remove
74         STRCONV.
75
76         * lyxstring.[Ch]: remove files
77
78 2003-09-15  Angus Leeming  <leeming@lyx.org>
79
80         * translator.h: add #include <boost/assert.hpp>, so that the
81         template is self-contained.
82
83 2003-09-11  Angus Leeming  <leeming@lyx.org>
84
85         * cow_ptr.h:
86         * copied_ptr.h: added to the repository. Maybe temporarily.
87
88 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
89
90         * Makefile.am (libsupport_la_SOURCES): remove LAssert.C and LAssert.h
91
92         * several files: change Assert to BOOST_ASSERT
93
94         * LAssert.C:
95         * LAssert.h: remove files
96
97 2003-09-08  Angus Leeming  <leeming@lyx.org>
98
99         * filename.C:
100         * filetools.C: tell the world where to find author contact details.
101
102 2003-09-08  Angus Leeming  <leeming@lyx.org>
103
104         * boost-inst.C:
105         * filetools.C:
106         * forkedcallqueue.C:
107         * lstrings.C:
108         * lyxsum.C: remove redundant using directives.
109
110 2003-09-05  Angus Leeming  <leeming@lyx.org>
111
112         * lstrings.C: small bformat fix
113
114 2003-09-05  Angus Leeming  <leeming@lyx.org>
115
116         * std_istream.h: new file Just renaming of LIstream.h
117         * std_ostream.h: new file Just renaming of LIstream.h
118         * std_sstream.h: new file Just renaming of Lsstream.h
119         * std_string.h:  new file Just renaming of LString.h
120
121 2003-09-05  Angus Leeming  <leeming@lyx.org>
122
123         * lyxmanip.h:
124         * textutils.h:
125         ensure that the header file can be compiled stand-alone.
126
127 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
128
129         * lstrings.[Ch] (bformat): add a variant taking two ints.
130
131 2003-09-04  Angus Leeming  <leeming@lyx.org>
132
133         * filetools.h:
134         * filename.C:  move #include "os.h" out of the header file.
135
136 2003-09-04  Angus Leeming  <leeming@lyx.org>
137
138         * path.C (ctor, dtor): move out of line.
139
140 2003-09-03  Angus Leeming  <leeming@lyx.org>
141
142         * filename.[Ch] (FileName): new c-tor takes abs_filename arg.
143         (mangledFilename): new function, returning a mangled version of the
144         absolute file name, suitable for use in the temp dir when, for example,
145         converting an image file to another format.
146         (isZipped, unzippedFilename): wrappers to global functions.
147
148         * filetools.[Ch] (copyFileToDir): removed.
149         (compare_timestamps): new function.
150
151 2003-09-03  Angus Leeming  <leeming@lyx.org>
152
153         * translator.h: Assert is in namespace lyx::support...
154
155 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
156
157         * Makefile.am: do not install path_defines.C in includes
158         (COMPRESSION): mention gzstream.h here
159
160 2003-08-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
161
162         * path_defines.C.in (setLyxPaths): re-introduce the code to check
163         whether lyx is run in place
164         (build_dir): renamed from build_lyxdir
165         (build_lyxdir): give this better semantics compatible with what
166         LibFileSearch expects.
167
168 2003-07-29  Angus Leeming  <leeming@lyx.org>
169
170         * filename.[Ch] (relFilename, outputFilename): the 'path' arg
171         defaults to string() because MakeRelPath can accept that.
172
173 2003-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
174
175         * Makefile.am: conditionalize USE_COMPRESSION.
176
177 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
178
179         * filetools.C (getExtFromContents): correct magic for gzip and
180         compress.
181
182         * path_defines.[Ch]: move lyx_localedir out of anon namespace
183
184         * gzstream.h: new fileq
185
186         * gzstream.C: new file
187
188 2003-07-27  Angus Leeming  <leeming@lyx.org>
189
190         * path_defines.{h,C.in} (build_lyxdir, system_lyxdir,
191         user_lyxdir): are now functions, not global vars.
192
193         * Makefile.am: set build_lyxdir at make time.
194
195 2003-07-27  Angus Leeming  <leeming@lyx.org>
196
197         * path_defines.{h,C.in}: new files. Store/set the various lyx
198         paths, lyx_dir, top_srcdir, localedir, system_lyxdir, build_lyxdir
199         user_lyxdir.
200
201         * Makefile.am: add some magic to enable the user to set the path to
202         the system-level lyx support files, the top of the lyx build tree
203         and the system-level lyx locale directory at _make_ time rather
204         than configure time.
205
206         * .cvsignore: add path_defines.C.
207
208 2003-07-26  Angus Leeming  <leeming@lyx.org>
209
210         * os.h: remove irrelevant discussion of system_tempdir.
211
212 2003-07-21  Angus Leeming  <leeming@lyx.org>
213
214         * filename.[Ch]: new files implementing class FileName.
215         * Makefile.am: add filename.[Ch].
216
217 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
218
219         * BoostFormat.h (boost): remove one extern template. Gcc 3.4. does
220         not allow it (at least not in this form.)
221
222 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
223
224         * os_win32.C: put namespace os in lyx::support.
225
226         * lstrings.C (bformat): call Assert from correct namespace.
227
228         * introduce namespace lyx::support
229
230 2003-06-30  André Pönitz  <poenitz@gmx.net>
231
232         * filetools.C:
233         * lstrings.C: re-enable --with-included-string
234
235 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
236
237         * filetools.h: fix some \param issue
238
239         * boost-inst.C: fix \file
240
241         * LAssert.h: fix \file
242
243 2003-06-20  Angus Leeming  <leeming@lyx.org>
244
245         * filetools.[Ch] (NormalizePath): also change /foo//bar ==> /foo/bar.
246
247 2003-06-18  Angus Leeming  <leeming@lyx.org>
248
249         * many files: add the standard blurb, "This file is part of LyX" etc
250
251 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
252
253         * limited_stack.h: make it have a const_iterator, add begin, and
254         end as interface.
255
256 2003-06-10  Angus Leeming  <leeming@lyx.org>
257
258         * filetools.C (copyFileToDir): ensure that temp files have unique names.
259
260 2003-06-04  André Pönitz  <poenitz@gmx.net>
261
262         * limited_stack.h (top): return reference instead of value
263
264 2003-06-02  Angus Leeming  <leeming@lyx.org>
265
266         * filetools.[Ch] (copyFileToDir): new helper function.
267
268         * os.h: remove trailing semi-colon from end of namespace os block.
269
270 2003-06-01  Angus Leeming  <leeming@lyx.org>
271
272         * filetools.h (LibScriptSearch): give the function a meaningful
273         description of what it now does.
274
275 2003-05-30  Angus Leeming  <leeming@lyx.org>
276
277         * filetools.C (LibScriptSearch): make it search for "$$s/" and replace
278         this with the path to the script. If the script is not found, the "$$s/"
279         string is removed.
280
281 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
282
283         * lstrings.[Ch] (prefixIs,suffixIs,subst): remove variants taking
284         char const *.
285
286 2003-05-19  André Pönitz  <poenitz@gmx.net>
287
288         * lstrings.C: add missing implementation of three-arg bformat
289
290         * lstrings.C: change rest of char * fmt -> string const & fmt
291
292
293 2003-05-15  André Pönitz  <poenitz@gmx.net>
294
295         * lstrings.[Ch]: use string const & instead of char const * for format
296
297 2003-05-12  André Pönitz  <poenitz@gmx.net>
298
299         * tostr.[Ch]: add long int overload
300
301 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
302
303         * lstrings.[Ch]: compile fix
304
305 2003-05-12  André Pönitz  <poenitz@gmx.net>
306
307         * lstrings.[Ch]: bformat() as wrapper around boost::format
308
309         * lyxstring.h: enable templatized constructor
310
311 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
312
313         * limited_stack.h: Change some comments, simplify a couple of
314         class functions.
315
316 2003-02-21  André Pönitz <poenitz@gmx.net>
317
318         * limited_stack.h: change underlying container to deque to
319           make this re-usable in mathed
320
321 2003-04-08  John Levon  <levon@movementarian.org>
322
323         * filetools.C: fix MakeDisplayPath() to not
324         lie (bug 993)
325
326 2003-03-30  John Levon  <levon@movementarian.org>
327
328         * Makefile.am:
329         * BoostFormat.h:
330         * boost-inst.C: moved from src/
331
332 2003-03-29  John Levon  <levon@movementarian.org>
333
334         * filetools.h:
335         * filetools.C: never call Alert directly from here
336
337 2003-03-12  John Levon  <levon@movementarian.org>
338
339         * textutils.h: remove META_NEWLINE
340
341 2003-02-27  Ling Li  <ling@caltech.edu>
342
343         * lyxalgo.h (eliminate_duplicates): re-written to avoid the initial
344         sort.
345
346 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
347
348         * forkedcontr.C (timer): remove bogus continue
349
350 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
351
352         * forkedcallqueue.[Ch]: added
353
354 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
355
356         * forkedcontr.C (timer): Start the loop afresh if an item is deleted.
357         Emiting the signal can result in an arbitrary change to the list.
358
359 2003-02-25  Angus Leeming  <leeming@lyx.org>
360
361         * forkedcontr.C (timer): Use a while loop rather than for; makes it
362         easier to erase an element.
363
364 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
365
366         * forkedcontr.C (timer): don't start a running timer.
367
368 2003-02-21  André Pönitz <poenitz@gmx.net>
369
370         * filetools.C (PutEnv): removed (unused)
371
372 2003-02-17  John Levon  <levon@movementarian.org>
373
374         * forkedcall.h:
375         * forkedcall.C: add running()
376
377 2003-02-08  John Levon  <levon@movementarian.org>
378
379         * Makefile.am:
380         * lyxtime.h:
381         * lyxtime.C: add typedef for time_t, add current_time
382
383         * Makefile.am:
384         * userinfo.h:
385         * userinfo.C: add
386
387 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
388
389         * filetools.C (getExtFromContents): remove detection of epsi
390
391 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
392
393         * several files: ws changes
394
395 2002-11-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
396
397         * filetools.C (DirList): remove all ugly hacks and do it nice
398
399 2002-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
400
401         * lyxsum.C: an ugly hack to compile with non-gnu linkers
402
403 2002-11-12  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
404
405         * lstrings.C (getVectorFromString): #if 0 -> #if 1 until Lars devises
406         a solution that he likes and which actually works.
407
408 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
409
410         * lstrings.h (tostr): STRCONV
411
412         * lstrings.C (regexMatch): STRCONV
413         (getVectorFromString): STRCONV, manual copy into vector
414
415         * filetools.C (GetFileContents): STRCONV
416
417         * os.C: include config.h
418
419         * lstrings.C (getVectorFromString): rewrite to use
420         boost::tokenizer
421
422 2002-10-31  Angus Leeming  <leeming@lyx.org>
423
424         * forkedcall.C (generateChild): clean it up further.
425
426 2002-10-25  Angus Leeming  <leeming@lyx.org>
427
428         * forkedcall.[Ch]: split ForkedCall up into a base class ForkedProcess
429         and a minimal ForkedCall daughter class.
430
431         * forkedcontr.[Ch]: minimal changes reflecting the use of a
432         ForkedProcess base class responsible for launching all child proceses.
433
434 2002-09-25  Angus Leeming  <leeming@lyx.org>
435
436         * LIstream.h:
437         * LOstream.h: doxygen fixes.
438
439 2002-09-24  Angus Leeming  <leeming@lyx.org>
440
441         * most files: clean-up the license info.
442
443 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
444
445         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
446
447 2002-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
448
449         * os.h, os_os2.C, os_win32.C, os_unix.C: Added popen_read_mode(),
450         since at least for Cygwin, the "rb" read_mode acceptable for
451         fopen() is illegal for popen(), whose mode argument *must* be "r"
452         or "w".
453
454         * filetools.C (RunCommand): Uses os::popen_read_mode() instead
455         of os::read_mode()
456
457 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
458
459         * Makefile.am (libsupport_la_SOURCES): delete smart_ptr.h and
460         utility.h
461
462         * smart_ptr.h: remove file
463         * utility.h: ditto
464
465 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
466
467         * lyxfunctional.h: remove class_fun_t, void_class_fun_t,
468         class_fun and void_class_fun
469
470 2002-08-20  John Levon  <levon@movementarian.org>
471
472         * Makefile.am:
473         * fmt.C: remove
474
475 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
476
477         * textutils.h: formatting.
478
479 2002-08-08  John Levon  <levon@movementarian.org>
480
481         * limited_stack.h: default to 100 not 10
482
483 2002-08-01  John Levon  <levon@movementarian.org>
484
485         * forkedcall.C: more details on error
486
487 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
488
489         * lstrings.[hC]: rename stip to rtrim and frontStrip to ltrim,
490         also add a trim function that is the equiv of
491         strip(frontStrip(...)), also reimplement the functions
492         (improvements still possible.)
493
494         * filetools.C: strip,frontStrip -> trim,ltrim,rtrim
495         * forkedcall.C (generateChild): ditto
496         * lstrings.C: ditto
497
498
499 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
500
501         * filetools.C (GetEnvPath): modify because of strip changes
502         (createDirectory): ditto
503         (findtexfile): ditto
504         * lstrings.[Ch] (isStrInt): ditto
505         (isStrUnsignedInt): ditto
506         (strToInt): ditto
507         (strToUnsignedInt): ditto
508         (isStrDbl): ditto
509         (contains): removed unneeded version of contains
510         (containsOnly): removed uneeded versions of containsOnly
511         (strip, frontStrip): removed unneded versions, changed argument types.
512
513 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
514
515         * filetools.C (RunCommand): Made public
516
517 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
518
519         * limited_stack.h: fix comment, remove un-needed header
520
521 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
522
523         * lstrings.h: correct comments for token and tokenPos
524
525 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
526
527         * lyxstring.C (operator>>): replace code which works only with
528         _some_ versions of GNU STL with generic one
529
530 2002-07-18  Angus Leeming  <leeming@lyx.org>
531
532         * FileMonitor.[Ch]: new files. Monitor a file for any change and emit a
533         signal should it do so.
534
535         * Makefile.am: add FileMonitor.[Ch].
536
537 2002-07-18  André Pönitz <poenitz@gmx.net>
538
539         * filetools.C (LibScriptSearch): bug fix
540
541 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
542
543         * filetools.C (LyXReadLink): add bool 'resolve' to return link
544         contents as an absolute path
545
546 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
547
548         * filetools.C (IsLyXFilename):
549         (IsSGMLFilename): use ascii_lowercase instead of lowercase
550
551         * lstrings.[Ch] (ascii_lowercase): new function
552
553 2002-07-16  André Pönitz <poenitz@gmx.net>
554
555         * FileInfo.Ch: remove unneeded code
556
557 2002-06-20  Herbert Voss  <voss@perce.de>
558
559         * filetools.[C] (readExtFromContents): add support for
560         (x)fig format images
561
562 2002-06-26  André Pönitz <poenitz@gmx.net>
563
564         * filetools.[Ch]: small whitespace, more compact 'return' statement
565
566 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
567
568         * lyxalgo.h: add eliminate_duplicates
569
570 2002-06-17  Herbert Voss  <voss@perce.de>
571
572         * filetools.[C]: (readBB_from_PSFile) add a helperfunc
573         (readBB_lyxerrMessage) to get better lyxerr messages
574         (getExtFromContents) test epsi files in the right way
575
576         * DestroxLyXTmpDir.C: changed to true, to delete the
577         temporary unzipped files, too.
578
579 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
580
581         * putenv.C (putenv): putenv should never be found in std::
582
583         * kill.C (kill): kill should never be found in std::
584
585         * filetools.C: pclose and popen should never be found in std::
586
587 2002-06-07  Angus Leeming  <leeming@lyx.org>
588
589         Fixes needed to compile with Compaq cxx 6.5.
590         * lyxfunctional.h: rename lyx::class_fun(C & c, void(C::*f)(A)) as
591         lyx::void_class_fun to avoid compiler problems with Compaq cxx 6.5:
592         more than one instance of overloaded function "lyx::class_fun" matches
593         the argument list.
594
595         * filetools.C:
596         * kill.C:
597         * lstrings.C:
598         * putenv.C:
599         * snprintf.h:
600         * systemcall.C:
601         * utility.h:
602         all c-library variables have been moved into namespace std.
603         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
604
605         * kill.C: rename signal.h as csignal.
606
607         * putenv.C: rename stdlib.h as cstdlib
608
609 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
610
611         * lxtl.h: remove unused file
612
613 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
614
615         * Makefile.am:
616         * date.C:
617         * getUserName.C:
618         * fileblocks.c:
619         * StrPool.h:
620         * StrPool.C: remove unused files
621
622         * lyxalgo.h:
623         * lyxlib.h:
624         * mkdir.C:
625         * path.h:
626         * path.C:
627         * systemcall.C:
628         * textutils.h:
629         * translator.h:
630         * types.h: document and small cleanups
631
632 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
633
634         * switch from SigC signals to boost::signals.
635
636 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
637
638         * Makefile.am:
639         * limited_stack.h: new template for limited-size
640           stacks
641
642 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
643
644         * filetools.C: do not include LSubstring.h
645
646         * lstrings.C: change include order
647         (regexMatch): use boost regex get rid of LRegex and LSubstring
648
649         * Makefile.am (libsupport_la_SOURCES): delete regex and substring
650         stuff.
651
652         * LSubstring.h: remove file
653         * regex.c: ditto
654         * lyxregex.h: ditto
655         * LRegex.C: ditto
656         * LRegex.h: ditto
657         * LSubstring.C: ditto
658
659 2002-05-24  Juergen Vigna  <jug@sad.it>
660
661         * lyxsum.C: include local includes first (self containment)
662
663 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
664
665         * forkedcall.h: use more specific smart_ptr header.
666
667         * lyxsum.C: move some using declarations around.
668
669 2002-05-03  Herbert Voss  <voss@perce.de>
670
671         * filetools.C (getExtFromContents): only print the first 60 chars of
672         the scanned-string when debugging.
673
674 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
675
676         * lyxstring.C: close to typo fix.
677
678 2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
679
680         * filetools.C: add a using std::getline directive.
681
682 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
683
684         * lyxstring.C (operator>>): try a new version of the operator>>
685
686 2002-04-14  Herbert Voss  <voss@perce.de>
687
688         * lstrings.[Ch]: move the getVectorFromString and the vice versa
689         from frontends/controllers/helper_funcs for better use in other
690         programs
691
692 2002-04-15  Angus Leeming  <a.leeming@ic.ac.uk>
693
694         * tempname.C (make_tempfile): simplify the #ifdef block by using
695         #if defined and re-write the #warning as a #error because it's terminal.
696
697 2002-04-08  Herbert Voss  <voss@perce.de>
698
699         * filetools.C (getExtFromContents): get tgif run
700
701 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
702
703         * filetools.C (getExtFromContents): re-format a little and remove
704         replicated "sgi" entry.
705
706 2002-04-07  Herbert Voss  <voss@perce.de>
707
708         * filetools.[Ch]: add readBB_from_PSFile() to make bb available
709         for the lyx-view in graphics (moved from ControlGraphics)
710
711 2002-04-07  Herbert Voss  <voss@perce.de>
712
713         * filetools.C: fix bug for eps. scans now a whole line
714
715 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
716
717         * lyxstring.C (operator>>): use the better solution, this fixes a
718         "not able to read '\0'" bug.
719
720 2002-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
721
722         * translator.h: add missing typename
723
724 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
725
726         * filetools.C (LibScriptSearch): new command. Searches for scripts
727         in lyx data directories.
728         (LibScriptSearch): try to use split() correctly.
729
730 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
731
732         * most files: ws cleanup
733
734         * Makefile.am: remove ld -r stuff
735
736 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
737
738         * Makefile.am (libsupport.la): special rules if partial linking
739
740 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
741
742         * forkedcontr.C: turn the timer off when their are no longer any
743         child processes running.
744
745 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
746
747         * forkedcall.h: docy fix
748         change SignalType second type to be const ref.
749
750         * forkedcall.C: doxy fix
751
752 2002-03-11  Kayvan A. Sylvan  <kayvan@sylvan.com>
753
754         * lyxsum.C: compilation fix
755
756 2002-03-02  Herbert Voss  <voss@perce.de>
757
758         * filetools.C: fix bug for xbm format and added some more debug
759         infos
760
761 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
762
763         * forkedcontr.h: make constructor public
764
765         * types.h: remove layout_type
766
767 2002-03-01  Angus Leeming  <a.leeming@ic.ac.uk>
768
769         * filetools.C (getExtFromContents): cleanup.
770
771         * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler.
772
773 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
774
775         * Makefile.am (SIGC_INCLUDES): add a -I directive for when
776         building outside of source tree.
777
778 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
779
780         * forkedcall.[Ch]:
781         * forkedcontr.[Ch]: new files. Asger's forked call controller is
782         re-born, with a working timer and a modified interface. The
783         startscript method is now passed a Signal rather than a pointer
784         to a callback function. This enables us to connect to the method of
785         a C++ class, if we so desire.
786
787         * Makefile.am: add forkedcall.[Ch], forkedcontr.[Ch].
788
789 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
790
791         * Makefile.am:
792         * os2_defines.h:
793         * os2_errortable.h:
794         * nt_defines.h: moved from src/
795
796 2002-02-23  Herbert Voss  <voss@perce.de>
797
798         * filetools.C: added more graphic formats
799
800 2002-02-18  Herbert Voss  <voss@perce.de>
801
802         * filetools.C: (getExtFromContents) return the fileextension
803         if no format is detected.
804
805 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
806
807         * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed
808         as class SystemCall because one Systemcall instance represents a
809         single child process.
810
811         * filetools.C:
812         * Makefile.am: associated changes.
813
814 2002-02-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
815
816         * syscall.C (Systemcalls): include <cstdlib>
817
818 2002-02-08  Herbert Voss  <voss@perce.de>
819
820         * filetools.C: (getExtFromContents) adding Grace-format
821         for filetypes
822
823 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
824
825         * syscontr.[Ch]:
826         * syssingleton.C: files removed.
827
828         * syscall.[Ch]: remove the forked calls interface, as nothing, nowhere
829         uses it. Strip down the Systemcalls interface to make it brutally
830         obvious how unsophisticated it is.
831
832 2002-02-08  Herbert Voss  <voss@perce.de>
833
834         * filetools.C: (getExtFromContents) adding TGIF-format
835         and return type "user" when no type is detected
836
837 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
838
839         * textutils.h: remove IsLineSeparatorChar(char, Inset *)
840
841 2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
842
843         * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
844
845 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
846
847         * FileInfo.h: remove special cygwin code.
848
849         * filetools.C (do_popen): use os::read_mode().
850
851         * os_win32.C (read_mode):
852         * os_os2.C (read_mode):
853         * os_unix.C (read_mode): new method
854
855         * filetools.C (do_popen): fix for cygwin compatibility (from Claus
856         Hentschel). This code should maybe be moved to os:: class.
857
858 2002-02-08  Herbert Voss  <voss@perce.de>
859
860         * filetools.C: (unzipFile) fix typo
861
862 2002-02-06  Herbert Voss  <voss@perce.de>
863
864         * filetools.[Ch]: fix some bugs for detecting zipped files
865         adding unzipFile()
866
867 2002-02-04  Herbert Voss  <voss@perce.de>
868
869         * filetools.[Ch]: add ifZippedFile() for zipped
870         graphic files
871
872 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
873
874         * filetools.C (FileOpenSearch): remove duplicated line, probably
875         resulting from bad cut-and paste.
876
877 2002-01-31  Herbert Voss  <voss@perce.de>
878
879         * filetools.[Ch]: add getExtFromContents(), which returns
880         the type of the (graphic) file
881
882 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
883
884         * copy.C (copy): open file in binary mode (for cygwin)
885
886 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
887
888         * lyxsum.C: remove #warnings and replaced them with runtime debug
889         info.
890
891 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
892
893         * lyxalgo.h: include <algorithm>
894
895 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
896
897         * lyx_algo.h: add a standard-conforming count to namespace lyx.
898
899         * lstrings.[Ch] (countChar): removed. Use lyx::count.
900
901 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
902
903         * filetools.C: fix use of FileInfo
904
905         * FileInfo.h:
906         * FileInfo.C: add Asserts and documentation
907
908 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
909
910         * os_win32.C: compilation fixes
911
912 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
913
914         * lstrings.h: do not include <cctype>
915
916 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
917
918         * lyxsum.C: portability fix for mmap patch
919
920 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
921
922         * filetools.C:
923         * lstrings.C:
924         * lyxstring.C: change "while(" to "while ("
925
926 2001-12-03  Ben Stanley <bds02@uow.edu.au>
927
928         * lyxsum.C: Added mmap version of CRC and made it selected
929         by default where available. Used process_block for crc for speedup.
930
931 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
932
933         * filetools.C: more robust failure for DirList()
934
935 2001-11-29  André Pönitz <poenitz@gmx.net>
936
937         * types.h: introduce types for textclass numbers and layout numbers
938
939 2001-11-28  André Pönitz <poenitz@gmx.net>
940
941         * Makefile.am: put types.h in
942
943 2001-11-26  André Pönitz <poenitz@gmx.net>
944
945         * types.h: introduce types for paragraph positions and layout numbers
946
947 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
948
949         * filetools.C: remove dead code
950
951         * syscall.C: show prog in fail case
952
953 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
954
955         * filetools.C: code style cleanup
956
957 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
958
959         * os.h: remove spurious punctuation.
960
961 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
962
963         * LAssert.h:
964         * LAssert.C: use new emergencyCleanup()
965
966 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
967
968         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
969         like GNU gettext does.
970
971 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
972
973         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
974         several methods)
975         (findtexfile): oops! the change from last friday was wrong...
976
977         * os_win32.C (is_absolute_path):
978         * os_unix.C (is_absolute_path):
979         * os_os2.C (is_absolute_path): new method
980
981 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
982
983         * filetools.C (findtexfile): apply os::internal_path to the result.
984
985 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
986
987         * os_win32.C:
988         * os_unix.C:
989         * os_os2.C:
990         * os.h: add internal_path method, which converts a unix-type file
991         name to the type known to the underlying file system (currently
992         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
993
994 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
995
996         * smart_ptr.h: new file
997
998         * utility.h: new file
999
1000 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1001
1002         * filetools.h:
1003         * filetools.C (IsDirWriteable): fix this
1004
1005 2001-07-26  Baruch Even  <baruch@lyx.org>
1006
1007         * lyxlib.h (float_equal): Added function to compare floats almost equal
1008         (see function comment).
1009
1010 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1011
1012         Consistent use of Lsstream.h:
1013         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
1014
1015 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1016
1017         * translator.h: (*it). -> it->
1018
1019 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1020
1021         * filetools.C (DeleteAllFilesInDir): send debug output to
1022         Debug::FILES instewad of Debug::ANY.
1023
1024         * DebugStream.h: remove gcc 2.8.x hack.
1025
1026 2001-06-26  The LyX Project  <jug@sad.it>
1027
1028         * lstrings.h:
1029         * lstrings.C (escape): move method to escape non ascii characters
1030         from insets label and ref to here.
1031
1032 2001-06-25  The LyX Project  <jug@sad.it>
1033
1034         * filetools.C (IsLyXFilename):
1035         (IsSGMLFilename): do case insensitive name matching
1036
1037 2001-06-24  The LyX Project  <jug@sad.it>
1038
1039         * lstrings.C (compare_ascii_no_case): version of compare_no_case
1040         which only considers case of ascii characters
1041
1042         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
1043         sstream header.
1044
1045 2001-06-23  The LyX Project  <jug@sad.it>
1046
1047         * textutils.h (IsPrintable): take into account unprintable spaces
1048         above 127.
1049         (IsDigit): new function
1050         (IsLetterCharOrDigit): use IsDigit
1051
1052 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1053
1054         * filetools.C (findtexfile): strip final \r if necessary (for
1055         cygwin)
1056
1057 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
1058
1059         * FileInfo.C:
1060         * StrPool.C: removed // -*- C++ -*- as first line.
1061
1062 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1063
1064         * lyxsum.C (do_crc): switch to use boost::crc for generating the
1065         checksum.
1066
1067 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1068
1069         * lstrings.C:
1070         * syscall.C:
1071         * syscontr.C:
1072         * LSubstring.C: bring C functions in global namespace if
1073         necessary.
1074
1075         * lstrings.h (compare): use the std:: version of str[n]cmp only
1076         when it exists.
1077
1078 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1079
1080         * syscontr.C: add std::
1081
1082         * syscall.C: add std::
1083
1084         * lstrings.h (compare): add std::
1085
1086         * lstrings.C (prefixIs): add std::
1087         (suffixIs): ditto
1088         (subst): ditto
1089
1090         * LSubstring.C (LSubstring): add std::
1091
1092 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1093
1094         * lyxsum.C (sum): use istreambuf_iterator when available.
1095
1096 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1097
1098         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
1099         directly instead.
1100
1101         * lyxstring.C (operator): make const operator[] behave as
1102         non-const and at.
1103
1104 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1105
1106         * Makefile.am (EXTRA_DIST): add the os_*.C files.
1107
1108 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1109
1110         * filetools.C (MakeAbsPath): remove debugging statement
1111
1112 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1113
1114         * FileInfo.h: X_OK workaround for cygwin
1115
1116         * Makefile.am:
1117         * os.C:
1118         * os.h:
1119         * os_os2.C:
1120         * os_unix.C:
1121         * os_win32.C:
1122         * filetools.C:
1123         * filetools.h: Added os:: class.
1124
1125         * rename.C:
1126         * syscall.C:
1127         * tempname.C: OS/2 fixes
1128
1129 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1130
1131         * textutils.h: remvoe !NEW_INSETS cruft
1132
1133 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1134
1135         * fmt.C:
1136         * atoi.C: add using directives when needed for C functions
1137         declared in std:: namespace.
1138
1139 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1140
1141         * lstrings.C : add two helper structs, local_lowercase and
1142         local_uppercase.
1143         (lowercase): change to use std::transform
1144         (uppercase): change to use std::transform
1145
1146 2001-04-25  Allan Rae  <rae@lyx.org>
1147
1148         * lyxstring.C : Assert got moved and Lars missed a few.
1149
1150 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1151
1152         * LAssert.h (Assert): put into namespace lyx
1153
1154         * lyxfunctional.h: put into namespace lyx
1155         * translator.h: adjust
1156
1157 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1158
1159         * lyxalgo.h: put into namespace lyx, add firster and copy_if
1160
1161         * FileInfo.h: inherit privately from noncopyable
1162         * path.h: ditto
1163
1164 2001-04-16  Allan Rae  <rae@lyx.org>
1165
1166         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
1167         as an unrecognised preprocessor directive.  So ensure they're wrapped.
1168
1169 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1170
1171         * several files: remove CXX_WORKING_NAMESPACES
1172
1173         * FileInfo.h: noncopyable is in namespace boost
1174         * path.h: ditto
1175
1176 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
1177
1178         * syscontr.h: fix header include
1179
1180 2001-02-28  Baruch Even  <baruch@ev-en.org>
1181
1182         * filetools.C: Removed dependency on syscall.h
1183
1184         * syscall.h:
1185         * syscall.C: Minor cleanings before I start to touch this code.
1186
1187 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1188
1189         * filetools.C (CreateTmpDir): change umask to 0700.
1190
1191 2001-02-27  José Matos  <jamatos@fep.up.pt>
1192
1193         * filetools.h (BasePath):
1194         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
1195
1196         * filetools.C (IsLyXFilename):
1197         * filetools.C (IsSGMLFilename): test if extension is suffix and not
1198         only contained.
1199
1200 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1201
1202         * fmt.C:
1203         * filetools.C:
1204         * atoi.C: remove cruft
1205
1206 2001-02-06  albert chin  <china@thewrittenword.com>
1207
1208         * snprintf.h:
1209         * fmt.C: use HAVE_DECL_SNPRINTF
1210
1211 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1212
1213         * lyxstring.C: Fix some assertions.
1214
1215 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1216
1217         * lstrings.C (strip): Add a fix for compilers with broken
1218         string::find_last_not_of.
1219
1220         * filetools.C (AddPath): Simplify by using strip and frontStrip.
1221
1222 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1223
1224         * lyxstring.C (rfind): Fix broken functions.
1225         (find): Few optimizations.