diff options
| author | Lars Ingebrigtsen | 2011-02-03 05:01:44 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-02-03 05:01:44 +0000 |
| commit | 7f13c2e2d952ac66c992f6c1d5a8bc941939cd05 (patch) | |
| tree | 1c908f89683942f7d972c3e5b19c2d360f4c06fe /doc/misc | |
| parent | e0dd683709b3f6fc954db4e3c9b59f55d202db84 (diff) | |
| download | emacs-7f13c2e2d952ac66c992f6c1d5a8bc941939cd05.tar.gz emacs-7f13c2e2d952ac66c992f6c1d5a8bc941939cd05.zip | |
gnus-art.el (gnus-article-setup-buffer): Stop the date timer if gnus-article-update-date-headers is nil.
gnus.texi (Article Date): Remove mention of gnus-stop-date-timer, since it's run automatically.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index aa8af31b25a..32cbd6ca0d7 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer, | ||
| 4 | since it's run automatically. | ||
| 5 | |||
| 1 | 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org> | 6 | 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * gnus.texi (Customizing Articles): Fix typo. | 8 | * gnus.texi (Customizing Articles): Fix typo. |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index fba33534ad9..3806cdd8e96 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -9503,8 +9503,7 @@ that off, say: | |||
| 9503 | (setq gnus-article-update-date-headers nil) | 9503 | (setq gnus-article-update-date-headers nil) |
| 9504 | @end lisp | 9504 | @end lisp |
| 9505 | 9505 | ||
| 9506 | in your @file{~/.gnus.el} file. If you want to stop the updating | 9506 | in your @file{~/.gnus.el} file. |
| 9507 | dynamically, you can use the @code{gnus-stop-date-timer} command. | ||
| 9508 | 9507 | ||
| 9509 | @item W T o | 9508 | @item W T o |
| 9510 | @kindex W T o (Summary) | 9509 | @kindex W T o (Summary) |