X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=aba178940a769b8f3cb6df7046e1019d54c404d4;hb=0ea0f3399a0f243750090882bdb7afe03cf058ad;hp=c3edb49d08aab20297e68a36b0c9d104f96c1b3f;hpb=25aca51d9af397eef8562411a63bcef0868a7813;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index c3edb49d08..aba178940a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,29 @@ +2004-09-16 Lars Gullik Bjonnes + + * Spacing.C (set): c_str fix + +2004-09-09 Jean-Marc Lasgouttes + + * lyx_cb.C (Reconfigure): quote the name of configure script in + case it contains spaces + +2004-09-04 Lars Gullik Bjonnes + + * 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 + + * pch.h: do not use include boost/format.hpp, multiple symbols + will result (gcc bug) + + +2004-08-23 José Matos + + * bufferparams.C (readToken): fix reading of the author field. + 2004-08-20 José Matos * 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.