aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog19
2 files changed, 21 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2fed65f603a..c9d9aefb53b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -162,6 +162,8 @@ not with every window manager.)
162 162
163** Info-index finally offers completion. 163** Info-index finally offers completion.
164 164
165** shell-mode now supports programmable completion using `pcomplete'.
166
165** Controlling the left and right fringe widths. 167** Controlling the left and right fringe widths.
166 168
167The left and right fringe widths can now be controlled by setting the 169The left and right fringe widths can now be controlled by setting the
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5971d4414b1..87b7510d67a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12002-02-23 Colin Walters <walters@debian.org>
2
3 * calc/calcalg3.el (calc-invent-variables): Convert integer to
4 string.
5
6 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
7 in generated function.
8
9 * ibuf-ext.el (ibuffer-old-time): Change to hours.
10 (ibuffer-mark-old-buffers): Handle it.
11
12 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New
13 functions.
14 (toplevel): Bind them.
15 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
16 not necessary now that we use pcomplete.
17
18 * comint.el: Document how use new pcomplete completion facility.
19
12002-02-23 Richard M. Stallman <rms@gnu.org> 202002-02-23 Richard M. Stallman <rms@gnu.org>
2 21
3 * mail/rmailsum.el (rmail-summary-output): Properly advance 22 * mail/rmailsum.el (rmail-summary-output): Properly advance