Changes:
- Vendor Merge is back, rehabilitated by Eugene Lee, its author.
- Bug fixes:
892051 apply the tag ignores user input
892050 merge changes to current doesn't do that
(No report) Clear entry containing tag instead of appending, so tag
doesn't grow if dialog is re-opened.
Fixed a few problems with defaults in tkcvs_def.tcl.
- The installer no longer hardcodes the library path in tkcvs. The program
now figures out where it is at runtime.
- You can now configure how many lines to keep in the trace window with
$cvscfg(trace_savelines)
- Import dialog has better defaults. Version default is the same as
you get if you don't supply the -b option on the command line.
- Don't show stderr in CVS Commit dialog, since if there are many directories
they may make too much output and make you miss what you were interested in.
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.
Changes:
- Improved the algorithm for building the tree in the module browser, making
it less error-prone.
- Recursive add respects .cvsignore and $cvscfg(ignore_file_filter)
- The Working Directory Browser parses the "Sticky Options" field and uses
a different icon if a locally-added or up-to-date file is binary (-kb).
- The Log Browser color-codes the selected revisions so you can visually
match the log text with the box in the branching diagram.
- The dialog for module-level tagging (cvs rtag) is a little more
informative (and the code is a little less rococo).
- The installer has a new option "-finaldest", to facilitate building
debian-style packages.
- The man page is installed in man1 instead of mann.
- The tooltips no longer persist until the operation started by the button
is finished.
Changelog:
- Improved main file-browsing window. It now has icons to indicate the status
of the files. The right mouse button activates context-sensitive popup menus.
As a consequence of using a canvas widget instead of a listbox, the selection
mechanism is different. It's click to select, shift-click to add selection,
click-on-background to deselect all. The right button does an area select.
- The module browser reads whatever information is available in the
modules file via "cvs checkout -c" before it looks for the tkcvs-specific
extensions. Thus if there is a modules file at all, some information
will be available without the additional comments.
- Options are specified via the options database instead of with cvscfg
variables. If the window manager is CDE, its options are used by default.
- The state of the main windows is remembered between sessions.
- Bugs in display of the Editors column are fixed.
- Finally found a good home for the "Checkout with Options" dialog. Someone
pointed out that it belongs in the File menu next to the simple Update item.
I'm conviced that that's right.
- The module browser window is paned so that you can adjust the relative
width of the columns.
- CVS version 1.11 is supported better.
o converted to use buildlink files, set USE_BUILDLINK_ONLY
Update provided by Ingolf Steinbach <ingolf@jellonet.de> in pkg/13366,
thanks for the PR!