diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-06-09 Julien Danjou <julien@danjou.info> | 10 | 2010-06-09 Julien Danjou <julien@danjou.info> |
| 2 | 11 | ||
| 3 | * net/notifications.el: New file. | 12 | * net/notifications.el: New file. |