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