diff lisp/gnus/ChangeLog @ 94761:c8f2d1ecfcc5

(rfc2104-hexstring-to-bitstring): Rename it back from rfc2104-hexstring-to-byte-list. Return a unibyte string. (rfc2104-hash): Use it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 08 May 2008 14:19:51 +0000
parents e6e8d9b7ab7d
children 55eb2a3c59b4
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Thu May 08 13:44:16 2008 +0000
+++ b/lisp/gnus/ChangeLog	Thu May 08 14:19:51 2008 +0000
@@ -1,3 +1,9 @@
+2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
+	rfc2104-hexstring-to-byte-list.  Return a unibyte string.
+	(rfc2104-hash): Use it.
+
 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
 
 	* gnus-art.el (gnus-article-toggle-truncate-lines):
@@ -11,8 +17,8 @@
 	(gnus-extract-address-component-email): Convenience functions around
 	`gnus-extract-address-components'.
 
-	* gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
-	`gnus-extract-address-component-email' to fix bug of comparing full
+	* gnus-registry.el (gnus-registry-split-fancy-with-parent):
+	Use `gnus-extract-address-component-email' to fix bug of comparing full
 	sender name to `user-mail-address'.
 
 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
@@ -696,7 +702,7 @@
 
 2008-02-01  Kenichi Handa  <handa@m17n.org>
 
-	* rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from
+	* rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
 	rfc2104-hexstring-to-bitstring and changed to return a byte list.
 	(rfc2104-hash): Convert the result of concat to unibyte string.
 
@@ -707,7 +713,7 @@
 	(gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
 
 	* mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
-	(mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted.
+	(mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
 	(mm-find-mime-charset-region): Remove hack-charsets stuff.
 
 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>