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
2f72fd2f
Commit
2f72fd2f
authored
Jul 07, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
3b361901
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
etc/NEWS
etc/NEWS
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+13
-0
No files found.
etc/NEWS
View file @
2f72fd2f
...
...
@@ -499,6 +499,8 @@ specifies a number of lines. If nil, don't resize.
Default is 0.25.
** The command `Info-search' now uses a search history.
** Changes to hideshow.el
Hideshow is now at version 5.x. It uses a new algorithms for block
...
...
@@ -708,6 +710,10 @@ copy directories recursively.
in the shell command has a special meaning similar to `*', but with
the difference that the command will be run on each file individually.
*** The new command `dired-find-alternate-file' (usually bound to `a')
replaces the Dired buffer with the buffer for an alternate file or
directory.
** The variable mail-specify-envelope-from controls whether to
use the -f option when sending mail.
...
...
lisp/ChangeLog
View file @
2f72fd2f
2000-07-07 Gerd Moellmann <gerd@gnu.org>
* dired.el (dired-find-alternate-file): New function.
(dired-mode-map): Bind `a' to dired-find-alternate-file.
(toplevel): Require dired-aux when compiling.
(dired-buffers): Move defvar within file to avoid compiler warning.
* info.el (Info-last-search): Variable removed.
(Info-search-history): New variable.
(Info-search): New Info-search-history.
* battery.el, info-look.el: Change author's mail address.
2000-07-06 Gerd Moellmann <gerd@gnu.org>
* lpr.el (lpr-page-header-switches): Add `-h' switch.
...
...
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