comparison lisp/ChangeLog @ 83759:493b2df20f41

(vc-hg-extra-menu-map): New variable. (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push) (vc-hg-pull): New functions. (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 29 Aug 2007 18:15:16 +0000
parents 727d03075a75
children e432197646f8
comparison
equal deleted inserted replaced
83758:727d03075a75 83759:493b2df20f41
1 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu> 1 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-hg.el (vc-hg-extra-menu-map): New variable.
4 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
5 (vc-hg-pull): New functions.
6 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
2 7
3 * term/mac-win.el: Don't require url, only autoloaded url 8 * term/mac-win.el: Don't require url, only autoloaded url
4 functions are used in this file. 9 functions are used in this file.
5 10
6 2007-08-29 Andreas Schwab <schwab@suse.de> 11 2007-08-29 Andreas Schwab <schwab@suse.de>