comparison lisp/ChangeLog @ 85239:3f37000e811a

Clarification requested by RMS.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 13 Oct 2007 10:54:45 +0000
parents 7f1336541cb1
children 8572d71ddea0
comparison
equal deleted inserted replaced
85238:7f1336541cb1 85239:3f37000e811a
103 * bs.el (bs--mark-unmark): New function. 103 * bs.el (bs--mark-unmark): New function.
104 (bs-mark-current, bs-unmark-current): Use it. 104 (bs-mark-current, bs-unmark-current): Use it.
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.
116 117
117 2007-10-11 Juanma Barranquero <lekktu@gmail.com> 118 2007-10-11 Juanma Barranquero <lekktu@gmail.com>