X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a2bdcec408fe8fea7673d8e2cb548cfc75e12892..4fdd691b326d27fbef784dfb0302eaf38f353d98:/lisp/ChangeLog?ds=sidebyside diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6f6d11e7fa..4138ee85a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,206 @@ +2001-10-21 Jason Rumney + + * term/w32-win.el: (redisplay-dont-pause): Don't set. + +2001-10-22 Miles Bader + + * help-funs.el (help-manyarg-func-alist): Variable removed. + +2001-10-21 Miles Bader + + * help-funs.el (help-manyarg-func-alist): Remove entries for + `insert', `insert-and-inherit', `insert-before-markers', + `insert-before-markers-and-inherit', `message', `message-box', + `message-or-box', `propertize', `format', `encode-time', `append', + `concat', `vconcat', `nconc', `widget-apply', `make-hash-table', + `insert-string', `ml-if', `ml-provide-prefix-argument', and + `ml-prefix-argument-loop'. + +2001-10-21 Andre Spiegel + + * vc.el (vc-diff-internal, vc-coding-system-for-diff, + vc-default-diff-tree): New functions. + (vc-version-diff): Use them. As a result, coding systems are now + set up properly for all sorts of diffs, and tree diffs can now + also be done locally. + (vc-diff): With a prefix argument, don't require that it's called + from a buffer under version control. + + * vc-cvs.el (vc-cvs-diff-tree): New function. + +2001-10-21 Miles Bader + + * help-funs.el (help-manyarg-func-alist): Remove entries for + `list', `vector', `make-byte-code', `call-process', + `call-process-region', `string', `+', `-', `*', `/', `max', `min', + `logand', `logior', and `logxor'. + + * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert + image bits to compensate. Use `make-string' instead of + `make-bool-vector' (XBM apparently wants byte-aligned rows). + +2001-10-20 Gerd Moellmann + + * (Version 21.1 released.) + +2001-10-20 Kim F. Storm + + * simple.el (kill-ring-save): Don't show extent of copied region + if using transient-mark-mode and region is fully visible. + +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. + +2001-10-15 Dave Love + + * international/mule.el (set-auto-coding): Fix regexps for local + variables section not to eat newlines. + +2001-10-15 Miles Bader + + * simple.el (display-message-or-buffer): Pass the correct buffer + to `display-buffer'. + +2001-10-14 Stefan Monnier + + * progmodes/executable.el (executable-binary-suffixes): Make varalias. + (executable-find): Use exec-suffixes. + (executable-set-magic): Don't use make-local-hook. + + * bindings.el (exec-suffixes): Initialize to a system-dependent value. + +2001-10-14 Eli Zaretskii + + * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]: + Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386. + Add .so to the Unix and GNU branch. + + * international/latin-1.el: + * international/latin-2.el: + * international/latin-3.el: + * international/latin-4.el: + * international/latin-5.el: + * international/latin-8.el: + * international/latin-9.el: Add no-byte-compile: t, since + Makefile.in instructs make-docfile to look at .el files. + +2001-10-14 Miles Bader + + * button.el (define-button-type): Allow supertype property to be + specified with a keyword `:supertype' too. + (button-put, make-text-button): Allow button type property to be + specified using the keyword `:type' too. + (button-type): New function. + (button): Add `button-category-symbol' property. + +2001-10-13 Stefan Monnier + + * bindings.el (esc-map): Revert `j' and `C-j' bindings to + indent-new-comment-line from comment-indent-new-line. + + * textmodes/refill.el (refill-mode): + Bind DEL to backward-delete-char-untabify. + Set backward-delete-char-untabify-method to `hungry'. + + * textmodes/bib-mode.el (bib-mode): + * play/gomoku.el (gomoku-mode): + * textmodes/page-ext.el (pages-directory-mode): + * textmodes/scribe.el (scribe-mode): Use define-derived-mode. + + * textmodes/two-column.el (2C-mode): Don't use make-local-hook. + + * emacs-lisp/syntax.el (syntax-ppss): Autoload. + + * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): + Handle here-docs differently. + (sh-font-lock-heredoc): Remove. + (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars. + (sh-font-lock-here-doc, sh-font-lock-close-heredoc) + (sh-font-lock-open-heredoc): New functions. + (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more. + (sh-font-lock-keywords-1): Use regexp-opt. + (sh-in-comment-or-string): Use syntax-ppss. + (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat) + (sh-select, sh-tmp-file): Add explicit terminating \n. + + * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy): + Use with-current-buffer. + (ange-ftp-cd): New arg `noerror' to prevent signalling an error. + (ange-ftp-send-cmd): If a `cd' is used (because of a space in the + filename), catch any error that occurs in `ange-ftp-cd'. + If an error happened, don't bother sending `cmd' at all. + Fix a parenthesis typo. + (ange-ftp-write-region): Don't blindly use binary if the remote host + is unix-like. + + * play/pong.el (pong-init): Don't use make-local-hook. + +2001-10-13 Michael Kifer + + * viper-ex.el (ex-edit): Make checks for modified buffer/file. + (viper-get-ex-address-subr): More precise addr for the $ marker + +2001-10-13 Eli Zaretskii + + * version.el (emacs-version): Bump to 21.1.50. + 2001-10-13 Pavel Jan,Bm(Bk * mail/mailalias.el (mail-directory-stream): Do not double @@ -211,7 +414,7 @@ (byte-compile-from-buffer): Bind byte-compile-last-line. (batch-byte-compile): Remove `Done' message. -2001-10-10 Stefan Monnier +2001-10-11 Stefan Monnier * emacs-lisp/copyright.el (copyright): Add final \n.