X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=144f6dde91ca4c9dea84ac4b5564363fc4db102b;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=4375184811b290e1954ebcd6bad8f6f8fb5f8837;hpb=08604e3519a0b5cb63c17479672bc5187ec0e2ae;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 4375184811..144f6dde91 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +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 @@ -33,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 @@ -2242,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 @@ -2488,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