aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-01-31 16:42:24 +0000
committerJuanma Barranquero2006-01-31 16:42:24 +0000
commit4d84a8d01f8d07f40d681237cc10e771a0c1ce99 (patch)
treee54b0948b97510ee9200db2f3adba3325d5c36fb
parentca6b8248f7adfee9d9035e9866d3e0e2b86f15f7 (diff)
downloademacs-4d84a8d01f8d07f40d681237cc10e771a0c1ce99.tar.gz
emacs-4d84a8d01f8d07f40d681237cc10e771a0c1ce99.zip
*** empty log message ***
-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,