diff options
| author | Glenn Morris | 2009-09-12 02:42:22 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-12 02:42:22 +0000 |
| commit | d6549da4bd175e808876d8cf7303cddebb37f4e3 (patch) | |
| tree | 8857b659b0c91c8065de5be251e2fd50b48cbe64 /lisp/ChangeLog | |
| parent | 76314f2c03b15ca84074a0d955f49cbae0e78d2a (diff) | |
| download | emacs-d6549da4bd175e808876d8cf7303cddebb37f4e3.tar.gz emacs-d6549da4bd175e808876d8cf7303cddebb37f4e3.zip | |
(proced-mark-alt): Remove alias.
(proced-mode-map): Remove proced-mark-alt.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f6935ce2064..50aea7a570f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2009-09-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * proced.el (proced-mark-alt): Remove alias. | ||
| 4 | (proced-mode-map): Remove proced-mark-alt. | ||
| 5 | |||
| 6 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to | ||
| 7 | Elint file and directory. Remove initialization entry. | ||
| 8 | |||
| 9 | * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded | ||
| 10 | commands. | ||
| 11 | (elint-current-buffer): Set mode-line-process. | ||
| 12 | (elint-init-env): Handle define-derived-mode. | ||
| 13 | Fix declare-function with unspecified arglist. Guard against odd | ||
| 14 | defalias statements (eg iso-insert's 8859-1-map). | ||
| 15 | (elint-add-required-env): Use a temp buffer. | ||
| 16 | (elint-form): Just print the function/macro name, not the whole form. | ||
| 17 | Return env unchanged if we fail to parse a macro. | ||
| 18 | (elint-forms): Guard against parse errors. | ||
| 19 | (elint-output): New function, to handle batch mode. | ||
| 20 | (elint-log-message): Add optional argument. Use elint-output. | ||
| 21 | (elint-set-mode-line): New function. | ||
| 22 | |||
| 1 | 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change) | 23 | 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change) |
| 2 | 24 | ||
| 3 | * emacs-lisp/elp.el (elp-not-profilable): Add more | 25 | * emacs-lisp/elp.el (elp-not-profilable): Add more |