From 6244d78627ea63c4d3f1d08b051924508bd5399f Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 12 Jan 2010 17:17:40 +0000 Subject: [PATCH] fix example for notes-mutate replacement git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32988 a592a061-630c-0410-9148-cb99ea01b6c8 --- RELEASE-NOTES | 2 +- src/LyXAction.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fce58a12a5..0ecfcfd7fd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -92,7 +92,7 @@ The following LyX functions have been removed: - LFUN_NOTES_MUTATE ("notes-mutate"): replace notes-mutate with the more general function inset-forall - inset-forall Note: inset-modify changetype + inset-forall Note: inset-modify note Note The following LyX functions have been changed: diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 7acdf6a957..7a12dc76e8 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2384,6 +2384,8 @@ void LyXAction::init() inset-forall Index delete-char-forward \n Close all Notes (also works for a particular branch, for example): \n inset-forall Note inset-toggle close \n + Transform all yellow notes to comments \n + inset-forall Note:Note inset-modify note Note Comment \n Try to put LyX in an infinite loop if there is at least a Note: \n inset-forall Note char-backward * \li Origin: lasgouttes, 27 Nov 2009