[LyX/master] * RELEASE-NOTES

Pavel Sanda sanda at lyx.org
Sat Apr 16 22:12:21 UTC 2022


commit 335f158896c067caa138fa7bcf9a9b38fcca1e35
Author: Pavel Sanda <sanda at lyx.org>
Date:   Sun Apr 17 00:49:35 2022 +0200

    * RELEASE-NOTES
---
 lib/RELEASE-NOTES |    2 ++
 src/LyXAction.cpp |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES
index 97c740c..344e6b1 100644
--- a/lib/RELEASE-NOTES
+++ b/lib/RELEASE-NOTES
@@ -146,6 +146,8 @@
 * tabular-feature: added toggle parameters "toggle-all-lines", "toggle-border-lines"
   and "toggle-inner-lines"
 
+* branch-sync-all: Open/close all insets of selected branch (depending on its activation status).
+
 
 !!!The following LyX functions have been removed in 2.4:
 
diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp
index f232e51..559d950 100644
--- a/src/LyXAction.cpp
+++ b/src/LyXAction.cpp
@@ -454,7 +454,7 @@ void LyXAction::init()
 
 /*!
  * \var lyx::FuncCode lyx::LFUN_BRANCH_SYNC_ALL
- * \li Action: Open/close all insets of selected branch (depending on its selection status).
+ * \li Action: Open/close all insets of selected branch (depending on its activation status).
  * \li Syntax: branch-sync-all
  * \li Origin: sanda, 15 April 2022
  * \endvar


More information about the lyx-cvs mailing list