comparison lisp/ChangeLog @ 92122:74bf6df13b6c

* vc.el (vc-find-revision): Make vc-parent-buffer local before setting it. (vc-status-menu-map): Do not define using easy-menu. (vc-status-menu-map): New defalias. (vc-status-mode-map): Hook up the menu. (top-level): Update TODO. * vc-hg.el (vc-hg-extra-status-menu): Return a keymap. * vc-bzr.el (vc-bzr-init-version): Rename to ... (vc-bzr-init-revision): ... this.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 23 Feb 2008 06:32:12 +0000
parents b05f99cf5511
children 3541cb2543cc
comparison
equal deleted inserted replaced
92121:b05f99cf5511 92122:74bf6df13b6c
1 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc.el (vc-find-revision): Make vc-parent-buffer local before
4 setting it.
5 (vc-status-menu-map): Do not define using easy-menu.
6 (vc-status-menu-map): New defalias.
7 (vc-status-mode-map): Hook up the menu.
8 (top-level): Update TODO.
9
10 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
11
12 * vc-bzr.el (vc-bzr-init-version): Rename to ...
13 (vc-bzr-init-revision): ... this.
14
1 2008-02-23 Jason Rumney <jasonr@gnu.org> 15 2008-02-23 Jason Rumney <jasonr@gnu.org>
2 16
3 * makefile.w32-in (WINS_ALMOST): Remove term. 17 * makefile.w32-in (WINS_ALMOST): Remove term.
4 (WINS): Add term here. 18 (WINS): Add term here.
5 (custom-deps, finder-data): Use WINS_ALMOST. 19 (custom-deps, finder-data): Use WINS_ALMOST.