aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2007-07-26 18:44:39 +0000
committerDan Nicolaescu2007-07-26 18:44:39 +0000
commit625f71cff9f69fb0ca47aedbb69111f22186e628 (patch)
treeae1b10268077f9f911678e59206a629a9f8f11a8 /lisp/ChangeLog
parent108607bc25dcb8d4aac102661e18ca4c19d418c4 (diff)
downloademacs-625f71cff9f69fb0ca47aedbb69111f22186e628.tar.gz
emacs-625f71cff9f69fb0ca47aedbb69111f22186e628.zip
* vc-git.el: Relicense to GPLv3 or later.
(vc-directory-exclusion-list, vc-handled-backends): Remove. * vc-hooks.el (vc-handled-backends): Add GIT. * vc.el (vc-directory-exclusion-list): Add .git. * vc2-xtra.texi (Customizing VC): Add GIT.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ad836f8ef03..616dfd16859 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-git.el: Relicense to GPLv3 or later.
4 (vc-directory-exclusion-list, vc-handled-backends): Remove.
5
6 * vc-hooks.el (vc-handled-backends): Add GIT.
7
8 * vc.el (vc-directory-exclusion-list): Add .git.
9
12007-07-26 Alexandre Julliard <julliard@winehq.org> 102007-07-26 Alexandre Julliard <julliard@winehq.org>
2 11
3 * vc-git.el (vc-git-revision-table) 12 * vc-git.el (vc-git-revision-table)