aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c3ab8ad0f4..8a1bba8887 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
+2004-04-28 Luc Teirlinck <[email protected]>
+
+ * comint.el (comint-prompt-read-only): New variable.
+ (comint-output-filter): Implement it.
+
+ * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
+ (ielm-prompt-internal): New variable.
+ (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
+ (ielm-send-input): Delete unused variable `buf'.
+ (ielm-eval-input): Use `ielm-prompt-internal'.
+ (inferior-emacs-lisp-mode): Use new variables
+ `comint-prompt-read-only' and `ielm-prompt-internal'.
+ Get rid of obsolete variable `directory-sep-char'.
+ (ielm): Use `zerop'.
+
2004-04-29 John Paul Wallington <[email protected]>
* thumbs.el (toplevel): Require cl at compile time.