diff options
| author | Luc Teirlinck | 2004-07-17 20:55:57 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-07-17 20:55:57 +0000 |
| commit | 2d677766573bcf9a4fd97c195d595383d99c7d9c (patch) | |
| tree | 608e4374ae24befd0dc05ad28625fcd9103919fa /lisp/ChangeLog | |
| parent | 26503ad20330065c10629a61b79bcfa3bfb6fec3 (diff) | |
| download | emacs-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/ChangeLog | 11 |
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 @@ | |||
| 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. |
| @@ -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 | ||
| 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' |
| @@ -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 | ||
| 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 |