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
60d1a807
Commit
60d1a807
authored
Jan 04, 2005
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
a8e10524
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
10 deletions
+11
-10
etc/NEWS
etc/NEWS
+7
-10
lisp/ChangeLog
lisp/ChangeLog
+4
-0
No files found.
etc/NEWS
View file @
60d1a807
...
...
@@ -625,11 +625,6 @@ 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.
*** In Dired, the w command now copies the current line's file name
into the kill ring. With a zero prefix arg, copies absolute file names.
...
...
@@ -2429,6 +2424,13 @@ timing measurements of code (including the garbage collection component).
** `cfengine-mode' is a major mode for editing GNU Cfengine
configuration files.
* Incompatible Lisp Changes in Emacs 21.4
+++
** Mode line display ignores text properties as well as the
:propertize and :eval forms in the value of a variable whose
`risky-local-variable' property is nil.
* Lisp Changes in Emacs 21.4
+++
...
...
@@ -3852,11 +3854,6 @@ Reference manual for more detailed documentation.
** The new mode-line construct `(:propertize ELT PROPS...)' can be
used to add text properties to mode-line elements.
+++
** Mode line display ignores text properties as well as the
:propertize and :eval forms in the value of a variable whose
`risky-local-variable' property is nil.
+++
** The new `%i' and `%I' constructs for `mode-line-format' can be used
to display the size of the accessible part of the buffer on the mode
...
...
lisp/ChangeLog
View file @
60d1a807
2005-01-04 Richard M. Stallman <rms@gnu.org>
* add-log.el (change-log-font-lock-keywords): Don't match just "From".
2005-01-04 Andreas Schwab <schwab@suse.de>
* files.el (insert-directory): Only look for error lines in
...
...
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