diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d1ac4e06f62..957881ef420 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus-util.el (gnus-float-time): Alias to float-time if it exists. | ||
| 4 | |||
| 5 | * ecomplete.el (with-no-warnings): Define it for old Emacsen. | ||
| 6 | (ecomplete-add-item): Don't use (featurep 'xemacs) to check if | ||
| 7 | float-time is available; suppress compile warning for time-to-seconds. | ||
| 8 | |||
| 9 | 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 10 | |||
| 11 | * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA | ||
| 12 | may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>. | ||
| 13 | Add the optional argument `encoding' that overrides the default. | ||
| 14 | |||
| 15 | * mml.el (mml-generate-mime-1): Pass encoding defined by a user to | ||
| 16 | mm-encode-buffer. | ||
| 17 | |||
| 1 | 2009-09-04 Glenn Morris <rgm@gnu.org> | 18 | 2009-09-04 Glenn Morris <rgm@gnu.org> |
| 2 | 19 | ||
| 3 | * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or | 20 | * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or |
| @@ -15,6 +32,11 @@ | |||
| 15 | * rfc2047.el (rfc2047-encode-message-header): Use default-value rather | 32 | * rfc2047.el (rfc2047-encode-message-header): Use default-value rather |
| 16 | than default-enable-multibyte-characters. | 33 | than default-enable-multibyte-characters. |
| 17 | 34 | ||
| 35 | 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org> | ||
| 36 | |||
| 37 | * gnus-art.el (gnus-article-read-summary-keys): | ||
| 38 | Fix gnus-buffer-configuration's value temporarily used. | ||
| 39 | |||
| 18 | 2009-09-02 Glenn Morris <rgm@gnu.org> | 40 | 2009-09-02 Glenn Morris <rgm@gnu.org> |
| 19 | 41 | ||
| 20 | * gnus-util.el (gnus-float-time): New function. | 42 | * gnus-util.el (gnus-float-time): New function. |