Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b675095c
Commit
b675095c
authored
Jun 15, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
e27c25ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
etc/NEWS
etc/NEWS
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+10
-1
No files found.
etc/NEWS
View file @
b675095c
...
...
@@ -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
...
...
lisp/ChangeLog
View file @
b675095c
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment