Mercurial > emacs
comparison lisp/ChangeLog @ 40118:8526e3fdd0f0
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 21 Oct 2001 10:25:36 +0000 |
parents | 4df21996512b |
children | 37a68b44b510 |
comparison
equal
deleted
inserted
replaced
40117:6748fb350a05 | 40118:8526e3fdd0f0 |
---|---|
1 2001-10-21 Miles Bader <miles@gnu.org> | 1 2001-10-21 Miles Bader <miles@gnu.org> |
2 | |
3 * help-funs.el (help-manyarg-func-alist): Remove entries for | |
4 `list', `vector', `make-byte-code', `call-process', | |
5 `call-process-region', `string', `+', `-', `*', `/', `max', `min', | |
6 `logand', `logior', and `logxor'. | |
2 | 7 |
3 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert | 8 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert |
4 image bits to compensate. Use `make-string' instead of | 9 image bits to compensate. Use `make-string' instead of |
5 `make-bool-vector' (XBM apparently wants byte-aligned rows). | 10 `make-bool-vector' (XBM apparently wants byte-aligned rows). |
6 | 11 |