Another minor change, but this should almost get us to the point that we
[lyx.git] / development / attic / changelogs / ChangeLog-src-support.txt
blobfc5e55de2505daebdee5d5a9b3d25d9e3dc04982
1 2006-03-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3         * filename.C (mangledFilename): truncate filename to 140 characters
4         for MiKTeX's pdflatex
6 2006-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
8         * debugstream.h: fix nullstream.hpp location for boost 1.33.0
9         * pch.h: ditto
11 2006-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
13         * filetools.C (NormalizePath): Change to use boost::filesystem and
14         alter regex usage in preparation for boost 1.33.1.
16 2006-02-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
18         * package.C.in (relative_system_support_dir): fix for win32 and
19         OSX packaging.
21 2005-11-02  Angus Leeming  <leeming@lyx.org>
23         * path.C: trivial fix to a MSVS warning.
25 2005-10-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
27         * package.C.in (get_default_user_support_dir): do not play tricks
28         with PACKAGE value.
30 2005-09-30  Angus Leeming  <leeming@lyx.org>
32         * os_win32.h: new file, providing a public and portable interface
33         to the SHGetFolderPath function for older flavours of Windows.
34         * os_win32.C: tighten up code. Define the ShGetFolder class. Make
35         use of Microsoft's NewAPIs.h if available to provide us with
36         runtime support for Windows 95.
37         (internal_path): always pass the path through GetLongPathName.
39         * package.C.in: move lots of stuff out and into os_win32.C.
41 2005-09-29  Angus Leeming  <leeming@lyx.org>
43         * Makefile.am: use the Windows-friendly LYX_ABS_INSTALLED_LOCALEDIR
44         et al rather than the unix-centric $(localedir) when compiling
45         package.C.in.
47 2005-09-10  Angus Leeming  <leeming@lyx.org>
49         * Makefile.am (EXTRA_DIST): add os_cygwin.C to the distribution.
51 2005-08-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
53         * filetools.C (MakeDisplayPath): fix bug when HOME is empty.
55         * lstrings.C (subst): the string to be replaced should not be empty.
57 2005-07-17  Michael Schmitt  <michael.schmitt@teststep.org>
59         * package.C.in:
60         * package.h: change environment variable to LYX_USERDIR_14x
61         
62 2005-07-14  Angus Leeming  <leeming@lyx.org>
64         * filename.[Ch] (mangledFilename): add an optional "dir" parameter
65         that is used to help determine the length of the mangled file
66         name. Do this because MiKTeX's YAP (version 2.4.1803) will crash
67         if the string referencing the file name in the .dvi file is "too
68         long". MikTeX bug:
69         http://sourceforge.net/tracker/index.php?func=detail&aid=1238065&group_id=10783&atid=110783
71 2005-07-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
73         * filetools.[Ch] (latex_path): convert boolean exclude_extension
74         argument to an enum and add argument to replace dots
76 2005-07-08  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
78         * filetools.[Ch] (latex_path): add exclude_extension argument
80 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
82         * lyxtime.[Ch]: two new functions formatted_time, which return
83         the strftime-formatted localized date/time.
85 2005-06-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
87         * FileName.C (mangledFilename): replace spaces with _
89 2005-06-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
91         * filetools.C (latex_path): protect " with \string since it may be
92         active
94 2005-05-07  Rob Bearman  <robbear@hyperfine.com>
96         * fs_extras.C (copy_file): noclobber and CopyFile's bFailIfExists
97         are the same as each other.
99 2005-05-03  Angus Leeming  <leeming@lyx.org>
101         * filetools.C (RunCommand): protect calls to popen() and pclose()
102         with preprocessor guards.
104         * tempname.C: protect calls to close(), getpid() and open()
105         with preprocessor guards.
107 2005-05-02  Angus Leeming  <leeming@lyx.org>
109         * socktools.C: make compilation dependent on HAVE_FCNTL rather
110         than HAVE_SOCKET.
112 2005-05-02  Angus Leeming  <leeming@lyx.org>
114         * socktool.C (listen, accept): provide stub versions for Windows.
116         * os_win32.h: removed.
118 2005-04-29  Angus Leeming  <leeming@lyx.org>
120         * os_win32.C (init): Merge changes from Asger's win32_kludge.diff
121         file, primarily checking that GetConsoleTitle succeeded.
123 2005-04-25  Angus Leeming  <leeming@lyx.org>
125         * abort.C:
126         * atexit.c:
127         * forkedcall.[Ch]:
128         * forkedcontr.[Ch]:
129         * fs_extras.[Ch]:
130         * gzstream.[Ch]:
131         * kill.C:
132         * lyxsum.C:
133         * os2_defines.h:
134         * pch.h:
135         * tempname.C:
136         * userinfo.C:
137         include <config.h> in .C files, not .h ones.
138         add licence blurb.
139         protect headers inside preprocessor guards.
141 2005-04-25  Angus Leeming  <leeming@lyx.org>
143         * globbing.[Ch]: removed to frontends/xforms.
145         * Makefile.am: associated change.
147 2005-04-24  Angus Leeming  <leeming@lyx.org>
149         * userinfo.C (user_name): add Windows-specific code.
151 2005-04-22  Angus Leeming  <leeming@lyx.org>
153         * package.C.in (get_binary_path): on prompting from Rob Bearman,
154         ensure that the name of the executable, as input at the command
155         line has a ".exe" suffix so that various file interogations
156         work on Windows.
158 2005-04-22  Angus Leeming  <leeming@lyx.org>
160         * forkedcontr.h:
161         * forkedcall.h: remove pid_t definition to config.h.
163 2005-04-21  Angus Leeming  <leeming@lyx.org>
165         * forkedcontr.h:
166         * forkedcall.h: define pid_t for MSVC.
168         * forkedcall.C (kill): work around evil MSVC max macro.
170 2005-04-21  Angus Leeming  <leeming@lyx.org>
172         * forkedcontr.C: add #include <csignal>.
174         * filetools.C (RunCommand): remove the signal blocking stuff
175         now that we no longer use a signal handler on unix.
177 2005-04-19  Angus Leeming  <leeming@lyx.org>
179         * filetools.C: remove unnecessary #include of forkedcontr.h.
181         * forkedcall.C: protect system-specific headers with preprocessor
182         guards.
183         (running): don't call waitpid() on Windows.
184         (waitForChild): add Windows-specific code to wait for a child process
185         to finish.
186         (generateChild): add Windows-specific code to spawn the child in the
187         first place.
189         * forkedcontr.[Ch]:Revert back to the LyX 1.3.x version of the code
190         to spawn a child process asynchronously. Do this because 'issues'
191         remain with the SIGCHLD handling code on *nix and because there's no
192         easy way to implement such a monitor on Windows. Explicit polling,
193         as in Lyx 1.3.x, is safe, robust and works on both platforms.
195 2005-04-19  Angus Leeming  <leeming@lyx.org>
197         * package.C.in (get_temp_dir): call GetLongPathName on Windows.
199 2005-04-19  Angus Leeming  <leeming@lyx.org>
201         * pch.h: protect unix-specific headers from breaking compilation
202         on Windows.
204 2005-04-17  Angus Leeming  <leeming@lyx.org>
206         * filetools.C (MakeDisplayPath): invoke os::external_path before
207         returning path.
209         * os_win32.C (external_path): convert '/' chars to '\'.
211         * filetools.[Ch] (latex_path): new function which modifies
212         an input path containing space and '~' characters into something that
213         LaTeX can understand.
215 2005-04-17  Angus Leeming  <leeming@lyx.org>
217         * forkedcall.C (generateChild): do not strip quotes from args on
218         Windows.
219         Wrap lyxerr output inside an if (lyxerr.debugging(Debug::FILES))
220         block.
222 2005-03-23  Angus Leeming  <leeming@lyx.org>
224         * Makefile.am (build_package): Solaris sed does not like
225         spaces bewteen the ;-delimited commands.
227 2005-02-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
229         * Makefile.am (CLEANFILES): clean generated files
231 2005-02-17  Angus Leeming  <leeming@lyx.org>
233         * copy.C (copy): Pass the ios::in flag to the ifstream constructor.
234         Enables copying to work when the code is compiled with the gcc 2.95
235         compiler and stdlib.
237 2005-02-15  Angus Leeming  <leeming@lyx.org>
239         * environment.C: add missing #include.
240         (setEnvPath): compare iterators rather than use tellp().
242 2005-02-15  Angus Leeming  <leeming@lyx.org>
244         * environment.[Ch]: new files. Move the environment setter/getter
245         functions here from filetools.[Ch]. In the process:
246         rename GetEnv as getEnv.
247         rename putEnv as setEnv. Change the signature of the function
248         to take a pair of arguments (a name and a value) rather than the
249         existing coded "name=value" single argument. Merge the putenv.C
250         code into setEnv.
252         * lyxlib.h (putenv): remove declaration.
253         * putenv.C: removed.
255         * Makefile.am: add environment.[Ch]. Remove putenv.C.
257         * filetools.[Ch]: remove environment setter/getter functions.
259         * os_os2.C (init): s/GetEnvPath/getEnvPath/. Left over from an
260         earlier change.
262         * package.C.in (get_home_dir, extract_env_var_dir):
263         * userinfo.C (user_email): s/GetEnv/getEnv/.
265 2005-02-03  Angus Leeming  <leeming@lyx.org>
267         * forkedcall.C (running): call the lyx::kill wrapper function
268         rather than the system kill.
270 2005-02-02  Angus Leeming  <leeming@lyx.org>
272         * forkedcall.C (generateChild): overhaul the code to split a string
273         into an argv array of words. Now respects simple quoting reasonably
274         well.
276 2005-02-01  Angus Leeming  <leeming@lyx.org>
278         * fs_extras.C: #include <windows.h>
280 2005-01-31  Angus Leeming  <leeming@lyx.org>
282         * package.[Ch] (init_package, c-tor): define and use an enum to
283         specify explicitly the location of the top level build directory
284         when the executable is run in-place.
286 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
288         * fs_extras.C: add changes from Asger's Win32 patch.
290 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
292         * chdir.C (chdir):
293         * getcwd.C (l_getcwd):
294         * kill.C (kill):
295         * mkdir.C (mkdir): add Win32 specializations.
297         * os_win32.h: remove cruft.
299 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
301         * Makefile.am (libsupport_la_SOURCES): remove rmdir.C
303         * rmdir.C: delete file
305         * lyxlib.h: remove rmdir decl
307 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
309         * .cvsignore: add package.C
311         * FileInfo.C, FileInfo.h: delete files
313         * fs_extras.C, fs_extras.h: new files
315         * FileMonitor.C, filetools.C: rewrite to use boost.filesystem
317         * Makefile.am (libsupport_la_SOURCES: delete FileInfo.[Ch], add
318         fs_extras.[Ch]
320         * filetools.C: make destroydir return true if something was
321         deleted. adjust callers.
322         (IsFileWritable): replace with is_readonly in fs_extras, adjust
323         callers
325         * package.C.in: rewrite to use boost.filesystem
327 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
329         * tests: add some code for automatic regression testing, can be
330         improved or removed as we see fit
332         * lyxlib.h (atoi): delete func
334         * lstrings.[Ch] (strToInt): delete func
335         (strToUnsignedInt): delete func
336         (strToDbl): delete func
338         * Makefile.am: add subdir tests, delete atoi.C
340         * atoi.C: delete file
342         * convert.C: add specializations for converting to int, unsigned
343         int, double from string, and for converting to int and double from
344         char const *
346         * convert.h: remove commented code
348 2005-01-22  Angus Leeming   <leeming@lyx.org>
350         * path.C (Path): revert the patch since the if statement has side
351         effects that are needed for the code to work :-(
353 2005-01-21  Angus Leeming   <leeming@lyx.org>
355         * os_cygwin.C, os_win32.C: strip the Cygwin-specific stuff out of
356         os_win32.C and give it its own file.
358         * os.C: #include "os_cygwin.C" if building on Cygwin.
360 2005-01-20  Angus Leeming  <leeming@lyx.org>
362         * lyxlib.h (float_equal): promote parameters to double.
364         * path.C (Path): silence MSVC warning about block of code that
365         does nothing.
367 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
369         * FileInfo.h, chdir.C, forkedcall.C, forkedcontr.C, getcwd.C,
370         mkdir.C, os_defines.h, pch.h, rmdir.C, unlink.C:
371         use the HAVE_UNISTD_H preprocessor guard.
373 2005-01-20  Angus Leeming  <leeming@lyx.org>
375         * filetools.[Ch] (LibScriptSearch): modify the code that replaces
376         the $$s placeholder with a path, so that it now inserts the path
377         of the lyx support directory, not the scripts subdirectory.
379 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
381         * lyxsum.C, socktools.C, tempname.C, userinfo.C: use the
382         HAVE_UNISTD_H preprocessor guard.
384 2005-01-17  Angus Leeming  <leeming@lyx.org>
386         * os_win32.C (init): Add Ruurd's original code to close the
387         console window that Windows opens for us, together with a note
388         explaining the alternative approach.
390 2005-01-17  Angus Leeming  <leeming@lyx.org>
392         * package.C.in (get_binary_path): convert relative paths stored
393         in the PATH environment variable to absolute ones.
395 2005-01-16  Angus Leeming  <leeming@lyx.org>
397         * filetools.[Ch] (prependEnvPath): prepend a list of paths to
398         that returned by the environment variable. Identical paths occurring
399         later in the list are removed.
401 2005-01-16  Angus Leeming  <leeming@lyx.org>
403         * filetools.C (createLyXTmpDir): add some missing brackets to the
404         if-block. OS/2 users will be happier.
406 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
408         * os_win32.C (external_path): Check the new cygwin_path_fix_ bool
409         before translating external paths to Win32 paths.
411 2005-01-13  Angus Leeming  <leeming@lyx.org>
413         * os.h, os_os2.C, os_unix.C, os_win32.C (cygwin_path_fix): new
414         function flagging whether LyX should output native Win32 paths
415         or cygwin paths. Obviously operative only under Cygwin.
417 2005-01-13  Angus Leeming  <leeming@lyx.org>
419         * package.C.in: use "%n$s" rather than "%n%" for n=1,2,3... when
420         calling bformat so that the substitutions work for the non
421         boost::format users too.
423 2005-01-12  Angus Leeming  <leeming@lyx.org>
425         * filetools.[Ch] (setEnvPath): new function to create a PATH-style
426         string from a vector of paths and to use it to set an environment
427         variable.
428         (putEnv): resurrect this from the grave.
430         * os.h, os_os2.C, os_unix.C, os_win32.C (path_separator): new
431         function returning the character used to separate paths returned
432         by the PATH environment variable.
434         * os_win32.C: add #include "lstring.h" back in.
436         * package.C.in (package): comment out the ASSERT for now.
437         (check_env_var_dir): write one of the strings to be translated
438         (any one, doesn't matter) on a single line so that the
439         gettext search mechanism in po/Makefile.in.in will register
440         package.C.in as a file containing strings that need translation.
442 2005-01-10  Angus Leeming  <leeming@lyx.org>
444         * os.h:
445         * os_os2.C:
446         * os_unix.C:
447         * os_win32.C (binpath, binname, homepath, setTmpDir, getTmpDir, warn):
448         removed. Remove also all code to set the associated data variables.
450         * package.{C.in,h}: new files to ascertain the paths to the
451         various directories used by LyX. Does nothing with these paths,
452         just determines the strings themselves.
454         * path_defines.{C.in,h}: removed.
456         * Makefile.am: remove path_defines.{C.in,h}. Add package.{C.in,h}.
458         * filetools.[Ch] (GetEnvPath): remove.
459         (getEnvPath): replacement. Returns a vector<string> of paths.
461         * filetools.C:
462         * tempname.C: use support/package.h to provide the paths to the
463         various directories used by LyX.
465 2005-01-07  Angus Leeming  <leeming@lyx.org>
467         * convert.C (string>): add specialization for long.
469 2005-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
471         * convert.h: remove the specializations, don't included unneeded
472         headers
473         * convert.C: add specialization for unsigned long
475 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
477         * tostr.[Ch]: renamed to convert[ch]
479 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
481         * lstrings.[Ch]: change bformat to be a template
483         * tostr.[Ch]: tostr -> convert, convert is a template
485         * tempname.C:
486         * filetools.C (createBufferTmpDir): tostr -> convert
488 2005-01-05  Angus Leeming  <leeming@lyx.org>
490         * os_win32.C (external_path, internal_path): s/MAX_PATH/PATH_MAX/.
492 2005-01-04  Angus Leeming  <leeming@lyx.org>
494         * os_win32.C (current_root): use _getdrive on Win32.
496         * FileInfo.C (FileInfo, newFile): strip the trailing '/' from
497         the stored file name as it breaks Window's version of stat().
498         (isLink): protect the code with #ifdef S_ISLNK.
499         (dostat): protect the code with #ifdef HAVE_LSTAT.
500         (typeIndicator): remove code testing the file's executable status.
502         * filetools.C (LyXReadLink): protect the code with
503         #ifdef HAVE_READLINK.
505 2005-01-01  Kayvan Sylvan  <kayvan@sylvan.com>
507         * os_win32.C (internal_path): remove the call to MakeLatexName as
508         it is (1) unnecessary and (2) leads to an infinite loop as
509         MakeLatexName calls AddName which calls internal_path...
511 2004-12-19  Angus Leeming  <leeming@lyx.org>
513         * path_defines.C.in (setLyxPaths): on a Windows build,
514         remove the ".exe" extension from the name of the LyX binary when
515         trying to ascertain the name of the LyX system directory.
516         (Usually, <path to binary>/../share/<name of binary>/).
518         * os.h, os_os2.C, os_unix.C, os_win32.C (slashify_path): remove.
520         * os_win32.C (init): ensure that the name of the lyx executable is
521         stored internally with a unix-style path.
523         * os_win32.C (internal_path, external_path): differentiate between
524         cygwin and windows builds.
526         * filetools.C (FileOpenSearch, GetEnvPath, createDirectory,
527         MakeAbsPath, AddName, MakeRelPath, ChangeExtension):
528         * filename.C (mangledFilename):
529         s/slashify_path/internal_path/.
531 2004-12-16  Angus Leeming  <leeming@lyx.org>
533         * filename.C (mangledFilename): Given a Windows-style path, don't
534         forget to mangle the drive letter too when generating a unique
535         temporary file name.
537 2004-12-16  Angus Leeming  <leeming@lyx.org>
539         * mkdir.C: move the HAVE_MKDIR conditional code out of config.h
540         and into here.
542 2004-12-15  Angus Leeming  <leeming@lyx.org>
544         * FileInfo.[Ch] (getNumberOfLinks): removed.
546 2004-12-15  Angus Leeming  <leeming@lyx.org>
548         * tempname.C: #include fcntl.h and sys/stat.h if creating a temp
549         file using mktemp and open.
551 2004-12-14  Angus Leeming  <leeming@lyx.org>
553         * os.h, os_os2.C, os_unix.C, os_win32.C:
554         (binpath, binname, getTmpDir): return a const reference rather than
555         a copy of the data.
556         (homepath, nulldev): new functions returning the name of "HOME" and
557         the null device, respectively.
559         * filetools.C: (ExpandPath, MakeDisplayPath):
560         * path_defines.C.in (setLyxPaths): use os::homepath(), not
561         GetEnvPath("HOME").
563 2004-12-14  Angus Leeming  <leeming@lyx.org>
565         * os.h, os_{os2,unix,win32}.C (init): change interface to no longer
566         pass the addresses of the parameters received by main.
568 2004-12-14  Angus Leeming  <leeming@lyx.org>
570         * copy.C (copy): open the ifstream with ios::binary.
572 2004-12-14  Angus Leeming  <leeming@lyx.org>
574         * os.C: Add _WIN32 to the #define.
576         * systemcall.C (startscript): remove trailing '/n' from request to
577         start the command in a minimized window under DOS.
579 2004-12-14  Angus Leeming  <leeming@lyx.org>
581         * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
582         to overcome bug in the MinGW port of g++ 3.4.2.
584 2004-11-26  Angus Leeming  <leeming@lyx.org>
586         * globbing.[Ch] (glob): change API to:
587         1. Append matches to the input container.
588         2. Require a working_dir parameter. The function invokes chdir
589         internally (through use of Path).
591 2004-11-26  Angus Leeming  <leeming@lyx.org>
593         * filefilterlist.C (convert_brace_glob): moved here from
594         globbing.[Ch].
596         * filefilterlist.[Ch]: clean-up FileFilterList API.
598         * globbing.[Ch] (convert_brace_glob): moved to filefilterlist.C.
599         (expand_globs): moved to xforms/FormFiledialog.C.
601 2004-11-25  Angus Leeming  <leeming@lyx.org>
603         * filefilterlist.[Ch]:
604         * globbing.[Ch]: split FileFilterList into its own .[Ch] files.
606         * Makefile.am: add filefilterlist.[Ch].
608 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
610         * textutils.h (isKommaChar): remove
612 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
614         * forkedcontr.C (find_pid): simplify and also make pass concept
615         checks.
616         (handleCompletedProcesses): make sure that we do not slice the
617         object and satisfy concept checks.
619 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
621         * filetools.[Ch] (getFormatFromContents): don't guess format from
622         extension, return string() instead of "user" if the format could
623         not be determined
625 2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
627         * Make it clearer where include files are coming from.
629 2004-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
631         * translator.h: use bind, equal_to instead of equal_1st_in_pair
632         and equal_2nd_in_pair
634         * Makefile.am (libsupport_la_SOURCES): remove lyxfunctional.h
635         * lyxfunctional.h: delete file
637         * lyxfunctional.h: delete compare_memfun and helper classes
639         * forkedcontr.C (find_pid): use bind, equal_to instead of
640         compare_memfun
642         * lyxfunctional.h: delete back_inserter_fun functions and helper
643         classes.
645 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
647         * snprintf.[ch]: removed
649         * Makefile.am (libsupport_la_SOURCES): remove snprintf
651 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
653         * filetools.[Ch] (getExtFromContents): rename to
654         getFormatFromContents and return always a format
656 2004-10-25  Angus Leeming  <leeming@lyx.org>
658         * forkedcall.C (generateChild): strip quotes from each argument
659         of argv.
661 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
663         * pch.h: use proper signal include
665         * forkedcallqueue.C: remove unused include
667         * FileMonitor.h: Use the preferred calling for Boost.Signal
668         * forkedcall.h: ditto
670         * FileMonitor.C: use the new signal typedef
672 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
674         * forkedcall.h: remove include of <boost/function/funtion0.hpp>
675         * pch.h: ditto
677 2004-09-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
679         * textutils.h (IsLetterCharOrDigit): remove
681 2004-09-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
683         * filetools.C (LibScriptSearch): quote the path of the script, in
684         case it contains spaces
686 2004-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
688         * tostr.C: reimplement using lexical_cast
690 2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
692         * pch.h: do not use include boost/format.hpp, multiple symbols
693         will result (gcc bug)
695 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
697         * pch.h: new file
699         * Makefile.am: support pch
701 2004-08-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
703         * globbing.C (FileFilterList): make sure that "All files (*)" is
704         always part of the filters list
706 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
708         * tostr.C, lstrings.C, globbing.C, filetools.C: change
709         "support/std_sstream.h" to <sstream>
711         * Makefile.am (libsupport_la_SOURCES): delete std_sstream.h and
712         sstream.h
713         (std_sstream.h): delete file
714         (sstream.h): delete file
716 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
718         * filetools.C (i18nLibFileSearch): honor case where LANGUAGE
719         specifies a list of locales (thanks to Pablo Saraxtaga for the
720         initial patch).
722 2004-05-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
724         * path_defines.C.in (setLyxPaths): make sure that LyX/Mac can find
725         its po files when moved around; set default user directory to
726         ~/Library/Preferences/LyX/ for LyX/Mac.
727         (lyx_localedir): return the value that may have been computed in
728         setLyXPaths
730 2004-05-27  Kayvan Sylvan <kayvan@sylvan.com>
732         * Makefile.am (libsupport_la_SOURCES): remove reference to
733         nt_defines.h
735 2004-05-20  Angus Leeming  <leeming@lyx.org>
737         * debugstream.h: wrap the definition of debug_trait::DEBUG with
738         preprocessor guards that protect against a name clash with a
739         macro DEBUG. Such a macro is defined by the Qt library...
741 2004-04-27  Angus Leeming  <leeming@lyx.org>
743         * path_defines.{h,C.in}: expose top_srcdir, renamed from
744         lyx_top_srcdir.
746 2004-04-05  Angus Leeming  <leeming@lyx.org>
748         * filetools.C:
749         wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
751 2004-04-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
753         * filetools.C (RunCommand): block SIGCHLD during popen/pclose
754         (actually Angus' fix).
756 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
758         * filetools.C (DeleteAllFilesInDir): delete directories with
759         rmdir(), unlink() does not work
761 2004-03-27  Angus Leeming  <leeming@lyx.org>
763         * forkedcontr.C (child_handler): squash warning about a
764         signed/unsigned comparison.
765         (handleCompletedProcesses): only output a warning about an error
766         waiting for the child if it is indeed an error ;-)
768 2004-03-26  Angus Leeming  <leeming@lyx.org>
770         * forkedcall.[Ch] (run): new function, replacing runBlocking,
771         runNonBlocking.
773         * forkedcall.C (generateChild): ensure that the code that splits
774         the command up into an array of words won't leak in the event of an
775         exception.
777         * forkedcontr.C: make it a little more robust.
779 2004-03-24  Angus Leeming  <leeming@lyx.org>
781         * forkedcontr.[Ch]: get rid of the timer that we use to poll the list
782         of child proccesses and ascertain whether any have died. Instead use
783         the SIGCHLD signal emitted by the system to reap these zombies in the
784         maximally efficient manner. The subsequent emitting of the signal
785         associated with each child process *is* performed within the main
786         lyx event loop, thus ensuring that the code remains safe.
788         A detailed description of the design is to be found in forkedcontr.C.
790 2004-03-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
792         * filetools.C (i18nLibFileSearch): simplify the logic a bit
794 2004-03-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
796         * filetools.C (i18nLibFileSearch): fix the logic to match closely
797         what gettext does
799 2004-03-23  Angus Leeming  <leeming@lyx.org>
801         * forkedcall.h (ForkedProcess, Forkedcall): change the signature of
802         clone to return a boost::shred_ptr rather than a std::auto_ptr.
804         * forkedcontr.[Ch]: store the forked calls as boost::shared_ptrs rather
805         than raw pointers.
807 2004-03-22  Angus Leeming  <leeming@lyx.org>
809         * forkedcontr.[Ch] (childrenChanged, getPIDs, getCommand): remove
810         cruft left over from the removal of the Forks dialog.
812 2004-03-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
814         * filename.[Ch] (mangledFilename): make sure that mangled names are
815         unique
817 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
819         * filetools.[Ch] (CreateBufferTmpDir): rename to createBufferTmpDir,
820         remove pathfor argument
821         * filetools.[Ch] (CreateLyXTmpDir): rename to createLyXTmpDir, try
822         harder to create a usable temp dir
823         * filetools.C (CreateTmpDir): rename to createTmpDir
824         filetools.[Ch] (unzipFile): add argument for output filename
825         * filename.h: fix doxygen warning
827 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
829         * lstrings.h (contains_functor): delete
830         (contains): change into template, simplify
832         * lstrings.C (contains): remove both functions
834 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
836         * lyxalgo.h (eliminate_duplicates): reimplement with sort and the
837         unique-erase idom.
839         * lstrings.h (contains_functor): inherit from
840         std::binary_function, remove typedefs.
842 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
844         * globbing.C: add using statement for std::distance, remove std::
845         from string.
847 2004-01-08  Angus Leeming  <leeming@lyx.org>
849         * globbing.[Ch]: add a new class FileFilterList to parse a Qt-style
850         list of available file filters and generate the corresponding vector.
852 2003-12-14  Ronald Florence <ron@18james.com>
854         * tostr.[hC]: added tostr(long unsigned int i).
856         * path_defines.C.in: determine system directory and set PATH for
857         relocatable LyX/Mac bundle.
859 2004-01-06  Angus Leeming  <leeming@lyx.org>
861         * globbing.C (glob): compilation fix for cygwin.
863 2004-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
865         * Makefile.am (libsupport_la_SOURCES): remove BoostFormat.h and
866         boost-inst.C
867         * BoostFormat.h: delete file
868         * boost-inst.C: delete fil
870         * lstrings.C: include boost/format.hpp
872 2004-01-05  Angus Leeming  <leeming@lyx.org>
874         * globbing.[Ch]: new files containing some globbing utilities.
876 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
878         * putenv.C: allocate the string before putting it into the
879         environment.
881         * lyxlib.h: adjust.
883 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
885         * tempname.C (tempName): use scoped_array for exception safety
887         * os_os2.C (init): use scoped_array for exception safety
889         * getcwd.C (getcwd): use scoped_array for exception safety
891         * forkedcontr.C (addCall): adjust
893         * forkedcall.h: make clone return a auto_ptr
895 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
897         * debugstream.h: add a default constructor that does not setup a
898         streambuf here.
900 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
902         * socktools.C: honor CXX_GLOBAL_CSTD
904 2003-10-16  André Pönitz  <poenitz@gmx.net>
906         * filetools.C (ReplaceEnvironmentPath): set up patterns just once
907         using static variables.
909 2003-10-13  João Luis Meloni Assirati  <assirati@fma.if.usp.br>
911         * socktools.[Ch]: New files. Wrapper around socket system calls.
913 2003-10-13  Kayvan A. Sylvan  <kayvan@sylvan.com>
915         * socktools.C (SUN_LEN): add this MACRO definition for platforms
916         that do not define it themselves.
918 2003-10-08  Angus Leeming  <leeming@lyx.org>
920         * copied_ptr.h: get rid of the swap member function.
922 2003-10-08  Angus Leeming  <leeming@lyx.org>
924         Fix doxygen warnings.
926         * debugstream.h: \file debugStream.h -> \file debugstream.h
928         * os.h: move comment so that doxygen is not confused.
930 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
932         * Makefile.am: fix typo.
934 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
936         * std_string.h: delete file
938 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
940         * lstrings.C: Small fixes to build using STLport
942 2003-09-29  Angus Leeming  <leeming@lyx.org>
944         * filetools.C (ReplaceEnvironmentPath): make it work for both
945         ${HOME}/foo and $HOME/foo.
947 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
949         * debugstream.h: add file, updated version of the DebugStream
951         * DebugStream.C,DebugStream.h: delete files
953 2003-09-25  Angus Leeming  <leeming@lyx.org>
955         * filetools.C (ReplaceEnvironmentPath): rewrite to use boost::regex.
956         * lstrings.[Ch]: (regexMatch): removed.
958 2003-09-25  Angus Leeming  <leeming@lyx.org>
960         * translator.h (add): new member function.
962 2003-09-16  Angus Leeming  <leeming@lyx.org>
964         * textutils.h: remove #include "paragraph.h". Remove functions
965         IsInsetChar and IsWordChar.
967 2003-09-15  Angus Leeming  <leeming@lyx.org>
969         * copied_ptr.h: re-jig to something that resembles Herb Sutter's
970         HolderPtr --- see http://www.gotw.ca/gotw/062.htm. Also known in
971         his book as ValuePtr.
972         Use a memory_traits template parameter to create/destroy memory in a
973         flexible manner.
975 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
977         * tostr.C:
978         * lstrings.C:
979         * filetools.C: Remove usage of STRCONV
981         * Makefile.am (libsupport_la_SOURCES): remove lyxstring.C and
982         lyxstring.h
984         * std_string.h: modify to always work with std::string, but if
985         with-included-string then use it through namespace lyx. Remove
986         STRCONV.
988         * lyxstring.[Ch]: remove files
990 2003-09-15  Angus Leeming  <leeming@lyx.org>
992         * translator.h: add #include <boost/assert.hpp>, so that the
993         template is self-contained.
995 2003-09-11  Angus Leeming  <leeming@lyx.org>
997         * cow_ptr.h:
998         * copied_ptr.h: added to the repository. Maybe temporarily.
1000 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1002         * Makefile.am (libsupport_la_SOURCES): remove LAssert.C and LAssert.h
1004         * several files: change Assert to BOOST_ASSERT
1006         * LAssert.C:
1007         * LAssert.h: remove files
1009 2003-09-08  Angus Leeming  <leeming@lyx.org>
1011         * filename.C:
1012         * filetools.C: tell the world where to find author contact details.
1014 2003-09-08  Angus Leeming  <leeming@lyx.org>
1016         * boost-inst.C:
1017         * filetools.C:
1018         * forkedcallqueue.C:
1019         * lstrings.C:
1020         * lyxsum.C: remove redundant using directives.
1022 2003-09-05  Angus Leeming  <leeming@lyx.org>
1024         * lstrings.C: small bformat fix
1026 2003-09-05  Angus Leeming  <leeming@lyx.org>
1028         * std_istream.h: new file Just renaming of LIstream.h
1029         * std_ostream.h: new file Just renaming of LIstream.h
1030         * std_sstream.h: new file Just renaming of Lsstream.h
1031         * std_string.h:  new file Just renaming of LString.h
1033 2003-09-05  Angus Leeming  <leeming@lyx.org>
1035         * lyxmanip.h:
1036         * textutils.h:
1037         ensure that the header file can be compiled stand-alone.
1039 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1041         * lstrings.[Ch] (bformat): add a variant taking two ints.
1043 2003-09-04  Angus Leeming  <leeming@lyx.org>
1045         * filetools.h:
1046         * filename.C:  move #include "os.h" out of the header file.
1048 2003-09-04  Angus Leeming  <leeming@lyx.org>
1050         * path.C (ctor, dtor): move out of line.
1052 2003-09-03  Angus Leeming  <leeming@lyx.org>
1054         * filename.[Ch] (FileName): new c-tor takes abs_filename arg.
1055         (mangledFilename): new function, returning a mangled version of the
1056         absolute file name, suitable for use in the temp dir when, for example,
1057         converting an image file to another format.
1058         (isZipped, unzippedFilename): wrappers to global functions.
1060         * filetools.[Ch] (copyFileToDir): removed.
1061         (compare_timestamps): new function.
1063 2003-09-03  Angus Leeming  <leeming@lyx.org>
1065         * translator.h: Assert is in namespace lyx::support...
1067 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1069         * Makefile.am: do not install path_defines.C in includes
1070         (COMPRESSION): mention gzstream.h here
1072 2003-08-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1074         * path_defines.C.in (setLyxPaths): re-introduce the code to check
1075         whether lyx is run in place
1076         (build_dir): renamed from build_lyxdir
1077         (build_lyxdir): give this better semantics compatible with what
1078         LibFileSearch expects.
1080 2003-07-29  Angus Leeming  <leeming@lyx.org>
1082         * filename.[Ch] (relFilename, outputFilename): the 'path' arg
1083         defaults to string() because MakeRelPath can accept that.
1085 2003-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1087         * Makefile.am: conditionalize USE_COMPRESSION.
1089 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1091         * filetools.C (getExtFromContents): correct magic for gzip and
1092         compress.
1094         * path_defines.[Ch]: move lyx_localedir out of anon namespace
1096         * gzstream.h: new fileq
1098         * gzstream.C: new file
1100 2003-07-27  Angus Leeming  <leeming@lyx.org>
1102         * path_defines.{h,C.in} (build_lyxdir, system_lyxdir,
1103         user_lyxdir): are now functions, not global vars.
1105         * Makefile.am: set build_lyxdir at make time.
1107 2003-07-27  Angus Leeming  <leeming@lyx.org>
1109         * path_defines.{h,C.in}: new files. Store/set the various lyx
1110         paths, lyx_dir, top_srcdir, localedir, system_lyxdir, build_lyxdir
1111         user_lyxdir.
1113         * Makefile.am: add some magic to enable the user to set the path to
1114         the system-level lyx support files, the top of the lyx build tree
1115         and the system-level lyx locale directory at _make_ time rather
1116         than configure time.
1118         * .cvsignore: add path_defines.C.
1120 2003-07-26  Angus Leeming  <leeming@lyx.org>
1122         * os.h: remove irrelevant discussion of system_tempdir.
1124 2003-07-21  Angus Leeming  <leeming@lyx.org>
1126         * filename.[Ch]: new files implementing class FileName.
1127         * Makefile.am: add filename.[Ch].
1129 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1131         * BoostFormat.h (boost): remove one extern template. Gcc 3.4. does
1132         not allow it (at least not in this form.)
1134 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1136         * os_win32.C: put namespace os in lyx::support.
1138         * lstrings.C (bformat): call Assert from correct namespace.
1140         * introduce namespace lyx::support
1142 2003-06-30  André Pönitz  <poenitz@gmx.net>
1144         * filetools.C:
1145         * lstrings.C: re-enable --with-included-string
1147 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1149         * filetools.h: fix some \param issue
1151         * boost-inst.C: fix \file
1153         * LAssert.h: fix \file
1155 2003-06-20  Angus Leeming  <leeming@lyx.org>
1157         * filetools.[Ch] (NormalizePath): also change /foo//bar ==> /foo/bar.
1159 2003-06-18  Angus Leeming  <leeming@lyx.org>
1161         * many files: add the standard blurb, "This file is part of LyX" etc
1163 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1165         * limited_stack.h: make it have a const_iterator, add begin, and
1166         end as interface.
1168 2003-06-10  Angus Leeming  <leeming@lyx.org>
1170         * filetools.C (copyFileToDir): ensure that temp files have unique names.
1172 2003-06-04  André Pönitz  <poenitz@gmx.net>
1174         * limited_stack.h (top): return reference instead of value
1176 2003-06-02  Angus Leeming  <leeming@lyx.org>
1178         * filetools.[Ch] (copyFileToDir): new helper function.
1180         * os.h: remove trailing semi-colon from end of namespace os block.
1182 2003-06-01  Angus Leeming  <leeming@lyx.org>
1184         * filetools.h (LibScriptSearch): give the function a meaningful
1185         description of what it now does.
1187 2003-05-30  Angus Leeming  <leeming@lyx.org>
1189         * filetools.C (LibScriptSearch): make it search for "$$s/" and replace
1190         this with the path to the script. If the script is not found, the "$$s/"
1191         string is removed.
1193 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1195         * lstrings.[Ch] (prefixIs,suffixIs,subst): remove variants taking
1196         char const *.
1198 2003-05-19  André Pönitz  <poenitz@gmx.net>
1200         * lstrings.C: add missing implementation of three-arg bformat
1202         * lstrings.C: change rest of char * fmt -> string const & fmt
1205 2003-05-15  André Pönitz  <poenitz@gmx.net>
1207         * lstrings.[Ch]: use string const & instead of char const * for format
1209 2003-05-12  André Pönitz  <poenitz@gmx.net>
1211         * tostr.[Ch]: add long int overload
1213 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
1215         * lstrings.[Ch]: compile fix
1217 2003-05-12  André Pönitz  <poenitz@gmx.net>
1219         * lstrings.[Ch]: bformat() as wrapper around boost::format
1221         * lyxstring.h: enable templatized constructor
1223 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1225         * limited_stack.h: Change some comments, simplify a couple of
1226         class functions.
1228 2003-02-21  André Pönitz <poenitz@gmx.net>
1230         * limited_stack.h: change underlying container to deque to
1231           make this re-usable in mathed
1233 2003-04-08  John Levon  <levon@movementarian.org>
1235         * filetools.C: fix MakeDisplayPath() to not
1236         lie (bug 993)
1238 2003-03-30  John Levon  <levon@movementarian.org>
1240         * Makefile.am:
1241         * BoostFormat.h:
1242         * boost-inst.C: moved from src/
1244 2003-03-29  John Levon  <levon@movementarian.org>
1246         * filetools.h:
1247         * filetools.C: never call Alert directly from here
1249 2003-03-12  John Levon  <levon@movementarian.org>
1251         * textutils.h: remove META_NEWLINE
1253 2003-02-27  Ling Li  <ling@caltech.edu>
1255         * lyxalgo.h (eliminate_duplicates): re-written to avoid the initial
1256         sort.
1258 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1260         * forkedcontr.C (timer): remove bogus continue
1262 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1264         * forkedcallqueue.[Ch]: added
1266 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1268         * forkedcontr.C (timer): Start the loop afresh if an item is deleted.
1269         Emiting the signal can result in an arbitrary change to the list.
1271 2003-02-25  Angus Leeming  <leeming@lyx.org>
1273         * forkedcontr.C (timer): Use a while loop rather than for; makes it
1274         easier to erase an element.
1276 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1278         * forkedcontr.C (timer): don't start a running timer.
1280 2003-02-21  André Pönitz <poenitz@gmx.net>
1282         * filetools.C (PutEnv): removed (unused)
1284 2003-02-17  John Levon  <levon@movementarian.org>
1286         * forkedcall.h:
1287         * forkedcall.C: add running()
1289 2003-02-08  John Levon  <levon@movementarian.org>
1291         * Makefile.am:
1292         * lyxtime.h:
1293         * lyxtime.C: add typedef for time_t, add current_time
1295         * Makefile.am:
1296         * userinfo.h:
1297         * userinfo.C: add
1299 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1301         * filetools.C (getExtFromContents): remove detection of epsi
1303 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1305         * several files: ws changes
1307 2002-11-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1309         * filetools.C (DirList): remove all ugly hacks and do it nice
1311 2002-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1313         * lyxsum.C: an ugly hack to compile with non-gnu linkers
1315 2002-11-12  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
1317         * lstrings.C (getVectorFromString): #if 0 -> #if 1 until Lars devises
1318         a solution that he likes and which actually works.
1320 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1322         * lstrings.h (tostr): STRCONV
1324         * lstrings.C (regexMatch): STRCONV
1325         (getVectorFromString): STRCONV, manual copy into vector
1327         * filetools.C (GetFileContents): STRCONV
1329         * os.C: include config.h
1331         * lstrings.C (getVectorFromString): rewrite to use
1332         boost::tokenizer
1334 2002-10-31  Angus Leeming  <leeming@lyx.org>
1336         * forkedcall.C (generateChild): clean it up further.
1338 2002-10-25  Angus Leeming  <leeming@lyx.org>
1340         * forkedcall.[Ch]: split ForkedCall up into a base class ForkedProcess
1341         and a minimal ForkedCall daughter class.
1343         * forkedcontr.[Ch]: minimal changes reflecting the use of a
1344         ForkedProcess base class responsible for launching all child proceses.
1346 2002-09-25  Angus Leeming  <leeming@lyx.org>
1348         * LIstream.h:
1349         * LOstream.h: doxygen fixes.
1351 2002-09-24  Angus Leeming  <leeming@lyx.org>
1353         * most files: clean-up the license info.
1355 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1357         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1359 2002-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
1361         * os.h, os_os2.C, os_win32.C, os_unix.C: Added popen_read_mode(),
1362         since at least for Cygwin, the "rb" read_mode acceptable for
1363         fopen() is illegal for popen(), whose mode argument *must* be "r"
1364         or "w".
1366         * filetools.C (RunCommand): Uses os::popen_read_mode() instead
1367         of os::read_mode()
1369 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1371         * Makefile.am (libsupport_la_SOURCES): delete smart_ptr.h and
1372         utility.h
1374         * smart_ptr.h: remove file
1375         * utility.h: ditto
1377 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
1379         * lyxfunctional.h: remove class_fun_t, void_class_fun_t,
1380         class_fun and void_class_fun
1382 2002-08-20  John Levon  <levon@movementarian.org>
1384         * Makefile.am:
1385         * fmt.C: remove
1387 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1389         * textutils.h: formatting.
1391 2002-08-08  John Levon  <levon@movementarian.org>
1393         * limited_stack.h: default to 100 not 10
1395 2002-08-01  John Levon  <levon@movementarian.org>
1397         * forkedcall.C: more details on error
1399 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1401         * lstrings.[hC]: rename stip to rtrim and frontStrip to ltrim,
1402         also add a trim function that is the equiv of
1403         strip(frontStrip(...)), also reimplement the functions
1404         (improvements still possible.)
1406         * filetools.C: strip,frontStrip -> trim,ltrim,rtrim
1407         * forkedcall.C (generateChild): ditto
1408         * lstrings.C: ditto
1411 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1413         * filetools.C (GetEnvPath): modify because of strip changes
1414         (createDirectory): ditto
1415         (findtexfile): ditto
1416         * lstrings.[Ch] (isStrInt): ditto
1417         (isStrUnsignedInt): ditto
1418         (strToInt): ditto
1419         (strToUnsignedInt): ditto
1420         (isStrDbl): ditto
1421         (contains): removed unneeded version of contains
1422         (containsOnly): removed uneeded versions of containsOnly
1423         (strip, frontStrip): removed unneded versions, changed argument types.
1425 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
1427         * filetools.C (RunCommand): Made public
1429 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1431         * limited_stack.h: fix comment, remove un-needed header
1433 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1435         * lstrings.h: correct comments for token and tokenPos
1437 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
1439         * lyxstring.C (operator>>): replace code which works only with
1440         _some_ versions of GNU STL with generic one
1442 2002-07-18  Angus Leeming  <leeming@lyx.org>
1444         * FileMonitor.[Ch]: new files. Monitor a file for any change and emit a
1445         signal should it do so.
1447         * Makefile.am: add FileMonitor.[Ch].
1449 2002-07-18  André Pönitz <poenitz@gmx.net>
1451         * filetools.C (LibScriptSearch): bug fix
1453 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1455         * filetools.C (LyXReadLink): add bool 'resolve' to return link
1456         contents as an absolute path
1458 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1460         * filetools.C (IsLyXFilename):
1461         (IsSGMLFilename): use ascii_lowercase instead of lowercase
1463         * lstrings.[Ch] (ascii_lowercase): new function
1465 2002-07-16  André Pönitz <poenitz@gmx.net>
1467         * FileInfo.Ch: remove unneeded code
1469 2002-06-20  Herbert Voss  <voss@perce.de>
1471         * filetools.[C] (readExtFromContents): add support for
1472         (x)fig format images
1474 2002-06-26  André Pönitz <poenitz@gmx.net>
1476         * filetools.[Ch]: small whitespace, more compact 'return' statement
1478 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1480         * lyxalgo.h: add eliminate_duplicates
1482 2002-06-17  Herbert Voss  <voss@perce.de>
1484         * filetools.[C]: (readBB_from_PSFile) add a helperfunc
1485         (readBB_lyxerrMessage) to get better lyxerr messages
1486         (getExtFromContents) test epsi files in the right way
1488         * DestroxLyXTmpDir.C: changed to true, to delete the
1489         temporary unzipped files, too.
1491 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1493         * putenv.C (putenv): putenv should never be found in std::
1495         * kill.C (kill): kill should never be found in std::
1497         * filetools.C: pclose and popen should never be found in std::
1499 2002-06-07  Angus Leeming  <leeming@lyx.org>
1501         Fixes needed to compile with Compaq cxx 6.5.
1502         * lyxfunctional.h: rename lyx::class_fun(C & c, void(C::*f)(A)) as
1503         lyx::void_class_fun to avoid compiler problems with Compaq cxx 6.5:
1504         more than one instance of overloaded function "lyx::class_fun" matches
1505         the argument list.
1507         * filetools.C:
1508         * kill.C:
1509         * lstrings.C:
1510         * putenv.C:
1511         * snprintf.h:
1512         * systemcall.C:
1513         * utility.h:
1514         all c-library variables have been moved into namespace std.
1515         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
1517         * kill.C: rename signal.h as csignal.
1519         * putenv.C: rename stdlib.h as cstdlib
1521 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1523         * lxtl.h: remove unused file
1525 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
1527         * Makefile.am:
1528         * date.C:
1529         * getUserName.C:
1530         * fileblocks.c:
1531         * StrPool.h:
1532         * StrPool.C: remove unused files
1534         * lyxalgo.h:
1535         * lyxlib.h:
1536         * mkdir.C:
1537         * path.h:
1538         * path.C:
1539         * systemcall.C:
1540         * textutils.h:
1541         * translator.h:
1542         * types.h: document and small cleanups
1544 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1546         * switch from SigC signals to boost::signals.
1548 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1550         * Makefile.am:
1551         * limited_stack.h: new template for limited-size
1552           stacks
1554 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1556         * filetools.C: do not include LSubstring.h
1558         * lstrings.C: change include order
1559         (regexMatch): use boost regex get rid of LRegex and LSubstring
1561         * Makefile.am (libsupport_la_SOURCES): delete regex and substring
1562         stuff.
1564         * LSubstring.h: remove file
1565         * regex.c: ditto
1566         * lyxregex.h: ditto
1567         * LRegex.C: ditto
1568         * LRegex.h: ditto
1569         * LSubstring.C: ditto
1571 2002-05-24  Juergen Vigna  <jug@sad.it>
1573         * lyxsum.C: include local includes first (self containment)
1575 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1577         * forkedcall.h: use more specific smart_ptr header.
1579         * lyxsum.C: move some using declarations around.
1581 2002-05-03  Herbert Voss  <voss@perce.de>
1583         * filetools.C (getExtFromContents): only print the first 60 chars of
1584         the scanned-string when debugging.
1586 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1588         * lyxstring.C: close to typo fix.
1590 2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
1592         * filetools.C: add a using std::getline directive.
1594 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1596         * lyxstring.C (operator>>): try a new version of the operator>>
1598 2002-04-14  Herbert Voss  <voss@perce.de>
1600         * lstrings.[Ch]: move the getVectorFromString and the vice versa
1601         from frontends/controllers/helper_funcs for better use in other
1602         programs
1604 2002-04-15  Angus Leeming  <a.leeming@ic.ac.uk>
1606         * tempname.C (make_tempfile): simplify the #ifdef block by using
1607         #if defined and re-write the #warning as a #error because it's terminal.
1609 2002-04-08  Herbert Voss  <voss@perce.de>
1611         * filetools.C (getExtFromContents): get tgif run
1613 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
1615         * filetools.C (getExtFromContents): re-format a little and remove
1616         replicated "sgi" entry.
1618 2002-04-07  Herbert Voss  <voss@perce.de>
1620         * filetools.[Ch]: add readBB_from_PSFile() to make bb available
1621         for the lyx-view in graphics (moved from ControlGraphics)
1623 2002-04-07  Herbert Voss  <voss@perce.de>
1625         * filetools.C: fix bug for eps. scans now a whole line
1627 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1629         * lyxstring.C (operator>>): use the better solution, this fixes a
1630         "not able to read '\0'" bug.
1632 2002-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1634         * translator.h: add missing typename
1636 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1638         * filetools.C (LibScriptSearch): new command. Searches for scripts
1639         in lyx data directories.
1640         (LibScriptSearch): try to use split() correctly.
1642 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1644         * most files: ws cleanup
1646         * Makefile.am: remove ld -r stuff
1648 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1650         * Makefile.am (libsupport.la): special rules if partial linking
1652 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1654         * forkedcontr.C: turn the timer off when their are no longer any
1655         child processes running.
1657 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1659         * forkedcall.h: docy fix
1660         change SignalType second type to be const ref.
1662         * forkedcall.C: doxy fix
1664 2002-03-11  Kayvan A. Sylvan  <kayvan@sylvan.com>
1666         * lyxsum.C: compilation fix
1668 2002-03-02  Herbert Voss  <voss@perce.de>
1670         * filetools.C: fix bug for xbm format and added some more debug
1671         infos
1673 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1675         * forkedcontr.h: make constructor public
1677         * types.h: remove layout_type
1679 2002-03-01  Angus Leeming  <a.leeming@ic.ac.uk>
1681         * filetools.C (getExtFromContents): cleanup.
1683         * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler.
1685 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1687         * Makefile.am (SIGC_INCLUDES): add a -I directive for when
1688         building outside of source tree.
1690 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1692         * forkedcall.[Ch]:
1693         * forkedcontr.[Ch]: new files. Asger's forked call controller is
1694         re-born, with a working timer and a modified interface. The
1695         startscript method is now passed a Signal rather than a pointer
1696         to a callback function. This enables us to connect to the method of
1697         a C++ class, if we so desire.
1699         * Makefile.am: add forkedcall.[Ch], forkedcontr.[Ch].
1701 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1703         * Makefile.am:
1704         * os2_defines.h:
1705         * os2_errortable.h:
1706         * nt_defines.h: moved from src/
1708 2002-02-23  Herbert Voss  <voss@perce.de>
1710         * filetools.C: added more graphic formats
1712 2002-02-18  Herbert Voss  <voss@perce.de>
1714         * filetools.C: (getExtFromContents) return the fileextension
1715         if no format is detected.
1717 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1719         * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed
1720         as class SystemCall because one Systemcall instance represents a
1721         single child process.
1723         * filetools.C:
1724         * Makefile.am: associated changes.
1726 2002-02-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1728         * syscall.C (Systemcalls): include <cstdlib>
1730 2002-02-08  Herbert Voss  <voss@perce.de>
1732         * filetools.C: (getExtFromContents) adding Grace-format
1733         for filetypes
1735 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1737         * syscontr.[Ch]:
1738         * syssingleton.C: files removed.
1740         * syscall.[Ch]: remove the forked calls interface, as nothing, nowhere
1741         uses it. Strip down the Systemcalls interface to make it brutally
1742         obvious how unsophisticated it is.
1744 2002-02-08  Herbert Voss  <voss@perce.de>
1746         * filetools.C: (getExtFromContents) adding TGIF-format
1747         and return type "user" when no type is detected
1749 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1751         * textutils.h: remove IsLineSeparatorChar(char, Inset *)
1753 2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
1755         * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
1757 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1759         * FileInfo.h: remove special cygwin code.
1761         * filetools.C (do_popen): use os::read_mode().
1763         * os_win32.C (read_mode):
1764         * os_os2.C (read_mode):
1765         * os_unix.C (read_mode): new method
1767         * filetools.C (do_popen): fix for cygwin compatibility (from Claus
1768         Hentschel). This code should maybe be moved to os:: class.
1770 2002-02-08  Herbert Voss  <voss@perce.de>
1772         * filetools.C: (unzipFile) fix typo
1774 2002-02-06  Herbert Voss  <voss@perce.de>
1776         * filetools.[Ch]: fix some bugs for detecting zipped files
1777         adding unzipFile()
1779 2002-02-04  Herbert Voss  <voss@perce.de>
1781         * filetools.[Ch]: add ifZippedFile() for zipped
1782         graphic files
1784 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1786         * filetools.C (FileOpenSearch): remove duplicated line, probably
1787         resulting from bad cut-and paste.
1789 2002-01-31  Herbert Voss  <voss@perce.de>
1791         * filetools.[Ch]: add getExtFromContents(), which returns
1792         the type of the (graphic) file
1794 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1796         * copy.C (copy): open file in binary mode (for cygwin)
1798 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1800         * lyxsum.C: remove #warnings and replaced them with runtime debug
1801         info.
1803 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1805         * lyxalgo.h: include <algorithm>
1807 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1809         * lyx_algo.h: add a standard-conforming count to namespace lyx.
1811         * lstrings.[Ch] (countChar): removed. Use lyx::count.
1813 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
1815         * filetools.C: fix use of FileInfo
1817         * FileInfo.h:
1818         * FileInfo.C: add Asserts and documentation
1820 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
1822         * os_win32.C: compilation fixes
1824 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1826         * lstrings.h: do not include <cctype>
1828 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
1830         * lyxsum.C: portability fix for mmap patch
1832 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1834         * filetools.C:
1835         * lstrings.C:
1836         * lyxstring.C: change "while(" to "while ("
1838 2001-12-03  Ben Stanley <bds02@uow.edu.au>
1840         * lyxsum.C: Added mmap version of CRC and made it selected
1841         by default where available. Used process_block for crc for speedup.
1843 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
1845         * filetools.C: more robust failure for DirList()
1847 2001-11-29  André Pönitz <poenitz@gmx.net>
1849         * types.h: introduce types for textclass numbers and layout numbers
1851 2001-11-28  André Pönitz <poenitz@gmx.net>
1853         * Makefile.am: put types.h in
1855 2001-11-26  André Pönitz <poenitz@gmx.net>
1857         * types.h: introduce types for paragraph positions and layout numbers
1859 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
1861         * filetools.C: remove dead code
1863         * syscall.C: show prog in fail case
1865 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
1867         * filetools.C: code style cleanup
1869 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
1871         * os.h: remove spurious punctuation.
1873 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
1875         * LAssert.h:
1876         * LAssert.C: use new emergencyCleanup()
1878 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1880         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
1881         like GNU gettext does.
1883 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1885         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
1886         several methods)
1887         (findtexfile): oops! the change from last friday was wrong...
1889         * os_win32.C (is_absolute_path):
1890         * os_unix.C (is_absolute_path):
1891         * os_os2.C (is_absolute_path): new method
1893 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1895         * filetools.C (findtexfile): apply os::internal_path to the result.
1897 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
1899         * os_win32.C:
1900         * os_unix.C:
1901         * os_os2.C:
1902         * os.h: add internal_path method, which converts a unix-type file
1903         name to the type known to the underlying file system (currently
1904         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
1906 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1908         * smart_ptr.h: new file
1910         * utility.h: new file
1912 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1914         * filetools.h:
1915         * filetools.C (IsDirWriteable): fix this
1917 2001-07-26  Baruch Even  <baruch@lyx.org>
1919         * lyxlib.h (float_equal): Added function to compare floats almost equal
1920         (see function comment).
1922 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1924         Consistent use of Lsstream.h:
1925         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
1927 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1929         * translator.h: (*it). -> it->
1931 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1933         * filetools.C (DeleteAllFilesInDir): send debug output to
1934         Debug::FILES instewad of Debug::ANY.
1936         * DebugStream.h: remove gcc 2.8.x hack.
1938 2001-06-26  The LyX Project  <jug@sad.it>
1940         * lstrings.h:
1941         * lstrings.C (escape): move method to escape non ascii characters
1942         from insets label and ref to here.
1944 2001-06-25  The LyX Project  <jug@sad.it>
1946         * filetools.C (IsLyXFilename):
1947         (IsSGMLFilename): do case insensitive name matching
1949 2001-06-24  The LyX Project  <jug@sad.it>
1951         * lstrings.C (compare_ascii_no_case): version of compare_no_case
1952         which only considers case of ascii characters
1954         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
1955         sstream header.
1957 2001-06-23  The LyX Project  <jug@sad.it>
1959         * textutils.h (IsPrintable): take into account unprintable spaces
1960         above 127.
1961         (IsDigit): new function
1962         (IsLetterCharOrDigit): use IsDigit
1964 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1966         * filetools.C (findtexfile): strip final \r if necessary (for
1967         cygwin)
1969 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
1971         * FileInfo.C:
1972         * StrPool.C: removed // -*- C++ -*- as first line.
1974 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1976         * lyxsum.C (do_crc): switch to use boost::crc for generating the
1977         checksum.
1979 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1981         * lstrings.C:
1982         * syscall.C:
1983         * syscontr.C:
1984         * LSubstring.C: bring C functions in global namespace if
1985         necessary.
1987         * lstrings.h (compare): use the std:: version of str[n]cmp only
1988         when it exists.
1990 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1992         * syscontr.C: add std::
1994         * syscall.C: add std::
1996         * lstrings.h (compare): add std::
1998         * lstrings.C (prefixIs): add std::
1999         (suffixIs): ditto
2000         (subst): ditto
2002         * LSubstring.C (LSubstring): add std::
2004 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2006         * lyxsum.C (sum): use istreambuf_iterator when available.
2008 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2010         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
2011         directly instead.
2013         * lyxstring.C (operator): make const operator[] behave as
2014         non-const and at.
2016 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2018         * Makefile.am (EXTRA_DIST): add the os_*.C files.
2020 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2022         * filetools.C (MakeAbsPath): remove debugging statement
2024 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
2026         * FileInfo.h: X_OK workaround for cygwin
2028         * Makefile.am:
2029         * os.C:
2030         * os.h:
2031         * os_os2.C:
2032         * os_unix.C:
2033         * os_win32.C:
2034         * filetools.C:
2035         * filetools.h: Added os:: class.
2037         * rename.C:
2038         * syscall.C:
2039         * tempname.C: OS/2 fixes
2041 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2043         * textutils.h: remvoe !NEW_INSETS cruft
2045 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2047         * fmt.C:
2048         * atoi.C: add using directives when needed for C functions
2049         declared in std:: namespace.
2051 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2053         * lstrings.C : add two helper structs, local_lowercase and
2054         local_uppercase.
2055         (lowercase): change to use std::transform
2056         (uppercase): change to use std::transform
2058 2001-04-25  Allan Rae  <rae@lyx.org>
2060         * lyxstring.C : Assert got moved and Lars missed a few.
2062 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2064         * LAssert.h (Assert): put into namespace lyx
2066         * lyxfunctional.h: put into namespace lyx
2067         * translator.h: adjust
2069 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2071         * lyxalgo.h: put into namespace lyx, add firster and copy_if
2073         * FileInfo.h: inherit privately from noncopyable
2074         * path.h: ditto
2076 2001-04-16  Allan Rae  <rae@lyx.org>
2078         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
2079         as an unrecognised preprocessor directive.  So ensure they're wrapped.
2081 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2083         * several files: remove CXX_WORKING_NAMESPACES
2085         * FileInfo.h: noncopyable is in namespace boost
2086         * path.h: ditto
2088 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
2090         * syscontr.h: fix header include
2092 2001-02-28  Baruch Even  <baruch@ev-en.org>
2094         * filetools.C: Removed dependency on syscall.h
2096         * syscall.h:
2097         * syscall.C: Minor cleanings before I start to touch this code.
2099 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2101         * filetools.C (CreateTmpDir): change umask to 0700.
2103 2001-02-27  José Matos  <jamatos@fep.up.pt>
2105         * filetools.h (BasePath):
2106         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
2108         * filetools.C (IsLyXFilename):
2109         * filetools.C (IsSGMLFilename): test if extension is suffix and not
2110         only contained.
2112 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2114         * fmt.C:
2115         * filetools.C:
2116         * atoi.C: remove cruft
2118 2001-02-06  albert chin  <china@thewrittenword.com>
2120         * snprintf.h:
2121         * fmt.C: use HAVE_DECL_SNPRINTF
2123 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2125         * lyxstring.C: Fix some assertions.
2127 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
2129         * lstrings.C (strip): Add a fix for compilers with broken
2130         string::find_last_not_of.
2132         * filetools.C (AddPath): Simplify by using strip and frontStrip.
2134 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
2136         * lyxstring.C (rfind): Fix broken functions.
2137         (find): Few optimizations.