Mercurial > emacs
changeset 84424:5ceabf39cf1d
Mention doc-view.el.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sun, 09 Sep 2007 22:31:45 +0000 |
parents | a315dc8105bc |
children | de15045ac6fe |
files | etc/NEWS |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.