The branch, 2.0.x, has been updated.

- Log -----------------------------------------------------------------

commit 9df0a930d4349bedc41ef01184cc99a07e846f4a
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Mon Jun 4 19:13:31 2012 +0200

    Add missing undo recording.
    This adds a change of the printindex type (with multiple indices) to the 
undo stack and marks the buffer dirty on that action (bug #8182)

diff --git a/src/insets/InsetIndex.cpp b/src/insets/InsetIndex.cpp
index a9e2725..6a79ea0 100644
--- a/src/insets/InsetIndex.cpp
+++ b/src/insets/InsetIndex.cpp
@@ -496,6 +496,7 @@ void InsetPrintIndex::doDispatch(Cursor & cur, FuncRequest 
& cmd)
                        cur.noScreenUpdate();
                        break;
                }
+               cur.recordUndo();
                setParams(p);
                break;
        }
diff --git a/status.20x b/status.20x
index cb76a89..41de780 100644
--- a/status.20x
+++ b/status.20x
@@ -173,6 +173,9 @@ What's new
 - Box settings dialog didn't work if you were actually inside the box 
   (bug 8124).
 
+- Mark the document modified when changing type of splitted index
+  (bug 8182).
+
 - Fix tooltip for "Use Non-TeX Fonts" (bug 7787).
 
 - Fix pasting of LATIN CAPITAL LETTER SHARP S (bug 8057).

-----------------------------------------------------------------------

Summary of changes:
 src/insets/InsetIndex.cpp |    1 +
 status.20x                |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to