From: Roland Winkler Date: Mon, 5 May 2008 02:39:55 +0000 (+0000) Subject: * proced.el (proced-command-alist): Fix system-type values. Fix defcustom. X-Git-Tag: emacs-pretest-23.0.90~5819 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93855d5881f13716ef62d21f2d002bb9926ba009;p=emacs.git * proced.el (proced-command-alist): Fix system-type values. Fix defcustom. (proced-sorting-schemes-alist, proced-sorting-scheme): New variables. (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid) (proced-sort-start, proced-sort, proced-sort-time): New commands. (proced-update): Use proced-sorting-scheme. Update modeline. (proced-send-signal): Use nreverse. (proced-sorting-scheme-p): New function. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d7a7902831..e31e8a4f592 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2008-05-04 Roland Winkler + + * proced.el (proced-command-alist): Fix system-type values. Fix + defcustom. + (proced-sorting-schemes-alist, proced-sorting-scheme): New + variables. + (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid) + (proced-sort-start, proced-sort, proced-sort-time): New commands. + (proced-update): Use proced-sorting-scheme. Update modeline. + (proced-send-signal): Use nreverse. + (proced-sorting-scheme-p): New function. + 2008-05-04 Andreas Schwab * vc.el: Require dired when compiling.