# HG changeset patch # User Glenn Morris # Date 1187480612 0 # Node ID ce4b6c4001c117a06245698e4ab2419ebd0620bc # Parent c0e43340f1fe3a53dd12ba617aa9361672b1deec *** empty log message *** diff -r c0e43340f1fe -r ce4b6c4001c1 lisp/ChangeLog --- a/lisp/ChangeLog Sat Aug 18 08:38:05 2007 +0000 +++ b/lisp/ChangeLog Sat Aug 18 23:43:32 2007 +0000 @@ -1,3 +1,17 @@ +2007-08-18 Glenn Morris + + * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Convert + comment to basic doc string. Also apply eldoc-argument-case in + the help-split-fundoc case. Adapt for changed behavior of + eldoc-function-argstring, eldoc-function-argstring-format, and + eldoc-highlight-function-argument. + (eldoc-highlight-function-argument): Make INDEX argument + optional, just call eldoc-docstring-format-sym-doc if absent. + (eldoc-function-argstring): Change the behavior. Now it converts + an argument list to a string. + (eldoc-function-argstring-format): Change the behavior. Now it + applies `eldoc-argument-case' to a string. + 2007-08-18 Martin Rudalics * progmodes/ada-mode.el (ada-create-syntax-table): Move