aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dd4c0f8e6ce..f95f8076512 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,6 +8,10 @@
8 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE 8 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9 doesn't exist. 9 doesn't exist.
10 10
11 * vc.el (vc-trunk-p): Add autoload cookie. The function is used
12 in vc-rcs.el when vc-mistrust-permissions is t, which is not the
13 default.
14
112005-05-22 Nick Roberts <nickrob@snap.net.nz> 152005-05-22 Nick Roberts <nickrob@snap.net.nz>
12 16
13 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for 17 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for