diff options
author | Ken Manheimer <ken.manheimer@gmail.com> | 2011-01-21 11:36:24 -0500 |
---|---|---|
committer | Ken Manheimer <ken.manheimer@gmail.com> | 2011-01-21 11:36:24 -0500 |
commit | d42f780259bff61490ab5ac30d1504b4db1d1364 (patch) | |
tree | 7b9eb7365c63cbd65a071433aa2ea2773fea39e1 /lisp | |
parent | e2f79c8d27dc1d63c7fb4d8d0fd717222a986da6 (diff) | |
download | emacs-d42f780259bff61490ab5ac30d1504b4db1d1364.tar.gz |
Include entries from yesterdays checkins that were in an unsaved buffer.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba8fd13fd16..cf51ddc109a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -28,6 +28,13 @@ 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com> + * allout.el: (allout-institute-keymap): Use fset instead of + reapplying defalias. + + (allout-hotspot-key-handler): Check for non-control-modified + bindings for hotspot characters if there are no control-modified + versions. + * allout.el: Summary - migrate to defining allout mode using define-minor-mode instead of defun. Significantly clean-up internal keymap provisions, refactoring and, in the process, |