aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.