(checkbox): Swap bg/fg colors in images, and invert
[bpt/emacs.git] / lisp / ChangeLog
index 6f28d91..96403ac 100644 (file)
@@ -1,3 +1,20 @@
+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'.