diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-03-11 17:29:30 -0800 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-03-11 17:29:30 -0800 |
commit | 855a22946bfc123649647656af225ec846a92704 (patch) | |
tree | 8c85ce5176832cd435e4dd22c71a8a911c396d2b /lisp/ChangeLog | |
parent | 00fe2df1962ff4390d0db0a6fc83156b659a87dc (diff) | |
download | emacs-855a22946bfc123649647656af225ec846a92704.tar.gz |
Add support for shelving snapshots and for showing shelves.
* vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
(vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
New functions.
(vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
(vc-bzr-extra-menu-map): Map them.
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 88ed61cd1d5..e7f4f17d549 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2010-03-12 Dan Nicolaescu <dann@ics.uci.edu> + + Add support for shelving snapshots and for showing shelves. + * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point) + (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot): + New functions. + (vc-bzr-shelve-map, vc-bzr-shelve-menu-map) + (vc-bzr-extra-menu-map): Map them. + 2010-03-11 Glenn Morris <rgm@gnu.org> * cus-edit.el (customize-changed-options-previous-release): |