aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2007-08-29 18:15:16 +0000
committerDan Nicolaescu2007-08-29 18:15:16 +0000
commitf0230324e9fb189b79f2307e47bdfd8c37a9a15f (patch)
tree9262844e8d7c53f466bbfc9c28da77a3c3998bb2 /lisp/ChangeLog
parentdc8ceca12c54bf9fb5f208bdb853f8cb94f650e9 (diff)
downloademacs-f0230324e9fb189b79f2307e47bdfd8c37a9a15f.tar.gz
emacs-f0230324e9fb189b79f2307e47bdfd8c37a9a15f.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3371affe2a2..d493241daaf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12007-08-29 Dan Nicolaescu <dann@ics.uci.edu> 12007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2 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.
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