aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 90bbe1cbbcb..f11a4de5eed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,11 @@
3 * eshell/esh-mode.el (eshell-handle-ansi-color): New function. 3 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4 Add new option for eshell-output-filter-functions. 4 Add new option for eshell-output-filter-functions.
5 5
62007-03-13 Chong Yidong <cyd@stupidchicken.com>
7
8 * comint.el (comint-arguments): Mark backslash-escaped chars.
9 (comint-delim-arg): Don't treat them as delimiters.
10
62007-03-12 Kim F. Storm <storm@cua.dk> 112007-03-12 Kim F. Storm <storm@cua.dk>
7 12
8 * ido.el (ido-init-completion-maps): Remap delete-backward-char. 13 * ido.el (ido-init-completion-maps): Remap delete-backward-char.