X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ca5b46fc992f621181312ccbac033c18c5d60888..37a9305ef31c93d9775c222b8c9a0c1419977f05:/lisp/ChangeLog?ds=sidebyside diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e5af0e44f5..edcae426a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,59 @@ +2001-10-19 Eli Zaretskii + + * files.el (auto-mode-alist): Associate .indent.pro with + Fundamental mode. Suggested by Samuel Padgett + . + +2001-10-18 Sam Steingold + + Put the *Compile-Log* buffer in `compilation-mode'. + * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function. + (byte-compile-log-1, byte-compile-log-file) + (displaying-byte-compile-warnings): use it + +2001-10-18 Stefan Monnier + + * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set. + + * xml.el (xml-parse-tag): Use eq on char-after's return value. + +2001-10-18 Gerd Moellmann + + * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil. + + * obsolete/hilit19.el (hilit-lookup-face-create): + Call set-face-font only if display-graphic-p. + (toplevel): Remove references to window-system. + +2001-10-18 Miles Bader + + * simple.el (what-line): Avoid problems with field properties. + +2001-10-17 Eli Zaretskii + + * wid-edit.el (widget-field-face, widget-single-line-field-face): + Define special colors for a tty. + +2001-10-17 Francesco Potorti` + + * comint.el (comint-password-prompt-regexp): Make it less + restrictive, letting comint recognise OpenSSH2 passphrase prompts. + +2001-10-17 John Wiegley + + * eshell/em-unix.el (eshell/cat): Do a quick test if something is + a regular file, before checking if it is a directory or symlink. + This avoids a call to eshell-file-attributes, which can be + expensive in some situations. + + * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra + customization variable, to differentiate ls-in-dired from regular + uses of ls. + +2001-10-17 Miles Bader + + * custom.el (defface): Mention `:inherit' in doc-string. + 2001-10-16 Eli Zaretskii * paren.el: Update the Commentary with installation instructions.