comparison lisp/ChangeLog @ 85160:a4f0e3028589

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 11 Oct 2007 11:49:08 +0000
parents eebbb85d6283
children c08d5f729dcc
comparison
equal deleted inserted replaced
85159:e0bc3c57c9ce 85160:a4f0e3028589
1 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * follow.el (follow-stop-intercept-process-output):
4 Use `follow-call-process-filter' rather than `process-filter'.
5 Simplify.
6
1 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com> 7 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2 8
3 * vc-hooks.el (vc-registered): Robustify this function a bit 9 * vc-hooks.el (vc-registered): Robustify this function a bit
4 against filenames with no directory component. 10 against filenames with no directory component.
5 11
10 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> 16 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11 17
12 * ps-print.el: Fix the usage of :foreground and :background face 18 * ps-print.el: Fix the usage of :foreground and :background face
13 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>. 19 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
14 (ps-print-version): New version 6.7.6. 20 (ps-print-version): New version 6.7.6.
15 (ps-face-attributes, ps-face-attribute-list, ps-face-background): Fix 21 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
16 code. 22 Fix code.
17 (ps-face-foreground-color-p, ps-face-background-color-p) 23 (ps-face-foreground-color-p, ps-face-background-color-p)
18 (ps-face-color-p): New inline funs. 24 (ps-face-color-p): New inline funs.
19 25
20 2007-10-10 Carsten Dominik <dominik@science.uva.nl> 26 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
21 27