aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog22
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 @@
12009-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
12009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change) 232009-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