]> git.eshelyaron.com Git - emacs.git/commitdiff
* mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 9 Dec 2006 17:41:44 +0000 (17:41 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 9 Dec 2006 17:41:44 +0000 (17:41 +0000)
* 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.

lisp/ChangeLog

index b39b5346a024cb15dd15e9f910b2f0926d229766..c89ed1f57caacad20fc0b18431e4a4b8adb16d23 100644 (file)
@@ -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.