Mercurial > emacs
comparison lisp/ChangeLog @ 98065:0d4dcca7e854
*** empty log message ***
author | Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
---|---|
date | Sat, 06 Sep 2008 23:05:49 +0000 |
parents | 5cc38a558cdd |
children | 2fe3f883f235 |
comparison
equal
deleted
inserted
replaced
98064:9ec9b806fd81 | 98065:0d4dcca7e854 |
---|---|
1 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
2 | |
3 * proced.el: Require time-date. | |
4 (proced-command-alist, proced-command, proced-goal-header-re) | |
5 (proced-sorting-schemes-alist, proced-sorting-scheme) | |
6 (proced-header-alist, proced-sorting-schemes-re) | |
7 (proced-skip-regexp, proced-next-line, proced-previous-line) | |
8 (proced-listing-type, proced-sorting-scheme-p): Removed. | |
9 (proced-grammar-alist, proced-custom-attributes) | |
10 (proced-format-alist, proced-format, proced-filter-alist) | |
11 (proced-filter, proced-sort, proced-goal-attribute) | |
12 (proced-timer-interval, proced-timer-flag, proced-timer) | |
13 (proced-process-alist, proced-sort-internal, proced-process-tree) | |
14 (proced-header-help-echo, proced-field-help-echo): New variables. | |
15 (proced-pid-at-point, proced-timer, proced-mark-process-alist) | |
16 (proced-omit-process, proced-filter, proced-process-tree) | |
17 (proced-filter-children, proced-children-pids) | |
18 (proced-filter-parents, proced-<, proced-string-lessp) | |
19 (proced-time-lessp, proced-xor, proced-sort-p) | |
20 (proced-format-time, proced-format-start, proced-format-ttname) | |
21 (proced-format, proced-process-attributes): New functions. | |
22 (proced-toggle-timer-flag, proced-mark-children) | |
23 (proced-mark-parents, proced-filter-interactive) | |
24 (proced-filter-attribute, proced-sort-interactive) | |
25 (proced-sort-header, proced-format-interactive): New commands. | |
26 (proced-move-to-goal-column): Use goal-column. | |
27 (proced-mode): Use proced-timer. | |
28 (proced-do-mark-all): Display process count. Use use-region-p. | |
29 Simplify. | |
30 (proced-omit-processes): Use use-region-p. | |
31 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid) | |
32 (proced-sort-start, proced-sort-time, proced-sort-user): Use | |
33 proced-sort-interactive. | |
34 (proced-sort): Make it a function that performs the actual sort. | |
35 (proced-update): New arg revert. Use proced-process-alist, | |
36 proced-filter, proced-sort, proced-format, and | |
37 proced-grammar-alist. Preserve position of point based on fields. | |
38 Make header line and fields clickable. | |
39 (proced-send-signal): Use proced-pid-at-point and | |
40 proced-process-alist. | |
41 (proced-why): Use save-selected-window. | |
42 (proced-log): Use buffer-read-only. | |
43 | |
1 2008-09-06 Chong Yidong <cyd@stupidchicken.com> | 44 2008-09-06 Chong Yidong <cyd@stupidchicken.com> |
2 | 45 |
3 * tooltip.el (tooltip-mode): Initialize unconditionally to t. | 46 * tooltip.el (tooltip-mode): Initialize unconditionally to t. |
4 | 47 |
5 2008-09-06 Glenn Morris <rgm@gnu.org> | 48 2008-09-06 Glenn Morris <rgm@gnu.org> |