comparison lisp/url/ChangeLog @ 68247:b96fcf6e016c

Move defvars out of eval-when-compile. (url-news-fetch-message-id, url-news-fetch-newsgroup): Use with-current-buffer.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 18 Jan 2006 16:43:46 +0000
parents ba5077259cc1
children 18cb5d3fd8be
comparison
equal deleted inserted replaced
68246:ecfd9a69b670 68247:b96fcf6e016c
1 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * url-news.el: Move defvars out of eval-when-compile.
4 (url-news-fetch-message-id, url-news-fetch-newsgroup):
5 Use with-current-buffer.
6
1 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca> 7 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * url.el (url-retrieve-synchronously): Adjust the workaround so as not 9 * url.el (url-retrieve-synchronously): Adjust the workaround so as not
4 to stop in the middle of a redirection. 10 to stop in the middle of a redirection.
5 11