Subject: CVS commit: pkgsrc/devel/monotone-viz
To: None <pkgsrc-changes@NetBSD.org>
From: Daniel Carosone <dan@netbsd.org>
List: pkgsrc-changes
Date: 11/08/2005 03:24:32
Module Name:	pkgsrc
Committed By:	dan
Date:		Tue Nov  8 03:24:32 UTC 2005

Modified Files:
	pkgsrc/devel/monotone-viz: Makefile distinfo
	pkgsrc/devel/monotone-viz/patches: patch-aa
Removed Files:
	pkgsrc/devel/monotone-viz/patches: patch-ab

Log Message:
update to 0.12, changelog below.

XXX: the package is heavily gnome-infested, pulling in half the
     known universe via lablgtk2. Only the gnome-canvas bindings
     are really needed; there's a local copy of lablgtk2 in the
     m-viz source tree now, perhaps use that?

0.12:
- change the way displayed branches are selected: now one can view
  any set of branches
- allow the ancestry graph view to be limited by date
- the `query' window now uses monotone selectors
- change the reconnection algorithm
- cert values can be copied to the clipboard (via a context menu)
- DnD support: accept drops from a file manager
- rewrite the sqlite bindings (use parsed statements now)

0.11:
- a new `query' window to search for revision matching some criterion
- some DnD support: drag a node and drop it in a terminal to copy its
  revision id
- tweak the reconnection algorithm
- build with a shared sqlite library by default
- add a preference option for the location of the `dot' program

0.10:
- try to reconnect disconnected parts of the graph (by adding grey edges)
- libgnomecanvas hack to speed up drawing
- somehow display the output of monotone diff, even if it is not valid UTF-8
- middle clicking on the graph with a (prefix) of an id selected will
  center the view on this id
- support builds with a shared sqlite library
  (--with-shared-sqlite option to configure)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/monotone-viz/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/monotone-viz/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/monotone-viz/patches/patch-aa
cvs rdiff -r1.1.1.1 -r0 pkgsrc/devel/monotone-viz/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.