# HG changeset patch # User Chong Yidong # Date 1165686104 0 # Node ID 76a88b32996a8dce4666a1dee8fd4716b65b48fd # Parent b1d0c631bbe2484a867dab786ede23cb4d81cca0 * 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. diff -r b1d0c631bbe2 -r 76a88b32996a lisp/ChangeLog --- 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 + * 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.