Mercurial > emacs
changeset 74531:76a88b32996a
* mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
* man.el (Man-xref-button-action): New function. If the
`Man-target-string' button property is a function, assume it
accepts a position argument.
(Man-abstract-xref-man-page): Use it.
(Man-default-man-entry): New optional arg POS.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 09 Dec 2006 17:41:44 +0000 |
parents | b1d0c631bbe2 |
children | 2acf2de66673 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Dec 09 17:41:14 2006 +0000 +++ b/lisp/ChangeLog Sat Dec 09 17:41:44 2006 +0000 @@ -1,5 +1,13 @@ 2006-12-09 Chong Yidong <cyd@stupidchicken.com> + * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type. + + * man.el (Man-xref-button-action): New function. If the + `Man-target-string' button property is a function, assume it + accepts a position argument. + (Man-abstract-xref-man-page): Use it. + (Man-default-man-entry): New optional arg POS. + * wdired.el (wdired-preprocess-symlinks): Make the spaces after symlink arrows read-only and non-rear-sticky.