2 Jan 12:09
rev 321: Misc improvements.
Stephen Leake <stephen_leake <at> stephe-leake.org>
2008-01-02 11:09:40 GMT
2008-01-02 11:09:40 GMT
Committed revision 321 to http://stephe-leake.org/dvc 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 -- -- -- Stephe
I glanced at your changes. I think they are a nice improvement to our
existing code base. So I merged your branch to the mainline to allow a
somewhat wider testing of your code.
Stefan.
> It adds a new file lisp/dvc-fileinfo, which defines Common Lisp
> structs for ewoc elements used in dvc-diff-mode.
>
> The structs are:
>
> (defstruct (dvc-fileinfo-file
> (:include dvc-fileinfo-root)
> (:copier nil))
> mark ;; t/nil.
> dir ;; Directory the file resides in, relative to dvc-root.
> file ;; File name sans directory.
> ;; (concat dir file) gives a valid path.
> status ;; Symbol; see dvc-fileinfo-status-image for list
> more-status ;; String; whatever else the backend has to say
> )
RSS Feed