]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 15 Jun 2000 14:46:17 +0000 (14:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 15 Jun 2000 14:46:17 +0000 (14:46 +0000)
etc/NEWS
lisp/ChangeLog

index f7f55ef31543964a248938d0f18063310f526016..86989a02bba8b4991baab00dec8062b41268d04f 100644 (file)
--- 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
index 92822beec9b75e05529a76fdc193b16d97028d7c..22dae1d4843937384a8ac130bb5ef3c3c45a3b8d 100644 (file)
@@ -5,6 +5,15 @@
 
 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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  <fx@gnu.org>