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