aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-12-19 21:00:32 +0000
committerDan Nicolaescu2008-12-19 21:00:32 +0000
commitefdd80c6fd645ac3daf61afd78a3ffd47591edd9 (patch)
tree262265b1bdd87bd315f823a05b51234e3650e653
parentf4f634e8de0b13416df15e027a151d6401037ca8 (diff)
downloademacs-efdd80c6fd645ac3daf61afd78a3ffd47591edd9.tar.gz
emacs-efdd80c6fd645ac3daf61afd78a3ffd47591edd9.zip
proced.el does not use ps(1) anymore, state that is not functional
everywhere.
-rw-r--r--etc/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1b6eab07acd..d98ff6ad742 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -611,11 +611,12 @@ any invalid parts of your document.
611attribute name or data value by using information about what is 611attribute name or data value by using information about what is
612allowed by the schema in that context. 612allowed by the schema in that context.
613 613
614** proced.el provides a Dired-like interface for operating on processes. 614** proced.el provides a Dired-like interface for operating on
615Proced makes an Emacs buffer containing a listing of the current 615processes. Proced makes an Emacs buffer containing a listing of the
616processes (using ps(1)). You can use the normal Emacs commands to 616current processes. You can use the normal Emacs commands to move
617move around in this buffer, and special Proced commands to operate on 617around in this buffer, and special Proced commands to operate on the
618the processes listed. 618processes listed. It is currently only functional on GNU/Linux,
619MS-Windows and Solaris.
619 620
620** Remember Mode is a mode for jotting down things to remember. 621** Remember Mode is a mode for jotting down things to remember.
621Notes can be saved to a Diary file. For details, see the Remember 622Notes can be saved to a Diary file. For details, see the Remember