diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jan 21 23:01:40 2011 -0500
+++ b/lisp/ChangeLog	Fri Jan 21 23:41:57 2011 -0500
@@ -1,3 +1,12 @@
+2011-01-22  Ken Manheimer  <ken.manheimer@gmail.com>
+
+	* 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.
+
 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
 
 	* man.el (Man-highlight-references0): Use make-button (Bug#7881).