comparison 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
comparison
equal deleted inserted replaced
84447:aad6a1602fc4 84448:d03b0147539e
124 history element containing the search string becomes the current. 124 history element containing the search string becomes the current.
125 125
126 126
127 * New Modes and Packages in Emacs 23.1 127 * New Modes and Packages in Emacs 23.1
128 128
129 ** A new game called `bubble' has been added 129 ** The package doc-view.el has been added. It supports viewing of PDF,
130 PostScript and DVI documents inside an Emacs buffer by converting the
131 document to a set of PNG images first. One can also search for a
132 regular expression in the document. The commentary of the file explains
133 its usage.
134
135 ** A new game called `bubble' has been added.
130 136
131 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt. 137 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
132 138
133 139
134 * Changes in Specialized Modes and Packages in Emacs 23.1 140 * Changes in Specialized Modes and Packages in Emacs 23.1
253 259
254 *** New functions: `terminal-id', `terminal-parameters', 260 *** New functions: `terminal-id', `terminal-parameters',
255 `terminal-parameter', `set-terminal-parameter', 261 `terminal-parameter', `set-terminal-parameter',
256 `modify-terminal-parameters'. 262 `modify-terminal-parameters'.
257 263
258 *** New hooks: `suspend-tty-functions' and `resume-tty-functions' 264 *** New hooks: `suspend-tty-functions' and `resume-tty-functions'
259 are called after a tty frame has been suspended or resumed, 265 are called after a tty frame has been suspended or resumed,
260 respectively. The functions are called with the terminal id of the frame 266 respectively. The functions are called with the terminal id of the frame
261 being suspended/resumed as a parameter. 267 being suspended/resumed as a parameter.
262 268
263 *** New functions: `environment', `let-environment'. 269 *** New functions: `environment', `let-environment'.