Mercurial > emacs
diff lisp/url/ChangeLog @ 66938:bb91429003e2
(url-insert-file-contents): Use the charset info
provided by the HTTP server, if any.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 16 Nov 2005 19:05:38 +0000 |
parents | 885f4d3dbc7c |
children | 7b94c70f4e78 |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Wed Nov 16 18:39:15 2005 +0000 +++ b/lisp/url/ChangeLog Wed Nov 16 19:05:38 2005 +0000 @@ -1,9 +1,14 @@ +2005-11-16 Juergen Hoetzel <emacs@hoetzel.info> (tiny change) + + * url-handlers.el (url-insert-file-contents): Use the charset info + provided by the HTTP server, if any. + 2005-10-20 CHENG Gao <chenggao@gmail.com> (tiny change) - * url-nfs.el (top level): - * url-handlers.el (directory-files): + * url-nfs.el (top level): + * url-handlers.el (directory-files): * url-file.el (top level): - * url-dired.el (url-dired-minor-mode-map): + * url-dired.el (url-dired-minor-mode-map): * url-http.el (url-http-chunked-encoding-after-change-function): Remove XEmacs support.