aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRoland Winkler2008-12-14 17:41:29 +0000
committerRoland Winkler2008-12-14 17:41:29 +0000
commitb4f671ce5443c03c64e45a75a644712e438dbe22 (patch)
tree8ae56d12330a2475e2cfcdc8dbf3dd77576764b8 /lisp/ChangeLog
parent413e65fe7ee7c466434680c8e1503d3ac77516cd (diff)
downloademacs-b4f671ce5443c03c64e45a75a644712e438dbe22.tar.gz
emacs-b4f671ce5443c03c64e45a75a644712e438dbe22.zip
(proced-grammar-alist): Allow refiner elements that
are cons pairs (function . help-echo) or nil. (proced-refine): Use them. (proced-format-alist): Allow alternatives. (proced-descend): New variable. (proced-sort): New arg descend. (proced-sort-interactive): Repeated calls toggle sort order. (proced-format): Accomodate changes of proced-format-alist. Undefined attributes are displayed as "?". (proced-process-attributes): New optional arg pid-list. Ignore processes with empty attribute list.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9d30d7c3d73..bc03ab78c01 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,27 @@
12008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2
3 * proced.el (proced-grammar-alist): Allow refiner elements that
4 are cons pairs (function . help-echo) or nil.
5 (proced-refine): Use them.
6 (proced-format-alist): Allow alternatives.
7 (proced-descend): New variable.
8 (proced-sort): New arg descend.
9 (proced-sort-interactive): Repeated calls toggle sort order.
10 (proced-format): Accomodate changes of proced-format-alist.
11 Undefined attributes are displayed as "?".
12 (proced-process-attributes): New optional arg pid-list.
13 Ignore processes with empty attribute list.
14
152008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16
17 * proced.el (proced-auto-update-interval): Renamed from
18 proced-timer-interval.
19 (proced-auto-update-flag): Renamed from proced-timer-flag.
20 (proced-auto-update-timer): Renamed from proced-timer.
21 (proced-toggle-auto-update): Renamed from
22 proced-toggle-timer-flag.
23 (proced-available): Initialize appropriately.
24
12008-12-13 Glenn Morris <rgm@gnu.org> 252008-12-13 Glenn Morris <rgm@gnu.org>
2 26
3 * subr.el (declare-function): Doc fix. 27 * subr.el (declare-function): Doc fix.