aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorMiles Bader2001-10-21 14:44:58 +0000
committerMiles Bader2001-10-21 14:44:58 +0000
commita3b10252a6f892598638bec3c3ecb5537411c188 (patch)
tree1a13a63ad711b47dd384ffa1cfd622ea4668b09f /lib-src
parent7e9a6a1b84d4da26abe0545b45bf65c6df9b065b (diff)
downloademacs-a3b10252a6f892598638bec3c3ecb5537411c188.tar.gz
emacs-a3b10252a6f892598638bec3c3ecb5537411c188.zip
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
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 @@
12001-10-21 Miles Bader <miles@gnu.org> 12001-10-21 Miles Bader <miles@gnu.org>
2 2
3 * make-docfile.c (read_c_string_or_comment): Add SAW_USAGE 3 * make-docfile.c (struct rcsoc_state): New type.
4 (read_c_string_or_comment): Add SAW_USAGE
4 parameter, and implement scanning for a `usage:' keyword. 5 parameter, and implement scanning for a `usage:' keyword.
6 Use a variable of type `rcsoc_state' to hold most of our state.
7 (put_char): Add STATE parameter, and remove all other parameters
8 except CH. Use STATE to get access to all needed state.
9 (scan_keyword_or_put_char): New function.
5 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment. 10 (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. 11 Don't output a usage-string if there was one in the doc-string.
7 12