comparison etc/NEWS @ 84424:5ceabf39cf1d

Mention doc-view.el.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sun, 09 Sep 2007 22:31:45 +0000
parents 2ea1cbfb296f
children 3c471eb2e299
comparison
equal deleted inserted replaced
84423:a315dc8105bc 84424:5ceabf39cf1d
117 history element containing the search string becomes the current. 117 history element containing the search string becomes the current.
118 118
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,
123 PostScript and DVI documents inside an Emacs buffer by converting the
124 document to a set of PNG images first. One can also search for a
125 regular expression in the document. The commentary of the file explains
126 its 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
126 132
127 * Changes in Specialized Modes and Packages in Emacs 23.1 133 * Changes in Specialized Modes and Packages in Emacs 23.1
246 252
247 *** New functions: `terminal-id', `terminal-parameters', 253 *** New functions: `terminal-id', `terminal-parameters',
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'
252 are called after a tty frame has been suspended or resumed, 258 are called after a tty frame has been suspended or resumed,
253 respectively. The functions are called with the terminal id of the frame 259 respectively. The functions are called with the terminal id of the frame
254 being suspended/resumed as a parameter. 260 being suspended/resumed as a parameter.
255 261
256 *** New functions: `environment', `let-environment'. 262 *** New functions: `environment', `let-environment'.