diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-02-24 02:12:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-02-24 02:12:35 +0000 |
commit | 5cca68582014638afe62506a9b2641dca8b3c3d4 (patch) | |
tree | 20c7c0ab5d62b504057050262c03828cb4f9d662 /devel/cervisia/pkg | |
parent | f1c14803a3983ce1da4c7533727a44f035e08067 (diff) | |
download | pkgsrc-5cca68582014638afe62506a9b2641dca8b3c3d4.tar.gz |
Update to V0.5.0. Changes:
2000-02-21 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Fixed Checkout and Import which were not working at all
* Check tag names in checkout and import dialog
* Fixed accelerators and added some more
* Implemented "Merge"
* Implemented "Prune empty directories"
* Implemented "Select by tag" in log dialog
* Release 0.5.0
2000-02-20 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Fixed bug which caused tooltips for revisions
an branches to disappear in the log tree
* Tags, branches and branchpoints as tooltips in log tree
* Improved log dialog layout
* Implemented "Add binary"
2000-02-17 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Handle hidden files correctly
* Do not ignore case in files sorting
* Implemented "Last change"
* Release 0.4.0
2000-02-15 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Implemented "Update to tag" and "Update to HEAD"
* Implemented "Tag"
2000-02-14 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Implemented options "Commit recursively" and
"Create directories"
* Ported Checkout/Import dialog to the new scheme
2000-02-13 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Rewritten the whole UpdateView (well, almost :-). Now it allows
to show and update the revision and tag field.
* Real support for asynchronous operation of Update, Commit, Add
and remove: output goes to new ProtocolView
* Fixed "Unfold Tree"
* Fixed crash caused by too many open files
(.cvsignore files were never closed)
2000-02-08 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Ported documentation to docbook, added some
more stuff and adjusted automake system accordingly
2000-02-06 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Updated autoconf framework to work correctly
with both KDE 1 and KDE 2
1999-12-19 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* In Checkout dialog, use $CVSROOT as default repository
(if defined)
* Added command line arguments --help and --version
1999-11-23 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Fixed bug which caused files mistakenly marked as up to date
* Fixed options menu
* Show wait cursor while child process runs in background
* Made Ok button in settings dialog the default
* Release 0.3.1
Diffstat (limited to 'devel/cervisia/pkg')
-rw-r--r-- | devel/cervisia/pkg/PLIST | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/devel/cervisia/pkg/PLIST b/devel/cervisia/pkg/PLIST index d35da6e982d..13eb264ba40 100644 --- a/devel/cervisia/pkg/PLIST +++ b/devel/cervisia/pkg/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/05 04:32:07 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/02/24 02:12:36 hubertf Exp $ bin/cervisia man/man1/cervisia.1 -share/doc/HTML/en/cervisia/index.html -share/doc/HTML/en/cervisia/index-1.html -share/doc/HTML/en/cervisia/index-2.html -share/doc/HTML/en/cervisia/index-3.html +share/doc/kde/HTML/en/cervisia/index.html +share/doc/kde/HTML/en/cervisia/mainscreen.html +share/doc/kde/HTML/en/cervisia/removingfiles.html +share/doc/kde/HTML/en/cervisia/addingfiles.html +share/doc/kde/HTML/en/cervisia/addingremovingdirs.html +share/doc/kde/HTML/en/cervisia/browsinglogs.html +share/doc/kde/HTML/en/cervisia/ignoredfiles.html share/kde/applnk/Development/Cervisia.kdelnk -@dirrm share/doc/HTML/en/cervisia |