diff options
| author | Glenn Morris | 2007-08-18 23:43:32 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-18 23:43:32 +0000 |
| commit | 131cd1540450cbae40f037e62d437c75721e659d (patch) | |
| tree | 8fce558393e15887135684e49b7cbc0a4424cd7a | |
| parent | 35a745425f4030e7b2df5b9fb7a943d763d07add (diff) | |
| download | emacs-131cd1540450cbae40f037e62d437c75721e659d.tar.gz emacs-131cd1540450cbae40f037e62d437c75721e659d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f8059dd1d5..f678581664c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2007-08-18 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Convert | ||
| 4 | comment to basic doc string. Also apply eldoc-argument-case in | ||
| 5 | the help-split-fundoc case. Adapt for changed behavior of | ||
| 6 | eldoc-function-argstring, eldoc-function-argstring-format, and | ||
| 7 | eldoc-highlight-function-argument. | ||
| 8 | (eldoc-highlight-function-argument): Make INDEX argument | ||
| 9 | optional, just call eldoc-docstring-format-sym-doc if absent. | ||
| 10 | (eldoc-function-argstring): Change the behavior. Now it converts | ||
| 11 | an argument list to a string. | ||
| 12 | (eldoc-function-argstring-format): Change the behavior. Now it | ||
| 13 | applies `eldoc-argument-case' to a string. | ||
| 14 | |||
| 1 | 2007-08-18 Martin Rudalics <rudalics@gmx.at> | 15 | 2007-08-18 Martin Rudalics <rudalics@gmx.at> |
| 2 | 16 | ||
| 3 | * progmodes/ada-mode.el (ada-create-syntax-table): Move | 17 | * progmodes/ada-mode.el (ada-create-syntax-table): Move |