]> git.lyx.org Git - lyx.git/commitdiff
fix example for notes-mutate replacement
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 12 Jan 2010 17:17:40 +0000 (17:17 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 12 Jan 2010 17:17:40 +0000 (17:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32988 a592a061-630c-0410-9148-cb99ea01b6c8

RELEASE-NOTES
src/LyXAction.cpp

index fce58a12a53fbac5836d241e6a1bd263f2f422f3..0ecfcfd7fdaf22ec41618a39ac4ca35e17a0577b 100644 (file)
@@ -92,7 +92,7 @@ The following LyX functions have been removed:
 - LFUN_NOTES_MUTATE ("notes-mutate"): replace
     notes-mutate <SOURCE> <TARGET>
   with the more general function inset-forall
-    inset-forall Note:<SOURCE> inset-modify changetype <TARGET>
+    inset-forall Note:<SOURCE> inset-modify note Note <TARGET>
 
 The following LyX functions have been changed:
 
index 7acdf6a957cddcc90a25d4f708f14586efb0030a..7a12dc76e8dcb7b286e7030801c210a00bdb622e 100644 (file)
@@ -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