comparison lisp/ChangeLog @ 68386:b0411bb09a9a

#
author André Spiegel <spiegel@gnu.org>
date Wed, 25 Jan 2006 19:00:22 +0000
parents 39ecc8604aa1
children 34aa6fa4a3d8
comparison
equal deleted inserted replaced
68385:774d8922e2c3 68386:b0411bb09a9a
1 2006-01-25 Andre Spiegel <spiegel@gnu.org>
2
3 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
4 Tramp.
5
6 * vc.el (vc-default-dired-state-info): Pass FILE to
7 vc-user-login-name.
8 (vc-default-update-changelog): Don't use vc-user-login-name, we
9 don't need it here.
10
11 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
12 no longer necessary.
13
1 2006-01-25 Kenichi Handa <handa@m17n.org> 14 2006-01-25 Kenichi Handa <handa@m17n.org>
2 15
3 * international/mule.el (decode-char): Avoid the overhead of 16 * international/mule.el (decode-char): Avoid the overhead of
4 calling utf-lookup-subst-table-for-decode if 17 calling utf-lookup-subst-table-for-decode if
5 utf-translate-cjk-mode is nil. 18 utf-translate-cjk-mode is nil.