X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=e0b6e3d4916852e8300ba9c0e0deadd653bcd621;hb=498724d21beabdddf99a17a182eac65370b91b2b;hp=80c5d889b44a86bad5c3697aa03e3102631c725f;hpb=a13a346b0ef28ef152c382a73f356dfb144e022d;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 80c5d889b4..e0b6e3d491 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,60 @@ +2004-08-14 José Matos + + * Buffer.[Ch] (readDocument): new name for old readBody. + * Buffer.C: new file format, new keywords: \begin_document, + \begin_header, \begin_body, \end_body. + + * bufferparams.C (readToken): replace all calls to lex.nextToken + by lex.next(). Do the same to eatLine except where really needed. + + * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of + line when writing to the lyx file. + + * output_plaintext.C (asciiParagraph): fix Bibliography style + handling. + + * text.C (read): fix end of file handling. + +2004-08-14 Jean-Marc Lasgouttes + + * MenuBackend.C (Menu::operator[]): new method to access + individual menu items + (Menu::hasFunc): new method. search for an item that corresponds + to a given func + (MenuBackend::specialMenu): new method + (MenuBackend::expand): if a special menu has been set, skip + entries whose func() appears in this menu + +2004-08-14 Lars Gullik Bjonnes + + * text3.C: use Debug::DEBUG a bit more + + * text.C (leftMargin): try to simplify a tiny bit change var x to + l_margin. Dont output the wide margins always. + (rightMargin): no margin in inner texts + + * rowpainter.h (nestMargin): new func + (changebarMargin): new func + (rightMargin): new func + + * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is + now functions. + (paintLast): ditto + + * factory.C (createInset): modify setDrawFrame + + * cursor.C: use Debug::DEBUG a bit more + +2004-08-14 André Pönitz + + * coordcache.[Ch]: + * Makefile.am: new files to accomodate an 'external' (x,y)-position + cache for all insets in (at least partially) visible (top-level) + paragraphs. + + * BufferView_pimpl.C: reset external coord cache before every update. + This means the coord cache only contains valid entries. + 2004-08-14 Lars Gullik Bjonnes bug 1096