# HG changeset patch # User Juanma Barranquero # Date 1085163414 0 # Node ID fe4aaa8465f2d0e19bfabfdcb4b1f023490b3802 # Parent 50b099e608af6f41cbf91a8f456ff22e3a2df8c5 *** empty log message *** diff -r 50b099e608af -r fe4aaa8465f2 lisp/ChangeLog --- a/lisp/ChangeLog Fri May 21 18:10:21 2004 +0000 +++ b/lisp/ChangeLog Fri May 21 18:16:54 2004 +0000 @@ -1,3 +1,26 @@ +2004-05-21 Juanma Barranquero + + * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt): + Don't mention in the docstring these arguments meant for + internal (recursive) use only. + (allout-char-spec): Comment out (it's not implemented). + (allout-old-expose-topic, allout-exposure): Fix docstring and add + obsolescence declaration. + (allout-flatten-exposed-to-buffer) + (allout-indented-exposed-to-buffer): Fix typos in docstring. + (my-mark-marker): Doc fix. + (produce-allout-mode-map, allout-sibling-index) + (allout-isearch-expose, allout-distinctive-bullet) + (allout-open-topic, allout-reindent-body) + (allout-rebullet-heading, allout-process-exposed) + (allout-insert-listified, allout-latex-verb-quote) + (allout-insert-latex-header, allout-insert-latex-trailer): + Make arguments match their use in docstring. + (allout-primary-bullet, allout-old-style-prefixes) + (allout-inhibit-protection, allout-init, allout-mode) + (allout-before-change-protect, allout-flag-region): + Use "Emacs" instead of "emacs" in docstrings. + 2004-05-21 Masayuki Ataka (tiny change) * international/characters.el: Modify syntax of more characters. @@ -55,7 +78,7 @@ 2004-05-19 Masatake YAMATO * wid-edit.el (widget-radio-button-notify): Revert my last - change. Reported by Katsumi Yamaoka . + change. Reported by Katsumi Yamaoka . 2004-05-19 Kenichi Handa @@ -630,7 +653,7 @@ list of arguments in a string. (help-highlight-arguments): Highlight the function arguments and all uses of them in the docstring. - (describe-function-1): Use it. Do docstring output via `insert', + (describe-function-1): Use it. Do docstring output via `insert', not 'princ', so text attributes are preserved. * winner.el (winner-mode-map): Move `winner-undo' and @@ -655,7 +678,7 @@ (bibtex-parse-entry): Fix docstring. (bibtex-print-help-message): Use bibtex-field-list. (bibtex-make-field): Use bibtex-field-list. - (bibtex-entry-index): Bugfix. Return crossref key if required. + (bibtex-entry-index): Bugfix. Return crossref key if required. (bibtex-lessp): Fix docstring. 2004-05-03 Luc Teirlinck