diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7713340b855..96403ac69e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 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 |