# HG changeset patch # User Juanma Barranquero # Date 1192103348 0 # Node ID a4f0e3028589d307ebdc970fd3e42f12e85bb758 # Parent e0bc3c57c9ce1865ebaf37d6e5330b3db39cbe36 *** empty log message *** diff -r e0bc3c57c9ce -r a4f0e3028589 lisp/ChangeLog --- a/lisp/ChangeLog Thu Oct 11 11:44:05 2007 +0000 +++ b/lisp/ChangeLog Thu Oct 11 11:49:08 2007 +0000 @@ -1,3 +1,9 @@ +2007-10-11 Juanma Barranquero + + * follow.el (follow-stop-intercept-process-output): + Use `follow-call-process-filter' rather than `process-filter'. + Simplify. + 2007-10-11 Eric S. Raymond * vc-hooks.el (vc-registered): Robustify this function a bit @@ -12,8 +18,8 @@ * ps-print.el: Fix the usage of :foreground and :background face attributes. Reported by Nikolaj Schumacher . (ps-print-version): New version 6.7.6. - (ps-face-attributes, ps-face-attribute-list, ps-face-background): Fix - code. + (ps-face-attributes, ps-face-attribute-list, ps-face-background): + Fix code. (ps-face-foreground-color-p, ps-face-background-color-p) (ps-face-color-p): New inline funs.