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

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

[elpa] 35/35: v5.14.7.2 - Removed ergoemacs-pushnew, and use add-to-lis


From: Matthew Fidler
Subject: [elpa] 35/35: v5.14.7.2 - Removed ergoemacs-pushnew, and use add-to-list for variables that are defined with defvar (Allows work-around of calling adjoin at runtime for emacs 24.1; Thaks to Stefan Monnier for pointing this out). - Expanded 【ESC】 to exit modes that use 【q】 for quitting the current operation. This includes many packages like magit and browse-kill-ring. - Expanded 【Alt+f4】 to close the current frame when it is the only frame present. - Added Recent files menu that includes Open Last Closed 【Ctl+⇧Shift+T】. - Changed ergoemacs-mode printing to use printing package when available. The file-menu has been replaced - The default theme is now selected automatically (Issue #269) - Show goto-line as 【Ctl+L】, although the test doesn't work (Issue #265) - Added an option to move lines up and down with 【Alt+up】, 【Alt+down】 like Gedit (See #266) - Changed the emacs startup messages to reflect emacs keys (#267) - Other miscellaneous cleanups and fixes
Date: Fri, 11 Jul 2014 22:33:34 +0000

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

commit 7a30c03b59eab2b720c16f6cd8099c499fec1cc2
Author: Matthew L. Fidler <address@hidden>
Date:   Fri Jul 11 17:30:53 2014 -0500

    v5.14.7.2
    - Removed ergoemacs-pushnew, and use add-to-list for variables that
      are defined with defvar (Allows work-around of calling adjoin at
      runtime for emacs 24.1; Thaks to Stefan Monnier for pointing this
      out).
    - Expanded 【ESC】 to exit modes that use 【q】 for quitting the
      current operation.  This includes many packages like magit and
      browse-kill-ring.
    - Expanded 【Alt+f4】 to close the current frame when it is the only
      frame present.
    - Added Recent files menu that includes Open Last Closed
      【Ctl+⇧Shift+T】.
    - Changed ergoemacs-mode printing to use printing package when
      available.  The file-menu has been replaced
    - The default theme is now selected automatically (Issue #269)
    - Show goto-line as 【Ctl+L】, although the test doesn't work
      (Issue #265)
    - Added an option to move lines up and down with 【Alt+up】,
      【Alt+down】 like Gedit (See #266)
    - Changed the emacs startup messages to reflect emacs keys (#267)
    - Other miscellaneous cleanups and fixes
---
 ergoemacs-mode.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index 9294684..d996e8d 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.1
+;; Version: 5.14.7.2
 ;; Package-Requires: ((emacs "24.1") (undo-tree "0.6.5"))
 ;; URL: https://github.com/ergoemacs/ergoemacs-mode
 
@@ -148,7 +148,7 @@
   (load "ergoemacs-layouts"))
 
 ;; Ergoemacs-keybindings version
-(defconst ergoemacs-mode-version "5.14.7.1"
+(defconst ergoemacs-mode-version "5.14.7.2"
   "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]