comparison lisp/ChangeLog @ 40111:4df21996512b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 21 Oct 2001 09:04:46 +0000
parents 50e15b7c1a95
children 8526e3fdd0f0
comparison
equal deleted inserted replaced
40110:ec8c4fb80577 40111:4df21996512b
1 2001-10-21 Miles Bader <miles@gnu.org> 1 2001-10-21 Miles Bader <miles@gnu.org>
2 2
3 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert 3 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4 image bits to compensate. Use `make-string' instead of 4 image bits to compensate. Use `make-string' instead of
5 `make-bool-vector' (XBM apparently wants byte-aligned rows). 5 `make-bool-vector' (XBM apparently wants byte-aligned rows).
6
7 2001-10-20 Gerd Moellmann <gerd@gnu.org>
8
9 * Version 21.1 released.
6 10
7 2001-10-20 Kim F. Storm <storm@cua.dk> 11 2001-10-20 Kim F. Storm <storm@cua.dk>
8 12
9 * simple.el (kill-ring-save): Don't show extent of copied region 13 * simple.el (kill-ring-save): Don't show extent of copied region
10 if using transient-mark-mode and region is fully visible. 14 if using transient-mark-mode and region is fully visible.