diff options
| author | Dan Nicolaescu | 2009-12-07 09:02:11 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-12-07 09:02:11 +0000 |
| commit | 662c5698fb07b4e280ef548375c703c1d03455c0 (patch) | |
| tree | 7181cc811c24f419d5d39ab2360b9a0e40118c59 /lisp/ChangeLog | |
| parent | 2de386ca1d481a544e6fed79baaa19adcc80161d (diff) | |
| download | emacs-662c5698fb07b4e280ef548375c703c1d03455c0.tar.gz emacs-662c5698fb07b4e280ef548375c703c1d03455c0.zip | |
Support showing a single log entry from vc-annotate.
* vc.el (print-log): Add a new argument: START-REVISION.
(vc-print-log-internal): Add a new optional argument and
pass it to the backend.
(vc-print-log, vc-print-root-log): Adjust callers.
* vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
buffer already displays the requested log entry, use it.
Otherwise display only the log entry in question.
* vc-svn.el (vc-svn-print-log):
* vc-mtn.el (log-view-file-re):
* vc-hg.el (vc-hg-state):
* vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
(vc-git-show-log-entry): Return t on success.
* vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
(vc-bzr-show-log-entry): Return t on success.
* vc-rcs.el (vc-rcs-print-log):
* vc-sccs.el (vc-sccs-print-log):
* vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 35 |
1 files changed, 28 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index be160bf9abe..0d0be747b87 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,13 +1,34 @@ | |||
| 1 | 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Support showing a single log entry from vc-annotate. | ||
| 4 | * vc.el (print-log): Add a new argument: START-REVISION. | ||
| 5 | (vc-print-log-internal): Add a new optional argument and | ||
| 6 | pass it to the backend. | ||
| 7 | (vc-print-log, vc-print-root-log): Adjust callers. | ||
| 8 | * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a | ||
| 9 | buffer already displays the requested log entry, use it. | ||
| 10 | Otherwise display only the log entry in question. | ||
| 11 | * vc-svn.el (vc-svn-print-log): | ||
| 12 | * vc-mtn.el (log-view-file-re): | ||
| 13 | * vc-hg.el (vc-hg-state): | ||
| 14 | * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION. | ||
| 15 | (vc-git-show-log-entry): Return t on success. | ||
| 16 | * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION. | ||
| 17 | (vc-bzr-show-log-entry): Return t on success. | ||
| 18 | * vc-rcs.el (vc-rcs-print-log): | ||
| 19 | * vc-sccs.el (vc-sccs-print-log): | ||
| 20 | * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it. | ||
| 21 | |||
| 1 | 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu> | 22 | 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 23 | ||
| 3 | * ediff-init.el (ediff-event-key): use event-to-character instead of | 24 | * ediff-init.el (ediff-event-key): Use event-to-character instead of |
| 4 | event-key. | 25 | event-key. |
| 5 | 26 | ||
| 6 | * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer): add | 27 | * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer): Add |
| 7 | menus to the meta mode. (Dan Nicolaescu's <dann@ics.uci.edu> patch.) | 28 | menus to the meta mode. (Dan Nicolaescu's <dann@ics.uci.edu> patch.) |
| 8 | 29 | ||
| 9 | * ediff.el (ediff-buffers-internal): add unwind-protect. | 30 | * ediff.el (ediff-buffers-internal): Add unwind-protect. |
| 10 | 31 | ||
| 11 | 2009-12-07 Michael Albinus <michael.albinus@gmx.de> | 32 | 2009-12-07 Michael Albinus <michael.albinus@gmx.de> |
| 12 | 33 | ||
| 13 | Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël | 34 | Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël |