Mercurial > emacs
comparison lisp/ChangeLog @ 81819:f6d3d2315f54
(eldoc-last-data): Revise documentation.
(eldoc-print-current-symbol-info): Adjust for changed helper
function signatures.
(eldoc-get-fnsym-args-string): Add `args' argument. Use new
`eldoc-highlight-function-argument'.
(eldoc-highlight-function-argument): New function.
(eldoc-get-var-docstring): Format documentation with
`font-lock-variable-name-face'.
(eldoc-docstring-format-sym-doc): Add `face' argument and apply it
where suited.
(eldoc-fnsym-in-current-sexp): Return a list with argument index.
(eldoc-beginning-of-sexp): Return number of skipped sexps.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 12 Jul 2007 01:51:52 +0000 |
parents | 8c1a05c2d668 |
children | 0d37b602a4f0 |
comparison
equal
deleted
inserted
replaced
81818:6716c667c415 | 81819:f6d3d2315f54 |
---|---|
1 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net> | |
2 | |
3 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation. | |
4 (eldoc-print-current-symbol-info): Adjust for changed helper | |
5 function signatures. | |
6 (eldoc-get-fnsym-args-string): Add `args' argument. Use new | |
7 `eldoc-highlight-function-argument'. | |
8 (eldoc-highlight-function-argument): New function. | |
9 (eldoc-get-var-docstring): Format documentation with | |
10 `font-lock-variable-name-face'. | |
11 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it | |
12 where suited. | |
13 (eldoc-fnsym-in-current-sexp): Return a list with argument index. | |
14 (eldoc-beginning-of-sexp): Return number of skipped sexps. | |
15 | |
1 2007-07-11 Michael Albinus <michael.albinus@gmx.de> | 16 2007-07-11 Michael Albinus <michael.albinus@gmx.de> |
2 | 17 |
3 * progmodes/compile.el (compilation-start): `start-process' must | 18 * progmodes/compile.el (compilation-start): `start-process' must |
4 still be redefined when calling `start-process-shell-command'. | 19 still be redefined when calling `start-process-shell-command'. |
5 | 20 |
42 | 57 |
43 * progmodes/compile.el (compilation-start): Revert redefining | 58 * progmodes/compile.el (compilation-start): Revert redefining |
44 `start-process'. | 59 `start-process'. |
45 | 60 |
46 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> | 61 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> |
62 | |
63 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful | |
64 with EOLs when generating MD5 checksums. | |
65 | |
47 | 66 |
48 * follow.el: Don't change the global map from the follow-mode-map | 67 * follow.el: Don't change the global map from the follow-mode-map |
49 defvar, but from the toplevel. Use easy-menu to unify the Emacs and | 68 defvar, but from the toplevel. Use easy-menu to unify the Emacs and |
50 XEmacs code. | 69 XEmacs code. |
51 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec | 70 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec |