comparison 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
comparison
equal deleted inserted replaced
83021:32bf8e7cc0c2 83022:abaf78268f22
1 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
2
3 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
4 at the top level of vc.el.
5
6 2004-01-23 Andre Spiegel <spiegel@gnu.org>
7
8 * vc.el (vc-current-line): Function removed. This is now done by
9 the new function line-at-pos in simple.el.
10 (vc-annotate-warp-version): Use line-at-pos instead of
11 vc-current-line.
12
13 2004-01-22 Kim F. Storm <storm@cua.dk>
14
15 * simple.el (line-at-pos): New defun.
16 (what-line): Use it. Optimize by only counting lines in narrowed
17 region once.
18
1 2004-01-22 Kenichi Handa <handa@m17n.org> 19 2004-01-22 Kenichi Handa <handa@m17n.org>
2 20
3 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange 21 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange
4 code point (register r1) only for charset mule-unicode-0100-24ff. 22 code point (register r1) only for charset mule-unicode-0100-24ff.
5 23