changeset 26517:25404bcd1bf8

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 21 Nov 1999 13:44:26 +0000
parents d9368f38a7b5
children ed1016f53081
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Nov 21 13:43:19 1999 +0000
+++ b/lisp/ChangeLog	Sun Nov 21 13:44:26 1999 +0000
@@ -1,3 +1,9 @@
+1999-11-21  Ken Manheimer  <klm@python.org>
+
+	* icomplete.el (icomplete-completions): Use an explicit variable
+	`icomplete-prospects-length', obviating the need to use an
+	apparently faulty throw/catch arrangement.
+	
 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
 
 	* term/internal.el (IT-display-table-setup): Don't overstep
@@ -10,13 +16,13 @@
 
 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
 
-	* scroll-bar.el (scroll-bar-toolkit-scroll): add handling of the `ratio'
-	event for Xaw and Xaw3d(without arrows) scrollbars.
-
-	* files.el (auto-mode-alist): add patterns for diff-mode.
-
-	* complete.el (PC-do-complete-and-exit): use minibuffer-prompt-end to
-	detect an empty prompt.
+	* scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the 
+	`ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
+
+	* files.el (auto-mode-alist): Add patterns for diff-mode.
+
+	* complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
+	to detect an empty prompt.
 
 1999-11-18  Dave Love  <fx@gnu.org>