From: Ken Manheimer Date: Fri, 21 Jan 2011 16:36:24 +0000 (-0500) Subject: Include entries from yesterdays checkins that were in an unsaved buffer. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d42f780259bff61490ab5ac30d1504b4db1d1364;p=emacs.git Include entries from yesterdays checkins that were in an unsaved buffer. --- 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 + * 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,