diff options
| author | André Spiegel | 2004-01-22 23:37:46 +0000 |
|---|---|---|
| committer | André Spiegel | 2004-01-22 23:37:46 +0000 |
| commit | fe722d76d3fd8f68b5dd3baf578ec6356a00c147 (patch) | |
| tree | e258af3f880c4a57682dbe339233737649b83a1c | |
| parent | b6b50160c2a184f4ac7cce1630e047c7861b0555 (diff) | |
| download | emacs-fe722d76d3fd8f68b5dd3baf578ec6356a00c147.tar.gz emacs-fe722d76d3fd8f68b5dd3baf578ec6356a00c147.zip | |
#
| -rw-r--r-- | lisp/ChangeLog | 7 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-01-22 Kim F. Storm <storm@cua.dk> | 8 | 2004-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. |