aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-04-11 09:58:19 +0000
committerJuri Linkov2004-04-11 09:58:19 +0000
commitee213e98dfa7618d9ef5a4cce9350976de9213f7 (patch)
treecc7f2d4b4735af832d5df4b112dd52dd4de33eaa
parent478eb46b5821db668323050f99e44caa9101ce16 (diff)
downloademacs-ee213e98dfa7618d9ef5a4cce9350976de9213f7.tar.gz
emacs-ee213e98dfa7618d9ef5a4cce9350976de9213f7.zip
*** empty log message ***
-rw-r--r--etc/NEWS56
-rw-r--r--lisp/ChangeLog16
2 files changed, 50 insertions, 22 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 135f64712ef..fae8a79af88 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -150,6 +150,9 @@ can be saved and will again be loaded with the new `grep-mode'.
150 150
151** M-x diff uses diff-mode instead of compilation-mode. 151** M-x diff uses diff-mode instead of compilation-mode.
152 152
153** M-x compare-windows now can automatically skip non-matching text to
154resync points in both windows.
155
153** New command `strokes-global-set-stroke-string'. 156** New command `strokes-global-set-stroke-string'.
154This is like `strokes-global-set-stroke', but it allows you to bind 157This is like `strokes-global-set-stroke', but it allows you to bind
155the stroke directly to a string to insert. This is convenient for 158the stroke directly to a string to insert. This is convenient for
@@ -329,6 +332,31 @@ restores the previous value of `buffer-invisibility-spec'.
329** New command `kill-whole-line' kills an entire line at once. 332** New command `kill-whole-line' kills an entire line at once.
330By default, it is bound to C-S-<backspace>. 333By default, it is bound to C-S-<backspace>.
331 334
335** Dired mode:
336
337*** New faces dired-header, dired-mark, dired-marked, dired-flagged,
338dired-ignored, dired-directory, dired-symlink, dired-warning
339introduced for Dired mode instead of font-lock faces.
340
341*** New Dired command `dired-compare-directories' to mark files with
342different file attributes in two dired buffers.
343
344+++
345*** In Dired's ! command (dired-do-shell-command), `*' and `?' now
346control substitution of the file names only when they are surrounded
347by whitespace. This means you can now use them as shell wildcards
348too. If you want to use just plain `*' as a wildcard, type `*""'; the
349doublequotes make no difference in the shell, but they prevent
350special treatment in `dired-do-shell-command'.
351
352+++
353*** Dired's v command now runs external viewers to view certain
354types of files. The variable `dired-view-command-alist' controls
355what external viewers to use and when.
356
357*** In Dired, the w command now copies the current line's file name
358into the kill ring.
359
332** Info mode: 360** Info mode:
333+++ 361+++
334*** Info now hides node names in menus and cross references by default. 362*** Info now hides node names in menus and cross references by default.
@@ -339,6 +367,12 @@ If you prefer the old behavior, you can set the new user option
339Info files on your system for a string, and builds a menu of the 367Info files on your system for a string, and builds a menu of the
340possible matches. 368possible matches.
341 369
370+++
371*** The default value for `Info-scroll-prefer-subnodes' is now nil.
372
373---
374*** Info-index offers completion.
375
342** Support for the SQLite interpreter has been added to sql.el by calling 376** Support for the SQLite interpreter has been added to sql.el by calling
343'sql-sqlite'. 377'sql-sqlite'.
344 378
@@ -755,9 +789,6 @@ mode-line.
755in a directory or in a file. See the documentation of the user option 789in a directory or in a file. See the documentation of the user option
756`display-time-mail-directory'. 790`display-time-mail-directory'.
757 791
758+++
759** The default value for `Info-scroll-prefer-subnodes' is now nil.
760
761--- 792---
762** LDAP support now defaults to ldapsearch from OpenLDAP version 2. 793** LDAP support now defaults to ldapsearch from OpenLDAP version 2.
763 794
@@ -815,9 +846,6 @@ whose width, height, or both width and height take up the entire
815screen size. (For now, this does not work with some window managers.) 846screen size. (For now, this does not work with some window managers.)
816 847
817--- 848---
818** Info-index offers completion.
819
820---
821** Emacs now tries to set up buffer coding systems for HTML/XML files 849** Emacs now tries to set up buffer coding systems for HTML/XML files
822automatically. 850automatically.
823 851
@@ -953,19 +981,6 @@ to hide its text. This should be mostly transparent but slightly
953changes the behavior of motion commands like C-e and C-p. 981changes the behavior of motion commands like C-e and C-p.
954 982
955+++ 983+++
956** In Dired's ! command (dired-do-shell-command), `*' and `?' now
957control substitution of the file names only when they are surrounded
958by whitespace. This means you can now use them as shell wildcards
959too. If you want to use just plain `*' as a wildcard, type `*""'; the
960doublequotes make no difference in the shell, but they prevent
961special treatment in `dired-do-shell-command'.
962
963+++
964** Dired's v command now runs external viewers to view certain
965types of files. The variable `dired-view-command-alist' controls
966what external viewers to use and when.
967
968+++
969** Unquoted `$' in file names do not signal an error any more when 984** Unquoted `$' in file names do not signal an error any more when
970the corresponding environment variable does not exist. 985the corresponding environment variable does not exist.
971Instead, the `$ENVVAR' text is left as is, so that `$$' quoting 986Instead, the `$ENVVAR' text is left as is, so that `$$' quoting
@@ -1033,9 +1048,6 @@ With positive arg, M-h marks the current and the following paragraphs;
1033if the arg is negative, it marks the current and the preceding 1048if the arg is negative, it marks the current and the preceding
1034paragraphs. 1049paragraphs.
1035 1050
1036** In Dired, the w command now copies the current line's file name
1037into the kill ring.
1038
1039+++ 1051+++
1040** The variables dired-free-space-program and dired-free-space-args 1052** The variables dired-free-space-program and dired-free-space-args
1041have been renamed to directory-free-space-program and 1053have been renamed to directory-free-space-program and
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 15736b40b37..30eac96b584 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12004-04-11 Juri Linkov <juri@jurta.org>
2
3 * dired.el (dired-faces): New defgroup.
4 (dired-header, dired-mark, dired-marked, dired-flagged)
5 (dired-warning, dired-directory, dired-symlink, dired-ignored):
6 New faces.
7 (dired-header-face, dired-mark-face, dired-marked-face)
8 (dired-flagged-face, dired-warning-face, dired-directory-face)
9 (dired-symlink-face, dired-ignored-face): New face variables.
10 (dired-font-lock-keywords): Use them instead of font-lock faces.
11 Split the rule for dired marks into 3 separate rules: for marks,
12 marked file names and flagged file names.
13
14 * help-mode.el (help-make-xrefs): Add a final newline to the
15 *Help* buffer.
16
12004-04-11 John Paul Wallington <jpw@gnu.org> 172004-04-11 John Paul Wallington <jpw@gnu.org>
2 18
3 * replace.el (occur-engine): Distinguish between one and several 19 * replace.el (occur-engine): Distinguish between one and several