diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0b5f67b9d3..c22c36407a5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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. |