[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
gentoo-0.11.17-1
- From: redhat-announce-list-admin redhat com
- To: RPM Announce Mailing List <rpm-announce falsehope com>
- Cc: RedHat Announce Mailing List <redhat-announce-list redhat com>,Emil Brink <emil obsession se>
- Subject: gentoo-0.11.17-1
- Date: Tue, 11 Sep 2001 13:32:52 -0500
RPMs Built and Announced at about Tue Sep 11 13:33:04 2001.
gentoo-0.11.17-1.src.rpm 743604
gentoo-0.11.17-1rh71.i386.rpm 536606
Main archive is located at ftp://ftp.falsehope.com/pub/gentoo
Mirror locations and build machine information listed below.
RPMs are built with rpm version 4.0.2.
Required programs listed are either updates or are not in the default
RedHat 7.1 installation.
Name : gentoo Relocations: (not relocateable)
Version : 0.11.17 Vendor: Emil Brink <emil obsession se>
Release : 1 Build Date: Tue 11 Sep 2001 01:13:10 PM CDT
Install date: Tue 11 Sep 2001 01:15:31 PM CDT Build Host: hellstone.grantgeo.com
Group : Applications/File Source RPM: gentoo-0.11.17-1.src.rpm
Size : 1182615 License: GPL
Distribution: FalseHope RPMs
Packager : Ryan Weaver <ryanw falsehope com>
URL : http://www.obsession.se/gentoo
Summary : gentoo is a graphical file management program
Description :
gentoo is a modern, powerful, flexible, and utterly configurable
file manager for UNIX systems, written using the GTK+ toolkit.
It aims to be 100% graphically configurable; there's no need to
edit config files by hand and then restart the application.
gentoo is somewhat inspired in its look & feel by the classic
Amiga program DirectoryOpus.
Requires:
--------------------------------------------------------------------
Package Distribution (Or Url)
====================================================================
glib-1.2.10-ximian.2 Ximian GNOME for Red Hat Linux 7.0 / i386
gtk+-1.2.10-ximian.10 Ximian GNOME for Red Hat Linux 7.1 / i386
--------------------------------------------------------------------
%CHANGELOG
* Tue Sep 11 2001 Ryan Weaver <ryanw infohwy com>
[gentoo-0.11.17-1]
- gentoo now configures using autoconf. Many thanks to Andreas
Kloeckner for providing the patch that made this possible.
See notes in README.ac for details (i.e. bugs).
- Added the "Don't Touch Directories?" option to the ChMod
command. Useful when you want to clear the 'executable' bit
from all files in nested directories. Removing it on nested
directories themselves generates access errors, of course.
- Mode bits for directories created with MkDir are now more
conservative (specifically, the 'sticky' bit is not set).
- Added "unmount" action to directories, handy for mountpoints
(since gentoo never unmounts until you quit).
- Finally figured out a way to track the position of the split
between the left and right panes, and so made it configurable.
See the (new) "Pane Split" subpage on the "Dir Panes" config
page. New effort triggered after suggestion by Marcin Orlowski.
- Added (quaint) hint in the "OK" button of the About window,
hopefully indicating the existance of more information.
- Minor internal cleanups in mntent-wrapping code. Nothing that
is user visible, but it makes me feel better. :)
- Added option (on new under-used config page "Errors") to get
a dialog window reporting each error. This might be a bit more
obvious than the subtle text in the status bar. Suggested by
Marcin Orlowski <carlos amiga com pl>.
- References to XML nodes are now "const"-declared here and
there. Not user-visible, but (again) makes me happier.
- There's now a gentoo project registered at SourceForge. Please
use <http://www.sourceforge.net/projects/gentoo> to report bugs,
if you don't feel like mailing reports straight to me.
[gentoo-0.11.16-1]
- The clean-target now removes the gentoo binary, which might
help me make smaller release archives in the future...
- Example config now recognizes XBM images, too. :)
- Noticed that the SelectAll command reset a pane's vertical
position to zero, which annoyed. Redid implementation, less
obviously. I suspect a bug in the GtkCList widget. Not filed.
- Also noticed that the vertical-position-buffering for the
directory history didn't really work at all. Better now?
- Fixed probable memory leak in icon handling code.
- Added first attempt at detecting, heuristically, when trying
to copy (and move) a directory recursively into itself. The
offending operation will now give an "Invalid argument" error.
Will not work for non-canonical (i.e., linked) paths. :(
Reported by Vadim Gagin <gagin nm ru>.
- Recompiled against glib/GTK+ 1.2.10.
- Fixed bug in path-construction for global config file.
- Added initial implementations of recursive ChOwn and ChMod
commands. Requested by <charlie arbornet org>.
- Fixed bug that prevented the up/down arrows for Selected Content
Types, in the Dir Panes config from working.
- Date preservation when copying directories was missing. Also
added it for device copying.
- Brought About's copyright notice into 2001.
* Fri Sep 15 2000 Ryan Weaver <ryanw infohwy com>
[gentoo-0.11.15-1]
- Definition of demonstration SelectRE-work-a-like button command
changed, since it was broken. Also added glob check button.
- Lack of internal quoting caused Dir{To,From}Other to fail on
paths containing spaces, as did the shortcuts. Fixed.
- Changed appearance of check buttons {Ix} input dialog codes.
- Having lurked among the giants of comp.lang.c for at least five
years, I finally realized that identifiers whose names begin
with an underscore immediately followed by an upper case letter
are reserved for the implementation. Since I, for some historical
reason, tend to use structure tags formed like that, gentoo was
very much in violation of the holy scripture of ISO C. This has
now been fixed, of course (except in widgets/). Feels good. :)
- Being urged on by a Brazilian gentoo user, Alceu Rodrigues de
Freitas Junior, I caved in and went through the code, marking
all strings suitable for translation using gettext. A translation
to my own mother tongue, Swedish, is included in the locale/sv/
directory. gentoo's I18N support is very early, and by default
it will not build with it included. I need help with autoconfig
before doing that.
- Capped the percentage number in the textviewer at 100%. :)
- Left-adjusted the filename in the progress window. :)
- Improved behavior when an operation (such as Copy or Move) is
cancelled. Previously, it was not possible to correctly cancel
if the files being copied were smaller than the copy buffer
size, and the 'keep full-sized copy on error?' flag was on.
- A long operation can now be cancelled by simply closing the
progress-reporting window.
- Made parsing of {Fup} (among other things, hopefully) work
better when 'treat focus as selection?' flag is on. Sneaky.
- Test-compiled against glib and GTK+ version 1.2.8. Went fine.
- Fixed buglet that prevented modes (aka permissions) from being
formatted correctly. Reported by Erik Johansson.
- Banged a bit on the page up/down response for the focus bar.
Way less ugly implementation, and (I think) better behavior
now. Still wish GTK+ permitted use of it's built-in focusing
bar, though. :(
- Updated to the latest version (0.5) of Johan Hanson's
odemilbutton widget.
* Wed Apr 19 2000 Ryan Weaver <ryanw infohwy com>
[gentoo-0.11.14-3]
- Doh!. Was not setting default icon path in default gentoorc. Fixed.
Thanks Udo K. Schuermann <walrus ringlord com>.
* Mon Apr 17 2000 Ryan Weaver <ryanw infohwy com>
[gentoo-0.11.14-1]
- Added support for extracting tar.gz, tar.bz2, and zip files to
the example config. Select archive, right click, then choose
the "extract" item in the "File Action" submenu.
- Due to an internal quoting problem, MkDir would fail to enter
the created directory if the name contained spaces. Fixed.
- The Makefile no longer attempts to create a backup of the config,
and only installs the supplied example if no old config exists.
- The ChOwn command now uses combo boxes rather than menus to
display the system data, and also allows you to type in a
user and/or group number or name directly. Way nicer.
- Brought back the 'grab' button in the window pos/size config,
but only for the main window. Should make a few users happy. :)
- Altered the huge parent buttons' relief style; they now look
more like wide borders, which JH and I find less distracting.
- Added an option (hidden away in the Command Options page,
DpFocus tab) that makes gentoo move the focus row to the last
row selected using the mouse. Only works if focusing is on.
- The MenuPopup command can now be bound to a keyboard key, just
like any other command. Previously, it could only be bound to
a mouse button. Bound to Ctrl+Space in example config.
- Added Ctrl+A and Shift+Ctrl+A as keyboard shortcuts for the
[Select] All and None commands, respectively. :)
- Improved ANSI compliance by removing use of "str" as a prefix
in function names. :)
- A pane's contents can now be sorted on any content type, not
just those that are displayed. There is currently no way of
changing to a non-displayed type without opening the config
window, though.
- Touched up the sorting code somewhat, and while doing that
noted that user and group names could not actually be sorted
on as text. They sure can now.
- Fixed horrible bug in the {}-code parsing and handling, that
made gentoo segfault when certain sequences of commands were
run. Reported by T. Tilton.
* Mon Mar 20 2000 Ryan Weaver <ryanw infohwy com>
[gentoo-0.11.13-1]
- Fixed incredibly stupid bug (reported by plenty of people, it's
nice to know people care :) which prevented the text viewer
window from closing when it should. It's a two-line fix.
- If you enable the "System Default" Control key mode in the
dirpane config, it will now work.
- There was some broken logic related to quitting and the dialog
that asks about saving changed configs. Fixed that, and also
cleaned up the code significantly, removing duplicate stuff.
* Mon Mar 06 2000 Ryan Weaver <ryanw infohwy com>
[gentoo-0.11.12-1]
- I'm reasonably sure I fixed a bug which caused a crash if you
hit enter after entering an *empty* directory using the key-
board-controlled focusing mechanism.
- Added support for tall, thin, parent buttons along the outer
edges in the panes. Enable through the "Huge Parent Button?"
checkbox in the config. The position and action of these is
currently not configurable; it's always outer edge & DirParent.
- Incorporated alternative implementation of the GtkLabel widget
provided by Johan Hanson. This label implementation is only used
for the status line in the top of the window, which reportedly
had refresh-problems with some pixmap-based GTK+ themes.
- Redid the code for the textviewer, which was very old and some-
what confused. This might make it support mouse wheel scrolling
better. Since I don't have a wheelie mouse, I can't test it...
- Fixed tiny bug which caused GTK+ warnings if you hit TAB in the
command selection dialog without having typed anything first.
- Implemented a Join command, to counter the (still incomplete)
Split command. Pretty neat, with DnD reordering.
- gentoo can now optionally ignore the state of the NumLock key
when parsing keyboard and mouse input. Enable the check button
in the bottom of the Controls config page. Note that only the
input event is filtered, not the definition (do not use NumLock
in actual mappings with this flag on).
- New version of the odscrolledbox widget, provided by Johan
Hanson as always. Should fix some smudgy redrawing problems.
- Brought the (c) in the About box into the 21th century, added
acknowledgement (and mail address) of Johan Hanson's work.
- Added recognition and viewing of LHa compressed files to the
example config. Requires the 'lha' external command.
- gentoo can now remember the position and size of the config and
textviewer windows, in addition to the main window. See config
page labeled "Windows" (was "Pos & Size" previously). Eh, also
see the BUGS file, since this feature has a few problems still. :(
- Tweaked code that dealt with 64-bit stuff; gentoo should now
compile better on Linux/Alpha platforms.
- Selected content in the right-hand list in the Dirpane config
page can now be reordered directly, by dragging. You can still
use the up/down buttons below the list, like always.
- Er, not a fix per se, but this version of gentoo has been
compiled and executed using GTK+ 1.2.7. No extensive tests,
though.
* Mon Nov 22 1999 Ryan Weaver <ryanw infohwy com>
[gentoo-0.11.11-1]
- Tweaked the FileAction command slightly: now it will stop running
the action if the selection is empty. This helps when you run a
command containing e.g. a {Fu} code on more than one file, since
it will then just run the command once, then stop since the {Fu}
"consumed" the entire selection. Hopefully this is not a bad thing.
- The GetSize command no longer loses track of the pane's vertical
position.
- The pane centering on startup was changed back to the pre-0.11.10
behavior, since the "fix" didn't help the user who reported the
problem. Weird.
- Rewrote core file copying routine, used by Copy, CopyAs, Move,
and other commands. It now handles "magic" files whose length
looks like zero (like most files in the /proc filesystem). It's
also shorter, simpler, and possibly a tiny bit faster.
- Fixed semi-obscure bug in the Split command; it wouldn't close
output files on failed writes. Oops.
- In an attack of POSIX panic, I removed all my symbols whose names
ended in _MAX, leaving only standard ones. Touched ~130 places.
- The SelectRE command now lets you chose what column content you
wish to match against. This is sometimes useful, for example you
could use the following command to select all rows whose files
have an odd size: 'SelectRE glob=0 full=0 content=size [13579]$'.
See "docs/scratch/command_args.txt" for a brief table of
content names.
- Removed all uses of stdlib's malloc() & free(), replacing them
with glib's g_XXX work-alikes, making the code more consistent.
- Added tooltips to the pane control widgets (the parent button,
the path entry field, and the cryptic 'H' hide button).
- RTFM:ed a bit, and fixed example config's "view_man" command to
stop emitting control codes for bold and underline. This makes
it work better with gentoo's viewer. Unsure about portability.
- Added type, style, and view support for AVI and MPEG video clips
to the example config. Both use 'xanim' for view. Untested. Also
added support for IFF-ILBM bitmap images, through 'xv' as always.
- Added a new command, DpFocusPath, which moves GTK+'s input focus
to the current pane's path entry box. Bound to shift+Return in
the example config. Call with select=1 to select contents, too.
- Fixed buglet which made it annoying to bind commands to Return,
since the config window's default button ("OK") would trigger.
* Tue Nov 09 1999 Ryan Weaver <ryanw infohwy com>
[gentoo-0.11.10-1]
- Got mail from Jesse Perry <jap unx dec com>, reporting problems
building gentoo on an Alpha, running Tru64. Luckily, the report
(and followups) included lots of detail and helpful hints, so I
went over the offending code. Hopefully it works now.
- I still got the expand/collapse tracking in the Styles config
page wrong. <HOMER>Duh!</HOMER> Fixed again. This time, for sure!
- Wrote a new command, RenameRE. It provides two ways of doing search
and replace over selected file names, and then renaming the files.
Learn about in "docs/scratch/renamere.txt". Recommended reading!
- Fixed bug which prevented an error from the Rename command (and
others, no doubt) from showing up.
- Did a long-overdue, minimal, change in the way the active pane gets
hilighted, now uses Johan Hanson's code in "colorutil.c". Should
work better if you're running a themed GTK+.
- Pressing return after entering a path name now causes that path
to be entered, instead of (uselessly) popping up the combo menu
showing directory history. Oops.
- When running a command bound to a key, the key press signal is
no longer propagated to GTK+; gentoo consumes it. This makes things
work better when you bind stuff to e.g. cursor keys, which are
used by GTK+ to control focus. A neat one-line fix.
- The 'view_tar_bzip2' command in the example config has been made
more portable (uses --use-compress-prog=bzip2 rather than -y).
- If you attempt to DirRescan a directory which no longer exists,
you will get an informative message. Better than silence.
- Included a new icons package from Johan Hanson (<johan tiq com>).
There are around 20 new icons, including a very cute Commodore
logo for SID music files! Check them out in the icons/ subdir!
- Fixed a portability problem in dirpane.c; a reference to strncmp().
- Upgraded my home development machine to GTK+/glib 1.2.6, which
went fairly smooth. It exposed a bug in the config GUI, though.
- The centering of the panes is now done later during startup,
since one user reported problems with it. This is too bad, since
it now looks kind of worse during startup. :(
==================================================================
RPMs are built on a Pentium II 400mhz w/128megs RAM with RedHat 7.1
plus updates from ftp://updates.redhat.com installed.
These files are also available on the following sites
ftp://ftp.rpmfind.net/linux/falsehope/pub/gentoo
ftp://ftp.tux.org/pub/sites/ftp.falsehope.com/gentoo
ftp://ftp.freshmeat.net/pub/rpms/gentoo
PGP Key can be found at ftp://ftp.falsehope.com/pub/Ryan_Weaver.pgp.key
GPG Key can be found at ftp://ftp.falsehope.com/pub/Ryan_Weaver.gpg.key
--
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]