aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-06-12 06:09:32 +0000
committerJuri Linkov2004-06-12 06:09:32 +0000
commita1bcf785a001de3aaa7a24f7e1cf3a42e5121f09 (patch)
treec9eac94d6fb1508f8d820eaeda759c5f632a1c3f
parent1c492b87226a1f4fc80b0039161dbb1cc386ddf5 (diff)
downloademacs-a1bcf785a001de3aaa7a24f7e1cf3a42e5121f09.tar.gz
emacs-a1bcf785a001de3aaa7a24f7e1cf3a42e5121f09.zip
Add news for Dired and Info modes.
-rw-r--r--etc/NEWS49
1 files changed, 42 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4a341b137fb..211579370a2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -101,6 +101,7 @@ irrespective of geometry or background setting on the Windows registry.
101 101
102** New features in evaluation commands 102** New features in evaluation commands
103 103
104+++
104*** The function `eval-defun' (C-M-x) called on defface reinitializes 105*** The function `eval-defun' (C-M-x) called on defface reinitializes
105the face to the value specified in the defface expression. 106the face to the value specified in the defface expression.
106 107
@@ -445,14 +446,24 @@ restores the previous value of `buffer-invisibility-spec'.
445** New command `kill-whole-line' kills an entire line at once. 446** New command `kill-whole-line' kills an entire line at once.
446By default, it is bound to C-S-<backspace>. 447By default, it is bound to C-S-<backspace>.
447 448
449** New commands to operate on pairs of open and close characters:
450`insert-pair', `delete-pair', `raise-sexp'.
451
452** A prefix argument of C-M-q in Emacs Lisp mode pretty-printifies the
453list starting after point.
454
448** Dired mode: 455** Dired mode:
449 456
450*** New faces dired-header, dired-mark, dired-marked, dired-flagged, 457*** New faces dired-header, dired-mark, dired-marked, dired-flagged,
451dired-ignored, dired-directory, dired-symlink, dired-warning 458dired-ignored, dired-directory, dired-symlink, dired-warning
452introduced for Dired mode instead of font-lock faces. 459introduced for Dired mode instead of font-lock faces.
453 460
454*** New Dired command `dired-compare-directories' to mark files with 461*** New Dired command `dired-compare-directories' marks files
455different file attributes in two dired buffers. 462with different file attributes in two dired buffers.
463
464+++
465*** New Dired command `dired-do-touch' (bound to T) changes timestamps
466of marked files with the value entered in the minibuffer.
456 467
457+++ 468+++
458*** In Dired's ! command (dired-do-shell-command), `*' and `?' now 469*** In Dired's ! command (dired-do-shell-command), `*' and `?' now
@@ -468,7 +479,7 @@ types of files. The variable `dired-view-command-alist' controls
468what external viewers to use and when. 479what external viewers to use and when.
469 480
470*** In Dired, the w command now copies the current line's file name 481*** In Dired, the w command now copies the current line's file name
471into the kill ring. 482into the kill ring. With a zero prefix arg, copies absolute file names.
472 483
473+++ 484+++
474** Dired-x: 485** Dired-x:
@@ -479,15 +490,39 @@ marks omitted files. The variable dired-omit-files-p is obsoleted, use the
479mode toggling function instead. 490mode toggling function instead.
480 491
481** Info mode: 492** Info mode:
493
494*** A numeric prefix argument of `info' selects an Info buffer
495with the number appended to the *info* buffer name.
496
497*** New command `Info-history' (bound to L) displays a menu of visited nodes.
498
499*** New command `Info-toc' (bound to T) creates a node with table of contents
500from the tree structure of menus of the current Info file.
501
502*** New command `info-apropos' searches the indices of the known
503Info files on your system for a string, and builds a menu of the
504possible matches.
505
506*** New command `Info-copy-current-node-name' (bound to w) copies
507the current Info node name into the kill ring. With a zero prefix
508arg, puts the node name inside the `info' function call.
509
510*** New command `Info-search-case-sensitively' (bound to S).
511
512*** New command `Info-search-next' (unbound) repeats the last search
513without prompting for a new search string.
514
515*** New face `info-xref-visited' distinguishes visited nodes from unvisited
516and a new option `Info-fontify-visited-nodes' to control this.
517
518*** http and ftp links in Info are now operational: they look like cross
519references and following them calls `browse-url'.
520
482+++ 521+++
483*** Info now hides node names in menus and cross references by default. 522*** Info now hides node names in menus and cross references by default.
484If you prefer the old behavior, you can set the new user option 523If you prefer the old behavior, you can set the new user option
485`Info-hide-note-references' to nil. 524`Info-hide-note-references' to nil.
486 525
487*** The new command `info-apropos' searches the indices of the known
488Info files on your system for a string, and builds a menu of the
489possible matches.
490
491*** Images in Info pages are supported. 526*** Images in Info pages are supported.
492Info pages show embedded images, in Emacs frames with image support. 527Info pages show embedded images, in Emacs frames with image support.
493Info documentation that includes images, processed with makeinfo 528Info documentation that includes images, processed with makeinfo