* 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
This commit is contained in:
Jürgen Spitzmüller 2007-05-18 06:06:13 +00:00
parent 1cbb6defc3
commit cbe15114c1
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-05-18 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* text3.C (specialChar): add missing recordUndo.
2007-05-14 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* lyxfunc.C (dispatch): assure math and tabular insets are

View File

@ -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();

View File

@ -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