comparison lisp/ChangeLog @ 85171:0dae4033d140

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 11 Oct 2007 16:10:26 +0000
parents 0860e426be99
children 32540f0e375c
comparison
equal deleted inserted replaced
85170:000327e80fc2 85171:0dae4033d140
1 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * bs.el (bs--mark-unmark): New function.
4 (bs-mark-current, bs-unmark-current): Use it.
5
1 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com> 6 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2 7
3 * vc.el (vc-diff): 8 * vc.el (vc-diff):
4 (vc-diff-internal): Bug fixes by Juanma Barranquero. Temporarily 9 (vc-diff-internal): Bug fixes by Juanma Barranquero. Temporarily
5 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
6 code. 11 code.
7 12
8 2007-10-11 Juanma Barranquero <lekktu@gmail.com> 13 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
11 Use `follow-call-process-filter' rather than `process-filter'. 16 Use `follow-call-process-filter' rather than `process-filter'.
12 Simplify. 17 Simplify.
13 18
14 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com> 19 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
15 20
16 * vc.el: Address an edge case in vc-diff pointed out by 21 * vc.el: Address an edge case in vc-diff pointed out by
17 Juanma Barranquero. This is an experimental fix and may change. 22 Juanma Barranquero. This is an experimental fix and may change.
18 23
19 * vc-hooks.el (vc-registered): Robustify this function a bit 24 * vc-hooks.el (vc-registered): Robustify this function a bit
20 against filenames with no directory component. 25 against filenames with no directory component.
21 26