Mercurial > emacs
comparison lisp/ChangeLog @ 68423:927f1c4f43d8
* net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
for `process-file', in order to let it work for older Emacsen too.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Fri, 27 Jan 2006 19:38:02 +0000 |
parents | 9f18f2e003c8 |
children | f04719dff4bf |
comparison
equal
deleted
inserted
replaced
68422:9f18f2e003c8 | 68423:927f1c4f43d8 |
---|---|
1 2006-01-27 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test | |
4 for `process-file', in order to let it work for older Emacsen too. | |
5 | |
1 2006-01-27 Eli Zaretskii <eliz@gnu.org> | 6 2006-01-27 Eli Zaretskii <eliz@gnu.org> |
2 | 7 |
3 * international/latexenc.el: Add a suitable `coding:' tag. | 8 * international/latexenc.el: Add a suitable `coding:' tag. |
4 (latexenc-find-file-coding-system): Undo last change. | 9 (latexenc-find-file-coding-system): Undo last change. |
5 | 10 |
56 (vc-default-update-changelog): Don't use vc-user-login-name, we | 61 (vc-default-update-changelog): Don't use vc-user-login-name, we |
57 don't need it here. | 62 don't need it here. |
58 | 63 |
59 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is | 64 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is |
60 no longer necessary. | 65 no longer necessary. |
61 | 66 |
62 2006-01-25 Kenichi Handa <handa@m17n.org> | 67 2006-01-25 Kenichi Handa <handa@m17n.org> |
63 | 68 |
64 * international/mule.el (decode-char): Avoid the overhead of | 69 * international/mule.el (decode-char): Avoid the overhead of |
65 calling utf-lookup-subst-table-for-decode if | 70 calling utf-lookup-subst-table-for-decode if |
66 utf-translate-cjk-mode is nil. | 71 utf-translate-cjk-mode is nil. |