diff lisp/ChangeLog @ 72836:7e254a2d157c

* net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from rcirc-show-maximum-output. (rcirc-mode): Remove window-scroll-function hook. (rcirc-scroll-to-bottom): Remove function. (rcirc-print): Recenter so point stays at the bottom of the window if point was already there.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 12 Sep 2006 16:48:55 +0000
parents 81a55a7dc3c3
children c43bd0964079
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 12 16:47:50 2006 +0000
+++ b/lisp/ChangeLog	Tue Sep 12 16:48:55 2006 +0000
@@ -1,3 +1,12 @@
+2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
+
+	* net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
+	rcirc-show-maximum-output.
+	(rcirc-mode): Remove window-scroll-function hook.
+	(rcirc-scroll-to-bottom): Remove function.
+	(rcirc-print): Recenter so point stays at the bottom of the window
+	if point was already there.
+
 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* comint.el (comint-exec-1): Set EMACS to the full name of Emacs,