Comment and to-do list fixes.
[bpt/emacs.git] / lisp / vc-dispatcher.el
2008-05-09 Eric S. RaymondComment and to-do list fixes.
2008-05-09 Eric S. RaymondRemove the vc-dir-insert-directories global.
2008-05-09 Stefan Monnier(vc-dispatcher-selection-set): More typos, plus indenta...
2008-05-09 Stefan Monnier(vc-dispatcher-selection-set): Typo.
2008-05-09 Stefan Monnier(vc-dispatcher-browsing): Use derived-mode-p.
2008-05-09 Eric S. RaymondLarge simplification in (vc-deduce-fileset) logic.
2008-05-08 Miles BaderMerge from emacs--rel--22
2008-05-07 Eric S. RaymondRemove VC-Dired and backend dir-state methods.
2008-05-07 Eric S. RaymondRemove dead code.
2008-05-07 Eric S. RaymondSecond attempt to move the VC-specific menu initialization.
2008-05-07 Dan Nicolaescu(vc-dir-insert-directories): Default to t.
2008-05-07 Eric S. RaymondMerege two functions in preparation for removing dired.
2008-05-06 Eric S. RaymondCleanup preparatory to getting rid of dired.
2008-05-06 Eric S. RaymondBack out menu move, it broke something obscure.
2008-05-06 Eric S. RaymondMore refactoring.
2008-05-06 Eric S. RaymondMore decoupling of vc-dispatcher.el from vc.el.
2008-05-06 Eric S. RaymondComment typo fix.
2008-05-06 Glenn MorrisSwitch to recommended form of GPLv3 permissions notice.
2008-05-06 Eric S. RaymondMove a customization variable.
2008-05-06 Eric S. RaymondMove the fileset staleness check from vc-next-action to
2008-05-05 Eric S. RaymondMore policy-mechanism separation.
2008-05-05 Eric S. RaymondAvoid passing default nil argument.
2008-05-05 Stefan Monnier(vc-dir-mark-buffer-changed): Fix typo
2008-05-04 Miles BaderMerge from emacs--rel--22
2008-05-04 Miles BaderAdd arch tagline
2008-05-04 Eric S. RaymondBug fix for vc-dispatcher split.
2008-05-03 Eric S. RaymondReorganze VC todo list.
2008-05-03 Eric S. RaymondMoved most of vc-dir from vc.el to vc-dispatcher.el.
2008-05-03 Eric S. RaymondMove VC-Dired code from vc.el to vc-dispatcher.el.
2008-05-03 Eric S. RaymondMove context-preservation machinery.
2008-05-03 Eric S. RaymondMove the command-closure machinery to vc-dispatcher.el.
2008-05-03 Eric S. RaymondPartially undo the dispatcher split, it needs to happen...
2008-05-03 Eric S. RaymondRemove logentry primitive from backend API.
2008-05-03 Eric S. Raymondvc-dispatcher layer separation.