diff lisp/url/ChangeLog @ 65804:f8c4f76b7870

(url-http-create-request): Avoid incorrect implicit uni->multibyte conversion.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 03 Oct 2005 18:19:06 +0000
parents feeffd8b143e
children d26d38e0676d
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Mon Oct 03 18:11:35 2005 +0000
+++ b/lisp/url/ChangeLog	Mon Oct 03 18:19:06 2005 +0000
@@ -1,3 +1,8 @@
+2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* url-http.el (url-http-create-request): Avoid incorrect implicit
+	unibyte->multibyte conversion.
+
 2005-09-17  Richard M. Stallman  <rms@gnu.org>
 
 	* url-vars.el (url-mail-command): Don't test fboundp of `compose-mail'.