diff options
| author | Stefan Monnier | 2008-05-08 14:19:51 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-05-08 14:19:51 +0000 |
| commit | 4fedcc004bb01336e15f2f1610e919bf9023f09e (patch) | |
| tree | 74037ea4c85b75e4bab3f8934e14c28435d270c8 /lisp/gnus/ChangeLog | |
| parent | 9c059794a2a407f607e4cbf9f3cfde79bf50b58e (diff) | |
| download | emacs-4fedcc004bb01336e15f2f1610e919bf9023f09e.tar.gz emacs-4fedcc004bb01336e15f2f1610e919bf9023f09e.zip | |
(rfc2104-hexstring-to-bitstring): Rename it back from
rfc2104-hexstring-to-byte-list. Return a unibyte string.
(rfc2104-hash): Use it.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 4f70aabd321..7de606761c7 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from | ||
| 4 | rfc2104-hexstring-to-byte-list. Return a unibyte string. | ||
| 5 | (rfc2104-hash): Use it. | ||
| 6 | |||
| 1 | 2008-05-08 Juanma Barranquero <lekktu@gmail.com> | 7 | 2008-05-08 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * gnus-art.el (gnus-article-toggle-truncate-lines): | 9 | * gnus-art.el (gnus-article-toggle-truncate-lines): |
| @@ -11,8 +17,8 @@ | |||
| 11 | (gnus-extract-address-component-email): Convenience functions around | 17 | (gnus-extract-address-component-email): Convenience functions around |
| 12 | `gnus-extract-address-components'. | 18 | `gnus-extract-address-components'. |
| 13 | 19 | ||
| 14 | * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use | 20 | * gnus-registry.el (gnus-registry-split-fancy-with-parent): |
| 15 | `gnus-extract-address-component-email' to fix bug of comparing full | 21 | Use `gnus-extract-address-component-email' to fix bug of comparing full |
| 16 | sender name to `user-mail-address'. | 22 | sender name to `user-mail-address'. |
| 17 | 23 | ||
| 18 | 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com> | 24 | 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com> |
| @@ -696,7 +702,7 @@ | |||
| 696 | 702 | ||
| 697 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 703 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 698 | 704 | ||
| 699 | * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from | 705 | * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from |
| 700 | rfc2104-hexstring-to-bitstring and changed to return a byte list. | 706 | rfc2104-hexstring-to-bitstring and changed to return a byte list. |
| 701 | (rfc2104-hash): Convert the result of concat to unibyte string. | 707 | (rfc2104-hash): Convert the result of concat to unibyte string. |
| 702 | 708 | ||
| @@ -707,7 +713,7 @@ | |||
| 707 | (gnus-gnus-to-quick-newsrc-format): Insert coding cookie. | 713 | (gnus-gnus-to-quick-newsrc-format): Insert coding cookie. |
| 708 | 714 | ||
| 709 | * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) | 715 | * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) |
| 710 | (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted. | 716 | (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete. |
| 711 | (mm-find-mime-charset-region): Remove hack-charsets stuff. | 717 | (mm-find-mime-charset-region): Remove hack-charsets stuff. |
| 712 | 718 | ||
| 713 | 2008-01-24 Michael Sperber <sperber@deinprogramm.de> | 719 | 2008-01-24 Michael Sperber <sperber@deinprogramm.de> |