diff options
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 419576b2e49..de483261010 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -46,14 +46,15 @@ | |||
| 46 | (proced-tree-flag, proced-tree-indent): New variables. | 46 | (proced-tree-flag, proced-tree-indent): New variables. |
| 47 | (proced-children-alist): Renamed from proced-process-tree. PPID | 47 | (proced-children-alist): Renamed from proced-process-tree. PPID |
| 48 | must refer to a process in process-alist. Ignore PPIDs that equal | 48 | must refer to a process in process-alist. Ignore PPIDs that equal |
| 49 | PID. Children alist inherits sorting order from process-alist. | 49 | PID (Bug#1718). Children alist inherits sorting order from |
| 50 | process-alist. | ||
| 50 | (proced-process-tree): New variable. New function. | 51 | (proced-process-tree): New variable. New function. |
| 51 | (proced-process-tree-internal, proced-toggle-tree) | 52 | (proced-process-tree-internal, proced-toggle-tree) |
| 52 | (proced-tree, proced-tree-insert, proced-format-tree): New | 53 | (proced-tree, proced-tree-insert, proced-format-tree): New |
| 53 | functions. | 54 | functions. |
| 54 | (proced-mark-process-alist): Add docstring. | 55 | (proced-mark-process-alist): Add docstring. |
| 55 | (proced-filter-parents): PPID must refer to a process in | 56 | (proced-filter-parents): PPID must refer to a process in |
| 56 | process-alist. Ignore PPIDs that equal PID. | 57 | process-alist. Ignore PPIDs that equal PID (Bug#1718). |
| 57 | (proced-sort): Throw error if attribute is not sortable. | 58 | (proced-sort): Throw error if attribute is not sortable. |
| 58 | (proced-sort-interactive): Restrict completion to sortable | 59 | (proced-sort-interactive): Restrict completion to sortable |
| 59 | attributes. | 60 | attributes. |