diff options
| author | Juri Linkov | 2004-04-11 09:58:19 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-04-11 09:58:19 +0000 |
| commit | ee213e98dfa7618d9ef5a4cce9350976de9213f7 (patch) | |
| tree | cc7f2d4b4735af832d5df4b112dd52dd4de33eaa | |
| parent | 478eb46b5821db668323050f99e44caa9101ce16 (diff) | |
| download | emacs-ee213e98dfa7618d9ef5a4cce9350976de9213f7.tar.gz emacs-ee213e98dfa7618d9ef5a4cce9350976de9213f7.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 56 | ||||
| -rw-r--r-- | lisp/ChangeLog | 16 |
2 files changed, 50 insertions, 22 deletions
| @@ -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 | ||
| 154 | resync points in both windows. | ||
| 155 | |||
| 153 | ** New command `strokes-global-set-stroke-string'. | 156 | ** New command `strokes-global-set-stroke-string'. |
| 154 | This is like `strokes-global-set-stroke', but it allows you to bind | 157 | This is like `strokes-global-set-stroke', but it allows you to bind |
| 155 | the stroke directly to a string to insert. This is convenient for | 158 | the 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. |
| 330 | By default, it is bound to C-S-<backspace>. | 333 | By 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, | ||
| 338 | dired-ignored, dired-directory, dired-symlink, dired-warning | ||
| 339 | introduced for Dired mode instead of font-lock faces. | ||
| 340 | |||
| 341 | *** New Dired command `dired-compare-directories' to mark files with | ||
| 342 | different file attributes in two dired buffers. | ||
| 343 | |||
| 344 | +++ | ||
| 345 | *** In Dired's ! command (dired-do-shell-command), `*' and `?' now | ||
| 346 | control substitution of the file names only when they are surrounded | ||
| 347 | by whitespace. This means you can now use them as shell wildcards | ||
| 348 | too. If you want to use just plain `*' as a wildcard, type `*""'; the | ||
| 349 | doublequotes make no difference in the shell, but they prevent | ||
| 350 | special treatment in `dired-do-shell-command'. | ||
| 351 | |||
| 352 | +++ | ||
| 353 | *** Dired's v command now runs external viewers to view certain | ||
| 354 | types of files. The variable `dired-view-command-alist' controls | ||
| 355 | what external viewers to use and when. | ||
| 356 | |||
| 357 | *** In Dired, the w command now copies the current line's file name | ||
| 358 | into 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 | |||
| 339 | Info files on your system for a string, and builds a menu of the | 367 | Info files on your system for a string, and builds a menu of the |
| 340 | possible matches. | 368 | possible 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. | |||
| 755 | in a directory or in a file. See the documentation of the user option | 789 | in 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 | |||
| 815 | screen size. (For now, this does not work with some window managers.) | 846 | screen 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 |
| 822 | automatically. | 850 | automatically. |
| 823 | 851 | ||
| @@ -953,19 +981,6 @@ to hide its text. This should be mostly transparent but slightly | |||
| 953 | changes the behavior of motion commands like C-e and C-p. | 981 | changes 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 | ||
| 957 | control substitution of the file names only when they are surrounded | ||
| 958 | by whitespace. This means you can now use them as shell wildcards | ||
| 959 | too. If you want to use just plain `*' as a wildcard, type `*""'; the | ||
| 960 | doublequotes make no difference in the shell, but they prevent | ||
| 961 | special treatment in `dired-do-shell-command'. | ||
| 962 | |||
| 963 | +++ | ||
| 964 | ** Dired's v command now runs external viewers to view certain | ||
| 965 | types of files. The variable `dired-view-command-alist' controls | ||
| 966 | what 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 |
| 970 | the corresponding environment variable does not exist. | 985 | the corresponding environment variable does not exist. |
| 971 | Instead, the `$ENVVAR' text is left as is, so that `$$' quoting | 986 | Instead, 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; | |||
| 1033 | if the arg is negative, it marks the current and the preceding | 1048 | if the arg is negative, it marks the current and the preceding |
| 1034 | paragraphs. | 1049 | paragraphs. |
| 1035 | 1050 | ||
| 1036 | ** In Dired, the w command now copies the current line's file name | ||
| 1037 | into 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 |
| 1041 | have been renamed to directory-free-space-program and | 1053 | have 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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-04-11 John Paul Wallington <jpw@gnu.org> | 17 | 2004-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 |