vc-dispatcher layer separation.

This commit is contained in:
Eric S. Raymond 2008-05-03 07:06:34 +00:00
parent 9b4ab1b495
commit 92d1eebf86
3 changed files with 1705 additions and 1608 deletions

View file

@ -1,3 +1,10 @@
2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
* vc-dispatcher.el: New file, separates out the UI and command
execution machinery from VCS-specific logic left in vc.el. The
separation is not yet completely clean, but it's a good start.
* vc.el: This file is about 1700 lines shorter now.
2008-05-02 Sam Steingold <sds@gnu.org>
* progmodes/compile.el (compilation-start): Move setting of

1696
lisp/vc-dispatcher.el Normal file

File diff suppressed because it is too large Load diff

1610
lisp/vc.el

File diff suppressed because it is too large Load diff