Mercurial > emacs
changeset 85160:a4f0e3028589
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 11 Oct 2007 11:49:08 +0000 |
parents | e0bc3c57c9ce |
children | 96095558e97b |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <lekktu@gmail.com> + + * follow.el (follow-stop-intercept-process-output): + Use `follow-call-process-filter' rather than `process-filter'. + Simplify. + 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com> * 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 <n_schumacher@web.de>. (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.