]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
lyxserver cleanup patch + andre's small patches
[lyx.git] / src / support / ChangeLog
index 351bd43e0aa7c9b04d58b31f967b1041bed6198f..bfab4ca167f458a273eb477a9097cb0605e5e737 100644 (file)
@@ -1,3 +1,36 @@
+2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LAssert.h:
+       * LAssert.C: use new emergencyCleanup()
+2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
+       like GNU gettext does.
+
+2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
+       several methods)
+       (findtexfile): oops! the change from last friday was wrong...
+
+       * os_win32.C (is_absolute_path): 
+       * os_unix.C (is_absolute_path): 
+       * os_os2.C (is_absolute_path): new method       
+
+2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * filetools.C (findtexfile): apply os::internal_path to the result.
+
+2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
+
+       * os_win32.C: 
+       * os_unix.C:
+       * os_os2.C:
+       * os.h: add internal_path method, which converts a unix-type file
+       name to the type known to the underlying file system (currently
+       only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
+
 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * smart_ptr.h: new file