ChangeLog-2008 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. 2004-11-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  2. * snarf-check-and-output-texi (process-multiline-directive): Allow
  3. the fname attribute to a sequence of strings and append them all
  4. to form the fname. This is needed for string literals like
  5. "u8""vector?".
  6. 2004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  7. * Makefile.am (scripts_sources): Added snarf-guile-m4-docs.
  8. 2004-08-06 Kevin Ryde <user42@zip.com.au>
  9. * scripts/read-rfc822 (parse-message): Correction to header
  10. continuation, loop with read-line not cdr lines.
  11. 2002-12-08 Rob Browning <rlb@defaultvalue.org>
  12. * Makefile.am (subpkgdatadir): VERSION -> GUILE_EFFECTIVE_VERSION.
  13. 2002-10-26 Neil Jerram <neil@ossau.uklinux.net>
  14. * lint (lint): Add message telling resolved module name.
  15. 2002-10-05 Marius Vollmer <mvo@zagadka.ping.de>
  16. * snarf-check-and-output-texi (end-multiline): Use '*function-name*'
  17. instead of nonexisting 'name'.
  18. 2002-10-04 Rob Browning <rlb@defaultvalue.org>
  19. * summarize-guile-TODO (as-leaf): make #\: a char-set.
  20. 2002-05-18 Thien-Thi Nguyen <ttn@giblet.glug.org>
  21. * api-diff (group-diff): Also output +N and -N adds and subs
  22. details, respectively.
  23. 2002-05-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
  24. * read-rfc822: New script.
  25. * Makefile.am (scripts_sources): Add api-diff and read-rfc822.
  26. * scan-api (scan-api): No longer include timestamp.
  27. 2002-05-11 Thien-Thi Nguyen <ttn@giblet.glug.org>
  28. * scan-api (scan-api): Fix bug: No longer omit `C' and `Scheme' in
  29. groups in the presence of the grouper.
  30. * api-diff: Use modules (ice-9 format), (ice-9 getopt-long).
  31. Autoload module (srfi srfi-13).
  32. No longer export `diff-alists'.
  33. (diff, diff-alists, display-list): Remove.
  34. (put, get, read-api-alist-file, hang-by-the-roots, diff?,
  35. diff+note!, group-diff): New procs.
  36. (api-diff): Rewrite.
  37. 2002-05-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
  38. * scan-api (add-props): New proc.
  39. (make-grok-proc): Renamed from `make-grok-hook'.
  40. (make-members-proc): Renamed from `make-members-hook'.
  41. (make-grouper): Renamed from `make-grouping-hook'. Update callers.
  42. Add handling for multiple grouping-defs files.
  43. (scan-api): Add handling for multiple grouping-defs files.
  44. Cache `symbol->string' result; adjust `sort' usage.
  45. 2002-05-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
  46. * scan-api (scan-C!): Use more robust regexp.
  47. 2002-05-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
  48. * scan-api: New script.
  49. (scan-api): Handle case where `grouping-hook' is #f.
  50. Remove top-level `debug-enable' form.
  51. Add TODO comment; nfc.
  52. * Makefile.am (scripts_sources): Add "scan-api".
  53. 2002-04-30 Thien-Thi Nguyen <ttn@giblet.glug.org>
  54. * summarize-guile-TODO (make-display-item):
  55. Hoist some lambdas; nfc.
  56. 2002-04-29 Thien-Thi Nguyen <ttn@giblet.glug.org>
  57. * summarize-guile-TODO: Fix commentary typo; nfc.
  58. 2002-04-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
  59. * summarize-guile-TODO: Use (ice-9 getopt-long).
  60. Autoload (ice-9 common-list).
  61. (select-items): New proc.
  62. (make-display-item): New proc.
  63. (display-item): Delete.
  64. (display-items): Use `make-display-item'.
  65. (summarize-guile-TODO): Add option handling.
  66. 2002-04-07 Thien-Thi Nguyen <ttn@giblet.glug.org>
  67. * summarize-guile-TODO: Add "Bugs" section to commentary.
  68. Autoload (srfi srfi-13) on `string-tokenize'.
  69. (as-leaf): New proc.
  70. (hang-by-the-leaves): Use `as-leaf'.
  71. (read-TODO-file): Expand regexp and specs
  72. to handle "D", "X" and "N%". Fix regexp
  73. to make isolating `who' easier.
  74. (display-item): Handle "D", "X" and "N%".
  75. 2002-04-06 Thien-Thi Nguyen <ttn@giblet.glug.org>
  76. * summarize-guile-TODO: New script.
  77. * Makefile.am (scripts_sources): Add "summarize-guile-TODO".
  78. 2002-04-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
  79. * read-text-outline (display-outline-tree): No longer export this proc.
  80. (*depth-cue-rx*, *subm-number*, *level-divisor*, >>,
  81. display-outline-tree): Delete these vars and procs.
  82. (??, msub, ??-predicates, make-line-parser,
  83. make-text-outline-reader): New procs.
  84. (make-text-outline-reader): Export.
  85. (read-text-outline-silently): Rewrite
  86. using `make-text-outline-reader'.
  87. 2002-04-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
  88. * lint: New script.
  89. * Makefile.am (scripts_sources): Add "lint".
  90. 2002-04-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
  91. * PROGRAM: Update copyright; nfc.
  92. * read-text-outline: New script.
  93. * Makefile.am (scripts_sources): Add "read-text-outline".
  94. * read-text-outline (read-text-outline-silently):
  95. Move `tp' inside `loop'; nfc.
  96. 2002-03-12 Neil Jerram <neil@ossau.uklinux.net>
  97. * snarf-check-and-output-texi (snarf-check-and-output-texi): If
  98. supplied, the `--manual' flag arrives as a string, not a symbol,
  99. so test for it as such.
  100. 2002-03-03 Neil Jerram <neil@ossau.uklinux.net>
  101. * snarf-guile-m4-docs (display-texi): Strip off `# ' from start of
  102. docstring lines if possible, rather than just `#'.
  103. 2002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
  104. * Makefile.am: Update path to pre-inst-guile automake frag.
  105. 2002-02-22 Thien-Thi Nguyen <ttn@giblet.glug.org>
  106. * api-diff: New script.
  107. 2002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
  108. * Include $(top_srcdir)/pre-inst-guile.am.
  109. (overview): Use $(preinstguiletool).
  110. 2002-01-11 Thien-Thi Nguyen <ttn@giblet.glug.org>
  111. * Makefile.am (scripts_sources): Add autofrisk.
  112. * autofrisk: New script.
  113. * frisk: Fix typo in commentary; nfc.
  114. * use2dot: Autoload module (ice-9 getopt-long).
  115. Use module (srfi srfi-13).
  116. Export `use2dot'.
  117. (string-append/separator, mapconcat): Delete.
  118. (vv): Now take list of pairs, and return the mapping..
  119. (>>header): Use `string-join'.
  120. (>>): New proc.
  121. (use2dot): Use `getopt-long'. Use `>>'.
  122. 2002-01-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
  123. * Makefile.am (scripts_sources): Add frisk.
  124. (list): New target.
  125. (overview): Also report module interfaces.
  126. * use2dot: Rewrite using (scripts frisk).
  127. * frisk: Initial revision.
  128. 2002-01-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
  129. * snarf-guile-m4-docs: New script.
  130. 2001-11-28 Thien-Thi Nguyen <ttn@giblet.glug.org>
  131. * punify (write-punily): Handle symbols w/ ":" prefix specially.
  132. * use2dot (ferret): New proc.
  133. (grok): Use `ferret'.
  134. 2001-11-16 Neil Jerram <neil@ossau.uklinux.net>
  135. * snarf-check-and-output-texi: Change generated @deffn categories
  136. from "function" and "primitive" to "C Function" and "Scheme
  137. Procedure".
  138. (end-multiline): Take out @findex generation again; not needed
  139. since index entries are implicit in @deffn forms.
  140. These changes add a @deffnx C function declaration and function
  141. index entries for each Guile primitive to the copy of the doc
  142. snarf output that is used for reference manual synchronization.
  143. Online help is unchanged.
  144. * snarf-check-and-output-texi (*manual-flag*,
  145. snarf-check-and-output-texi): Handle `--manual' invocation arg
  146. passed through from libguile/Makefile.am.
  147. (*c-function-name*, begin-multiline, do-command): Pick out C
  148. function name from snarfed token stream.
  149. (end-multiline): Add @deffnx C declaration and function index
  150. entries to output.
  151. (*primitive-deffnx-signature*, *primitive-deffnx-sig-length*):
  152. Fluff to help insert the C declaration after any "@deffnx
  153. primitive" lines in the snarfed docstring.
  154. 2001-10-05 Thien-Thi Nguyen <ttn@glug.org>
  155. * read-scheme-source (quoted?, clump): New procs, exported.
  156. 2001-09-30 Thien-Thi Nguyen <ttn@glug.org>
  157. * display-commentary (module-name->filename-frag,
  158. display-module-commentary): New procs.
  159. (display-commentary): Also handle refs that look like module
  160. names.
  161. 2001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
  162. * Makefile.am (AUTOMAKE_OPTIONS): Change "foreign" to "gnu".
  163. 2001-08-07 Michael Livshin <mlivshin@bigfoot.com>
  164. * snarf-check-and-output-texi: print optional args in a prettier
  165. manner.
  166. 2001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
  167. * PROGRAM, README, display-commentary, doc-snarf,
  168. generate-autoload, punify, read-scheme-source,
  169. snarf-check-and-output-texi, use2dot:
  170. In boilerplate, use -l$0.
  171. Thanks to Daniel Skarda.
  172. 2001-07-22 Thien-Thi Nguyen <ttn@revel.glug.org>
  173. * generate-autoload (autoload-info):
  174. Also handle `defmacro-public' forms.
  175. 2001-07-14 Thien-Thi Nguyen <ttn@revel.glug.org>
  176. * PROGRAM, display-commentary, doc-snarf, generate-autoload,
  177. punify, read-scheme-source, snarf-check-and-output-texi, use2dot:
  178. Re-add authorship info.
  179. 2001-07-12 Michael Livshin <mlivshin@bigfoot.com>
  180. * snarf-check-and-output-texi (do-argpos): complain to the stderr,
  181. not stdout. thanks to Dale P. Smith!
  182. (nice-sig): cosmetic fix.
  183. 2001-07-09 Thien-Thi Nguyen <ttn@revel.glug.org>
  184. * PROGRAM, generate-autoload, use2dot, punify, display-commentary,
  185. doc-snarf, read-scheme-source, snarf-check-and-output-texi:
  186. Remove authorship info.
  187. 2001-06-25 Michael Livshin <mlivshin@bigfoot.com>
  188. * snarf-check-and-output-texi: rewrite.
  189. 2001-05-31 Michael Livshin <mlivshin@bigfoot.com>
  190. * snarf-check-and-output-texi: new file.
  191. * Makefile.am (scripts_sources): add snarf-check-and-output-texi.
  192. 2001-05-14 Thien-Thi Nguyen <ttn@revel.glug.org>
  193. * PROGRAM, display-commentary, doc-snarf, generate-autoload,
  194. punify, read-scheme-source, use2dot: Move author tag outside
  195. commentary; nfc.
  196. 2001-05-08 Thien-Thi Nguyen <ttn@revel.glug.org>
  197. * read-scheme-source: New file
  198. * Makefile.am (scripts_sources): Add read-scheme-source.
  199. 2001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
  200. * Makefile.am, PROGRAM, README, display-commentary,
  201. doc-snarf, generate-autoload, punify, use2dot: New file