Subject: CVS commit: pkgsrc/sysutils/gentoo
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 09/02/2002 19:56:59
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Sep  2 16:56:58 UTC 2002

Modified Files:
	pkgsrc/sysutils/gentoo: Makefile PLIST distinfo
	pkgsrc/sysutils/gentoo/patches: patch-ae

Log Message:
Update to 0.11.33:
Excerpt of changes:
0.11.33
* Fixed stupid bug which made some dialogs not respond to being closed.
* Reimplemented the SelectToggle command, making it work in linear
  time as opposed to quadratic as previously. Paid in memory, as
  usual, but one bit per dir row isn't too much, in my opinion.
* Tweaked the Information window slightly, since the two columns
  had somehow clung too close together. Reported by Felix Rabe.
* Added (partial) French translation, thanks to Philippe Rossi.
* Removed version number from window title.

0.11.32
* Upgraded to newer versions of GNU gettext, Automake, and Auto-
  conf, for no apparent reason.
* Redid directory history slightly; it used to identify dirs pri-
  marily by their inode numbers, which failed the filesystem re-
  uses inodes after e.g. a delete. Reported first by Olle Viksten.
* Made ClearSize respect GetSize's selection-preservation flag.
* Made the command line help texts (shown by --help) translatable.
* Fixed a problem with window name setting that occured when gentoo
  was running in internationalized mode.
* Reworked all code setting window titles; they were affected by
  similar locale-dependent problems. This feels like a GTK+ problem,
  but I think GTK+ 1.2.x isn't being developed any longer, so a work-
  around is probably all we get.
* Added a few missing command window titles to gentoo.pot.
* Improved layout in ChOwn's window, more label alignment.
* Default config will no longer recognize Perl source code if it's
  not in a file with a ".pl" suffix. This removes use of 'file' in
  the type checking, which is desirable for performance.
* Removed all uses of assert(), especially since all (!) of them
  depended on side-effects. Did anyone ever build gentoo with de-
  bugging disabled? That ought to have broken, horribly. Oops.
* Hacked a bit on the code that restores the vertical position when
  a directory is re-entered. Reported by "Michael".
* Slightly improved large file support. Still untested by me.
* Removed a couple of non-ANSI-isms that must've snuck in when I was
  looking the other way. Thanks, Josip.
* Added support for more modifiers to mouse button command bindings.
  You need to test which "Mod" is which key, though. Thanks, "Mark".
* Cleaned up cmd_generic.c, which is used for many of the standard
  file commands' dialog boxes. Dialog now done through dialog.c,
  which means button keyboard accelerators are now supported.
* Dialog position now configurable: either follow mouse as always,
  or center on screen. See Windows config page. Lost the source of
  the suggestion.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/sysutils/gentoo/Makefile \
    pkgsrc/sysutils/gentoo/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/gentoo/PLIST
cvs rdiff -r1.2 -r1.3 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.