diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fcd637ac2ef..69376212323 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2001-10-21 Miles Bader <miles@gnu.org> | 1 | 2001-10-21 Miles Bader <miles@gnu.org> |
| 2 | 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'. | ||
| 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). |