Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 03/09/2004 22:49:48
Module Name:	pkgsrc
Committed By:	minskim
Date:		Tue Mar  9 22:49:48 UTC 2004

Modified Files:
	pkgsrc/devel/tkcvs: Makefile PLIST distinfo
	pkgsrc/doc: CHANGES TODO

Log Message:
Update tkcvs to 7.2.

Changes since 7.1.2:

- More merging functionality.  Helps you tag the merged-from and merged-to
  versions, and if you use the tagnames properly, draws curving arrows between
  them to show where merges occurred.  The tagnames are configurable with the
  cvscfg(mergetoformat) and cvscfg(mergefromformat) variables.
- Requires Tk 8.4 for the curved lines.
- Fixed bug in annotation browser wherein it didn't change colors when
  "Days per Color" changed.
- No longer pops an error dialog if the background exec fails.  Just beeps at
  you.  The command's output should tell you what happened.
- TkDiff v4.0:
      "r" key binding to recompute diffs
      fix for diff symbols in Change Bars disappearing
      preferences for showing whitespace differences
      better tolerance of Windows filenames
- Bugfix for hangs in 7.1.3
- Bugfix for uninitialized X1 coordinate
- Compatible with CVS 1.11.8, which lost the global -l flag.
- Mainline tkdiff is back.  Tkdiff is on Sourceforge now and there's an
  official beta, which is pretty stable.
- Annotation browsing is available from the log branch browser.  There's also
  a button on the main window to make it more likely that people will discover
  the function, which can be most useful.
- Merging will work to the branch as well as to the trunk in the logcanvas
  browser.
- Solved a few problems with the exec functionality.  High CPU usage is gone.
  It now gives back the UI (to one degree or another) and captures
  stderr (both) instead of doing one or the other.
- Made a filter for single-line module-diff (patch) output.  Now files that
  were added, removed, or changed are easier to pick out visually.
- Added an Apply button to the module-level checkout, export, and patch
  dialogs.  Since they don't save state, you could have to type the same
  thing over and over on subsequent operations.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/devel/tkcvs/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/tkcvs/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/tkcvs/distinfo
cvs rdiff -r1.5178 -r1.5179 pkgsrc/doc/CHANGES
cvs rdiff -r1.1489 -r1.1490 pkgsrc/doc/TODO

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