aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5a03a2e8502..5206ad873ab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12006-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
12006-01-30 Chong Yidong <cyd@stupidchicken.com> 112006-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,