Mercurial > emacs
diff etc/NEWS @ 84448:d03b0147539e
Revert mistakenly deleted entries.
author | Michaël Cadilhac <michael.cadilhac@lrde.org> |
---|---|
date | Mon, 10 Sep 2007 10:55:24 +0000 |
parents | 3c471eb2e299 |
children | 8418c42a7854 |
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.