From: Miles Bader Date: Sun, 21 Oct 2001 14:44:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19292 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3b10252a6f892598638bec3c3ecb5537411c188;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index cadf9cc8aa4..f8fe59cdd2b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,7 +1,12 @@ 2001-10-21 Miles Bader - * 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 41fccb4f65d..656dd728c60 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,12 +1,12 @@ 2001-10-21 Miles Bader * 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 diff --git a/src/ChangeLog b/src/ChangeLog index 1e58b8a5b1e..62523d480d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2001-10-21 Miles Bader + + * 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 * fileio.c (Finsert_file_contents): Remove unused variable