comparison lisp/ChangeLog @ 112397:a7191495c39c

Include entries from yesterdays checkins that were in an unsaved buffer.
author Ken Manheimer <ken.manheimer@gmail.com>
date Fri, 21 Jan 2011 11:36:24 -0500
parents 23a54fb18e67
children c04fdfa95f79
comparison
equal deleted inserted replaced
112396:e79e716435f4 112397:a7191495c39c
25 * international/mule.el (ctext-pre-write-conversion): Don't hardcode 25 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
26 point-min==1. 26 point-min==1.
27 27
28 28
29 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com> 29 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
30
31 * allout.el: (allout-institute-keymap): Use fset instead of
32 reapplying defalias.
33
34 (allout-hotspot-key-handler): Check for non-control-modified
35 bindings for hotspot characters if there are no control-modified
36 versions.
30 37
31 * allout.el: Summary - migrate to defining allout mode using 38 * allout.el: Summary - migrate to defining allout mode using
32 define-minor-mode instead of defun. Significantly clean-up 39 define-minor-mode instead of defun. Significantly clean-up
33 internal keymap provisions, refactoring and, in the process, 40 internal keymap provisions, refactoring and, in the process,
34 removing a lot of accumulated cruft. 41 removing a lot of accumulated cruft.