changeset 84448:d03b0147539e

Revert mistakenly deleted entries.
author Michaël Cadilhac <michael.cadilhac@lrde.org>
date Mon, 10 Sep 2007 10:55:24 +0000
parents aad6a1602fc4
children 91064754e39c
files etc/NEWS
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Sep 10 09:58:29 2007 +0000
+++ b/etc/NEWS	Mon Sep 10 10:55:24 2007 +0000
@@ -126,7 +126,13 @@
 
 * New Modes and Packages in Emacs 23.1
 
-** A new game called `bubble' has been added
+** The package doc-view.el has been added.  It supports viewing of PDF,
+PostScript and DVI documents inside an Emacs buffer by converting the
+document to a set of PNG images first.  One can also search for a
+regular expression in the document.  The commentary of the file explains
+its usage.
+
+** A new game called `bubble' has been added.
 
 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
 
@@ -255,7 +261,7 @@
 `terminal-parameter', `set-terminal-parameter',
 `modify-terminal-parameters'.
 
-*** New hooks: `suspend-tty-functions' and `resume-tty-functions' 
+*** New hooks: `suspend-tty-functions' and `resume-tty-functions'
 are called after a tty frame has been suspended or resumed,
 respectively. The functions are called with the terminal id of the frame
 being suspended/resumed as a parameter.