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