comparison 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
comparison
equal deleted inserted replaced
66512:759df5a9dc3e 66513:bfd70a868157
1 2005-10-28 Bill Wohler <wohler@newt.com>
2
3 * help-mode.el (help-url): New button type. Calls browse-url.
4 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
5 Similar to Info nodes: URL `url'.
6 (help-make-xrefs): Create help-url buttons for
7 help-xref-url-regexp matches.
8
1 2005-10-29 Nick Roberts <nickrob@snap.net.nz> 9 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
2 10
3 * tool-bar.el (tool-bar-add-item-from-menu) 11 * tool-bar.el (tool-bar-add-item-from-menu)
4 (tool-bar-local-item-from-menu): Fix doc strings. 12 (tool-bar-local-item-from-menu): Fix doc strings.
5 13