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

Merged from Michael Olson: A bunch of general improvements :-)
    ------------------------------------------------------------
    revno: 234.1.13
    merged: [EMAIL PROTECTED]
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Sun 2007-08-26 21:57:15 -0400
    message:
      Clarify dvc-capturing-lambda docstring w.r.t. symbol capture
      
      * lisp/dvc-lisp.el (dvc-capturing-lambda): Make it clear in the docstring
        that we only allow the values of symbols to be captured, and not
        arbitrary expressions.
    ------------------------------------------------------------
    revno: 234.1.12
    merged: [EMAIL PROTECTED]
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Sun 2007-08-26 21:54:43 -0400
    message:
      tla: Fix some broken capture statements
      
      For simplicity, we only allow symbols to be captured.  Throughout tla.el,
      fix all capture statements that refer to non-symbols.  It is nearly
      always clearer to just let-bind a symbol, rather than capture an
      arbitrary expression, anyway.
    ------------------------------------------------------------
    revno: 234.1.11
    merged: [EMAIL PROTECTED]
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Sun 2007-08-26 21:27:23 -0400
    message:
      Make dvc-capturing-lambda reuse already-captured symbols
      
      * lisp/dvc-lisp.el (dvc-capturing-lambda-helper): Reuse already-captured
        symbols.  Push a cons cell rather than a list, because otherwise rassoc
        will not work.  Throw an error if trying to capture a non-symbol.
        (dvc-capturing-lambda): Get the cdr of the captured value entry, rather
        than the cadr, since we are now using a cons cell.
    ------------------------------------------------------------
    revno: 234.1.10
    merged: [EMAIL PROTECTED]
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Sun 2007-08-26 20:03:44 -0400
    message:
      Let dvc-run-dvc-async take :filter argument
      
      * lisp/dvc-core.el (dvc-process-filter): Take optional no-insert
        argument.  Improve docstring.  Return modified string so we can chain
        this with another custom filter function.  Play nice with the process
        marker as urged by the Emacs Lisp reference manual.
        (dvc-run-dvc-async): Take :filter keyword argument.  If one is
        provided, call it with the output from dvc-process-filter.
    ------------------------------------------------------------
    revno: 234.1.9
    merged: [EMAIL PROTECTED]
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Sun 2007-08-26 19:24:24 -0400
    message:
      Merge from Steven
        ------------------------------------------------------------
        revno: 238.1.1
        merged: [EMAIL PROTECTED]
        committer: stephe <[EMAIL PROTECTED]>
        branch nick: dvc
        timestamp: Sat 2007-08-25 09:01:01 -0400
        message:
          set dvc-buffer-current-active-dvc in all appropriate dvc mode 
functions.
    ------------------------------------------------------------
    revno: 234.1.8
    merged: [EMAIL PROTECTED]
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Sun 2007-08-26 19:19:23 -0400
    message:
      Handle case where partner buffer has been killed in log-edit-done
      
      * lisp/bzr.el (bzr-log-edit-commit): Handle case where partner buffer has
        been killed.
      
      * lisp/xgit-dvc.el (xgit-dvc-log-edit-done): Ditto.
    ------------------------------------------------------------
    revno: 234.1.7
    merged: [EMAIL PROTECTED]
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Sun 2007-08-26 19:16:15 -0400
    message:
      xgit-log: Use file-relative-name in xgit-log rather than 
dired-make-relative
      
      * lisp/xgit-log.el (xgit-log): Use file-relative-name instead of
        dired-make-relative, because the former was present in git-log.  If
        this is incorrect, please add a comment to the source to explain why.
    ------------------------------------------------------------
    revno: 234.1.6
    merged: [EMAIL PROTECTED]
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Sun 2007-08-26 18:47:29 -0400
    message:
      Merge from Daniel
        ------------------------------------------------------------
        revno: 94.1.22
        merged: [EMAIL PROTECTED]
        committer: Daniel Dehennin <[EMAIL PROTECTED]>
        branch nick: dvc.dev
        timestamp: Sun 2007-08-26 23:15:16 +0200
        message:
          Fix the info path.
          
          * dvc-load-install.el.in (Info-default-directory-list): Remove 
