X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/db6f8ff1255afd890b76979f58b475b74298183a..784b89375e7bf03df358cf16b60c398947273cd9:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7713340b85..cbc9f9d4e1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,129 @@ +2001-10-22 Pavel Jan,Bm(Bk + + * help-mode.el (help-buffer): Remove debugging code. + From Stefan Monnier . + +2001-10-22 Eli Zaretskii + + * 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 + + * vc.el (vc-diff-switches): Doc rewritten. + +2001-10-22 Eli Zaretskii + + * 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 + + Add autoscaling support for vc-annotate. + From J.D. Smith . + + * 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 + + * 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 + + * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the + regexps due to 5-digit message IDs. + +2001-10-21 Jason Rumney + + * term/w32-win.el (redisplay-dont-pause): Don't set. + +2001-10-21 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. + (diff-switches): Remove duplicate definition. + + * 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 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-20 Gerd Moellmann + + * (Version 21.1 released.) + 2001-10-19 Eli Zaretskii * files.el (auto-mode-alist): Associate .indent.pro with