aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond2007-10-11 16:39:44 +0000
committerEric S. Raymond2007-10-11 16:39:44 +0000
commitd69db164a17875a49496553f999bf7b351832b06 (patch)
treed24054c2a447f66306a27846d6aac5f46d48e989
parentcba25899da81707e5da901bbf7d93d71aaf697e8 (diff)
downloademacs-d69db164a17875a49496553f999bf7b351832b06.tar.gz
emacs-d69db164a17875a49496553f999bf7b351832b06.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b8be970a74c..c1ac13dfff7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,6 +9,11 @@
9 (vc-diff-internal): Bug fixes by Juanma Barranquero. Temporarily 9 (vc-diff-internal): Bug fixes by Juanma Barranquero. Temporarily
10 disable the check for his edge case, it's calling some brittle 10 disable the check for his edge case, it's calling some brittle
11 code. 11 code.
12 (with-vc-properties): Fievaluation time of a macro argument.
13
14 * ediff-vers.el (ediff-vc-internal):
15 vc-hooks.el:
16 loaddefs.el: Follow up on VC terminology change.
12 17
132007-10-11 Juanma Barranquero <lekktu@gmail.com> 182007-10-11 Juanma Barranquero <lekktu@gmail.com>
14 19