Mercurial > emacs
diff lisp/ChangeLog @ 83022:abaf78268f22
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-51
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-52
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-62
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 23 Jan 2004 21:51:08 +0000 |
parents | 82c3b4da43ca f58a3ce5a982 |
children | 895e130cc8da |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 23 21:48:58 2004 +0000 +++ b/lisp/ChangeLog Fri Jan 23 21:51:08 2004 +0000 @@ -1,3 +1,21 @@ +2004-01-23 Benjamin Rutt <brutt@bloomington.in.us> + + * vc.el (vc-annotate): Fix improper use of `make-local-variable' + at the top level of vc.el. + +2004-01-23 Andre Spiegel <spiegel@gnu.org> + + * 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 <storm@cua.dk> + + * simple.el (line-at-pos): New defun. + (what-line): Use it. Optimize by only counting lines in narrowed + region once. + 2004-01-22 Kenichi Handa <handa@m17n.org> * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange