From: Juanma Barranquero Date: Tue, 31 Jan 2006 16:42:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~4474 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d84a8d01f8d07f40d681237cc10e771a0c1ce99;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5a03a2e8502..5206ad873ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2006-01-31 Juanma Barranquero + + * bs.el: Allow non-default values of `bs-header-lines-length'. + (bs--running-in-xemacs): Remove (not needed anymore). + (bs--set-window-height): Simplify by using `fit-window-to-buffer' + instead of `shrink-window', thus avoiding having to compute the + height of the window. + (bs--up): Wrap around even when there's no header. + (bs--down): Use `forward-line' instead of `next-line'. + 2006-01-30 Chong Yidong * image-mode.el (image-toggle-display): Use file name if possible,