]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
c_str fixes
[lyx.git] / src / ChangeLog
index c3edb49d08aab20297e68a36b0c9d104f96c1b3f..aba178940a769b8f3cb6df7046e1019d54c404d4 100644 (file)
@@ -1,3 +1,29 @@
+2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Spacing.C (set): c_str fix
+
+2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyx_cb.C (Reconfigure): quote the name of configure script in
+       case it contains spaces
+
+2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * client: new dir
+
+       * Makefile.am (SUBDIRS): change order of subdirs and add client dir
+       (BOOST_LIBS): use top_buildir when looking for the file
+
+2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pch.h: do not use include boost/format.hpp, multiple symbols
+               will result (gcc bug)
+
+
+2004-08-23  José Matos  <jamatos@lyx.org>
+
+       * bufferparams.C (readToken): fix reading of the author field.
+
 2004-08-20  José Matos  <jamatos@lyx.org>
 
        * lyxrc.C: remove support/translator.h inclusion since it is not used.
@@ -53,7 +79,7 @@
 
        * lyxlex.C (getString): fix comment, buffer::readBody is now
        buffer:readDocument.
-       
+
        * tex-strings.C (string_papersize): Default -> default,
        Custom -> custom, for consistency with other options.