Commit graph

5 commits

Author SHA1 Message Date
adam
7619413647 Changes 0.11.52:
* Russian translations updated. Thanks M. Zaripov.
* Added test for nested Move of directories. Thanks to John H.,
  "m3", and F. Cosolete for reporting variants of this.
* Hopefully fixed broken logic in Copy that caused it to abort
  too soon when skipping a directory. Reported by M. Bunkus.
* Fixed bug that caused DirParent to always (internally) look like
  it failed, which stopped sequences from continuing past the
  command. Reported by C. DeeDee.
* The SelectSuffix command will now use the first bareword argument
  as the suffix. Suffixes are assumed to start with a period (.),
  so running "SelectSuffix action=toggle bmp" will toggle the sel-
  ection state of all files whose names end in ".bmp". This was
  suggested by C. DeeDee.
* The left arrow key now exits the text viewer (suggested by
  F. Cosoleto).
2004-11-03 15:31:42 +00:00
adam
e8278b939a Changes 0.11.51:
* Removed the -Wstrict-prototypes option since it causes warnings
  in GTK+ headers which are simply too annoying. Hopefully I won't
  regret this... *"Jaws" theme*.
* Cleaned code in various places where warnings had earlier crept
  in hidden by the flood caused by GTK+ and -Wstrict-prototypes.
* Removed printf() from hex-text-loader which I forgot in there. :/
* Regenerated Makefile, hopefully fixing problem with install.
* Added "Video, MOV" type to default config; quietened mplayer.
* Updated Italian translation, from F. Cosoleto.
2004-05-10 09:17:58 +00:00
adam
b1ca9e061e Deal with the statvfs 2004-05-07 13:50:37 +00:00
wiz
018ef2a1db 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.
2002-02-11 00:26:03 +00:00
wiz
aaa1c45c40 Initial import of gentoo-0.11.18, provided by Pehr Johansson in pkg/15393,
with buildlinking and other minor changes by me:
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.
2002-01-29 12:37:16 +00:00