diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 0a7866794a8..ddb0143b37a 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus-score.el (gnus-score-decode-text-parts): Use #' for | ||
| 4 | mm-text-parts used in labels macro to make it work with XEmacs 21.5. | ||
| 5 | |||
| 6 | * gnus-util.el (gnus-string-prefix-p): New function, an alias to | ||
| 7 | string-prefix-p in Emacs >=23.2. | ||
| 8 | |||
| 9 | * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag) | ||
| 10 | (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p | ||
| 11 | instead of string-match-p. | ||
| 12 | (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p. | ||
| 13 | |||
| 1 | 2012-09-06 Kenichi Handa <handa@gnu.org> | 14 | 2012-09-06 Kenichi Handa <handa@gnu.org> |
| 2 | 15 | ||
| 3 | * qp.el (quoted-printable-decode-region): Fix previous change; handle | 16 | * qp.el (quoted-printable-decode-region): Fix previous change; handle |