]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
lyxserver cleanup patch + andre's small patches
[lyx.git] / src / support / ChangeLog
index 38661281ace2120a13aaaf896c2a0cacd64b8fd0..bfab4ca167f458a273eb477a9097cb0605e5e737 100644 (file)
@@ -1,3 +1,94 @@
+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
+
+       * utility.h: new file
+
+2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
+
+       * filetools.h:
+       * filetools.C (IsDirWriteable): fix this
+2001-07-26  Baruch Even  <baruch@lyx.org>
+
+       * lyxlib.h (float_equal): Added function to compare floats almost equal
+       (see function comment).
+
+2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       Consistent use of Lsstream.h:
+       * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
+
+2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * translator.h: (*it). -> it->
+
+2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
+
+       * filetools.C (DeleteAllFilesInDir): send debug output to
+       Debug::FILES instewad of Debug::ANY.
+
+       * DebugStream.h: remove gcc 2.8.x hack.
+
+2001-06-26  The LyX Project  <jug@sad.it>
+
+       * lstrings.h:
+       * lstrings.C (escape): move method to escape non ascii characters
+       from insets label and ref to here.
+
+2001-06-25  The LyX Project  <jug@sad.it>
+
+       * filetools.C (IsLyXFilename): 
+       (IsSGMLFilename): do case insensitive name matching
+
+2001-06-24  The LyX Project  <jug@sad.it>
+
+       * lstrings.C (compare_ascii_no_case): version of compare_no_case
+       which only considers case of ascii characters
+
+       * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
+       sstream header.
+
+2001-06-23  The LyX Project  <jug@sad.it>
+
+       * textutils.h (IsPrintable): take into account unprintable spaces
+       above 127.
+       (IsDigit): new function
+       (IsLetterCharOrDigit): use IsDigit
+
 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * filetools.C (findtexfile): strip final \r if necessary (for