]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Cleanup, sorry ;-)
[lyx.git] / src / ChangeLog
index 0f4da9676b42da2ff5e9f3200f445a2a457fe200..7ada4a7a012543e391c1e2ac0d0fdab7d0824601 100644 (file)
@@ -1,3 +1,26 @@
+2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text2.C: fix for cursor up/down stuck in math [bug 1792]
+
+2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text2.C (cursorUp): get rid of a crash
+       * text.C (x2pos): add an assert
+
+2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (getStatus): fix warning when assertions are disabled
+
+       * text3.C: 
+       * lyxfunc.C: 
+       * dociterator.C: include <boost/current_function.hpp>, which is
+       needed when assertions are disabled.
+
+2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net> 
+
+       * text2.C: fix for stuck cursor when traversing two 
+       consecutive spaces. [bug 1255] (pars_[old.pit()].setChange) 
+
 2005-02-25  Andreas Vox  <avox@arcor.de>
 
        * output_docbook.C (makeParagraph): suppress trailing newline
@@ -8,7 +31,7 @@
        * paragraph.C: fix for confused change tracker when pasting
        text that begins with a lineseparator. [bug 1827]
        (setChange(0, Change::INSERTED);)
-       
+
        * paragraph_funcs.C: fix for lost changes on triple-paste
        in change tracking mode [bug 1827] (par.setChange()).