Mercurial > emacs
changeset 79038:36023ccca4af
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 11 Oct 2007 11:57:36 +0000 |
parents | e68bb9eaf3a5 |
children | ed7decb02144 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 11 11:52:41 2007 +0000 +++ b/lisp/ChangeLog Thu Oct 11 11:57:36 2007 +0000 @@ -1,3 +1,8 @@ +2007-10-11 Juanma Barranquero <lekktu@gmail.com> + + * follow.el (follow-stop-intercept-process-output): + Use `follow-call-process-filter' rather than `process-filter'. + 2007-10-11 Tom Tromey <tromey@redhat.com> * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current @@ -17,8 +22,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.