]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 7713340b855754ebf0b2bec81644736f0c5db7d7..4138ee85a85b79b0a787ef876d17cce7c661eee5 100644 (file)
@@ -1,3 +1,48 @@
+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