aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e993e78c7cb..e3e16c7524d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -363,6 +363,11 @@ It uses `auto-composition-function' (default `auto-compose-chars').
363** The package linum.el is now included with Emacs. It it a new minor 363** The package linum.el is now included with Emacs. It it a new minor
364mode to display line numbers for the current buffer. 364mode to display line numbers for the current buffer.
365 365
366** proced.el has been added. It operates on processes like dired.
367Proced makes an Emacs buffer containing a listing of the current processes
368(using ps(1)). You can use the normal Emacs commands to move around in
369this buffer, and special Proced commands to operate on the processes listed.
370
366 371
367* Changes in Specialized Modes and Packages in Emacs 23.1 372* Changes in Specialized Modes and Packages in Emacs 23.1
368 373