erroneous /info.
    ------------------------------------------------------------
    revno: 234.1.5
    merged: [EMAIL PROTECTED]
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Sun 2007-08-26 18:43:33 -0400
    message:
      Wrap lines at 80th column and reformat some docstrings
    ------------------------------------------------------------
    revno: 234.1.4
    merged: [EMAIL PROTECTED]
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Sun 2007-08-26 18:10:21 -0400
    message:
      Merge from Daniel
        ------------------------------------------------------------
        revno: 94.1.21
        merged: [EMAIL PROTECTED]
        committer: Daniel Dehennin <[EMAIL PROTECTED]>
        branch nick: dvc.dev
        timestamp: Sun 2007-08-26 17:58:23 +0200
        message:
          Merge from Stephan Reichoer
        ------------------------------------------------------------
        revno: 94.1.20
        merged: [EMAIL PROTECTED]
        committer: Daniel Dehennin <[EMAIL PROTECTED]>
        branch nick: dvc.dev
        timestamp: Sun 2007-08-26 17:55:06 +0200
        message:
          Fix dvc-load.el creation.
          
          * Makefile.in (install): Replace ${datarootdir} by its value when 
generating dvc-load.el
        ------------------------------------------------------------
        revno: 94.1.19
        merged: [EMAIL PROTECTED]
        committer: Daniel Dehennin <[EMAIL PROTECTED]>
        branch nick: dvc.dev
        timestamp: Fri 2007-08-24 01:05:41 +0200
        message:
          merge from Stephan Reichoer
        ------------------------------------------------------------
        revno: 94.1.18
        merged: [EMAIL PROTECTED]
        committer: Daniel Dehennin <[EMAIL PROTECTED]>
        branch nick: dvc.dev
        timestamp: Tue 2007-08-21 17:44:41 +0200
        message:
          Merge from Stephan Reichoer
        ------------------------------------------------------------
        revno: 94.1.17
        merged: [EMAIL PROTECTED]
        committer: Daniel Dehennin <[EMAIL PROTECTED]>
        branch nick: dvc.dev
        timestamp: Thu 2007-08-16 22:33:43 +0200
        message:
          Merge from Stephan Reichoer
        ------------------------------------------------------------
        revno: 94.1.16
        merged: [EMAIL PROTECTED]
        committer: Daniel Dehennin <[EMAIL PROTECTED]>
        branch nick: dvc.dev
        timestamp: Wed 2007-08-15 13:32:05 +0200
        message:
          merge from Stefan Reichoer
        ------------------------------------------------------------
        revno: 94.1.15
        merged: [EMAIL PROTECTED]
        committer: Daniel Dehennin <[EMAIL PROTECTED]>
        branch nick: dvc.dev
        timestamp: Thu 2007-08-02 13:53:57 +0200
        message:
          merge from Michael W. Olson
        ------------------------------------------------------------
        revno: 94.1.14
        merged: [EMAIL PROTECTED]
        committer: Daniel Dehennin <[EMAIL PROTECTED]>
        branch nick: dvc.dev
        timestamp: Thu 2007-08-02 13:47:59 +0200
        message:
          merge from Stephen Reichoer
        ------------------------------------------------------------
        revno: 94.1.13
        merged: [EMAIL PROTECTED]
        committer: Daniel Dehennin <[EMAIL PROTECTED]>
        branch nick: dvc.dev
        timestamp: Thu 2007-07-19 13:32:00 +0200
        message:
          Merge from Stefan Reichoer
        ------------------------------------------------------------
        revno: 94.1.12
        merged: [EMAIL PROTECTED]
        committer: Daniel Dehennin <[EMAIL PROTECTED]>
        branch nick: dvc.dev
        timestamp: Wed 2007-07-18 10:58:22 +0200
        message:
          Merge from Stefan Reichoer
    ------------------------------------------------------------
    revno: 234.1.3
    merged: [EMAIL PROTECTED]
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Sat 2007-08-25 00:42:35 -0400
    message:
      Merge from Stefan
    ------------------------------------------------------------
    revno: 234.1.2
    merged: [EMAIL PROTECTED]
    committer: Michael W. Olson <[EMAIL PROTECTED]>
    branch nick: mwolson
    timestamp: Thu 2007-08-23 18:08:39 -0400
    message:
      revlist: Don't bind up and down, do bind TAB and Shift TAB
      
      * lisp/dvc-revlist.el (dvc-revlist-mode-map): Do not bind up and down,
        because I absolutely hate it when modes do that.  Do bind TAB and Shift
        TAB to dvc-revision-next and dvc-revision-previous.

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

Reply via email to