]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
another safety belt
[lyx.git] / src / support / ChangeLog
index d8437f17b86c1186b75d93d1b294dede441b935f..d376e2589cee77a3bfcfc70ff08aeee9535b1781 100644 (file)
@@ -1,10 +1,58 @@
+2002-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxsum.C: an ugly hack to compile with non-gnu linkers
+
+2002-11-12  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
+
+       * lstrings.C (getVectorFromString): #if 0 -> #if 1 until Lars devises
+       a solution that he likes and which actually works.
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lstrings.h (tostr): STRCONV
+
+       * lstrings.C (regexMatch): STRCONV
+       (getVectorFromString): STRCONV, manual copy into vector
+
+       * filetools.C (GetFileContents): STRCONV
+
+       * os.C: include config.h
+
+       * lstrings.C (getVectorFromString): rewrite to use
+       boost::tokenizer
+
+2002-10-31  Angus Leeming  <leeming@lyx.org>
+
+       * forkedcall.C (generateChild): clean it up further.
+
+2002-10-25  Angus Leeming  <leeming@lyx.org>
+
+       * forkedcall.[Ch]: split ForkedCall up into a base class ForkedProcess
+       and a minimal ForkedCall daughter class.
+
+       * forkedcontr.[Ch]: minimal changes reflecting the use of a
+       ForkedProcess base class responsible for launching all child proceses.
+
+2002-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * LIstream.h:
+       * LOstream.h: doxygen fixes.
+
+2002-09-24  Angus Leeming  <leeming@lyx.org>
+
+       * most files: clean-up the license info.
+
+2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (INCLUDES): loose SIGC_INCLUDES
+
 2002-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
 
        * os.h, os_os2.C, os_win32.C, os_unix.C: Added popen_read_mode(),
        since at least for Cygwin, the "rb" read_mode acceptable for
        fopen() is illegal for popen(), whose mode argument *must* be "r"
        or "w".
-       
+
        * filetools.C (RunCommand): Uses os::popen_read_mode() instead
        of os::read_mode()