comparison lisp/ChangeLog @ 112410:744ddded8b6a

* allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to allout-number-siblings, in keeping with what obtained due to (now-defunct) allout-keybindings-list. Ditch repeat binding to (prefixed) ?i. (allout-before-change-handler): Better expose spots affected by undo.
author Ken Manheimer <ken.manheimer@gmail.com>
date Fri, 21 Jan 2011 23:41:57 -0500
parents 04c350138c72
children 9f7614f1a892
comparison
equal deleted inserted replaced
112409:0222e3f822e3 112410:744ddded8b6a
1 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2
3 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
4 allout-number-siblings, in keeping with what obtained due to
5 (now-defunct) allout-keybindings-list. Ditch repeat binding to
6 (prefixed) ?i.
7 (allout-before-change-handler): Better expose spots affected by
8 undo.
9
1 2011-01-22 Chong Yidong <cyd@stupidchicken.com> 10 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
2 11
3 * man.el (Man-highlight-references0): Use make-button (Bug#7881). 12 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
4 13
5 2011-01-22 Phil Hagelberg <phil@evri.com> 14 2011-01-22 Phil Hagelberg <phil@evri.com>