emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog


From: Roland Winkler
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Sun, 28 Dec 2008 13:58:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Roland Winkler <winkler>        08/12/28 13:58:14

Modified files:
        lisp           : ChangeLog 

Log message:
        *** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15001&r2=1.15002

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15001
retrieving revision 1.15002
diff -u -b -r1.15001 -r1.15002
--- ChangeLog   28 Dec 2008 04:38:44 -0000      1.15001
+++ ChangeLog   28 Dec 2008 13:58:10 -0000      1.15002
@@ -1,3 +1,27 @@
+2008-12-28  Roland Winkler  <address@hidden>
+
+       * proced.el (proced-grammar-alist): Allow predicate nil.  New
+       attribute tree.
+       (proced-format-alist): Use attribute tree.
+       (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.
+       (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.
+       (proced-sort): Throw error if attribute is not sortable.
+       (proced-sort-interactive): Restrict completion to sortable
+       attributes.
+       (proced-format): Include tree in standard attributes if
+       proced-tree-flag is non-nil.  Make header clickable only if
+       corresponding predicate is non-nil.
+       (proced-update): Use proced-tree.
+
 2008-12-28  Chong Yidong  <address@hidden>
 
        * diff.el (diff): Doc fix.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]