[EMAIL PROTECTED] writes:

> Author: lasgouttes
> Date: Wed Sep 17 18:28:33 2008
> New Revision: 26432
>
> URL: http://www.lyx.org/trac/changeset/26432
> Log:
> Fix bug 2746: http://bugzilla.lyx.org/show_bug.cgi?id=2746
> References autoupdate is not undone during UNDO operation
>
>       * InsetLabel.cpp (updateCommand): record undo for each of the label 
>       changes (and put everything in a group to make sure it will be undone 
>       in one step).

Juergen, concerning this one, we could

a) do nothing in 1.5.7
b) do a recordUndoFullDocument that will properly fix the behaviour at
the cost of risking blots after repetitive use (like we do in replace
all)
c) do separate recordUndo calls that will be undone one by one.

What do you prefer?

JMarc

Reply via email to