aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLuc Teirlinck2004-07-17 20:55:57 +0000
committerLuc Teirlinck2004-07-17 20:55:57 +0000
commit2d677766573bcf9a4fd97c195d595383d99c7d9c (patch)
tree608e4374ae24befd0dc05ad28625fcd9103919fa /lisp/ChangeLog
parent26503ad20330065c10629a61b79bcfa3bfb6fec3 (diff)
downloademacs-2d677766573bcf9a4fd97c195d595383d99c7d9c.tar.gz
emacs-2d677766573bcf9a4fd97c195d595383d99c7d9c.zip
Describe `Auto Revert Tail Mode' in `Commentary' section.
(auto-revert-handler): Do not check `auto-revert-tail-mode' for non-file buffers. We know it is nil.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f508879cb01..1877f9c0281 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12004-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
12004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net> 82004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
2 9
3 Sync with Tramp 2.0.43. 10 Sync with Tramp 2.0.43.
@@ -8,7 +15,7 @@
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
122004-07-13 Michael Albinus <michael.albinus@gmx.de> 192004-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'
@@ -36,7 +43,7 @@
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
402004-07-17 Jonathan Yavner <jyavner@member.fsf.org> 472004-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