comparison etc/NEWS @ 108948:c3f02c0c5924

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 09 Jun 2010 22:49:43 +0000
parents fca119200bda
children 6f4e41648c3f
comparison
equal deleted inserted replaced
108928:f89344a6a461 108948:c3f02c0c5924
181 Summary: <one line summary of this change> 181 Summary: <one line summary of this change>
182 Fixes: <reference to the bug fixed by this change> 182 Fixes: <reference to the bug fixed by this change>
183 Some backends handle some of those headers specially, but any unknown header 183 Some backends handle some of those headers specially, but any unknown header
184 is just left as is in the message, so it is not lost. 184 is just left as is in the message, so it is not lost.
185 185
186 **** vc-git handles Author: and Date:
187 **** vc-hg handles Author: and Date:
188 **** vc-bzr handles Author:, Date: and Fixes:
189 **** vc-mtn handles Author: and Date:
190
186 ** Directory local variables can apply to file-less buffers. 191 ** Directory local variables can apply to file-less buffers.
187 For example, adding "(diff-mode . ((mode . whitespace)))" to your 192 For example, adding "(diff-mode . ((mode . whitespace)))" to your
188 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers. 193 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers.
189 194
190 ** SQL Mode enhancements. 195 ** SQL Mode enhancements.
236 ** secrets.el is an implementation of the Secret Service API, an 241 ** secrets.el is an implementation of the Secret Service API, an
237 interface to password managers like GNOME Keyring or KDE Wallet. The 242 interface to password managers like GNOME Keyring or KDE Wallet. The
238 Secret Service API requires D-Bus for communication. The command 243 Secret Service API requires D-Bus for communication. The command
239 `secrets-show-secrets' offers a buffer with a visualization of the 244 `secrets-show-secrets' offers a buffer with a visualization of the
240 secrets. 245 secrets.
246
247 ** notifications.el provides an implementation of the Desktop
248 Notifications API. It requires D-Bus for communication.
241 249
242 250
243 * Incompatible Lisp Changes in Emacs 24.1 251 * Incompatible Lisp Changes in Emacs 24.1
244 252
245 ** Test for special mode-class was moved from view-file to view-buffer. 253 ** Test for special mode-class was moved from view-file to view-buffer.