emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 117/117: v5.14.7.3 - Fixed some undo key bindings to work better


From: Matthew Fidler
Subject: [elpa] 117/117: v5.14.7.3 - Fixed some undo key bindings to work better with undo-tree - Now deferred key bindings work: When a function is undefined, it isn't added to the keymap until it becomes defined - Settings called within an ergoemacs-mode theme component block now will use customize-set-variable when they are a customizable variable. - Added some more globally defined keys to better characterize what is globally changed. - When saving settings, only save to the customize file once. - Turn off ergoemacs-mode and turn on ergoemacs-ini-mode before saving the settings. This allows ergoemacs-mode to be called when the initialization file calls it, hopefully taking care of some issues with keys changing if ergoemacs-mode is loaded before it resets the globally bound keymaps. - Added visual-line-mode support to the smart functions - Ergoemacs-mode no longer uses composed keymaps as final keymaps, so it is possible to extend to emacs 23 (will require interim composed maps so this function will need to be back-ported). - Allow ergoemacs-mode line to be turned off - Most of ergoemacs-mode has been changed to lexical scoping - Added partial support of guide-key-mode - Ergoemacs keyboard quit now looks up functions based on major mode, nd if "Q" and "C-g" are bound to something interesting
Date: Fri, 25 Jul 2014 13:24:43 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 37cbf15b7436cb02d6ab33e434555008fb447920
Author: Matthew L. Fidler <address@hidden>
Date:   Fri Jul 25 08:14:16 2014 -0500

    v5.14.7.3
    - Fixed some undo key bindings to work better with undo-tree
    - Now deferred key bindings work:
          When a function is undefined, it isn't added to the keymap until
          it becomes defined
    - Settings called within an ergoemacs-mode theme component block now
      will use customize-set-variable when they are a customizable
      variable.
    - Added some more globally defined keys to better characterize what is
      globally changed.
    - When saving settings, only save to the customize file once.
    - Turn off ergoemacs-mode and turn on ergoemacs-ini-mode before saving
      the settings. This allows ergoemacs-mode to be called when the
      initialization file calls it, hopefully taking care of some issues
      with keys changing if ergoemacs-mode is loaded before it resets the
      globally bound keymaps.
    - Added visual-line-mode support to the smart functions
    - Ergoemacs-mode no longer uses composed keymaps as final keymaps, so
      it is possible to extend to emacs 23 (will require interim composed
      maps so this function will need to be back-ported).
    - Allow ergoemacs-mode line to be turned off
    - Most of ergoemacs-mode has been changed to lexical scoping
    - Added partial support of guide-key-mode
    - Ergoemacs keyboard quit now looks up functions based on major mode,nd if
      "Q" and "C-g" are bound to something interesting
---
 ergoemacs-mode.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index 85f04bf..a879153 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -8,7 +8,7 @@
 ;; Maintainer: Matthew L. Fidler <address@hidden>
 ;; Created: August 01 2007
 ;; Keywords: convenience
-;; Version: 5.14.7.2
+;; Version: 5.14.7.3
 ;; Package-Requires: ((emacs "24.1") (undo-tree "0.6.5"))
 ;; URL: https://github.com/ergoemacs/ergoemacs-mode
 
@@ -213,7 +213,7 @@ PARENT if non-nil should be a keymap."
   (load "ergoemacs-layouts"))
 
 ;; Ergoemacs-keybindings version
-(defconst ergoemacs-mode-version "5.14.7.2"
+(defconst ergoemacs-mode-version "5.14.7.3"
   "Ergoemacs-keybindings minor mode version number.")
 
 (defconst ergoemacs-mode-changes "Delete window Alt+0 changed to Alt+2.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]