summaryrefslogtreecommitdiff
path: root/devel/tkcvs/patches
AgeCommit message (Collapse)AuthorFilesLines
2002-12-23Fix patch problem caused by RCS Id in diff context.tron1-3/+2
2002-12-22Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notableagc1-9/+19
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.
2002-01-28Update to 7.0.3, provided by Ingolf Steinbach in pkg/15361.wiz1-19/+8
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.
2001-07-03Update tkcvs to 7.0zuntum1-48/+25
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!
2001-02-28Update tkcvs to 6.4, supplied by Ingolf Steinbach in pkg/11896.wiz2-73/+91
Prominent changes: cvs annotate/log support, new graphical module browser, tcl'ized rm/mv/cp/awk calls, and lots of others, as well as bugfixes.
2000-08-30Adapt this package (originally written for Tk 4.1!) to tk-8.3.2.jwise1-2/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-05-10Fix typo, as per PR 5434 by Jaromir Dolecek <dolecek@ics.muni.cz>.hubertf1-0/+11
1998-02-25The version of wish which we want here is 8.0.agc1-1/+1
1998-02-25Initial import of tkcvs version 6.0, a tk/x11-based frontend for cvs,agc1-0/+65
into the NetBSD packages collection, from the FreeBSD port.