]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index c4bfdca03b8282fdb7b399773db4e5bb475fa677..4138ee85a85b79b0a787ef876d17cce7c661eee5 100644 (file)
@@ -1,5 +1,70 @@
+2001-10-21  Jason Rumney  <jasonr@gnu.org>
+
+       * term/w32-win.el: (redisplay-dont-pause): Don't set.
+
+2001-10-22  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.
+
+       * 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  Gerd Moellmann  <gerd@gnu.org>
+
+       * (Version 21.1 released.)
+
+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-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>