diff options
| author | Eric S. Raymond | 2008-05-02 03:38:16 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2008-05-02 03:38:16 +0000 |
| commit | a094fe434f1322399cd9b9a9eeb3f2c67b226e28 (patch) | |
| tree | 9160702021bc56b633e35755763857a5238c8ac8 /lisp/ChangeLog | |
| parent | 105cac2d47375f84c695a28e5dd816821f81cf3b (diff) | |
| download | emacs-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/ChangeLog | 2 |
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 | ||
| 31 | 2008-05-01 Sam Steingold <sds@gnu.org> | 33 | 2008-05-01 Sam Steingold <sds@gnu.org> |
| 32 | 34 | ||