comparison etc/NEWS @ 94320:d952da3116d4

Add bug-reference.el, goto-address.el.
author Glenn Morris <rgm@gnu.org>
date Thu, 24 Apr 2008 05:49:36 +0000
parents 588da2a8e780
children 6d85304f4f12
comparison
equal deleted inserted replaced
94319:91dd07fb6b73 94320:d952da3116d4
401 401
402 ** proced.el has been added. It operates on processes like dired. 402 ** proced.el has been added. It operates on processes like dired.
403 Proced makes an Emacs buffer containing a listing of the current processes 403 Proced makes an Emacs buffer containing a listing of the current processes
404 (using ps(1)). You can use the normal Emacs commands to move around in 404 (using ps(1)). You can use the normal Emacs commands to move around in
405 this buffer, and special Proced commands to operate on the processes listed. 405 this buffer, and special Proced commands to operate on the processes listed.
406
407 ** bug-reference.el provides clickable links to bug reports.
406 408
407 409
408 * Changes in Specialized Modes and Packages in Emacs 23.1 410 * Changes in Specialized Modes and Packages in Emacs 23.1
409 411
410 ** A new `whitespace' package has been installed, and the pre-existing one 412 ** A new `whitespace' package has been installed, and the pre-existing one
644 646
645 See the file GNUS-NEWS or the node "No Gnus" in the Gnus manual for details. 647 See the file GNUS-NEWS or the node "No Gnus" in the Gnus manual for details.
646 648
647 ** Miscellaneous 649 ** Miscellaneous
648 650
651 *** goto-address.el provides two new minor modes, goto-address-mode and
652 goto-address-prog-mode, which buttonize URLS and email addresses.
653
649 *** comint-mode uses `start-file-process' now (see Lisp Changes). 654 *** comint-mode uses `start-file-process' now (see Lisp Changes).
650 If `default-directory' is a remote file name, subprocesses are started 655 If `default-directory' is a remote file name, subprocesses are started
651 on the corresponding remote system. 656 on the corresponding remote system.
652 657
653 *** C-x C-q in dired-mode now runs the command wdired-change-to-wdired-mode, 658 *** C-x C-q in dired-mode now runs the command wdired-change-to-wdired-mode,