]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
lyxserver cleanup patch + andre's small patches
[lyx.git] / src / support / ChangeLog
index 0f0fb9edb544423e9ff9b61da1985c6fa98a7896..bfab4ca167f458a273eb477a9097cb0605e5e737 100644 (file)
@@ -1,3 +1,23 @@
+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.