Mercurial > emacs
diff lisp/ChangeLog @ 66513:bfd70a868157
(help-url): New button type. Calls browse-url.
(help-xref-url-regexp): New regexp to recognize URLs in docstring.
Similar to Info nodes: URL `url'.
(help-make-xrefs): Create help-url buttons for help-xref-url-regexp
matches.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Fri, 28 Oct 2005 21:27:13 +0000 |
parents | 2712f28b75e0 |
children | 8f27de5a8c19 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Oct 28 21:03:35 2005 +0000 +++ b/lisp/ChangeLog Fri Oct 28 21:27:13 2005 +0000 @@ -1,3 +1,11 @@ +2005-10-28 Bill Wohler <wohler@newt.com> + + * help-mode.el (help-url): New button type. Calls browse-url. + (help-xref-url-regexp): New regexp to recognize URLs in docstring. + Similar to Info nodes: URL `url'. + (help-make-xrefs): Create help-url buttons for + help-xref-url-regexp matches. + 2005-10-29 Nick Roberts <nickrob@snap.net.nz> * tool-bar.el (tool-bar-add-item-from-menu)