]> git.eshelyaron.com Git - emacs.git/commitdiff
* proced.el (proced-command-alist): Fix system-type values. Fix defcustom.
authorRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Mon, 5 May 2008 02:39:55 +0000 (02:39 +0000)
committerRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Mon, 5 May 2008 02:39:55 +0000 (02:39 +0000)
(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.

lisp/ChangeLog

index 6d7a790283191a2cb12f81689d5ccc92e29be7ee..e31e8a4f5925d9c6c5ecdcbd1fb303a4a0c96a60 100644 (file)
@@ -1,3 +1,15 @@
+2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * 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  <schwab@suse.de>
 
        * vc.el: Require dired when compiling.