Mercurial > emacs
comparison lisp/ChangeLog @ 69793:93d87ad179a4
* man.el (Man-mode-map): Restore the \r binding.
(Man-abstract-xref-man-page): If Man-target-string is a function,
call it.
(Man-highlight-references): Use Man-default-man-entry to get the
target. Deal with xrefs too.
(Man-highlight-references0): Don't call the target function.
* woman.el (WoMan-xref-man-page): Strip the section number, woman
cannot deal with it.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 04 Apr 2006 16:46:03 +0000 |
parents | 4192bb0fddd0 |
children | ae41b34420e6 |
comparison
equal
deleted
inserted
replaced
69792:06c899cdd0b6 | 69793:93d87ad179a4 |
---|---|
1 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * man.el (Man-mode-map): Restore the \r binding. | |
4 (Man-abstract-xref-man-page): If Man-target-string is a function, | |
5 call it. | |
6 (Man-highlight-references): Use Man-default-man-entry to get the | |
7 target. Deal with xrefs too. | |
8 (Man-highlight-references0): Don't call the target function. | |
9 | |
10 * woman.el (WoMan-xref-man-page): Strip the section number, woman | |
11 cannot deal with it. | |
12 | |
1 2006-04-04 Daiki Ueno <ueno@unixuser.org> | 13 2006-04-04 Daiki Ueno <ueno@unixuser.org> |
2 | 14 |
3 * pgg-gpg.el: Clean up process buffers every time gpg processes | 15 * pgg-gpg.el: Clean up process buffers every time gpg processes |
4 complete. | 16 complete. |
5 | 17 |