# HG changeset patch # User Roland Winkler # Date 1230985196 0 # Node ID 271fbfaf31f681e9b5aac8105b1ffda97efc1289 # Parent 883cbe72dc040a9cf492b8a008564a5ae5eccc1f *** empty log message *** diff -r 883cbe72dc04 -r 271fbfaf31f6 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 03 12:18:53 2009 +0000 +++ b/lisp/ChangeLog Sat Jan 03 12:19:56 2009 +0000 @@ -1,3 +1,21 @@ +2009-01-03 Roland Winkler + + * proced.el (proced-grammar-alist): Refiner can be a + list (function help-echo) instead of a cons pair. + (proced-post-display-hook): New variable. + (proced-tree-depth): Renamed from proced-tree-indent. + (proced-mode): Derive mode from special-mode. + (proced-mode-map): Changed accordingly. + (proced, proced-update): Run proced-post-display-hook. + (proced-do-mark-all): Count processes for which mark has been + updated. + (proced-format): Check for ppid attribute. + (proced-process-attributes): Take time and ctime attribute from + system-process-attributes. + (proced-send-signal): Doc fix. Collect properly the info on + marked processes. Use fit-window-to-buffer instead of + dired-pop-to-buffer. + 2009-01-03 Stefan Monnier * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode