# HG changeset patch # User Gerd Moellmann # Date 943191866 0 # Node ID 25404bcd1bf8121df95314dffc1e7ca8c113ce2d # Parent d9368f38a7b5cd433394b910aaa091117df04192 *** empty log message *** diff -r d9368f38a7b5 -r 25404bcd1bf8 lisp/ChangeLog --- 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 + + * 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 * term/internal.el (IT-display-table-setup): Don't overstep @@ -10,13 +16,13 @@ 1999-11-19 Stefan Monnier - * 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