From: Gerd Moellmann Date: Thu, 15 Jun 2000 14:46:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3298 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b675095c93e303fb10e16b63147ff01ee14d3242;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index f7f55ef3154..86989a02bba 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -638,6 +638,9 @@ compiled binary. The same time-stamp will be written at each matching pattern. The variable time-stamp-count enables this new feature; it defaults to 1. +** Partial Completion mode now completes environment variables in +file names. + ** Tooltips. Tooltips are small X windows displaying a help string at the current diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 92822beec9b..22dae1d4843 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,6 +5,15 @@ 2000-06-15 Gerd Moellmann + * complete.el (PC-env-vars-alist): New variable. + (PC-complete-as-file-name): New function. + (partial-completion-mode): Initialize PC-env-vars-alist from + process-environment. + (PC-do-completion): Handle completion of env vars. + + * info.el (Info-set-mode-line): Show file name in mode line, + use `*Info*' instead of `Info:'. + * startup.el (command-line-1): Change copyright messages to year 2000. @@ -46,7 +55,7 @@ * mail/sendmail.el (mail-specify-envelope-from): Initialize to nil. Contemporary sendmails issue an X-Authentication-Warning if - the sender is set with `-f. + the sender is set with `-f'. 2000-06-13 Dave Love