# HG changeset patch # User Thien-Thi Nguyen # Date 1189377105 0 # Node ID 5ceabf39cf1d6ee8bd7ef9d887823a8cc6c299d3 # Parent a315dc8105bcc914d861770cc06f887161c267b5 Mention doc-view.el. diff -r a315dc8105bc -r 5ceabf39cf1d etc/NEWS --- a/etc/NEWS Sun Sep 09 22:29:16 2007 +0000 +++ b/etc/NEWS Sun Sep 09 22:31:45 2007 +0000 @@ -119,7 +119,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. @@ -248,7 +254,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.