comparison etc/NEWS @ 109651:b7f3d45194f6

* lisp/vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 05 Aug 2010 21:01:00 -0700
parents 43eca6c9f493
children 73b2acbfa01b
comparison
equal deleted inserted replaced
109650:98a5d29bd346 109651:b7f3d45194f6
256 **** vc-git handles Author: and Date: 256 **** vc-git handles Author: and Date:
257 **** vc-hg handles Author: and Date: 257 **** vc-hg handles Author: and Date:
258 **** vc-bzr handles Author:, Date: and Fixes: 258 **** vc-bzr handles Author:, Date: and Fixes:
259 **** vc-mtn handles Author: and Date: 259 **** vc-mtn handles Author: and Date:
260 260
261 *** Pressing g in a *vc-diff* buffer reruns vc-diff, so it will
262 produce an up to date diff.
263
261 ** Directory local variables can apply to file-less buffers. 264 ** Directory local variables can apply to file-less buffers.
262 For example, adding "(diff-mode . ((mode . whitespace)))" to your 265 For example, adding "(diff-mode . ((mode . whitespace)))" to your
263 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers. 266 .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers.
264 267
265 ** SQL Mode enhancements. 268 ** SQL Mode enhancements.