Subject: CVS commit: pkgsrc/sysutils/gentoo
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/07/2004 13:49:56
Module Name: pkgsrc
Committed By: adam
Date: Fri May 7 13:49:56 UTC 2004
Modified Files:
pkgsrc/sysutils/gentoo: Makefile PLIST distinfo
pkgsrc/sysutils/gentoo/patches: patch-aa patch-ab
Log Message:
Changes 0.11.50
* Fixed the fix for memory leaks in Search, since segfaulting is
actually worse. I hope I got it, this time. Sorry. :/
* Fixed stupidly signless variable that caused the textviewer to
die horribly when asked to view a directory. Reported by F. Co-
soleto.
* Made View on directories in the sample config do nothing, since
ViewText will open an empty window, now.
* Added Italian translation, courtesy of F. Cosoleto.
Changes 0.11.49
* Changed "Other" to "Others" in ChMod command dialog. Pointed out
by F. Cosoleto.
* Improvements in the textviewer, inspired by a patch signed F.
Cosoleto: Goto, Search and Quit (was "Close") now have obvious
keyboard accelerators. Search also has Control+F, and repeats
(infinitely when at least one match exists) on F3.
* Changed test for automatic hex viewing; now looks for a byte
lower than 7; if found, the file is not text. This works better
for 8-bit text files. It does not work for e.g. UTF-8, but then
again gentoo's text viewer never did. :)
* Made textviewer into a real toplevel window, since it otherwise
lacked e.g. resize controls which seemed silly.
* Plugged stupid memory leaks in textviewer when searching. Thanks
to F. Cosoleto, as usual. :)
* Added an option to disable the storing of selection information
in the history. Suggested by H. Hansen.
* Added RealMedia (.rm) as a recognized Video type in the default
config.
* Implemented a new dynamic-content menu, called <ParentsMenu> that
contains the directories from the current one's parent to the
root.
* Added the ability to bind a command to the right-click of a path
entry widget in a pane. Bound to "MenuPopup menu=<ParentsMenu> by
default, but editable on the Controls config page.
* FAM-triggered rescanning rate is now dynamically adjusted to be
4 times the time it takes to do the rescan. This prevents gentoo
from hogging the CPU when very frequent changes causes it to re-
scan continuously. Very inspirational patch by S. Zobell.
See NEWS inside the archive for other version changes
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/sysutils/gentoo/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/sysutils/gentoo/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/sysutils/gentoo/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/gentoo/patches/patch-aa \
pkgsrc/sysutils/gentoo/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.