mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
*** empty log message ***
This commit is contained in:
parent
5a2ef230ef
commit
0edda6b89d
2 changed files with 21 additions and 0 deletions
2
etc/NEWS
2
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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,22 @@
|
|||
2002-02-23 Colin Walters <walters@debian.org>
|
||||
|
||||
* 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 <rms@gnu.org>
|
||||
|
||||
* mail/rmailsum.el (rmail-summary-output): Properly advance
|
||||
|
|
|
|||
Loading…
Reference in a new issue