comparison lisp/ChangeLog @ 56464:9e7aab13fbb8

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 17 Jul 2004 20:55:57 +0000
parents 9459300bf43b
children 6b42a91e3595
comparison
equal deleted inserted replaced
56463:e86e7a1eccac 56464:9e7aab13fbb8
1 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
2
3 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
4 section.
5 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
6 non-file buffers. We know it is nil.
7
1 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net> 8 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
2 9
3 Sync with Tramp 2.0.43. 10 Sync with Tramp 2.0.43.
4 11
5 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove 12 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
6 outdated comment. 13 outdated comment.
7 (tramp-locked, tramp-locker): New variables for implementing a 14 (tramp-locked, tramp-locker): New variables for implementing a
8 global lock. 15 global lock.
9 (tramp-sh-file-name-handler): Use them to implement the global 16 (tramp-sh-file-name-handler): Use them to implement the global
10 lock. 17 lock.
11 18
12 2004-07-13 Michael Albinus <michael.albinus@gmx.de> 19 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13 20
14 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx' 21 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15 calls to respective `xxx` calls. 22 calls to respective `xxx` calls.
16 (tramp-process-alive-regexp): Precise doc string. 23 (tramp-process-alive-regexp): Precise doc string.
34 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and 41 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
35 HOST to `tramp-enter-passwd'. 42 HOST to `tramp-enter-passwd'.
36 43
37 * net/tramp-vc.el (all): Code cleanup. Change all 44 * net/tramp-vc.el (all): Code cleanup. Change all
38 `tramp-handle-xxx' calls to respective `xxx` calls. 45 `tramp-handle-xxx' calls to respective `xxx` calls.
39 46
40 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org> 47 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
41 48
42 * emacs-lisp/testcover.el: New category "potentially-1valued" for 49 * emacs-lisp/testcover.el: New category "potentially-1valued" for
43 functions that are not erroneous if either 1-valued or 50 functions that are not erroneous if either 1-valued or
44 multi-valued. Detect functions in this class. 51 multi-valued. Detect functions in this class.