# HG changeset patch # User Andr Spiegel # Date 1074814666 0 # Node ID 6b1881ea9daf328a42d5689c0839bd9fb0ebb90e # Parent 7a2e7bea75b0f85c11c46401937257f01e7dd234 # diff -r 7a2e7bea75b0 -r 6b1881ea9daf lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 22 23:34:33 2004 +0000 +++ b/lisp/ChangeLog Thu Jan 22 23:37:46 2004 +0000 @@ -1,3 +1,10 @@ +2004-01-23 Andre Spiegel + + * vc.el (vc-current-line): Function removed. This is now done by + the new function line-at-pos in simple.el. + (vc-annotate-warp-version): Use line-at-pos instead of + vc-current-line. + 2004-01-22 Kim F. Storm * simple.el (line-at-pos): New defun.