aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-09 00:47:14 -0700
committerDan Nicolaescu2010-06-09 00:47:14 -0700
commit5f4f2ae4f967a5a135b95e135c8b29de43ec71b2 (patch)
tree675c21ebc54844b9629775165db44785d966549f /lisp/ChangeLog
parentef33fd3404424b34b37a920f10d2ec8008247ef0 (diff)
downloademacs-5f4f2ae4f967a5a135b95e135c8b29de43ec71b2.tar.gz
emacs-5f4f2ae4f967a5a135b95e135c8b29de43ec71b2.zip
Improve VC create/retrieve tag/branch.
* lisp/vc.el (vc-create-tag): Do not read the directory name for VCs with repository revision granularity. Adjust the tag/branch prompt. Reset VC properties. (vc-retrieve-tag): Do not read the directory name for VCs with repository revision granularity. Reset VC properties.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 39a70fc387f..7a47b2f3586 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Improve VC create/retrieve tag/branch.
4 * vc.el (vc-create-tag): Do not read the directory name for VCs
5 with repository revision granularity. Adjust the tag/branch
6 prompt. Reset VC properties.
7 (vc-retrieve-tag): Do not read the directory name for VCs
8 with repository revision granularity. Reset VC properties.
9
12010-06-09 Julien Danjou <julien@danjou.info> 102010-06-09 Julien Danjou <julien@danjou.info>
2 11
3 * net/notifications.el: New file. 12 * net/notifications.el: New file.