aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2007-09-09 22:31:45 +0000
committerThien-Thi Nguyen2007-09-09 22:31:45 +0000
commit627a10ff06be3e099414e5fa803e4e1dfd1d6ead (patch)
tree8d878d0a7c25210bd59c69c78dd9c4af54ef9270
parent94dbe99c42e00c15247817f21fe588518a1688a0 (diff)
downloademacs-627a10ff06be3e099414e5fa803e4e1dfd1d6ead.tar.gz
emacs-627a10ff06be3e099414e5fa803e4e1dfd1d6ead.zip
Mention doc-view.el.
-rw-r--r--etc/NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3fc02b0a50c..b7ca1d167de 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -119,7 +119,13 @@ history element containing the search string becomes the current.
119 119
120* New Modes and Packages in Emacs 23.1 120* New Modes and Packages in Emacs 23.1
121 121
122** A new game called `bubble' has been added 122** The package doc-view.el has been added. It supports viewing of PDF,
123PostScript and DVI documents inside an Emacs buffer by converting the
124document to a set of PNG images first. One can also search for a
125regular expression in the document. The commentary of the file explains
126its usage.
127
128** A new game called `bubble' has been added.
123 129
124** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt. 130** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
125 131
@@ -248,7 +254,7 @@ session, and `make-frame-on-tty' works during a graphical session.
248`terminal-parameter', `set-terminal-parameter', 254`terminal-parameter', `set-terminal-parameter',
249`modify-terminal-parameters'. 255`modify-terminal-parameters'.
250 256
251*** New hooks: `suspend-tty-functions' and `resume-tty-functions' 257*** New hooks: `suspend-tty-functions' and `resume-tty-functions'
252are called after a tty frame has been suspended or resumed, 258are called after a tty frame has been suspended or resumed,
253respectively. The functions are called with the terminal id of the frame 259respectively. The functions are called with the terminal id of the frame
254being suspended/resumed as a parameter. 260being suspended/resumed as a parameter.