aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-04 18:01:45 +0000
committerRichard M. Stallman2005-01-04 18:01:45 +0000
commit60d1a807afa6ba357c6116bf6401a3e91fbbff8f (patch)
treee051b274111d962b441d36fa276abec8ccd9188a
parenta8e1052421f19afd51d1909f11997a6c94c004f8 (diff)
downloademacs-60d1a807afa6ba357c6116bf6401a3e91fbbff8f.tar.gz
emacs-60d1a807afa6ba357c6116bf6401a3e91fbbff8f.zip
*** empty log message ***
-rw-r--r--etc/NEWS17
-rw-r--r--lisp/ChangeLog4
2 files changed, 11 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1e71282f3f1..e100cf8caac 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -625,11 +625,6 @@ too. If you want to use just plain `*' as a wildcard, type `*""'; the
625doublequotes make no difference in the shell, but they prevent 625doublequotes make no difference in the shell, but they prevent
626special treatment in `dired-do-shell-command'. 626special treatment in `dired-do-shell-command'.
627 627
628+++
629*** Dired's v command now runs external viewers to view certain
630types of files. The variable `dired-view-command-alist' controls
631what external viewers to use and when.
632
633*** In Dired, the w command now copies the current line's file name 628*** In Dired, the w command now copies the current line's file name
634into the kill ring. With a zero prefix arg, copies absolute file names. 629into the kill ring. With a zero prefix arg, copies absolute file names.
635 630
@@ -2429,6 +2424,13 @@ timing measurements of code (including the garbage collection component).
2429** `cfengine-mode' is a major mode for editing GNU Cfengine 2424** `cfengine-mode' is a major mode for editing GNU Cfengine
2430configuration files. 2425configuration files.
2431 2426
2427* Incompatible Lisp Changes in Emacs 21.4
2428
2429+++
2430** Mode line display ignores text properties as well as the
2431:propertize and :eval forms in the value of a variable whose
2432`risky-local-variable' property is nil.
2433
2432* Lisp Changes in Emacs 21.4 2434* Lisp Changes in Emacs 21.4
2433 2435
2434+++ 2436+++
@@ -3853,11 +3855,6 @@ Reference manual for more detailed documentation.
3853used to add text properties to mode-line elements. 3855used to add text properties to mode-line elements.
3854 3856
3855+++ 3857+++
3856** Mode line display ignores text properties as well as the
3857:propertize and :eval forms in the value of a variable whose
3858`risky-local-variable' property is nil.
3859
3860+++
3861** The new `%i' and `%I' constructs for `mode-line-format' can be used 3858** The new `%i' and `%I' constructs for `mode-line-format' can be used
3862to display the size of the accessible part of the buffer on the mode 3859to display the size of the accessible part of the buffer on the mode
3863line. 3860line.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 610d8aaca2a..c72040211ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-01-04 Richard M. Stallman <rms@gnu.org>
2
3 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
4
12005-01-04 Andreas Schwab <schwab@suse.de> 52005-01-04 Andreas Schwab <schwab@suse.de>
2 6
3 * files.el (insert-directory): Only look for error lines in 7 * files.el (insert-directory): Only look for error lines in