aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2008-05-31 02:24:12 +0000
committerGlenn Morris2008-05-31 02:24:12 +0000
commit10498e1c2c5ade6553dfe5b19c0f79f18a613eac (patch)
tree7c48dd3040874181c6b96f50ff8c5bbe3306580d /lisp/ChangeLog
parentd0827857e7a2e73907783ccb6e30849c2a056374 (diff)
downloademacs-10498e1c2c5ade6553dfe5b19c0f79f18a613eac.tar.gz
emacs-10498e1c2c5ade6553dfe5b19c0f79f18a613eac.zip
(compile-last): Replace tr in `els' assignment with sed. Remove shell
variable `elc'. Split tests to hopefully be more portable. Fix `sel' assignment.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dad37a47ea4..6c2047a70bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12008-05-31 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
4 Remove shell variable `elc'. Split tests to hopefully be more portable.
5 Fix `sel' assignment.
6
12008-05-30 Juanma Barranquero <lekktu@gmail.com> 72008-05-30 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * minibuffer.el (completion-table-dynamic): Doc fix. 9 * minibuffer.el (completion-table-dynamic): Doc fix.