comparison lisp/ChangeLog @ 40091:50e15b7c1a95

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Sat, 20 Oct 2001 15:16:30 +0000
parents 23d563f99a41
children 4df21996512b
comparison
equal deleted inserted replaced
40090:bf0285fb72c7 40091:50e15b7c1a95
1 2001-10-21 Miles Bader <miles@gnu.org>
2
3 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4 image bits to compensate. Use `make-string' instead of
5 `make-bool-vector' (XBM apparently wants byte-aligned rows).
6
1 2001-10-20 Kim F. Storm <storm@cua.dk> 7 2001-10-20 Kim F. Storm <storm@cua.dk>
2 8
3 * simple.el (kill-ring-save): Don't show extent of copied region 9 * simple.el (kill-ring-save): Don't show extent of copied region
4 if using transient-mark-mode and region is fully visible. 10 if using transient-mark-mode and region is fully visible.
5 11