summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-04-24 05:49:36 +0000
committerGlenn Morris <rgm@gnu.org>2008-04-24 05:49:36 +0000
commit7ef39c6e103321a813dc9e2731975c12dbbb5a51 (patch)
tree324e1a76dad719e94d324592306d0ce622955e0f /etc
parent871968cac1b3ca7f4f401abf305e5ed9c5cf26d3 (diff)
downloademacs-7ef39c6e103321a813dc9e2731975c12dbbb5a51.tar.gz
Add bug-reference.el, goto-address.el.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
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.