X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=aba178940a769b8f3cb6df7046e1019d54c404d4;hb=0ea0f3399a0f243750090882bdb7afe03cf058ad;hp=b6fa72604a8f318838c550f1352304399d3992ac;hpb=adec8fe46d639a0e0f8ade1d572dd5d510cecfd9;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index b6fa72604a..aba178940a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,85 @@ +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. + +2004-08-20 José Matos + + * lyxlex.[Ch] (findToken): remove function. + + * ParagraphParameters.C (findToken): + * bufferparams.C (findToken): replace call for previous function + with local copy. This local function has one more argument, the + read string argument. + +2004-08-16 José Matos + + * ParagraphParameters.C (write): + * Spacing.C (writeFile): + * bufferparams.C (writeLaTeX): + * lyx_cb.C (Reconfigure): + * paragraph.C (write): + * tabular.C (write): remove unnecessary space at end of line. + + +2004-08-16 José Matos + + * text.C (readParagraph): remove debug message. + +2004-08-16 Jean-Marc Lasgouttes + + * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix + crash + + * output_plaintext.C (asciiParagraph): set depth correctly + + * outputparams.h: add member depth + + * paragraph_funcs.C (ownerPar): remove. + + * text2.C (setCounter): remove first_pit; comment out some + non-working code that uses ownerPar + + * BufferView.C (getParentLanguage): remove. Not used anymore, and + uses ownerPar + +2004-08-16 José Matos + + * text.C (readParToken, readParagraph, read): report all unknown tokens. + For the same level of importance use the same chanel to report problems. + (read): add code to deal with \begin_body and \end_body. + + 2004-08-15 José Matos * 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.