aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-21 13:44:26 +0000
committerGerd Moellmann1999-11-21 13:44:26 +0000
commit1934dbf4c9d4105df42ed3f8a1981b17c7d1dbfa (patch)
tree3ece1a61acb4883a54423c6e16e6d85a41076128 /lisp/ChangeLog
parenta88d2801b8b9a771abf73370dd0f7420df0cbdc9 (diff)
downloademacs-1934dbf4c9d4105df42ed3f8a1981b17c7d1dbfa.tar.gz
emacs-1934dbf4c9d4105df42ed3f8a1981b17c7d1dbfa.zip
(icomplete-completions): Use an explicit variable
`icomplete-prospects-length', obviating the need to use an apparently faulty throw/catch arrangement.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 11 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9a7ec62d431..24ec6d40c13 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
11999-11-21 Ken Manheimer <klm@python.org>
2
3 * icomplete.el (icomplete-completions): Use an explicit variable
4 `icomplete-prospects-length', obviating the need to use an
5 apparently faulty throw/catch arrangement.
6
11999-11-21 Eli Zaretskii <eliz@is.elta.co.il> 71999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
2 8
3 * term/internal.el (IT-display-table-setup): Don't overstep 9 * term/internal.el (IT-display-table-setup): Don't overstep
@@ -10,13 +16,13 @@
10 16
111999-11-19 Stefan Monnier <monnier@cs.yale.edu> 171999-11-19 Stefan Monnier <monnier@cs.yale.edu>
12 18
13 * scroll-bar.el (scroll-bar-toolkit-scroll): add handling of the `ratio' 19 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
14 event for Xaw and Xaw3d(without arrows) scrollbars. 20 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
15 21
16 * files.el (auto-mode-alist): add patterns for diff-mode. 22 * files.el (auto-mode-alist): Add patterns for diff-mode.
17 23
18 * complete.el (PC-do-complete-and-exit): use minibuffer-prompt-end to 24 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
19 detect an empty prompt. 25 to detect an empty prompt.
20 26
211999-11-18 Dave Love <fx@gnu.org> 271999-11-18 Dave Love <fx@gnu.org>
22 28