diff options
| author | Katsumi Yamaoka | 2012-09-06 02:20:21 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2012-09-06 02:20:21 +0000 |
| commit | 4fd78b62d1c815e4dfd7ffe4e7862ef4c4fceaca (patch) | |
| tree | bed80daf4930589a365d73425f40f160cc6f4009 /lisp/gnus/ChangeLog | |
| parent | fca81a8d405cd4c825e144099c54dd163636aa3b (diff) | |
| download | emacs-4fd78b62d1c815e4dfd7ffe4e7862ef4c4fceaca.tar.gz emacs-4fd78b62d1c815e4dfd7ffe4e7862ef4c4fceaca.zip | |
[Gnus] XEmacs 21.5 compilation fix
* gnus-score.el (gnus-score-decode-text-parts): Use #' for
mm-text-parts used in labels macro to make it work with XEmacs 21.5.
* gnus-util.el (gnus-string-prefix-p): New function, an alias to
string-prefix-p in Emacs >=23.2.
* nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
(nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
instead of string-match-p.
(nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
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 |