diff lisp/ChangeLog @ 104365:fe22bf79af7f

(linum-mode): window-size-change-functions is redundant. Adapt to new window-configuration-change-hook behavior. (linum-after-size, linum-after-config): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 19 Aug 2009 17:28:52 +0000
parents 82c4f7cce5f9
children f02a9f76b408
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Aug 19 17:16:26 2009 +0000
+++ b/lisp/ChangeLog	Wed Aug 19 17:28:52 2009 +0000
@@ -1,5 +1,9 @@
 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* linum.el (linum-mode): window-size-change-functions is redundant.
+	Adapt to new window-configuration-change-hook behavior.
+	(linum-after-size, linum-after-config): Remove.
+
 	* imenu.el (imenu-example--name-and-position)
 	(imenu-example--lisp-extract-index-name)
 	(imenu-example--create-lisp-index, imenu-example--create-c-index):