Mercurial > emacs
comparison lisp/ChangeLog @ 85166:c08d5f729dcc
*** empty log message ***
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Thu, 11 Oct 2007 15:13:29 +0000 |
parents | a4f0e3028589 |
children | 0860e426be99 |
comparison
equal
deleted
inserted
replaced
85165:9b4cc51391e5 | 85166:c08d5f729dcc |
---|---|
3 * follow.el (follow-stop-intercept-process-output): | 3 * follow.el (follow-stop-intercept-process-output): |
4 Use `follow-call-process-filter' rather than `process-filter'. | 4 Use `follow-call-process-filter' rather than `process-filter'. |
5 Simplify. | 5 Simplify. |
6 | 6 |
7 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com> | 7 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com> |
8 | |
9 * vc.el: Address an edge case in vc-diff pointed out by | |
10 Juanma Barranquero. This is an experimental fix and may change. | |
8 | 11 |
9 * vc-hooks.el (vc-registered): Robustify this function a bit | 12 * vc-hooks.el (vc-registered): Robustify this function a bit |
10 against filenames with no directory component. | 13 against filenames with no directory component. |
11 | 14 |
12 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca> | 15 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca> |