# HG changeset patch # User Miles Bader # Date 1002458463 0 # Node ID e5d1629afd245c2577d3b14e367aacfbbb11b6c5 # Parent b36d977295824c98726ddb0415b90bacfe704bd9 *** empty log message *** diff -r b36d97729582 -r e5d1629afd24 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 07 12:39:00 2001 +0000 +++ b/lisp/ChangeLog Sun Oct 07 12:41:03 2001 +0000 @@ -1,5 +1,14 @@ 2001-10-07 Miles Bader + * woman.el (woman-mode-map): Copy button-buffer-map instead of + making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to + `woman-follow-word' instead of `woman-mouse-2'. + (woman-follow-word): Renamed from `woman-mouse-2'. + Follow current unconditionally, since this function is now only + bound to M-mouse-2. Use accessor functions. + (WoMan-highlight-references): Use `make-text-button'. + (woman-xref): New button type. + * loadup.el ("faces"): Move load before loading "loaddefs.el". ("button"): New load, just before "help" (which uses it).