aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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