X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=7ada4a7a012543e391c1e2ac0d0fdab7d0824601;hb=794ed6c13c5741646c789e4f4691b74fa41144e2;hp=ad2272deef392f6dc3c3498bfa748766552223f3;hpb=1fa17d538965d48451609aa1d601ebc4bded1e5c;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index ad2272deef..7ada4a7a01 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2005-03-08 Martin Vermeer + + * text2.C: fix for cursor up/down stuck in math [bug 1792] + +2005-03-07 Alfredo Braunstein + + * text2.C (cursorUp): get rid of a crash + * text.C (x2pos): add an assert + 2005-03-07 Jean-Marc Lasgouttes * lyxfunc.C (getStatus): fix warning when assertions are disabled @@ -22,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()).