aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Spiegel2004-01-22 23:37:46 +0000
committerAndré Spiegel2004-01-22 23:37:46 +0000
commitfe722d76d3fd8f68b5dd3baf578ec6356a00c147 (patch)
treee258af3f880c4a57682dbe339233737649b83a1c
parentb6b50160c2a184f4ac7cce1630e047c7861b0555 (diff)
downloademacs-fe722d76d3fd8f68b5dd3baf578ec6356a00c147.tar.gz
emacs-fe722d76d3fd8f68b5dd3baf578ec6356a00c147.zip
#
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9373f8aa984..51870739aa9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12004-01-23 Andre Spiegel <spiegel@gnu.org>
2
3 * vc.el (vc-current-line): Function removed. This is now done by
4 the new function line-at-pos in simple.el.
5 (vc-annotate-warp-version): Use line-at-pos instead of
6 vc-current-line.
7
12004-01-22 Kim F. Storm <storm@cua.dk> 82004-01-22 Kim F. Storm <storm@cua.dk>
2 9
3 * simple.el (line-at-pos): New defun. 10 * simple.el (line-at-pos): New defun.