aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ea8bc7296c6..fc9b125d608 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,29 @@
12008-05-21 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in: Allow for parallel byte-compiling.
4 (ELCFILES): New variable.
5 (.el.elc): Remove prerequisites from suffix rule. Print a message.
6 (compile-first, compile-main, compile-last): New targets.
7 (compile-always): Simplify - delete .elc files, then `make compile'.
8
9 * Makefile.in (compile-calc): Use glob rather than find.
10 ($(lisp)/progmodes/cc-mode.elc): Use $@.
11
12 * eshell/esh-module.el: No need for cl when compiling.
13
14 * eshell/eshell.el (eshell-defgroup): New alias.
15 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
16 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
17 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
18 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
19 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
20 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
21 Autoload the custom group. Set generated-autoload-file.
22 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
23 for eshell-defgroup.
24 * eshell/esh-module.el (eshell-load-defgroups): Remove.
25 Require esh-groups rather than loading it.
26
12008-05-21 Stefan Monnier <monnier@iro.umontreal.ca> 272008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 28
3 * macros.el (insert-kbd-macro): Use prin1-char. 29 * macros.el (insert-kbd-macro): Use prin1-char.