mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 8f3d5db963abdb19bcafafb6509fb48be49b0b99 Author: Matthew L. Fidler <[email protected]> Date: Sat Jul 5 23:38:10 2014 -0500 v5.14.7.1 - Fix problems with undefined keys (C-x C-s) not being detected after using a globally set key. Now C-x C-s produces, use C-s for save. - Added capability to use short key descriptions with `ergoemacs-use-small-symbols`. This translates emacs C- to ^, S- to ⇧ and M- to ♦. - Fixed bug when translating certain commands to key sequences. For example, when updating packages, emacs will now say "X packages can be upgraded; Type Shift+U to mark them for upgrading instead of Type M-a ... to mark them for upgrading". - Removed unnecessary load-path complexities. - Changed website address. --- ergoemacs-mode.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el index 11c1b2f..f48b3af 100644 --- a/ergoemacs-mode.el +++ b/ergoemacs-mode.el @@ -8,7 +8,7 @@ ;; Maintainer: Matthew L. Fidler <[email protected]> ;; Created: August 01 2007 ;; Keywords: convenience -;; Version: 5.14.7 +;; Version: 5.14.7.1 ;; Package-Requires: ((emacs "24.1") (undo-tree "0.6.5")) ;; URL: https://github.com/ergoemacs/ergoemacs-mode @@ -146,7 +146,7 @@ (load "ergoemacs-layouts")) ;; Ergoemacs-keybindings version -(defconst ergoemacs-mode-version "5.14.07-0" +(defconst ergoemacs-mode-version "5.14.7.1" "Ergoemacs-keybindings minor mode version number.") (defconst ergoemacs-mode-changes "Delete window Alt+0 changed to Alt+2.
