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

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

[elpa] branch externals/ergoemacs-mode updated (7a30c03 -> 37cbf15)


From: Matthew Fidler
Subject: [elpa] branch externals/ergoemacs-mode updated (7a30c03 -> 37cbf15)
Date: Fri, 25 Jul 2014 13:23:46 +0000

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

      from  7a30c03   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  [...]
       new  99f43c6   Lexical binding for ergoemacs-mode
       new  4677cce   Lexical binding for ergoemacs-modal
       new  e2a8a8c   Lexical binding for ergoemacs-advices
       new  2148da5   Lexical Scoping for ergoemacs-functions
       new  84a7295   Only turn on recentf-mode in interactive sessions.
       new  1b46c17   Lexical binding for ergoemacs-layouts.
       new  0312e5e   Lexical scoping for ergoemacs-menus
       new  c83a371   Lexical binding for ergoemacs-themes
       new  1df84ec   Fix copyright symbol
       new  08e33cc   Lexical binding for ergoemacs-theme-engine
       new  234c8d8   Fix Variable binding byte compile warnings
       new  eb0c995   Lexical binding for ergoemacs-macros
       new  07a107b   Remove pop dependence
       new  fca5281   Attempt Lexical Scoping for ergoemacs-translate.el
       new  811f904   Don't exit if region is active.
       new  025143d   Advise describe-buffer-bindings
       new  e9a2ef9   Add rudimentary guide-key support; F1/C-h activates 
guide-key
       new  73ba288   Use save-match-data with ergoemacs-pretty-key
       new  0521b44   Pretty key cleanup
       new  0ef52ce   Add left/right to pretty key descriptions
       new  90ca177   Better guide-key support
       new  2dd7ff6   Fix guide-key-mode requirement
       new  fa5d844   Fix (substitute-command-keys "\\[recover-session]")
       new  62f15a0   Comment ergoemacs-substitute-command-keys
       new  af8eb10   Add command prompt here and powershell here
       new  d4ae88d   Fix load dependence, See Issue #232
       new  171f50c   Fix recursive loading in ergoemacs-mode source
       new  f84d09c   Add unix shell support
       new  773fe42   Cleanup byte compile
       new  850058a   Declare w32-long-file-name
       new  c70e340   More emcompassing shell prompt regexp
       new  7406e8e   Took out space requirement for dirtrack-list
       new  f0264ea   Added space as separtor for PS1 prompt
       new  db00ee4   Use abbreviated file name for shell here
       new  8adceb4   Remap shell to ergoemacs-shell-here
       new  54247f7   Add eshell here and powershell key
       new  ff7c4df   Make C-u show ergoemacs-keys when unspecified
       new  bc627c3   Make ergoemacs-track use lexical scoping
       new  56e0256   Make ergoemacs-unbind lexically scoped
       new  51eb45b   Make ergoemacs-shortcuts lexically scoped
       new  edce11f   Remove remnants of original local-set-key advice.
       new  81a0343   Possibly address Issue #276
       new  ccf88b6   Setup local overrides outside of minibuffers and 
overriding keymaps
       new  320ce8b   Install ergoemacs-read-default for every major mode
       new  e334652   theme component support for if/dolist/mapc/mapcar/when
       new  6768e06   Add support for dired+ prefixes
       new  bf9f07d   Use M-h instead of M-H for comint-bol.
       new  4ca359e   Merge pull request #277 from pdg137/patch-1
       new  cb02131   Merge branch 'master' of 
github.com:ergoemacs/ergoemacs-mode
       new  ca8a692   Add lookup of C-g to ergoemacs-keyboard-quit
       new  da4ff15   Fix F8 map
       new  7447814   Take out org-italic
       new  126355c   Don't error on invalid menu.
       new  998a86b   Fix menu keybinding preprocessing
       new  0be3cfa   Bug fix for ergoemacs-keyboard-quit
       new  9599c8d   Add ability to "flatten" a composed keymap; Flatten maps 
