diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 33 |
1 files changed, 26 insertions, 7 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 2976d0db3e4..cecc180f522 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made | ||
| 4 | unibyte after clear-decrypt function runs. | ||
| 5 | |||
| 6 | * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg | ||
| 7 | returns as a unibyte string. | ||
| 8 | |||
| 9 | 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 10 | |||
| 11 | * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is | ||
| 12 | always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el. | ||
| 13 | (mml1991-pgg-encrypt): Ditto. | ||
| 14 | |||
| 1 | 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de> | 15 | 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 16 | ||
| 3 | * deuglify.el (gnus-outlook-deuglify-unwrap-min) | 17 | * deuglify.el (gnus-outlook-deuglify-unwrap-min) |
| @@ -21,6 +35,18 @@ | |||
| 21 | (mml-attach-file, mml-attach-buffer, mml-attach-external): Sync | 35 | (mml-attach-file, mml-attach-buffer, mml-attach-external): Sync |
| 22 | DND support and use of message-in-body-p from the trunk. | 36 | DND support and use of message-in-body-p from the trunk. |
| 23 | 37 | ||
| 38 | 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 39 | |||
| 40 | * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before | ||
| 41 | binding pgg-* variables; reimplement the section which prevents | ||
| 42 | MIME header from being signed. | ||
| 43 | (mml1991-pgg-encrypt): Make sure to load pgg.el before binding | ||
| 44 | pgg-text-mode; remove a blank line at the top of body. | ||
| 45 | |||
| 46 | * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank | ||
| 47 | lines at the top of body; use gnus-newsgroup-charset if there's no | ||
| 48 | Charset header. | ||
| 49 | |||
| 24 | 2006-04-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> | 50 | 2006-04-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> |
| 25 | 51 | ||
| 26 | * nnweb.el (nnweb-google-wash-article): Sync up to new Google | 52 | * nnweb.el (nnweb-google-wash-article): Sync up to new Google |
| @@ -458,13 +484,6 @@ | |||
| 458 | 484 | ||
| 459 | 2006-02-09 Daiki Ueno <ueno@unixuser.org> | 485 | 2006-02-09 Daiki Ueno <ueno@unixuser.org> |
| 460 | 486 | ||
| 461 | * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings | ||
| 462 | in elisp. | ||
| 463 | (pgg-gpg-encrypt-symmetric-region): Ditto. | ||
| 464 | (pgg-gpg-sign-region): Ditto. | ||
| 465 | |||
| 466 | * pgg-def.el (pgg-text-mode): New variable. | ||
| 467 | |||
| 468 | * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode. | 487 | * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode. |
| 469 | (mml2015-pgg-encrypt): Ditto. | 488 | (mml2015-pgg-encrypt): Ditto. |
| 470 | 489 | ||