* 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
gst-plugins-* packages. Generating a description during installation
is not well supported and causes problems when creating the README
files, for example.
* Fix various crashes and leaks.
* Use correct icon for filesystem in treeview.
* Place unplaced windows over the parent window.
* Fix non-ascii typeahead.
* Faster property dialog for operations on many files.
* Faster list view.
* Fill open location dialog with initial path.
* Add down arrow to location button.
* Make shift close window behind in more places.
* Allow smaller spatial windows.
* Allow svg backgrounds.
* Fix ignore kde trash directory hack.
* By default set per-folder background in spatial mode.
Changes in the package:
* Use gnutls instead of openssl. This fixes many problems exposed by
programs using the mozilla renderer and gnome-vfs2 together (like
epiphany and galeon), due to conflicting symbols. Closes PR pkg/25190.
* Move documentation out of the doc/html subdirectory.
Bug fixes in this version:
* Portability fixes.
* Work with GNUTLS 1.0.
* sftp: handles servers that ask for "Password" (not "password").
* gnome_vfs_inet_connection_read handles EOF correctly.
* thread-safe gnome-vfs-parse-ls.c.
* Fix mime crash.
* Toplevel smb directories aren't writable.
Changes:
The package now installs in /package/admin/daemontools. There are three
new utilities: svscanboot, readproctitle, and pgrphack. multilog now
accepts SIGALRM to force log rotation. svscan now checks for the
existence of /service/blah/log rather than checking whether
/service/blah is sticky.
statvfs() sysctl call which replaced statfs() around 2.0D. This pkg
will now build on current again (addresses my PR pkg/25372). Bump
PKGREVISION to 1.
Changes adapted from changes adapted by lsof maintainer based on
changes that made things work this morning. That means they'll all be
in the next official lsof release. So there.
Changes:
o Added MKISOFS_ARGS option.
o mklivecd no longer uses NetBSD's Makefiles to create the
boot image, GNU GRUB with the ISO9660 patch is used instead.
With Grub's addition, mklivecd can now boot multiple kernels with
different configurations. Please read the MESSAGE to see the instructions.
mklivecd now should work in 1.6 systems (not tested).