that are always modified
       new  61d9825   Add first keyword, and use in  minibuffer-setup-hook
       new  92a1b79   Remove ergoemacs-read-modal-keymap function
       new  0ab8199   Add ergoemacs-mode-line option
       new  d7162d6   Fix byte-compile warning
       new  fd64a5c   Set ergoemacs-mode-line default to t
       new  fba0045   Update ergoemacs-mode-line custom description
       new  2d31a0e   Attempt to fix Issue #278
       new  2a2decd   Add run-hook property
       new  df76083   Allow hooks to be run before modifying keymaps
       new  d719567   Allow keymaps to be copied before modifying them
       new  eccbe7a   Fix Issue #278
       new  6d6fc97   Use remaps more
       new  c1ef595   Fix Issue #279
       new  0e551a2   Fix unbound keys test
       new  d51d777   Use flat keymaps (start supporting emacs 23?)
       new  3feaa16   Add back emacs 23
       new  914a30c   Try to make compatible with emacs 23
       new  3004396   Remove debugging for iswitch-buffer
       new  92f90aa   Declare some of the package functions to compile cleanly 
on Emacs 23
       new  17ff218   Add toggle component
       new  d3cdf44   Take out the toggling of the themes
       new  79d28b6   Fix visual line support
       new  6742fe0   Allow repeated visual beginning/end of line
       new  11c1143   Dont flatten keymaps
       new  0efada3   Fix apps-toggle.  Apparently the other method was 
mispecified
       new  a2d8ea0   Remove ergoemacs-mode from custom set vars
       new  468b6f5   Handle menu-bar when flattening keymaps.
       new  1fa9323   Flatten keymaps
       new  bf30871   Fix cut and copy issues
       new  8af5e26   Clear local ergoemacs-mode read-key captures
       new  e8cd727   Handle the (keymap (keymap ...)) composed keymap
       new  77fccfd   Add non-defined functions to map
       new  5a0fed9   Fix byte compile warning
       new  0c394e9   Hack to make search-reg work.  Should work normally :(
       new  d7174bd   Fix remaps to not use shortcuts
       new  56736b4   Remove local read-key reset; Shouldn't be needed
       new  b976932   Fix dired-mode-map changes by requiring dired
       new  c27585e   Apply deferred keys.
       new  ae7479f   No need to create autoloads any longer
       new  5a2c106   Add back dired-jump
       new  2c8d7e6   Move wdired-exit to ergoemacs-keyboard-quit
       new  18a380e   Don't remove things from the shortcut hash
       new  40315d7   Don't save so much.  Just save once.
       new  aa2c368   Do not reset ergoemacs-command-shortcuts-hash
       new  e4d6f6d   Add DEL as known key binding
       new  b11bded   Tell user that the global keys are overriding 
ergoemacs-keys
       new  6e95957   Only complain when initially changing the key
       new  e0de2fb   Respect global keys only if true global map
       new  e01ae0b   Add C-d test
       new  13ff011   Add apropos
       new  f30be4b   Make sure the read-input-keymap has M-O and M-[. Possibly 
fix Issue #280
       new  7fb8c3e   Move ergoemacs-translation-assoc declaration
       new  3d5db51   Fix extracting of prefixes
       new  7118551   Add partial support of customize-set-variable
       new  cb6c07f   Make sure ergoemacs-menus is loaded for any easymenu 
changes
       new  e89722a   Add deferred keys for emulation-maps
       new  dd68353   Only check for globally defined keys when setting up 
ergoemacs-mode keymaps
       new  a41c0e5   Remap save-buffer to commit in log-edit-mode
       new  7b2db53   Deferred keys now work for maps that are not modified
       new  f442b3b   Fix some undo bindings.
       new  37cbf15   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 t [...]

The 117 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml               |    4 +-
 ergoemacs-advices.el      |   77 +++++-
 ergoemacs-extras.el       |    4 +-
 ergoemacs-functions.el    |  301 +++++++++++++++-------
 ergoemacs-layouts.el      |    2 +-
 ergoemacs-macros.el       |   33 ++-
 ergoemacs-menus.el        |   80 ++++---
 ergoemacs-modal.el        |   35 ++--
 ergoemacs-mode.el         |  154 ++++++++++--
 ergoemacs-shortcuts.el    |  353 +++++++++++++++----------
 ergoemacs-test.el         |   39 ++--
 ergoemacs-theme-engine.el |  637 +++++++++++++++++++++++++++++++++++++--------
 ergoemacs-themes.el       |  104 +++++---
 ergoemacs-track.el        |   30 +-
 ergoemacs-translate.el    |  248 +++++++-----------
 ergoemacs-unbind.el       |    9 +-
 16 files changed, 1437 insertions(+), 673 deletions(-)



reply via email to

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