Subject: CVS commit: pkgsrc/sysutils/gentoo
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/11/2002 02:26:04
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Feb 11 00:26:04 UTC 2002

Modified Files:
	pkgsrc/sysutils/gentoo: Makefile distinfo
	pkgsrc/sysutils/gentoo/patches: patch-ae
Removed Files:
	pkgsrc/sysutils/gentoo/patches: patch-aa patch-ab patch-ac patch-ad

Log Message:
Update to 0.11.19:
* Mouse bindings ignore all modifiers except shift, control and
  alt at all times. Reported by Martin Uddén.
* Fixed sloppy pointer-to-int cast that gave warning on 64-bit
  systems (Alphas). Reported by Jesse Perry.
* The Information command can now optionally display the output
  of 'file' in its window. Suggested by Christian Richter. Do
  note that this *requires* your 'file' command to support the
  "-f - -n" option combo. See configure.in for details.
* If executing a child process fails, gentoo now sometimes shows
  an error rather than just dying. This is an improvement.
* Added some more -W options to gcc, that scared out some sloppy
  code that got fixed (even in widgets/). I like killing warnings.
* Updated About's copyright for the new year. Time flies. :)
* RenameSeq no longer opens its window if there's no selection.
* Should now compile on NetBSD, too. Thanks to Pehr Johansson for
  the original patch.
* String input fields (created with '{Is}') can now be set to use
  asterisks to hide entered text. To do this, add an asterisk in
  the definition, after the label part, e.g.: '{Is:"Password"*}'.
* gentoo now supplies the window manager with a prettier icon,
  and now also groups its windows, most of the time at least.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/gentoo/Makefile \
    pkgsrc/sysutils/gentoo/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/sysutils/gentoo/patches/patch-aa \
    pkgsrc/sysutils/gentoo/patches/patch-ab \
    pkgsrc/sysutils/gentoo/patches/patch-ac \
    pkgsrc/sysutils/gentoo/patches/patch-ad
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/gentoo/patches/patch-ae

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