changeset 100764:c83767d1897d

Add reference to Bug#1718.
author Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
date Tue, 30 Dec 2008 05:04:54 +0000
parents 6a68c7a91e31
children 66dd9bb65f2b
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 30 01:52:14 2008 +0000
+++ b/lisp/ChangeLog	Tue Dec 30 05:04:54 2008 +0000
@@ -46,14 +46,15 @@
 	(proced-tree-flag, proced-tree-indent): New variables.
 	(proced-children-alist): Renamed from proced-process-tree.  PPID
 	must refer to a process in process-alist.  Ignore PPIDs that equal
-	PID.  Children alist inherits sorting order from process-alist.
+	PID (Bug#1718).  Children alist inherits sorting order from
+	process-alist.
 	(proced-process-tree): New variable.  New function.
 	(proced-process-tree-internal, proced-toggle-tree)
 	(proced-tree, proced-tree-insert, proced-format-tree): New
 	functions.
 	(proced-mark-process-alist): Add docstring.
 	(proced-filter-parents): PPID must refer to a process in
-	process-alist.  Ignore PPIDs that equal PID.
+	process-alist.  Ignore PPIDs that equal PID (Bug#1718).
 	(proced-sort): Throw error if attribute is not sortable.
 	(proced-sort-interactive): Restrict completion to sortable
 	attributes.