X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=144f6dde91ca4c9dea84ac4b5564363fc4db102b;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=cd2d312313b03967dce12d82b0a6354e8753c9fa;hpb=f42db3f4b29b34fdd317f0bcddc15a843561ce0f;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index cd2d312313..144f6dde91 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,26 @@ +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 @@ -15,6 +38,10 @@ * 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 @@ -2224,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 @@ -2470,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