summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-11-23 16:24:48 +0000
committerEli Zaretskii <eliz@gnu.org>2000-11-23 16:24:48 +0000
commit68a887fa720c3f0031c96760574ebdc09867a8cc (patch)
treef1cec2541e0c8a76908b3145cca2d202ef41f962
parentc7b8986123876d71514015259491efd430082e67 (diff)
downloademacs-68a887fa720c3f0031c96760574ebdc09867a8cc.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog8
-rw-r--r--lisp/ChangeLog9
2 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1976ed81f62..69e84441c78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * config.bat: Check for existence of djecho.exe, and print an
+ error message if it is not available.
+
+ * INSTALL: Describe possible problem with djecho.exe in old
+ versions of DJGPP v2.x.
+
2000-11-23 Gerd Moellmann <gerd@gnu.org>
* configure.in: Initialize HAVE_LIBXP to no.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d77e1a098ba..506a315e268 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * iswitchb.el (iswitchb-minibuf-depth): New variable.
+ (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
+ we expect to be returned by minibuffer-depth once we prompt the
+ user in the minibuffer.
+ (iswitchb-entryfn-p): If minibuffer-depth returns the same value
+ as recorded in iswitchb-minibuf-depth, return non-nil.
+
2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
* hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)