]> git.eshelyaron.com Git - emacs.git/commitdiff
DocView is documented.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 30 Nov 2008 23:08:22 +0000 (23:08 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 30 Nov 2008 23:08:22 +0000 (23:08 +0000)
etc/NEWS

index f08844e43352eb32888debe76970685103ae57c6..5ba0f0e6dd183ef8d15df0e9ec5ad6988e782f49 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -478,6 +478,7 @@ bind `mouse-yank-primary' to Mouse-2.
 *** You can disable kill ring commands from accessing the primary
 selection by setting `x-select-enable-primary' to nil.
 
+---
 ** Continuation lines can now be wrapped at word boundaries
 (word-wrapping).  This is controlled by the new per-buffer variable
 `word-wrap'.  Word wrapping does not take place if continuation lines
@@ -495,7 +496,7 @@ lines are truncated.  The default has been changed to 50.
 
 *** The new command balance-windows-area balances windows both
 vertically and horizontally.
-
+---
 *** pop-to-buffer now always sets input focus when the popped-to window
 is on a different frame.
 
@@ -554,6 +555,7 @@ It uses `auto-composition-function' (default `auto-compose-chars').
 D-Bus is an inter-process communication mechanism for applications
 residing on the same host.  See the manual for details.
 
++++
 ** DocView mode allows viewing of PDF, PostScript and DVI documents.
 One can also search for a regular expression in the document.  For
 details, see the commentary in doc-view.el.