diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd9fe354579..06d9f194553 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -105,11 +105,12 @@ | |||
| 105 | 105 | ||
| 106 | 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com> | 106 | 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com> |
| 107 | 107 | ||
| 108 | * vc.el (vc-diff, vc-diff-internal): Bug fixes by Juanma Barranquero. | 108 | * vc.el (vc-diff): |
| 109 | Temporarily disable the check for his edge case, it's calling some | 109 | (vc-diff-internal): Merge a patch by Juanma Barranquero. Also, |
| 110 | brittle code. | 110 | emporarily disable the check for his edge case of |
| 111 | (with-vc-properties): Fievaluation time of a macro argument. | 111 | vc-diff (stopping it from grinding when callerd from $HOME), as |
| 112 | 112 | it's calling some brittle code in vc-hooks.el. | |
| 113 | (with-vc-properties): Fix evaluation time of a macro argument. | ||
| 113 | * ediff-vers.el (ediff-vc-internal): | 114 | * ediff-vers.el (ediff-vc-internal): |
| 114 | * vc-hooks.el: | 115 | * vc-hooks.el: |
| 115 | * loaddefs.el: Follow up on VC terminology change. | 116 | * loaddefs.el: Follow up on VC terminology change. |