From 0edda6b89df6af82bb35b02f3aa79278805bd3cf Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 23 Feb 2002 21:35:34 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 2 ++ lisp/ChangeLog | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) 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.) ** Info-index finally offers completion. +** shell-mode now supports programmable completion using `pcomplete'. + ** Controlling the left and right fringe widths. The 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 @@ +2002-02-23 Colin Walters + + * calc/calcalg3.el (calc-invent-variables): Convert integer to + string. + + * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt' + in generated function. + + * ibuf-ext.el (ibuffer-old-time): Change to hours. + (ibuffer-mark-old-buffers): Handle it. + + * shell.el (shell-pcomplete, shell-pcomplete-reverse): New + functions. + (toplevel): Bind them. + (shell-mode): Don't set `comint-dynamic-complete-functions'; it is + not necessary now that we use pcomplete. + + * comint.el: Document how use new pcomplete completion facility. + 2002-02-23 Richard M. Stallman * mail/rmailsum.el (rmail-summary-output): Properly advance -- 2.39.5