From: Juanma Barranquero Date: Thu, 11 Oct 2007 11:49:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~10426 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76448620175754245acd6ba0344b10ab3c88c568;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63f8b7a2a65..af7283ec15c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.