]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
typos
[lyx.git] / src / ChangeLog
index b29558cacca178c4388baa55b30cb479ed65d667..144f6dde91ca4c9dea84ac4b5564363fc4db102b 100644 (file)
@@ -1,3 +1,16 @@
+2006-03-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text.C (delete): adjust cursor after backspace in change tracking
+       mode (bug 2185).
+
+2006-03-16  Félix-Antoine Bourbonnais  <bouf10pub2@myriade.ca>
+
+       * 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  <j.spitzmueller@gmx.de>
 
        * text.C (getPossibleLabel): get a sensible prefix inside figure and 
 
        * MenuBackend.h (clear): new method.
 
+2006-03-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * buffer.C: format up to 246.
+
 2006-03-13  Martin Vermeer  <martin.vermeer@hut.fi>
 
        * rowpainter.C (paintChangeBar): fix painting of change bar with
 
        * main.C: (main): no longer pass pointers to os::init.
 
+2004-12-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * buffer.C: format up to 239.
+
 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
 
        * undo.C (textUndoOrRedo): simplify logic, fix a crash
 
        * vspace.C: fix off-by-one-error, related to fix #1682
 
+2004-11-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * 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  <j.spitzmueller@gmx.de>
 
        * lengthcommon.C: a more general fix for bug 1682