]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
another safety belt
[lyx.git] / src / support / ChangeLog
index d14734333c16e076ef4ccfb9bad6bd7cfa325d54..d376e2589cee77a3bfcfc70ff08aeee9535b1781 100644 (file)
@@ -1,3 +1,26 @@
+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.