aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorThien-Thi Nguyen2004-11-03 14:28:31 +0000
committerThien-Thi Nguyen2004-11-03 14:28:31 +0000
commitb44a1825e5b5de262b51dde301a145ec3f59cf98 (patch)
treee70ab54cfdf78c62a313cdde937eefae2fdb26c4 /lisp/ChangeLog
parentcd227df34ce1a9716dad95acc3cccf602611ae39 (diff)
downloademacs-b44a1825e5b5de262b51dde301a145ec3f59cf98.tar.gz
emacs-b44a1825e5b5de262b51dde301a145ec3f59cf98.zip
(vc-cvs-local-month-numbers): Delete var.
(vc-cvs-annotate-time): Incorporate value of deleted var. Remove special-case handling of beginning-of-buffer cruft. Cache ending position (point) and return value in text property `vc-cvs-annotate-time', and consult it on subsequent invocations.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9e6bdf07cb9..91cd415c9fd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12004-11-03 Thien-Thi Nguyen <ttn@gnu.org> 12004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
2 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.
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.