comparison lisp/ChangeLog @ 85497:940f108ed018

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 20 Oct 2007 21:10:32 +0000
parents faeaedde80db
children 0fdf639d434f
comparison
equal deleted inserted replaced
85496:faeaedde80db 85497:940f108ed018
1 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com> 1 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2 2
3 * vc.el (vc-do-command): Condition out a misleading message when 3 * vc.el (vc-do-command): Condition out a misleading message when
4 running asynchronously. 4 running asynchronously.
5 (vc-deduce-fileset): New argument enables using an unregistered 5 (vc-deduce-fileset): New argument enables using an unregistered
6 visited file as a singleton fileset idf nothing else is available. 6 visited file as a singleton fileset if nothing else is available.
7 (vc-next-action): Restore file-registering behavior. 7 (vc-next-action): Restore file-registering behavior.
8 8
9 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com> 9 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
10 10
11 * calc/README: Add recent news. 11 * calc/README: Add recent news.
681 2007-10-11 Juanma Barranquero <lekktu@gmail.com> 681 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
682 682
683 * follow.el (follow-stop-intercept-process-output): 683 * follow.el (follow-stop-intercept-process-output):
684 Use `follow-call-process-filter' rather than `process-filter'. 684 Use `follow-call-process-filter' rather than `process-filter'.
685 Simplify. 685 Simplify.
686 * vc.el (vc0iff): Prevent errors in an edge case.
686 687
687 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com> 688 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
688
689 * vc.el: Address an edge case in vc-diff pointed out by
690 Juanma Barranquero. This is an experimental fix and may change.
691 689
692 * vc-hooks.el (vc-registered): Robustify this function a bit 690 * vc-hooks.el (vc-registered): Robustify this function a bit
693 against filenames with no directory component. 691 against filenames with no directory component.
694 692
695 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca> 693 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>