diff options
author | Glenn Morris <rgm@gnu.org> | 2008-04-24 05:49:36 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-04-24 05:49:36 +0000 |
commit | 7ef39c6e103321a813dc9e2731975c12dbbb5a51 (patch) | |
tree | 324e1a76dad719e94d324592306d0ce622955e0f /etc | |
parent | 871968cac1b3ca7f4f401abf305e5ed9c5cf26d3 (diff) | |
download | emacs-7ef39c6e103321a813dc9e2731975c12dbbb5a51.tar.gz |
Add bug-reference.el, goto-address.el.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |