Committed revision 300 to http://bzr.xsteve.at/dvc/

Merged from Stephen Leake: Various code cleanups
    ------------------------------------------------------------
    revno: 286.1.40
    committer: Stephen Leake <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Wed 2008-01-02 06:04:37 -0500
    message:
      Change dvc-add-log-entry-other-frame to dvc-log-edit-other-frame - more 
general.
      
      * lisp/dvc-log.el (dvc-add-log-entry-other-frame): Change
        dvc-add-log-entry-other-frame to dvc-log-edit-other-frame - more
        general.
        (dvc-add-log-entry-internal): Move handling of dvc-log-edit-other-frame
        into dvc-log-edit.
      
      * lisp/dvc-unified.el (dvc-log-edit): Move handling of 
dvc-log-edit-other-frame
        into dvc-log-edit.
    ------------------------------------------------------------
    revno: 286.1.39
    committer: Stephen Leake <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Mon 2007-12-31 04:18:50 -0500
    message:
      Clean up byte compiler verbose warnings.
      
      * Makefile.in (dvc-maybe): Delete, since lisp dir has no 'maybe target
          (dvc-verbose): New target for all warnings.
      
      * lisp/Makefile.in (all-verbose): New target for all warnings.
      
      * lisp/dvc-core.el (dvc-revision-get-previous-revision): Delete, since it
        was not used and had a free variable reference bug.
      
      * lisp/dvc-diff.el (dvc-show-changes-buffer): Improve doc string for 
PARSER.
      
      * lisp/xdarcs.el (xdarcs-parse-whatsnew): Replace let-bound variable
        `output' with `(current-buffer)'.
      
      * lisp/xgit-annotate.el (xgit-annotate-hide-revinfo): Use
        `(goto-char (point-min))' instead of `beginning-of-buffer' as suggested
        by byte compiler warning.
      
      * lisp/xgit.el (xgit-parse-status): Bind `output' locally to
        `(current-buffer)' instead of relying on caller binding it.
      
      * lisp/xhg.el (xhg-parse-status): Replace let-bound variable
        `output' with `(current-buffer)'.
    ------------------------------------------------------------
    revno: 286.1.38
    committer: Stephen Leake <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Sat 2007-12-29 08:49:40 -0500
    message:
      Define ewoc-delete for Emacs 21. Misc other stuff.
      
      * lisp/dvc-diff.el (dvc-ediff-buffers): Bind dvc-temp-current-active-dvc.
      
      * lisp/dvc-emacs.el: Define ewoc-delete if needed.
      
      * lisp/dvc-log.el (dvc-add-log-entry): Improve doc string.
          (dvc-add-log-entry-internal): Quote 'defun' for regexp.
    ------------------------------------------------------------
    revno: 286.1.37
    committer: Stephen Leake <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Fri 2007-12-28 01:06:55 -0500
    message:
      In dvc-ediff-startup-hook, set dvc-buffer-current-active-dvc for 
dvc-ediff-add-log-entry.
      
      * lisp/dvc-diff.el (dvc-ediff-startup-hook): Set 
dvc-buffer-current-active-dvc for dvc-ediff-add-log-entry.
      
      * lisp/xmtn-automate.el (xmtn-automate--send-command-string): Shorten 
trace string.
    ------------------------------------------------------------
    revno: 286.1.36
    committer: Stephen Leake <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Thu 2007-12-27 11:57:32 -0500
    message:
      Fix mtn retrieve previous versions, misc cleanups.
      
      * lisp/dvc-defs.el: Delete commented out code
      
      * lisp/dvc-diff.el (dvc-prepare-changes-buffer): Fix syntax (missing
        closing paren).
      
      * lisp/xmtn-dvc.el (xmtn--insert-file-contents-by-name): Fix mtn automate
        stdio option syntax.
    ------------------------------------------------------------
    revno: 286.1.35
    committer: Stephen Leake <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Tue 2007-12-25 14:03:38 -0500
    message:
      Misc improvements.
      
      * lisp/dvc-diff.el (dvc-prepare-changes-buffer): Bind
        dvc-temp-current-active-dvc.
        (dvc-diff-mode-map): Use dvc-bookmarks, not tla-bookmarks.
        (dvc-diff-jump-to-change): Bind dvc-temp-current-active-dvc.
      
      * lisp/dvc-log.el (dvc-add-log-entry, dvc-add-log-entry-internal): Move
        handling of dvc-add-log-entry-other-frame into
        dvc-add-log-entry-internal
    ------------------------------------------------------------
    revno: 286.1.34
    committer: Stephen Leake <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Tue 2007-12-25 12:11:32 -0500
    message:
      Eliminate other uses of tla--scroll-maybe.
    ------------------------------------------------------------
    revno: 286.1.33
    committer: Stephen Leake <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Tue 2007-12-25 12:09:53 -0500
    message:
      merge from Stefan
    ------------------------------------------------------------
    revno: 286.1.32
    committer: Stephen Leake <[EMAIL PROTECTED]>
    branch nick: dvc
    timestamp: Tue 2007-12-25 12:07:33 -0500
    message:
      Cleanup arg list of dvc-diff-error-in-process. Eliminate tla dependence 
in dvc-diff-scroll-or-diff.
      
      * lisp/bzr.el (bzr-dvc-diff): Match changes in dvc-diff-error-in-process.
          (bzr-delta): Ditto.
          (bzr-dvc-status): Ditto.
          (bzr-inventory): Ditto.
      
      * lisp/dvc-diff.el (dvc-diff-scroll-or-diff): Eliminate tla dependence.
      
      * lisp/dvc-unified.el (dvc-file-diff): Doc DONT-SWITCH arg.
          (dvc-merge): Improve doc string.
      
      * lisp/dvc-utils.el (dvc-scroll-maybe): Renamed from tla--scroll-maybe.
      
      * lisp/tla.el (tla--scroll-maybe): Renamed to dvc-scroll-maybe in
        dvc-utils.el.
      
      * lisp/xdarcs.el (xdarcs-whatsnew): Match changes in 
dvc-diff-error-in-process.
      
      * lisp/xmtn-dvc.el (xmtn--status-using-inventory): Match changes in
        dvc-diff-error-in-process.
        (xmtn-propagate-from): Make interactive.

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to