mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 88c1d95176fcbbad74fd14e6b772988c9a53a20f Author: Matthew L. Fidler <[email protected]> Date: Wed Jul 2 08:16:56 2014 -0500 v5.14.07 - Changed theme definitions - Allow variables to be set in theme definitions, will be changed when variable exists. - Add Esperanto Layouts (Thanks to akfoss) - Fixed many menu issues (thanks to akfoss for pointing out) - Added travis support - Fixed ergoemacs-layout-programmer-dv (Thanks to bmalhorn) - Dropped support for Emacs 23 - Dropped various themes, plan on repackaging them separately. - Added support for locate-mode in `ergoemacs-open-in-external-app` (thanks to guoci) - Added standard Norweigian QWERTY layout (Thanks to oegly) - Changed ergoemacs-style key translation to be more ubiquitous by changing substitute-command-keys and other advices --- ergoemacs-mode.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el index 308bde9..df87d56 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: 0 +;; Version: 5.14.07 ;; 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.02-0" +(defconst ergoemacs-mode-version "5.14.07-0" "Ergoemacs-keybindings minor mode version number.") (defconst ergoemacs-mode-changes "Delete window Alt+0 changed to Alt+2.
