From: Stefan Monnier Date: Mon, 12 Apr 2004 05:01:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6885 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=888101d654bfb62769e15778c0666ae438e0f49e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d21206628e2..f9579f5525d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,60 @@ +2004-04-12 Stefan Monnier + + * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test + not to treat nil as a function. + + * vc-arch.el (vc-arch-root): Be a bit more careful. + (vc-arch-register): Save the buffer if we modified it. + (vc-arch-delete-rej-if-obsolete): Save excursion. + (vc-arch-find-file-hook): Use the simpler after-save-hook. + (vc-arch-responsible-p, vc-arch-init-version): New functions. + + * net/ldap.el (ldap-search): Use list*. + 2004-04-12 Juri Linkov * info.el (Info-follow-reference): Allow multiline reference name. 2004-04-11 Dave Love + * url/url-mailto.el (url-mailto): + * url/url-history.el (url-history-setup-save-timer): + * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings. + + * url/url-file.el (url-file-build-filename): Don't use + directory-sep-char. + + * url/url-auth.el (url-register-auth-scheme): Fix `format' call. + + * url/url-about.el (url-scheme-registry): Defvar. + (url-about): Use text/plain. + + * url/url-vars.el (cl): Don't require. + (url): Add :version. + (url-bug-address): Use bug-gnu-emacs. + + * url/url-util.el (url-hexify-string): Don't give multibyte error + for char <16. + (mail-header-extract): Autoload. + + * url/url-parse.el: Doc fixes. + + * url/url-ldap.el (ldap): Require. + (url-ldap): Fix `format' call. + (url-ldap-certificate-formatter): Avoid warning. + + * url/url-https.el (url-https-create-secure-wrapper): Use modern + backquotes. + + * url/url-dav.el (url-dav-rename-file): Fix args of `signal'. + (url-intersection): New. + (url-dav-supported-p): Use it. + (url-dav-save-resource): Declare url-http-response-status special. + + * url/url-cache.el (url-util): Require. + + * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change. + * progmodes/python.el: New file. 2004-04-11 Andre Spiegel