diff options
| author | Miles Bader | 2001-10-21 10:25:36 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-10-21 10:25:36 +0000 |
| commit | 386ca3619cb7f2fbce7ecdf709137eb881e5efd5 (patch) | |
| tree | 621692a61effafcea1f6de350bf1efda173580e7 | |
| parent | 4c5963d3b20796dae3959f2064ef0cf25094c824 (diff) | |
| download | emacs-386ca3619cb7f2fbce7ecdf709137eb881e5efd5.tar.gz emacs-386ca3619cb7f2fbce7ecdf709137eb881e5efd5.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 8 |
3 files changed, 20 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e893b22df22..cadf9cc8aa4 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2001-10-21 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * make-docfile.c (read_c_string_or_comment): Add SAW_USAGE | ||
| 4 | parameter, and implement scanning for a `usage:' keyword. | ||
| 5 | (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment. | ||
| 6 | Don't output a usage-string if there was one in the doc-string. | ||
| 7 | |||
| 1 | 2001-10-20 Gerd Moellmann <gerd@gnu.org> | 8 | 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
| 2 | 9 | ||
| 3 | * Version 21.1 released. | 10 | * Version 21.1 released. |
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). |
diff --git a/src/ChangeLog b/src/ChangeLog index 3931c39f955..ab5168940ad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2001-10-21 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior) | ||
| 4 | (Flogxor): Add usage: string to doc string. | ||
| 5 | * charset.c (Fstring): Likewise. | ||
| 6 | * callproc.c (Fcall_process_region, Fcall_process): Likewise. | ||
| 7 | * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise. | ||
| 8 | |||
| 1 | 2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 9 | 2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 10 | ||
| 3 | * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords. | 11 | * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords. |