comparison lisp/ChangeLog @ 106492:88a0c109936e

Add support for stashing a snapshot of the current tree. * vc-git.el (vc-git-stash-snapshot): New function. (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 08 Dec 2009 15:56:57 +0000
parents fbfaf7bb384e
children b8137ccaf665
comparison
equal deleted inserted replaced
106491:fbfaf7bb384e 106492:88a0c109936e
1 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Add support for stashing a snapshot of the current tree.
4 * vc-git.el (vc-git-stash-snapshot): New function.
5 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6
1 2009-12-08 Jose E. Marchesi <jemarch@gnu.org> 7 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2 8
3 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line' 9 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4 instead of `(beginning|end)-of-line'. 10 instead of `(beginning|end)-of-line'.
5 11