On Wed, Apr 1, 2015 at 8:18 AM, Jean-Marc Lasgouttes <lasgout...@lyx.org> wrote: > commit 11ca1406671f3e7b126bbe9b51694e8d32ba161c > Author: Jean-Marc Lasgouttes <lasgout...@lyx.org> > Date: Thu Mar 12 15:57:29 2015 +0100 > > Clean-up the undo API > > * Remove the UndoKind parameter in the general interface > * move recordUndoInset to Cursor > * remove one variant of Undo::recordUndo. > * get rid of Text::recUndo.
git bisect tells me this commit lead to the following change in behavior: 1. start a new document 2. create a note 3. press backspace 4. undo Before this commit, after (4) the cursor would be inside the note. After this commit, the cursor is before the note inset after (4). Was this change intended? Scott