Mercurial > emacs
changeset 40136:7cc9c2cf37c5
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 21 Oct 2001 14:44:58 +0000 |
parents | bdb68c5326f5 |
children | 5f0d7d58283b |
files | lib-src/ChangeLog lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 22 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Sun Oct 21 14:33:15 2001 +0000 +++ b/lib-src/ChangeLog Sun Oct 21 14:44:58 2001 +0000 @@ -1,7 +1,12 @@ 2001-10-21 Miles Bader <miles@gnu.org> - * make-docfile.c (read_c_string_or_comment): Add SAW_USAGE + * make-docfile.c (struct rcsoc_state): New type. + (read_c_string_or_comment): Add SAW_USAGE parameter, and implement scanning for a `usage:' keyword. + Use a variable of type `rcsoc_state' to hold most of our state. + (put_char): Add STATE parameter, and remove all other parameters + except CH. Use STATE to get access to all needed state. + (scan_keyword_or_put_char): New function. (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment. Don't output a usage-string if there was one in the doc-string.
--- a/lisp/ChangeLog Sun Oct 21 14:33:15 2001 +0000 +++ b/lisp/ChangeLog Sun Oct 21 14:44:58 2001 +0000 @@ -1,12 +1,12 @@ 2001-10-21 Miles Bader <miles@gnu.org> * help-funs.el (help-manyarg-func-alist): Remove entries for - `insert', `insert_and_inherit', `insert_before_markers', - `insert-before-markers-and-inherit', `messapge', `message_box', - `message_or_box', `propertize', `format', `encode_time', `append', - `concat', `vconcat', `nconc', `widget_apply', `make_hash_table', - `insert_string', `ml_if', `ml_provide_prefix_argument', and - `ml_prefix_argument_loop'. + `insert', `insert-and-inherit', `insert-before-markers', + `insert-before-markers-and-inherit', `message', `message-box', + `message-or-box', `propertize', `format', `encode-time', `append', + `concat', `vconcat', `nconc', `widget-apply', `make-hash-table', + `insert-string', `ml-if', `ml-provide-prefix-argument', and + `ml-prefix-argument-loop'. 2001-10-21 Andre Spiegel <spiegel@gnu.org>
--- a/src/ChangeLog Sun Oct 21 14:33:15 2001 +0000 +++ b/src/ChangeLog Sun Oct 21 14:44:58 2001 +0000 @@ -1,3 +1,13 @@ +2001-10-21 Miles Bader <miles@gnu.org> + + * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply) + (Fmake_hash_table): Add usage: string to doc string. + * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers) + (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat) + (Fencode_time, Finsert_and_inherit_before_markers): Likewise. + * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument) + (Fml_prefix_argument_loop): Likewise. + 2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> * fileio.c (Finsert_file_contents): Remove unused variable