From cbe15114c14e6e11d723883ba5339769bf235a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 18 May 2007 06:06:13 +0000 Subject: [PATCH] * src/text3.C: (specialChar): add missing recordUndo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18398 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/text3.C | 1 + status.14x | 2 ++ 3 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index ab476a983c..b00c236c77 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-05-18 Jürgen Spitzmüller + + * text3.C (specialChar): add missing recordUndo. + 2007-05-14 Jürgen Spitzmüller * lyxfunc.C (dispatch): assure math and tabular insets are diff --git a/src/text3.C b/src/text3.C index 7a35bec7ce..6a44fc9a64 100644 --- a/src/text3.C +++ b/src/text3.C @@ -244,6 +244,7 @@ namespace { void specialChar(LCursor & cur, InsetSpecialChar::Kind kind) { + recordUndo(cur); lyx::cap::replaceSelection(cur); cur.insert(new InsetSpecialChar(kind)); cur.posRight(); diff --git a/status.14x b/status.14x index 012b3d7afb..1603d99dfe 100644 --- a/status.14x +++ b/status.14x @@ -68,6 +68,8 @@ What's new - Fix undo for quotation marks (bug 3439). +- Fix undo for special characters. + - Fix gui for big delimiters. - Fix wrong LaTeX-output when using the backslash "\" as math