diff options
| author | Eric S. Raymond | 2007-10-20 21:10:32 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2007-10-20 21:10:32 +0000 |
| commit | 675007bc7c8f84bc3eafe62f908278f89c7c129a (patch) | |
| tree | 323df38b483898d2aee7d24ccb45cfca5d5eb70c | |
| parent | ccd9fab66ac3bc563c0a6153b356940f60cd374d (diff) | |
| download | emacs-675007bc7c8f84bc3eafe62f908278f89c7c129a.tar.gz emacs-675007bc7c8f84bc3eafe62f908278f89c7c129a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aeef4eb1e92..8d1c808404f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * vc.el (vc-do-command): Condition out a misleading message when | 3 | * vc.el (vc-do-command): Condition out a misleading message when |
| 4 | running asynchronously. | 4 | running asynchronously. |
| 5 | (vc-deduce-fileset): New argument enables using an unregistered | 5 | (vc-deduce-fileset): New argument enables using an unregistered |
| 6 | visited file as a singleton fileset idf nothing else is available. | 6 | visited file as a singleton fileset if nothing else is available. |
| 7 | (vc-next-action): Restore file-registering behavior. | 7 | (vc-next-action): Restore file-registering behavior. |
| 8 | 8 | ||
| 9 | 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com> | 9 | 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com> |
| @@ -683,12 +683,10 @@ | |||
| 683 | * follow.el (follow-stop-intercept-process-output): | 683 | * follow.el (follow-stop-intercept-process-output): |
| 684 | Use `follow-call-process-filter' rather than `process-filter'. | 684 | Use `follow-call-process-filter' rather than `process-filter'. |
| 685 | Simplify. | 685 | Simplify. |
| 686 | * vc.el (vc0iff): Prevent errors in an edge case. | ||
| 686 | 687 | ||
| 687 | 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com> | 688 | 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com> |
| 688 | 689 | ||
| 689 | * vc.el: Address an edge case in vc-diff pointed out by | ||
| 690 | Juanma Barranquero. This is an experimental fix and may change. | ||
| 691 | |||
| 692 | * vc-hooks.el (vc-registered): Robustify this function a bit | 690 | * vc-hooks.el (vc-registered): Robustify this function a bit |
| 693 | against filenames with no directory component. | 691 | against filenames with no directory component. |
| 694 | 692 | ||