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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
05ea8efd
Commit
05ea8efd
authored
Apr 10, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
5ecd7a58
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
etc/NEWS
etc/NEWS
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+16
-0
src/ChangeLog
src/ChangeLog
+4
-0
No files found.
etc/NEWS
View file @
05ea8efd
...
...
@@ -305,6 +305,10 @@ too. If you want to use just plain `*' as a wildcard, type `*""'; the
doublequotes make no difference in the shell, but they prevent
special treatment in `dired-do-shell-command'.
** Dired's v command now runs external viewers to view certain
types of files. The variable `dired-view-command-alist' controls
what external viewers to use and when.
** Unquoted `$' in file names do not signal an error any more when
the corresponding environment variable does not exist.
Instead, the `$ENVVAR' text is left as is, so that `$$' quoting
...
...
lisp/ChangeLog
View file @
05ea8efd
2002-04-10 Richard M. Stallman <rms@gnu.org>
* dired.el (dired-view-command-alist): New variable.
(dired-view-file): Use external viewers for some files names.
* mouse.el (mouse-drag-region-1): Display region highlight
only in the selected window.
* subr.el (remove-hook): When there are no more local hooks,
kill the buffer-local value.
* isearch.el (isearch-mode): Don't call make-frame-visible
if frame is already visible.
* cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
2002-04-09 Emmanuel Briot <briot@act-europe.fr>
* progmodes/ada-prj.el: Add support for the new project file fields:
...
...
src/ChangeLog
View file @
05ea8efd
2002-04-10 Richard M. Stallman <rms@gnu.org>
* puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
* minibuf.c (read_minibuf): Use empty_string.
...
...
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