From: Glenn Morris Date: Thu, 24 Apr 2008 05:49:36 +0000 (+0000) Subject: Add bug-reference.el, goto-address.el. X-Git-Tag: emacs-pretest-23.0.90~6071 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ef39c6e103321a813dc9e2731975c12dbbb5a51;p=emacs.git Add bug-reference.el, goto-address.el. --- diff --git a/etc/NEWS b/etc/NEWS index 4ae4cfa1028..58930e7c7f0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -404,6 +404,8 @@ Proced makes an Emacs buffer containing a listing of the current processes (using ps(1)). You can use the normal Emacs commands to move around in this buffer, and special Proced commands to operate on the processes listed. +** bug-reference.el provides clickable links to bug reports. + * Changes in Specialized Modes and Packages in Emacs 23.1 @@ -646,6 +648,9 @@ See the file GNUS-NEWS or the node "No Gnus" in the Gnus manual for details. ** Miscellaneous +*** goto-address.el provides two new minor modes, goto-address-mode and +goto-address-prog-mode, which buttonize URLS and email addresses. + *** comint-mode uses `start-file-process' now (see Lisp Changes). If `default-directory' is a remote file name, subprocesses are started on the corresponding remote system.