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