diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/gnus/gnus-demon.el | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 728ef10c747..5712ed059f4 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-11-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * nnimap.el (nnimap-split-download-body): | ||
| 4 | * gnus-demon.el (gnus-demon): Fix typos in docstrings. | ||
| 5 | |||
| 6 | * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstring. | ||
| 7 | (gnus-uu-decode-save): Fix typo in prompt. | ||
| 8 | |||
| 1 | 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de> | 9 | 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 10 | ||
| 3 | * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable. | 11 | * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable. |
| @@ -64,7 +72,7 @@ | |||
| 64 | 72 | ||
| 65 | 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de> | 73 | 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de> |
| 66 | 74 | ||
| 67 | * Relicense "GPLv2 or later" files to "GPLv3 or later". | 75 | * Relicense "GPLv2 or later" files to "GPLv3 or later". |
| 68 | 76 | ||
| 69 | 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org> | 77 | 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org> |
| 70 | 78 | ||
diff --git a/lisp/gnus/gnus-demon.el b/lisp/gnus/gnus-demon.el index 715e77a7099..7a79adce49a 100644 --- a/lisp/gnus/gnus-demon.el +++ b/lisp/gnus/gnus-demon.el | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | (autoload 'parse-time-string "parse-time" nil nil) | 43 | (autoload 'parse-time-string "parse-time" nil nil) |
| 44 | 44 | ||
| 45 | (defgroup gnus-demon nil | 45 | (defgroup gnus-demon nil |
| 46 | "Demonic behaviour." | 46 | "Demonic behavior." |
| 47 | :group 'gnus) | 47 | :group 'gnus) |
| 48 | 48 | ||
| 49 | (defcustom gnus-demon-handlers nil | 49 | (defcustom gnus-demon-handlers nil |