comparison 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
comparison
equal deleted inserted replaced
72835:1c517ee1ca2c 72836:7e254a2d157c
1 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
2
3 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
4 rcirc-show-maximum-output.
5 (rcirc-mode): Remove window-scroll-function hook.
6 (rcirc-scroll-to-bottom): Remove function.
7 (rcirc-print): Recenter so point stays at the bottom of the window
8 if point was already there.
9
1 2006-09-12 Paul Eggert <eggert@cs.ucla.edu> 10 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs, 12 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
4 not to "t". 13 not to "t".
5 * progmodes/compile.el (compilation-start): Likewise. 14 * progmodes/compile.el (compilation-start): Likewise.