]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(vc-hooks, ewoc): Require.
[gnu-emacs] / lisp / ChangeLog
index c7e546b6978ee905ff8d03b9e97938a35a7c4033..b58775e6396237202a314a551826e6f53ae5c375 100644 (file)
@@ -1,5 +1,110 @@
+2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-dispatcher.el (vc-hooks, ewoc): Require.
+       (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
+
+       * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
+
+2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * term/w32-win.el (x-colors):
+       * term/mac-win.el (x-colors):
+       * term/x-win.el (x-colors): Re-order colors.
+
+2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
+
+       * smerge-mode.el (smerge-command-prefix): Fix custom type.
+
+2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
+       New functions implementing motion to next and previous directory.
+
+       * vc-arch.el (vc-arch-command),
+       vc-bzr.el (vc-bzr-command),
+       vc-cvs.el (vc-cvs-command),
+       vc-dispatcher.el (vc-do-command),
+       vc-git.el (vc-git-command),
+       vc-hg.el (vc-hg-command),
+       vc-mcvs.el (vc-mvcs-command),
+       vc-mtn.el (vc-mtn-command),
+       vc-sccs.el (vc-sccs-command, vc-sccs-workfile,
+       vc-sccs-workfile-unchanged-p),
+       vc-svn.el (vc-svn-command, vc-svn-create-repo),
+       vc-rcs.el (all methods):
+       Remove assumption about what a nil argument to vc-do-command
+       means.  This means no buffer name needs to be hardcoded into the
+       dispatcher layer, and it's better to be explicit anyway.
+
+       vc-svn.el (vc-svn-dir-state-heuristic): Removed.
+
+2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el: Update todo.
+
+       * vc-sccs.el (vc-sccs-dir-status):
+       * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
+       backends and returning up to date files.
+
+       * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
+
+2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * vc.el (vc-dir):
+       * vc-hooks.el: Tweak the VC directory bindings.  These are now
+       documented in the manual.
+
+       * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
+       (vc-dir-children-marked-p): Remove the vc-dir-insert-directories
+       global.
+       (vc-dispatcher-selection-set): Allow callers to pass in an
+       observer flag that says no buffer sync is required.
+       * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
+       Use the observer flag.
+
+2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
+
+       * simple.el (start-file-process): Clarify docstring.
+
+2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el: Remove
+       stub implementations of, and references to, wash-log.
+       * vc-rcs.el (vc-rcs-comment-history):
+       * vc-cvs.el (vc-cvs-comment-history):
+       Inline the code that used to be wash-log.
+
+       * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
+       (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment,
+       vc-sccs-print-log, vc-sccs-diff): Grok directories.
+       * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout,
+       (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
+       (vc-rcs-print-log): Grok directories.
+
 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * vc.el (vc-mark-resolved): Add `backend' argument.
+       (vc-next-action): Pass it the backend.
+       (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
+       (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
+       (vc-default-comment-history, vc-default-create-snapshot)
+       (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
+       (vc-annotate-revision-previous-to-line)
+       (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
+       * vc-svn.el (vc-svn-checkout):
+       * vc-mcvs.el (vc-mcvs-checkout):
+       * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
+       (vc-working-revision, vc-before-save, vc-mode-line):
+       Prefer vc-call-backend to vc-call so as not to recompute the backend.
+
+       * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
+       state to be consistent since it's often an unwarranted restriction.
+       Don't return the state either.
+       (vc-next-action): Check that the state is consistent.
+       (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
+       (vc-rollback, vc-update): Adapt to new return value of
+       vc-deduce-fileset.
+
        * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
        (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
        (vc-dispatcher-in-fileset-p): New fun.
 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
 
        * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
-       (vc-diff, vc-revert, vc-rollback, vc-update):
-       vc-dispatcher.el (vc-dispatcher-selection-set):
+       (vc-diff, vc-revert, vc-rollback, vc-update),
+       vc-dispatcher.el (vc-dispatcher-selection-set):
        Get rid of 4 special cases in fileset selection.  This involved
        changing the return value of (vc-deduce-fileset) so that it passes
        back a deduced state as well as a deduced back end,