Mercurial > emacs
comparison lisp/ChangeLog @ 70049:def3f4aee280
Sync with Tramp 2.0.53.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Mon, 17 Apr 2006 12:56:56 +0000 |
parents | 80049d479c75 |
children | a56d4dbf7c1e |
comparison
equal
deleted
inserted
replaced
70048:80049d479c75 | 70049:def3f4aee280 |
---|---|
1 2006-04-17 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 Sync with Tramp 2.0.53. | |
4 | |
5 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier | |
6 'control. Reported by Matthias Förste | |
7 <slashdevslashnull@gmx.net>. | |
8 (tramp-completion-file-name-handler): Add autoload cookie for | |
9 adding to `file-name-handler-alist'. | |
10 | |
11 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for | |
12 the prompt. If it returns earlier (when detecting an error | |
13 message), the rest of the output will merge accidently with the | |
14 output of the next command. Reported by M Jared Finder | |
15 <jared@hpalace.com>. | |
16 | |
17 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test | |
18 for `process-file', in order to let it work for older Emacsen too. | |
19 | |
1 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de> | 20 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de> |
2 | 21 |
3 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function. | 22 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function. |
4 (tex-font-lock-keywords-3): Use it. | 23 (tex-font-lock-keywords-3): Use it. |
5 | 24 |
2931 * vc.el (vc-default-dired-state-info): Pass FILE to | 2950 * vc.el (vc-default-dired-state-info): Pass FILE to |
2932 vc-user-login-name. | 2951 vc-user-login-name. |
2933 (vc-default-update-changelog): Don't use vc-user-login-name, we | 2952 (vc-default-update-changelog): Don't use vc-user-login-name, we |
2934 don't need it here. | 2953 don't need it here. |
2935 | 2954 |
2936 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is | 2955 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is |
2937 no longer necessary. | 2956 no longer necessary. |
2938 | 2957 |
2939 2006-01-25 Kenichi Handa <handa@m17n.org> | 2958 2006-01-25 Kenichi Handa <handa@m17n.org> |
2940 | 2959 |
2941 * international/mule.el (decode-char): Avoid the overhead of | 2960 * international/mule.el (decode-char): Avoid the overhead of |