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