comparison etc/NEWS @ 91005:424b655804ca

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:48:35 +0000
parents 35e3789db058 9688bf3fd555
children aaccdab0ee26
comparison
equal deleted inserted replaced
91004:f72cf5b2ab11 91005:424b655804ca
75 history element containing the search string becomes the current. 75 history element containing the search string becomes the current.
76 76
77 77
78 * New Modes and Packages in Emacs 23.1 78 * New Modes and Packages in Emacs 23.1
79 79
80 ** bibtex-style-mode helps you write BibTeX's *.bst files.
81
82 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt. 80 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
83 81
84 82
85 * Changes in Specialized Modes and Packages in Emacs 23.1 83 * Changes in Specialized Modes and Packages in Emacs 23.1
86 84
96 94
97 *** The VC mode-line entry now has a tooltip. 95 *** The VC mode-line entry now has a tooltip.
98 96
99 *** VC backends can provide extra menu entries to be added to the "Version Control" menu. 97 *** VC backends can provide extra menu entries to be added to the "Version Control" menu.
100 This can be used to add menu entries for backend specific functions. 98 This can be used to add menu entries for backend specific functions.
101
102 *** VC has some support for Bazaar (bzr).
103 99
104 ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs. 100 ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
105 101
106 ** BibTeX mode: 102 ** BibTeX mode:
107 103
196 +++ 192 +++
197 ** New variable `user-emacs-directory'. 193 ** New variable `user-emacs-directory'.
198 Use this instead of "~/.emacs.d". 194 Use this instead of "~/.emacs.d".
199 195
200 +++ 196 +++
201 ** The new function `image-refresh' refreshes all images associated
202 with a given image specification.
203
204 +++
205 ** The new function `start-file-process is similar to `start-process', 197 ** The new function `start-file-process is similar to `start-process',
206 but obeys file handlers. The file handler is chosen based on 198 but obeys file handlers. The file handler is chosen based on
207 `default-directory'. The functions `start-file-process-shell-command' 199 `default-directory'. The functions `start-file-process-shell-command'
208 and `process-file-shell-command' are also new; they call internally 200 and `process-file-shell-command' are also new; they call internally
209 `start-file-process and `process-file', respectively. 201 `start-file-process and `process-file', respectively.