Mercurial > emacs
comparison lisp/ChangeLog @ 74985:155a8e75cd11
Sync with Tramp 2.0.55.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sat, 30 Dec 2006 16:17:10 +0000 |
parents | 21f28d10d73a |
children | 9f188d7f8809 |
comparison
equal
deleted
inserted
replaced
74984:21f28d10d73a | 74985:155a8e75cd11 |
---|---|
1 2006-12-30 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 Sync with Tramp 2.0.55. | |
4 | |
5 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of | |
6 `integerp'. `char-equal' could fail else in case of negative | |
7 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>. | |
8 (top): Check for `font-lock-add-keywords' before calling; it | |
9 doesn't exist under XEmacs. | |
10 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink. | |
11 (tramp-completion-mode): Remove clause (not | |
12 tramp-unified-filenames), because the function is called in other | |
13 context too, where this check results in wrong results in the | |
14 XEmacs case on Windows. | |
15 (tramp-touch): UTC handling is not possible for XEmacs. | |
16 | |
1 2006-12-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 17 2006-12-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 18 |
3 * scroll-bar.el (previous-scroll-bar-mode): New variable | 19 * scroll-bar.el (previous-scroll-bar-mode): New variable |
4 (set-scroll-bar-mode): Set previous-scroll-bar-mode. | 20 (set-scroll-bar-mode): Set previous-scroll-bar-mode. |
5 (scroll-bar-mode): Use previous-scroll-bar-mode if set. | 21 (scroll-bar-mode): Use previous-scroll-bar-mode if set. |