# HG changeset patch # User Eli Zaretskii # Date 974996688 0 # Node ID b52a012dcac492907f4c46de36eb851cfee8df2d # Parent 42ed3c6a1d89e2ce00f2c69a3243f1e801c27868 *** empty log message *** diff -r 42ed3c6a1d89 -r b52a012dcac4 ChangeLog --- a/ChangeLog Thu Nov 23 16:23:42 2000 +0000 +++ b/ChangeLog Thu Nov 23 16:24:48 2000 +0000 @@ -1,3 +1,11 @@ +2000-11-23 Eli Zaretskii + + * 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 * configure.in: Initialize HAVE_LIBXP to no. diff -r 42ed3c6a1d89 -r b52a012dcac4 lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 23 16:23:42 2000 +0000 +++ b/lisp/ChangeLog Thu Nov 23 16:24:48 2000 +0000 @@ -1,3 +1,12 @@ +2000-11-23 Eli Zaretskii + + * 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 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)