Mercurial > emacs
comparison lisp/ChangeLog @ 54837:496ddc14c1a0
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 13 Apr 2004 14:45:49 +0000 |
parents | 3ba372971558 |
children | 4cafb6ad0ccc |
comparison
equal
deleted
inserted
replaced
54836:746c40973d25 | 54837:496ddc14c1a0 |
---|---|
1 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * progmodes/compile.el (compile-goto-error): Select the buffer/window | |
4 corresponding to the event. | |
5 | |
6 * url/url.el (url-retrieve): Use with-current-buffer. | |
7 | |
8 * url/url-http.el (url-http-parse-headers, url-http-file-exists-p): | |
9 Remove unused var `version'. | |
10 | |
11 * url/url-handlers.el (url-handler-mode): New minor mode. | |
12 (url-setup-file-name-handlers): Remove. | |
13 | |
1 2004-04-12 Joe Buehler <jbuehler@hekiman.com> | 14 2004-04-12 Joe Buehler <jbuehler@hekiman.com> |
2 | 15 |
3 * loadup.el: Add cygwin to system-type list, for unexec() support. | 16 * loadup.el: Add cygwin to system-type list, for unexec() support. |
4 | 17 |
5 2004-04-12 John Paul Wallington <jpw@gnu.org> | 18 2004-04-12 John Paul Wallington <jpw@gnu.org> |