comparison lisp/ChangeLog @ 68503:eed8c29982e8

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 31 Jan 2006 16:42:24 +0000
parents 1239e70c4e3c
children cf867c84ce1f
comparison
equal deleted inserted replaced
68502:6ede67948264 68503:eed8c29982e8
1 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2
3 * bs.el: Allow non-default values of `bs-header-lines-length'.
4 (bs--running-in-xemacs): Remove (not needed anymore).
5 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6 instead of `shrink-window', thus avoiding having to compute the
7 height of the window.
8 (bs--up): Wrap around even when there's no header.
9 (bs--down): Use `forward-line' instead of `next-line'.
10
1 2006-01-30 Chong Yidong <cyd@stupidchicken.com> 11 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2 12
3 * image-mode.el (image-toggle-display): Use file name if possible, 13 * image-mode.el (image-toggle-display): Use file name if possible,
4 instead of unnecessarily allocating a (possibly huge) lisp string. 14 instead of unnecessarily allocating a (possibly huge) lisp string.
5 15