# HG changeset patch # User Gerd Moellmann # Date 961080377 0 # Node ID 6c84e790448f9be5b7d962070cfb5f34bfdb4f03 # Parent 4eb75bd04c1bb158df85f5cf724451a7900fe46f *** empty log message *** diff -r 4eb75bd04c1b -r 6c84e790448f etc/NEWS --- a/etc/NEWS Thu Jun 15 14:42:48 2000 +0000 +++ b/etc/NEWS Thu Jun 15 14:46:17 2000 +0000 @@ -638,6 +638,9 @@ 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 -r 4eb75bd04c1b -r 6c84e790448f lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 15 14:42:48 2000 +0000 +++ b/lisp/ChangeLog Thu Jun 15 14:46:17 2000 +0000 @@ -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