aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEric S. Raymond2008-05-02 03:38:16 +0000
committerEric S. Raymond2008-05-02 03:38:16 +0000
commita094fe434f1322399cd9b9a9eeb3f2c67b226e28 (patch)
tree9160702021bc56b633e35755763857a5238c8ac8 /lisp/ChangeLog
parent105cac2d47375f84c695a28e5dd816821f81cf3b (diff)
downloademacs-a094fe434f1322399cd9b9a9eeb3f2c67b226e28.tar.gz
emacs-a094fe434f1322399cd9b9a9eeb3f2c67b226e28.zip
More informative message when a fileset is in a mixed state.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7cd6ee7e3bf..6bdf90308a5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -27,6 +27,8 @@
27 and was somewhat misleading. 27 and was somewhat misleading.
28 * vc.el (vc-cvs-delete-file) Don't do a "cvs commit" immediately after 28 * vc.el (vc-cvs-delete-file) Don't do a "cvs commit" immediately after
29 removing the file. 29 removing the file.
30 * vc.el (vc-next-action): More informative message when a fileset
31 is in a mixed state.
30 32
312008-05-01 Sam Steingold <sds@gnu.org> 332008-05-01 Sam Steingold <sds@gnu.org>
32 34