X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=81d2d86d4e265822d7fd64ed18a5817a576d8795;hb=6719871884adb665b63e46c58893bf13423f4bea;hp=49a986493a685bb95b94916e4936ddd4ea0b81fb;hpb=40a425f072479928fbd4b3619bdde311211cf9b4;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 49a986493a..81d2d86d4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,19 @@ +2005-07-15 -2005-05-07 André Pönitz + * output_latex.C (TeXDeeper): get rid of potential dereferencing + of past the end iterator + +2005-07-14 André Pönitz + + * undo.C (recordUndoFullBuffer): implement undo for + textclass switches + +2005-07-14 André Pönitz + + * cursor.C (setSelection): open insets when selection is set there + to avoid crashs with cold coord cache + +2005-07-14 André Pönitz * trans_mgr.C (insert): move cursor to the right after inserting a char.