2004-11-08 11:39:14 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
Changes 0.11.53:
* Polish translation updated, thanks to S. Mikula.
* Fixed bug that caused GetSize to abort thinking it failed when
it really didn't.
* New versions of autoconf and automake adopted.
|
2004-11-03 16:31:59 by Adam Ciarcinski | Files touched by this commit (1) | |
Log message:
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 16:31:42 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
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-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-05-10 11:17:59 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
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-07 15:50:37 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Deal with the statvfs
|
2004-05-07 15:49:56 by Adam Ciarcinski | Files touched by this commit (5) |
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
|
2004-04-25 05:27:22 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2004-03-02 16:22:39 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
Changes 0.11.46:
* Spellchecked the manual page. :)
* Updated docs/FAQ with info on how to change the default pane
background color.
* Polish translation updated.
* Added German translation, by C. Neuroth.
* Style Actions can now be renamed. This had been magically
missing for quite a while. Reported by J. Jordan.
* Default (start-up) directories can now be set to "From History",
which will simply show the paths visible when gentoo was quit.
Suggested by J. Jordan.
* Reworked internal handling of basic selection functionality; the
problems for users of the "System Default" Control key setting
should now be gone. Please test. Reported initially by F. Abbate.
* Added view support for rar archives to default config. Requires
"unrar" command.
|
2003-12-12 12:57:05 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Changes 0.11.45:
* Fixed logic error in Move that caused it to incorrectly fail when
moving in the same filesystem (and be very sneaky about it unless
you were using FAM). Also made it stop trying to avoid "needless"
directory rescanning.
* Fixed broken formatting string in MkDir command's overwrite init.
* The Configure command's option text was untranslatable. Fixed,
and translated it into Swedish.
* gentoo no longer tries to copy attributes for smlinks.
* Updated Russian translation.
|