]> git.lyx.org Git - lyx.git/commit
Fixup 71623b88: change semantics of "delete" LFUNs again
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 21 Feb 2022 13:00:14 +0000 (14:00 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 4 Dec 2022 20:13:51 +0000 (21:13 +0100)
commitff1ddf6251766ac11422079bc16fd3a7254b5fe0
tree90fb04331ff7d17c1fce39146b8d068e36c75a26
parent7b5a5e524b71d6445810b5127073e8064b9d92c6
Fixup 71623b88: change semantics of "delete" LFUNs again

Instead of specifying "force" to disable the deletion protection
mechanism, invert the default so that "confirm" is needed to activate
it. The idea is to keep the lfun reasonable for scripting and add a
special argument for interactive use.

Document in release notes.

Update LFUN.lyx documentation

Update bind files.

Add conversion step to prefs2prefs_lfun.py.
12 files changed:
lib/RELEASE-NOTES
lib/bind/cua.bind
lib/bind/emacs.bind
lib/bind/mac.bind
lib/bind/site.bind
lib/bind/sk/menus.bind
lib/bind/xemacs.bind
lib/doc/LFUNs.lyx
lib/scripts/prefs2prefs_lfuns.py
src/LyXAction.cpp
src/Text3.cpp
src/mathed/InsetMathNest.cpp