diff options
| author | Lars Ingebrigtsen | 2012-01-28 02:28:36 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2012-01-28 02:28:36 +0000 |
| commit | d30dd208c00fb4d271af0557b73bea31ff2959d5 (patch) | |
| tree | 26cc6bc7d2842e4ad1f6f98bf886ef597a42fd49 | |
| parent | 39ddff397cb6bb1a57dca74f67e590d8eeb07f99 (diff) | |
| download | emacs-d30dd208c00fb4d271af0557b73bea31ff2959d5.tar.gz emacs-d30dd208c00fb4d271af0557b73bea31ff2959d5.zip | |
Paperwork has arrived for Dave Abrahams, so remove "(tiny change)".
| -rw-r--r-- | lisp/gnus/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 94e5e82e626..10eac2e5eab 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -107,7 +107,7 @@ | |||
| 107 | 107 | ||
| 108 | * gnus.el (gnus-parameters): Doc fix. | 108 | * gnus.el (gnus-parameters): Doc fix. |
| 109 | 109 | ||
| 110 | 2012-01-06 Dave Abrahams <dave@boostpro.com> (tiny change) | 110 | 2012-01-06 Dave Abrahams <dave@boostpro.com> |
| 111 | 111 | ||
| 112 | * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden, | 112 | * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden, |
| 113 | show the thread after expansion. | 113 | show the thread after expansion. |
| @@ -373,7 +373,7 @@ | |||
| 373 | * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy. | 373 | * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy. |
| 374 | * nnmairix.el (gnus-registry-enabled): Ditto. | 374 | * nnmairix.el (gnus-registry-enabled): Ditto. |
| 375 | 375 | ||
| 376 | 2011-10-17 Dave Abrahams <dave@boostpro.com> (tiny change) | 376 | 2011-10-17 Dave Abrahams <dave@boostpro.com> |
| 377 | 377 | ||
| 378 | * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691). | 378 | * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691). |
| 379 | (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask | 379 | (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask |
| @@ -627,7 +627,7 @@ | |||
| 627 | * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the | 627 | * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the |
| 628 | newsrc file. It doesn't seem like an important optimization any more. | 628 | newsrc file. It doesn't seem like an important optimization any more. |
| 629 | 629 | ||
| 630 | 2011-09-10 Dave Abrahams <dave@boostpro.com> (tiny change) | 630 | 2011-09-10 Dave Abrahams <dave@boostpro.com> |
| 631 | 631 | ||
| 632 | * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to | 632 | * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to |
| 633 | overflows. | 633 | overflows. |
| @@ -904,7 +904,7 @@ | |||
| 904 | 904 | ||
| 905 | * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity. | 905 | * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity. |
| 906 | 906 | ||
| 907 | 2011-07-31 Dave Abrahams <dave@boostpro.com> (tiny change) | 907 | 2011-07-31 Dave Abrahams <dave@boostpro.com> |
| 908 | 908 | ||
| 909 | * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't | 909 | * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't |
| 910 | closures, quote the form properly (bug#9194). | 910 | closures, quote the form properly (bug#9194). |