]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 31 Jan 2006 16:42:24 +0000 (16:42 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 31 Jan 2006 16:42:24 +0000 (16:42 +0000)
lisp/ChangeLog

index 5a03a2e85020af1d722d5c0b7e4d8a07a5bdd541..5206ad873ab54492c4b67355927283bd73681f6d 100644 (file)
@@ -1,3 +1,13 @@
+2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <cyd@stupidchicken.com>
 
        * image-mode.el (image-toggle-display): Use file name if possible,