X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=144f6dde91ca4c9dea84ac4b5564363fc4db102b;hb=b01a9dc187d9cd396a57463ad27511379dcdc9cd;hp=0d5f19330ec7e5af9370d046a11b80555d5994a4;hpb=90f00ecfa69b2cea5a8b8a9a3b9cf16b7cd6e6ce;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 0d5f19330e..144f6dde91 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,115 @@ +2006-03-16 Jürgen Spitzmüller + + * text.C (delete): adjust cursor after backspace in change tracking + mode (bug 2185). + +2006-03-16 Félix-Antoine Bourbonnais + + * text3.C (dispatch): set needsUpdate according to the return + value of the methods below (bug 2298) + + * text2.C (cursorTop, cursorBottom, cursorHome, cursorEnd): return + true if dEPM triggered. + +2006-03-16 Jürgen Spitzmüller + + * text.C (getPossibleLabel): get a sensible prefix inside figure and + tabular floats (bug 1999). + +2006-03-16 John Spray + + * lyxfunc.C (getStatus): disable LFUN_MENUWRITE when document is + clean (bug 2313) + +2006-03-15 Martin Vermeer + + * CutAndPaste.C (pasteSelectionHelper): comments + * paragraph_funcs.C (mergeParagraph): fix Juergen's cut&paste bug + * changes.h: comments + * paragraph.C (stripLeadingSpaces): remove unnecessary setChange + * text.C (backspace): allow deletion of inserted para break + Change tracking -related bug fixes (reported by Juergen) and + some documentation work + +2006-03-15 Jean-Marc Lasgouttes + + * MenuBackend.C (expand): make sure the menu is empty before + starting. + + * MenuBackend.h (clear): new method. + +2006-03-14 Georg Baum + + * buffer.C: format up to 246. + +2006-03-13 Martin Vermeer + + * rowpainter.C (paintChangeBar): fix painting of change bar with + only paragraph break changed + +2006-03-12 Georg Baum + + * lyx_cb.C (Reconfigure): run lib/configure.py, not lib/configure + * lyx_main.C (reconfigureUserLyXDir): run ditto + +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 @@ -2139,6 +2251,10 @@ * main.C: (main): no longer pass pointers to os::init. +2004-12-06 Georg Baum + + * buffer.C: format up to 239. + 2004-12-06 Alfredo Braunstein * undo.C (textUndoOrRedo): simplify logic, fix a crash @@ -2385,6 +2501,16 @@ * vspace.C: fix off-by-one-error, related to fix #1682 +2004-11-11 Georg Baum + + * buffer.C: format up to 238. + +2004-11-11 Edwin Leuven + + * LaTeXFeatures.C: add booktabs package + * tabular.[Ch] (use_booktabs, setBookTabs, useBookTabs): new members, + use them in several places + 2004-11-11 Jürgen Spitzmüller * lengthcommon.C: a more general fix for bug 1682