aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2005-09-06 19:10:06 +0000
committerChong Yidong2005-09-06 19:10:06 +0000
commitefe4e5af8a7c28b184090939e35f312d9bded3f3 (patch)
tree1b96188d58eed6dcf9c08841145fd5275f16f03b /lisp/ChangeLog
parent9655b4049320773197f466b159189a731218902f (diff)
downloademacs-efe4e5af8a7c28b184090939e35f312d9bded3f3.tar.gz
emacs-efe4e5af8a7c28b184090939e35f312d9bded3f3.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d1e102b52da..075bd7b3087 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,11 @@
12005-09-05 Chong Yidong <cyd@stupidchicken.com> 12005-09-06 Chong Yidong <cyd@stupidchicken.com>
2
3 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1
4 clicks when using a header line. Otherwise, use
5 mouse-1-click-follows-link.
6
7 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
8 can't be moved; don't signal an error.
2 9
3 * custom.el (custom-push-theme): Fix last change. 10 * custom.el (custom-push-theme): Fix last change.
4 11