Mercurial > emacs
comparison lisp/ChangeLog @ 57917:9afdfd21288d
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Wed, 03 Nov 2004 14:28:31 +0000 |
parents | 5277a45b3dfc |
children | 27131f3ed0ab |
comparison
equal
deleted
inserted
replaced
57916:990dbd4941c8 | 57917:9afdfd21288d |
---|---|
1 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org> | 1 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org> |
2 | |
3 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var. | |
4 (vc-cvs-annotate-time): Incorporate value of deleted var. | |
5 Remove special-case handling of beginning-of-buffer cruft. | |
6 Cache ending position (point) and return value in text property | |
7 `vc-cvs-annotate-time', and consult it on subsequent invocations. | |
2 | 8 |
3 * vc-cvs.el (vc-cvs-annotate-command): | 9 * vc-cvs.el (vc-cvs-annotate-command): |
4 Delete extraneous lines from beginning of buffer. | 10 Delete extraneous lines from beginning of buffer. |
5 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise. | 11 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise. |
6 | 12 |