diff options
author | agc <agc> | 2002-12-22 14:59:25 +0000 |
---|---|---|
committer | agc <agc> | 2002-12-22 14:59:25 +0000 |
commit | aaff94a2ad14a67677ef4fd612f9584682929e72 (patch) | |
tree | b805e6e986b4ff41f61ce1c7095302ba23470a33 /doc | |
parent | cdca28f407950c9bba84f3b98f4503312a2d2860 (diff) | |
download | pkgsrc-aaff94a2ad14a67677ef4fd612f9584682929e72.tar.gz |
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index f163c21f360..6e9e792ce99 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.866 2002/12/22 14:25:47 chris Exp $ +$NetBSD: CHANGES,v 1.867 2002/12/22 15:01:49 agc Exp $ Changes to the packages collection and infrastructure in 2002: @@ -4051,3 +4051,4 @@ Changes to the packages collection and infrastructure in 2002: Added cfengine-doc-2.0.4 [seb 2002-12-22] Updated gpgme to 0.3.14 [chris 2002-12-22] Updated sylpheed to 0.8.7 [chris 2002-12-22] + Updated tkcvs to 7.1.2 [agc 2002-12-22] |