From: Glenn Morris Date: Sat, 18 Aug 2007 23:43:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~11455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=131cd1540450cbae40f037e62d437c75721e659d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f8059dd1d5..f678581664c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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