X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=bed26ff8ef7eb3c5d04e4a312bb96668dc0ca0d6;hb=08876626836bee77f8fd62e6d5de059a76eeae72;hp=16c1189f8368443c2b700ce1e16597cc37201401;hpb=6c099a65f857db79de977e1b6e425a984ea8781a;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 16c1189f83..bed26ff8ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,254 @@ +2006-03-12 Martin Vermeer + + * lyxtext.h: doxygen documentation fix + +2006-03-11 Martin Vermeer + + * paragraph.[Ch] (write, lookupChange, lookupChangeFull; + added setChangeFull): + * paragraph_pimpl.[Ch] (trackChanges, cleanChanges, acceptChange, + rejectChange, erase; added setChangeFull): + * CutAndPaste.C (eraseSelectionHelper): + * lyxtext.h: + * text.C (readParToken, readParagraph, breakParagraph, + acceptChange, rejectChange, backspace, currentState; + added backspacePos0): + * paragraph_funcs.C (breakParagraphConservative, mergeParagraph): + * lyxfind.C (findChange, findNextChange): fix bug 880: Change + tracked paragraphs should still allow a paragraph split (and related + things, i.e., multi-paragraph change tracking) + +2006-03-10 Martin Vermeer + + * BufferView_pimpl.C: fix bug 2212: First change is skipped is + "Merge changes..." dialog + +2006-03-10 Jürgen Spitzmüller + + * bufferparams.C (writeLaTeX): define \labelitemi with \def. Fixes LaTeX + error if the class has not defined them yet (bug 2053). + +2006-03-10 Martin Vermeer + + * BufferView.[Ch]: + * BufferView_pimpl.[Ch]: + * LyXAction.C: + * debug.[Ch]: + * rowpainter.C: + * text3.C: Inside-inset speedup, esp. for the Mac (bug 2195) + +2006-03-07 Georg Baum + + * pch.h: fix nullstream.hpp location for boost 1.33.0 + +2006-03-05 Lars Gullik Bjønnes + + * pch.h: + * support/pch.h: + * support/debugstream.h: Use the correct nullstream. + +2006-02-26 Georg Baum + + * text3.C (mathDispatch): fix math inset creation from string (bug 2315) + +2006-02-28 Martin Vermeer + + * cursor.C (niceInsert): fix (properly) insertion of + fonts/decorations around selection + +2006-02-25 Georg Baum + + * lyxfont.C (lyxWriteChanges): Don't write \lang latex + +2006-02-24 Jean-Marc Lasgouttes + + * text3.C (mathDispatch): fix crash when selection is not empty + but selectionAsString is empty (bug 2321). + +2006-02-23 Jean-Marc Lasgouttes + + * text.C (changeCase): avoid crash in empty paragraph or on last + word of the paragraph. (buf 2323) + (cursorRightOneWord): fix the logic to stop at a beginning of a word. + +2006-02-22 Jürgen Spitzmüller + + * buffer.C (readHeader): also erase params.preamble in advance + so that an empty preamble is actually recognized (bug 2317). + + * rowpainter.C (paintFromPos): ditch applyOuterFont (bug 2308). + +2006-02-06 Georg Baum + + * text2.C (deleteEmptyParagraphMechanism): 64bit compile fix + +2006-02-05 Martin Vermeer + + * buffer.C: + * bufferparams.[Ch]: + * lyxtext.h: + * paragraph.[Ch]: + * paragraph_funcs.C + * rowpainter.C: + * text.C: + * text2.C: + * text3.C: Fix bug 2115: blue language lines (for default font) + popping up when the documnent font is different. This includes work + by Georg Baum. + +2006-02-02 Georg Baum + + * exporter.C (Backends): Add "lyx" backend + * exporter.C (Export): Handle "lyx" backend + * graph.C (getReachable): Don't exclude "lyx" + * MenuBackend.C (expandFormats): exclude "lyx" from export menu + +2006-02-03 Martin Vermeer + + * cursor.C (bruteFind2): convert relative to absolute co-ordinates + for correct in-mathed positioning + +2006-02-03 Martin Vermeer + + * rowpainter.C (paintForeignMark): fix foreign blue line under + insets + +2006-01-30 Jürgen Spitzmüller + + * * text2.C (deleteEmptyParagraphMechanism): fix off-by-one error of the start + pit of the uno range (bug 2022). + +2006-01-28 Georg Baum + + * messages.C (get): Only warn once if setlocale fails (bug 2177) + +2006-01-28 Martin Vermeer + + * text2.C (setCharFont): take inset's own font settings into account + when defining the font to reduce to, fixes 2019 + +2006-01-28 Jürgen Spitzmüller + + * bufferview_funcs.C (coordOffset): remove the check for + collapsed collapsables (fix for bug 2094). This is now done + on a more general level (cursor.C). + + * dociterator.[Ch] (forwardPos): add an optional argument + bool "ignorecollapsed" (default false), which lets forwardPos + skip collapsed insets. + + * cursor.C (bruteFind): use forwardPos(ignorecollapsed = true) + (fixes bug 2241 and 2094). + +2006-01-26 Jürgen Spitzmüller + + * buffer.C: change tracking (dvipost) doesn't require + color.sty anymore. + + * LaTeXFeatures.C (getPackages): no need for the color + option "usenames" (bug 2169). + +2006-01-23 Helge Hafting + * buffer_funcs.C: Trivial fix - added {} around + the statements to be affected by a if-test. Now + label in a minipage in a float looks ok on screen again. + +2006-01-23 Martin Vermeer + + * text2.C: fix bug 2015: on screen fonts in nested environments + can be wrong + +2006-01-11 Georg Baum + + * converter.C (convert): handle unknown formats + +2006-01-19 Jean-Marc Lasgouttes + + * cursor.C (goUpDown): comment out some debug messages. + + * counters.C (newCounter): make error messages more explicit + (these appear with some textclasses like beamer) + +2006-01-18 Jean-Marc Lasgouttes + + * kbmap.C (defkey): + * lyxfunc.C (processKeySym): make sure new FuncRequest objects + have origin set to KEYBOARD. (bug 2221) + +2006-01-16 Jürgen Spitzmüller + + * rowpainter.C (isCursorOnRow): do not exclude endpos(). + +2006-01-11 Jean-Marc Lasgouttes + + * cursor.C (macroModeClose): returns true if an inset actually got + inserted; revert faulty fix to bug 2034. + +2006-01-10 Jean-Marc Lasgouttes + + * tabular.C (getLabelList): remove (not used anymore). + +2006-01-07 Georg Baum + + * outputparams.[Ch]: add new flag inComment + +2006-01-04 Jean-Marc Lasgouttes + + * text2.C (deleteEmptyParagraphMechanism): since we delete a + paragraph, recordUndo should span two paragraphs (bug 2155). + +2006-01-01 Martin Vermeer + + * rowpainter.C (paintPar): always repaint the row with the + cursor in it + +2006-01-01 Lars Gullik Bjønnes + + * MenuBackend.h: + * bufferlist.h: + * lyxtext.h: + * paragraph.h: + * vspace.h: fix syntax error + +2005-12-31 Martin Vermeer + + * text3.C (dispatch): Force refresh if typing into inset changes its + metrics + +2005-12-30 Martin Vermeer + + * RowList_fwd.h: + * paragraph.C: + * paragraph.h: + * rowpainter.C: Speed up rendering by only re-painting rows that + have changed. When selection or whole-screen update active, all rows + are repainted, as are all rows within insets. + +2005-12-30 Georg Baum + + * version.C.in: Use PACKAGE_VERSION instead of VERSION + +2005-12-29 Georg Baum + + * tabular.C (toggleFixedWidth): Use default layout of text class + instead of hardcoded "Standard" + +2005-12-22 Jean-Marc Lasgouttes + + * lyxfunc.C (dispatch): do not call getStatus again to determine + whether a lfun is disabled (bug 2172). + +2005-12-19 Jean-Marc Lasgouttes + + * cursor.C (macroModeClose): set the cursor inside the new math + atom if relevant (think \frac{}{}) (bug 2034) + +2005-12-19 Martin Vermeer + + * lyxtext.h: + * text.C: + * text3.C (Delete, backspace): force update when merging paragraphs + 2005-12-16 Jean-Marc Lasgouttes * BufferView.C (mouseSetCursor): clear the selection properly (bug