diff options
| author | Richard M. Stallman | 2005-01-04 18:01:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-01-04 18:01:45 +0000 |
| commit | 60d1a807afa6ba357c6116bf6401a3e91fbbff8f (patch) | |
| tree | e051b274111d962b441d36fa276abec8ccd9188a | |
| parent | a8e1052421f19afd51d1909f11997a6c94c004f8 (diff) | |
| download | emacs-60d1a807afa6ba357c6116bf6401a3e91fbbff8f.tar.gz emacs-60d1a807afa6ba357c6116bf6401a3e91fbbff8f.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 17 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 |
2 files changed, 11 insertions, 10 deletions
| @@ -625,11 +625,6 @@ too. If you want to use just plain `*' as a wildcard, type `*""'; the | |||
| 625 | doublequotes make no difference in the shell, but they prevent | 625 | doublequotes make no difference in the shell, but they prevent |
| 626 | special treatment in `dired-do-shell-command'. | 626 | special treatment in `dired-do-shell-command'. |
| 627 | 627 | ||
| 628 | +++ | ||
| 629 | *** Dired's v command now runs external viewers to view certain | ||
| 630 | types of files. The variable `dired-view-command-alist' controls | ||
| 631 | what 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 |
| 634 | into the kill ring. With a zero prefix arg, copies absolute file names. | 629 | into 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 |
| 2430 | configuration files. | 2425 | configuration 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. | |||
| 3853 | used to add text properties to mode-line elements. | 3855 | used 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 |
| 3862 | to display the size of the accessible part of the buffer on the mode | 3859 | to display the size of the accessible part of the buffer on the mode |
| 3863 | line. | 3860 | line. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 610d8aaca2a..c72040211ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-01-04 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * add-log.el (change-log-font-lock-keywords): Don't match just "From". | ||
| 4 | |||
| 1 | 2005-01-04 Andreas Schwab <schwab@suse.de> | 5 | 2005-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 |