Mercurial > emacs
comparison lisp/url/ChangeLog @ 57361:d3a3ba2db17f
(url-insert-file-contents): Use the URL to decide the
encoding, not the buffer-file-name (which might not even exist).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 06 Oct 2004 15:56:41 +0000 |
parents | 4202aed8aa86 |
children | f9ea836c3680 |
comparison
equal
deleted
inserted
replaced
57360:c9d90ef9b02c | 57361:d3a3ba2db17f |
---|---|
1 2004-10-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * url-handlers.el (url-insert-file-contents): Use the URL to decide the | |
4 encoding, not the buffer-file-name (which might not even exist). | |
5 | |
1 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca> | 6 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 7 |
3 * url-handlers.el (url-insert-file-contents): Decode contents. | 8 * url-handlers.el (url-insert-file-contents): Decode contents. |
4 | 9 |
5 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca> | 10 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca> |