[LyX/master] Fixup 71623b88: change semantics of "delete" LFUNs again

Jean-Marc Lasgouttes lasgouttes at lyx.org
Sun Dec 4 19:18:25 UTC 2022


commit ff1ddf6251766ac11422079bc16fd3a7254b5fe0
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date:   Mon Feb 21 14:00:14 2022 +0100

    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.

 lib/RELEASE-NOTES                |   10 +
 lib/bind/cua.bind                |    4 +-
 lib/bind/emacs.bind              |    8 +-
 lib/bind/mac.bind                |   10 +-
 lib/bind/site.bind               |    4 +-
 lib/bind/sk/menus.bind           |    2 +-
 lib/bind/xemacs.bind             |   10 +-
 lib/doc/LFUNs.lyx                | 1346 +++++++++++++-------------------------
 lib/scripts/prefs2prefs_lfuns.py |   24 +-
 src/LyXAction.cpp                |   18 +-
 src/Text3.cpp                    |    8 +-
 src/mathed/InsetMathNest.cpp     |    8 +-
 12 files changed, 540 insertions(+), 912 deletions(-)


More information about the lyx-cvs mailing list