Mercurial > emacs
comparison lisp/ChangeLog @ 53632:a54825cb01e7
#
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Tue, 20 Jan 2004 17:43:02 +0000 |
parents | 14a461c9a13c |
children | 5252ab84cd01 |
comparison
equal
deleted
inserted
replaced
53631:74e44ab76fa5 | 53632:a54825cb01e7 |
---|---|
1 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us> | |
2 | |
3 * vc.el (vc-default-previous-version): Doc enhancement. | |
4 (vc-default-next-version): New function. | |
5 (vc-print-log): New arg FOCUS-REV. | |
6 (vc-annotate-mode): Derives from view-mode now. | |
7 (vc-annotate): New args REVISION, DISPLAY-MODE. | |
8 (vc-annotate-prev-version): New function. | |
9 (vc-annotate-prev-version): New function. | |
10 (vc-annotate-next-version): New function. | |
11 (vc-annotate-workfile-version): New function. | |
12 (vc-annotate-extract-revision-at-line): New function. | |
13 (vc-annotate-revision-at-line): New function. | |
14 (vc-annotate-revision-previous-to-line): New function. | |
15 (vc-annotate-show-log-revision-at-line): New function. | |
16 (vc-annotate-show-diff-revision-at-line): New function. | |
17 (vc-current-line): New function. | |
18 (vc-annotate-warp-version): New function. | |
19 | |
20 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New | |
21 function. | |
22 | |
1 2004-01-19 Karl Berry <karl@gnu.org> | 23 2004-01-19 Karl Berry <karl@gnu.org> |
2 | 24 |
3 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo" | 25 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo" |
4 or "TexInfo". | 26 or "TexInfo". |
5 | 27 |