aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEric S. Raymond2007-10-20 21:02:46 +0000
committerEric S. Raymond2007-10-20 21:02:46 +0000
commitccd9fab66ac3bc563c0a6153b356940f60cd374d (patch)
treefe80015ef5f771e3114f9de620f279e668610548 /lisp/ChangeLog
parentdb3534c36a3a8e8fb1eca61100aae540b4e45d6f (diff)
downloademacs-ccd9fab66ac3bc563c0a6153b356940f60cd374d.tar.gz
emacs-ccd9fab66ac3bc563c0a6153b356940f60cd374d.zip
Restore vc-next-action functionality of registering files.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1636bdba6a3..aeef4eb1e92 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,9 @@
2 2
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
6 visited file as a singleton fileset idf nothing else is available.
7 (vc-next-action): Restore file-registering behavior.
5 8
62007-10-20 Jay Belanger <jay.p.belanger@gmail.com> 92007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7 10