Mercurial > emacs
comparison lisp/ChangeLog @ 73233:b4697c34c8fd
* help.el (describe-mode): For clicks on mode-line, use "@"
interactive argument to get the major mode of the click instead of
the current buffer.
* isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
in order to better redirect mouse-2 clicks. Also allow default
bindings to apply.
author | David Kastrup <dak@gnu.org> |
---|---|
date | Tue, 03 Oct 2006 14:03:46 +0000 |
parents | 0139dca4817f |
children | b6db8e4b9bbe |
comparison
equal
deleted
inserted
replaced
73232:5f8a28d018b2 | 73233:b4697c34c8fd |
---|---|
1 2006-10-03 David Kastrup <dak@gnu.org> | |
2 | |
3 * help.el (describe-mode): For clicks on mode-line, use "@" | |
4 interactive argument to get the major mode of the click instead of | |
5 the current buffer. | |
6 | |
7 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding' | |
8 in order to better redirect mouse-2 clicks. Also allow default | |
9 bindings to apply. | |
10 | |
1 2006-10-03 Kim F. Storm <storm@cua.dk> | 11 2006-10-03 Kim F. Storm <storm@cua.dk> |
2 | 12 |
3 * emacs-lisp/cl.el (pushnew-internal): Remove defvar. | 13 * emacs-lisp/cl.el (pushnew-internal): Remove defvar. |
4 (pushnew): Fix last change. | 14 (pushnew): Fix last change. |
5 | 15 |