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.
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>
+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\e,Bm\e(Bk <Pavel@Janik.cz>
* fileio.c (Finsert_file_contents): Remove unused variable