]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Remove debugging code. From Stefan Monnier <monnier@cs.yale.edu>.
[gnu-emacs] / lisp / ChangeLog
index 21b03dc709866197b98b695adf0e89c1993e7554..cbc9f9d4e1a8f4f0593668d46d705ed3b1d2131f 100644 (file)
@@ -1,5 +1,236 @@
+2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * help-mode.el (help-buffer): Remove debugging code.
+       From Stefan Monnier <monnier@cs.yale.edu>.
+
+2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * files.el (file-name-sans-extension, file-name-extension): Don't
+       count the leading dots in file names as signaling an extension.
+
+2001-10-22  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc.el (vc-diff-switches): Doc rewritten.
+
+2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * tooltip.el (tooltip-set-param): Doc fix.
+
+       * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
+       127 to sgml-maybe-name-self.
+       (sgml-name-8bit-mode): Doc fix.
+       (sgml-char-names-table): New variable.
+       (sgml-name-char): Support non-ASCII and mule-unicode-*
+       characters.  Doc fix.
+       (sgml-maybe-name-self): Convert unibyte characters to multibyte.
+
+       * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
+       doc string the effect of `left' and `top' parameters in
+       tooltip-frame-parameters, the default values, and the units.
+       (tooltip-frame-parameters): Mention `top' and `left' in the doc
+       string.
+       (tooltip-show): Mention in the doc string the `top' and `left'
+       parameters in tooltip-frame-parameters, and x-max-tooltip-size.
+
+2001-10-22  Andre Spiegel  <spiegel@gnu.org>
+
+       Add autoscaling support for vc-annotate.
+       From J.D. Smith <jdsmith@astro.cornell.edu>.
+       
+       * vc.el (vc-annotate-display-default): Accept colormap scaling
+       ratio (now deprecated).
+       (vc-annotate-display-autoscale): Added.
+       (vc-annotate-add-menu): New autoscaling menu options "Span to
+       Oldest" and "Span Oldest->Newest".  Easymenu support added for
+       toggle menus driven by customize variable
+       `vc-annotate-display-mode'.
+       (vc-annotate-display-select): Added.
+       (vc-annotate): Changed temp-buffer-show-function to
+       `vc-annotate-display-select'.
+       (vc-annotate-display): Removed arguments BUFFER and BACKEND.
+       Added argument OFFSET.  Instead of backend function, calls now
+       generic `vc-annotate-difference'.
+       (vc-annotate-difference): Added as generic function instead of
+       backend-specific function.  No longer takes argument POINT, but
+       instead accepts a time OFFSET.
+       (vc-default-annotate-current-time): Added.
+
+       * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
+       version in vc.el, with 
+       (vc-cvs-annotate-current-time): Added, as override of default.
+       (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
+       `vc-cvs-annotate-difference'.
+
+2001-10-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * saveplace.el (save-place): Require `saveplace'.
+
+       * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist): 
+       Use `sexp' for :value-type instead of `face'.
+
+2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
+       regexps due to 5-digit message IDs.
+
+2001-10-21  Jason Rumney  <jasonr@gnu.org>
+
+       * term/w32-win.el (redisplay-dont-pause): Don't set.
+
+2001-10-21  Miles Bader  <miles@gnu.org>
+
+       * help-funs.el (help-manyarg-func-alist): Variable removed.
+
+2001-10-21  Miles Bader  <miles@gnu.org>
+
+       * 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  <spiegel@gnu.org>
+
+       * 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.
+       (diff-switches): Remove duplicate definition.
+       
+       * vc-cvs.el (vc-cvs-diff-tree): New function.
+
+2001-10-21  Miles Bader  <miles@gnu.org>
+
+       * 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  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (kill-ring-save): Don't show extent of copied region
+       if using transient-mark-mode and region is fully visible.
+
+2001-10-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * (Version 21.1 released.)
+
+2001-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * files.el (auto-mode-alist): Associate .indent.pro with
+       Fundamental mode.  Suggested by Samuel Padgett
+       <spadgett1@nc.rr.com>.
+
+2001-10-18  Sam Steingold  <sds@gnu.org>
+
+       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  <monnier@cs.yale.edu>
+
+       * 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  <gerd@gnu.org>
+
+       * 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  <miles@gnu.org>
+
+       * simple.el (what-line): Avoid problems with field properties.
+
+2001-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * wid-edit.el (widget-field-face, widget-single-line-field-face):
+       Define special colors for a tty.
+
+2001-10-17  Francesco Potorti`  <pot@gnu.org>
+
+       * comint.el (comint-password-prompt-regexp): Make it less
+       restrictive, letting comint recognise OpenSSH2 passphrase prompts.
+
+2001-10-17  John Wiegley  <johnw@gnu.org>
+
+       * 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  <miles@gnu.org>
+
+       * custom.el (defface): Mention `:inherit' in doc-string.
+
+2001-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * paren.el: Update the Commentary with installation instructions.
+
+2001-10-15  Dave Love  <fx@gnu.org>
+
+       * international/mule.el (set-auto-coding): Fix regexps for local
+       variables section not to eat newlines.
+
+2001-10-15  Miles Bader  <miles@gnu.org>
+
+       * simple.el (display-message-or-buffer): Pass the correct buffer
+       to `display-buffer'.
+
+2001-10-14  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * 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  <eliz@is.elta.co.il>
+
+       * 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  <miles@gnu.org>
+
+       * 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  <monnier@cs.yale.edu>
 
+       * 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'.