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