# HG changeset patch # User Juanma Barranquero # Date 1138725744 0 # Node ID eed8c29982e8e75aef4c52c6ce2784f51dccf468 # Parent 6ede67948264f8704afca3324d277ddab52f3de9 *** empty log message *** diff -r 6ede67948264 -r eed8c29982e8 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jan 31 16:32:00 2006 +0000 +++ b/lisp/ChangeLog Tue Jan 31 16:42:24 2006 +0000 @@ -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,