(checkbox): Swap bg/fg colors in images, and invert
[bpt/emacs.git] / lisp / ChangeLog
index 96fb9b3..96403ac 100644 (file)
@@ -1,3 +1,27 @@
+2001-10-21  Miles Bader  <miles@gnu.org>
+
+       * 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-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.