Subject: CVS commit: pkgsrc/sysutils/rox
To: None <pkgsrc-changes@netbsd.org>
From: Rui-Xiang Guo <rxg@netbsd.org>
List: pkgsrc-changes
Date: 03/23/2005 10:07:34
Module Name:	pkgsrc
Committed By:	rxg
Date:		Wed Mar 23 10:07:34 UTC 2005

Modified Files:
	pkgsrc/sysutils/rox: Makefile PLIST distinfo
	pkgsrc/sysutils/rox/files: rox
	pkgsrc/sysutils/rox/patches: patch-ab patch-ac
Removed Files:
	pkgsrc/sysutils/rox/patches: patch-aa patch-ad

Log Message:
Updated rox to 2.2.0, oked by wiz, referenced some configure from
wip/rox-gtk2 provided by froz at icix dot org.

Changes:
29-Jan-2005 (Release 2.2.0)
~~~~~~~~~~~~
Added Finnish translation (Jari Rahkonen).

24-Jan-2005
~~~~~~~~~~~~
Bugfix: More crashes due to Japanese characters; last patch didn't fix all
        the problems (Thomas Leonard; reported by Lewis Denizen).

23-Jan-2005 (Release 2.1.6)
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).
Bugfix: Japanese digit characters crashed the filer, because some code thought
        they were digits, and anothers thought they weren't (Thomas Leonard;
        reported by Lewis Denizen).

22-Jan-2005
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).

21-Jan-2005
~~~~~~~~~~~~
Bugfix: If, when building, objcopy exits with an error then don't strip
        the binary (Stephen Watson).

20-Jan-2005
~~~~~~~~~~~~
Updated Dutch translation (Jan Wagemakers).

18-Jan-2005
~~~~~~~~~~~~
Bugfix: Don't show the permissions in the properties window for
        symbolic links as they don't behave as you might expect
        (Stephen Watson, reported by Max Power).

16-Jan-2005
~~~~~~~~~~~~
Fixed some spelling errors and made some messages easier to translate
(Vincent Lef<C3><A8>vre).

15-Jan-2005 (Release 2.1.5)
~~~~~~~~~~~~
Bugfix: An extra arrow had appeared in the Find box (Thomas Leonard).
Bugfix: We were inconsistent about when filenames were escaped. Eg, creating
        a directory called "a%20b" actually created "a b" (Thomas Leonard).
Bugfix: Panel icons with no label displayed an empty tooltip (Thomas Leonard).
Bugfix: Selecting a pinboard icon only redrew the text path (Thomas Leonard).

13-Jan-2005
~~~~~~~~~~~~
Updated Japanese translation (Hiroaki Tanaka).

12-Jan-2005
~~~~~~~~~~~~
Slight change to install script for when the installation directory is
on an NFS mount (Stephen Watson).

10-Jan-2005
~~~~~~~~~~~~
Can now disable use of extended attributes (Stephen Watson).

08-Jan-2005
~~~~~~~~~~~~
Allow renaming multiple files at once. This opens the Bulk Rename window,
which allows manual editing of the names, as well as regular-expression
based transformations (Thomas Leonard).

Rename buttons in Set Run Action box so that they make sense (Thomas Leonard;
reported by Jonatan Liljedahl).

Bugfix: Filer would crash when the screen was resized if there was no
        pinboard (Thomas Leonard).
Bugfix: Xinerama support had broken panel repositioning in response to
        XRANDR screen resizing events (Thomas Leonard).

03-Jan-2005
~~~~~~~~~~~~
Set the name for filer windows to 'rox-filer'. This allows theming the fonts
just for ROX-Filer (Lucas Hazel).

23-Dec-2004
~~~~~~~~~~~~
If an item has extended attributes, report that before checking whether they
are supported (Thomas Leonard).
Updated Chinese translation (Babyfai Cheung).
Bugfix: Pressing Escape now closes the Properties box (reported by Arnaud
        Calvo).

09-Dec-2004
~~~~~~~~~~~~
Bugfix: Test for presence of extended attributes on Solaris gave wrong
        answer when they were not supported (Stephen Watson).

08-Dec-2004
~~~~~~~~~~~~
The icons for mount point and symbolic link are now side-by-side, not
one on top of the other, and a new icon is used to mark files with
extended attributes (Stephen Watson).

27-Nov-2004
~~~~~~~~~~~~
Bugfix: Use gtk_selection_data_set_text instead of gtk_selection_data_set when
        pasting filenames so that other applications know the string is UTF-8
        (Thomas Leonard; reported by Dennis).

27-Nov-2004
~~~~~~~~~~~~
Better extended attribute detection under Solaris (Stephen Watson).

25-Nov-2004
~~~~~~~~~~~~
More extended attribute support. The "Set Type..." menu item should be
disabled if not supported by the system or FS (Stephen Watson).

24-Nov-2004
~~~~~~~~~~~~
Method of scaling pinboard images is now an option, as the default could
produce poor results on some systems (Stephen Watson).

22-Nov-2004
~~~~~~~~~~~~
Updated it.po and Manual-it.xml (Yuri Bongiorno)

19-Nov-2004
~~~~~~~~~~~~
Bugfix: Dragging a lasso box above the top of the window in details mode
        selected all the items outside the box (Thomas Leonard; reported by
        Anthony DiSante).

12-Nov-2004
~~~~~~~~~~~~
Only show executable files in green if clicking would actually run them, not
just because they have the execute bit set (Thomas Leonard).

11-Nov-2004
~~~~~~~~~~~~
Much faster thumbnail generation (Ken Hayber, reported by Anthony DiSante).

08-Nov-2004
~~~~~~~~~~~~
When closing a filer window showing a directory under a user-mounted
mount-point, offer to unmount the device if no other filer window also shows
that mount point (requested by Tony Houghton and others). Also do this check
when changing to a parent directory.
Scale iconified window icons on the pinboard down to normal size (Ken Hayber).

08-Nov-2004
~~~~~~~~~~~~
Updated Dutch translation (Jan Wagemakers).

07-Nov-2004
~~~~~~~~~~~~
Work on the action box, including a progress bar (Stephen Watson).

24-Oct-2004
~~~~~~~~~~~~
Added PinboardRemove() SOAP call (Stephen Watson).

20-Oct-2004 (Release 2.1.4)
~~~~~~~~~~~~
Added Portuguese translation (Rodrigo Cesar Herefeld).

16-Oct-2004
~~~~~~~~~~~~
Some improvements to saved display settings (Takuo Yonezawa and Stephen
Watson).
Updated Spanish translation (Marcelo Ramos).

15-Oct-2004
~~~~~~~~~~~~
Allow multiple arguments for executable pinboard and panel icons (Thomas
Leonard).
Updated it.po and Manual-it (Yuri Bongiorno).

12-Oct-2004
~~~~~~~~~~~~
Use a higher quality setting when scaling the backdrop image (Ken Hayber).

06-Oct-2004
~~~~~~~~~~~~
Added PanelRemove() SOAP call (Sabin Iacob).
Bugfix: Mounting a directory that was accessed through a symlinked directory
        used the symbolic path, confusing the mount command (Thomas Leonard;
        reported by Anthony DiSante).

29-Sep-2004
~~~~~~~~~~~~
Force panel to not take focus when using GTK 2.4 (Thomas Leonard).

28-Sep-2004
~~~~~~~~~~~~
Minimum width of toolbar now an option (requested by Matthew Weier O'Phinney).

21-Sep-2004
~~~~~~~~~~~~
Only examine items that are actually displayed, not all items in a directory.
Saves checking hidden files, which typically speeds up opening the home
directory. Removed an unnecessary extra scan when opening a directory
with the default filter setting. Removed the double scan when clicking Refresh
and two windows show the same directory (Thomas Leonard).

20-Sep-2004
~~~~~~~~~~~~
Added option to make panels have the type _NET_WM_WINDOW_TYPE_DOCK (Tony
Houghton). Metacity needs this.

17-Sep-2004
~~~~~~~~~~~~
If we can't guess a file's type from its name or extended attribute, try
looking at its contents too, if we have gnomevfs 2.8.0 or later available
(Thomas Leonard).

11-Sep-2004
~~~~~~~~~~~~
Panel and pinboard icons can now have a single argument set for them.
If you need more than one argument, consider creating a wrapper
(Stephen Watson).

09-Sep-2004
~~~~~~~~~~~~
Added --massif option for profiling memory usage (Thomas Leonard).
Warn about missing libsm in configure.in (reported by fedewico).

06-Sep-2004
~~~~~~~~~~~~
When resizing a window, only warp the pointer as much as necessary to keep
it inside the window (Thomas Leonard).

02-Sep-2004
~~~~~~~~~~~~
Ensure that a panel applet's properties are set before starting the applet
(reported by Tony Houghton).

01-Sep-2004
~~~~~~~~~~~~
Fixed panel menu positioning for multiple monitors with different resolutions
(Tony Houghton).
Use _NET_WM_STATE_BELOW to raise and lower the panel (Tony Houghton). Not
changing to type DOCK yet as it breaks some WMs.

25-Aug-2004
~~~~~~~~~~~~
Use new GTK 2.2 functions to set window hints now that we don't support 2.0
anymore (Guido Schimmels).

23-Aug-2004
~~~~~~~~~~~~
Plug a memory leak when loading SVG type icons (Stephen Watson).

18-Aug-2004
~~~~~~~~~~~~
Fix for the Solaris extended attribute support (Stephen Watson).

13-Aug-2004
~~~~~~~~~~~~
Set minimum width of toolbar so that all buttons are visible (Stephen Watson).

10-Aug-2004
~~~~~~~~~~~~
When adding an entry to the Recently Visited menu, remove its parent directory.
This stops the list filling up with near-duplicates when you have deeply
nested directories (Thomas Leonard).

08-Aug-2004
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).

05-Aug-2004
~~~~~~~~~~~~
For debugging, show the failed URI when dragging to the pinboard (Thomas
Leonard).

03-Aug-2004
~~~~~~~~~~~~
Use Help icon instead of Info icon for popup help buttons (Thomas Leonard).

02-Aug-2004
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).

01-Aug-2004 (Release 2.1.3)
~~~~~~~~~~~~
Build in ROX-Filer/build, not ~/build/ROX-Filer.

30-Jul-2004
~~~~~~~~~~~~
Renamed Cancel to Close in the Properties box (suggested by Arnaud Calvo).
Updated some calls to use newer APIs, and allow compilation on systems where
deprecated widgets are disabled by default (reported by Vincent Lef<C3><A8>vre a
nd
Guido Schimmels).
Bugfix: Panel icons were no longer shown highlighted when selected.

23-Jul-2004
~~~~~~~~~~~~
Bugfix: When opening a new directory with saved settings, the filer would
        print a warning and then crash.

21-Jul-2004
~~~~~~~~~~~~
Changed email address given as the one to send bugs to when using
--help to the rox-devel list (Stephen Watson).
Thumbnail generation now handles files with UTF-8 characters (Anatoly
Asviyan).

16-Jul-2004
~~~~~~~~~~~~
Removed action window screenshot from manual to save space.

15-Jul-2004
~~~~~~~~~~~~
Proper check for the stat[v]fs headers (Stephen Watson, reported by
Lucas Hazel).

13-Jul-2004
~~~~~~~~~~~~
Added firefox to list of default browsers (suggested by eugene).

10-Jul-2004
~~~~~~~~~~~~
Added Romanian translation (Cosma Florin).

01-Jul-2004
~~~~~~~~~~~~
Can now set "Brief" option on the Copy and Move action windows (Stephen
Watson).
Properties window handles mount points specially when calculating their size
(Stephen Watson).

30-Jun-2004
~~~~~~~~~~~~
Bugfix: On Linux, the filer called setxattr instead of getxattr, thus
        preventing setting filetypes with extended attributes from working.
Bugfix: Copy and Move now obey the "Brief" option (Stephen Watson, reported
        by Graham Borland)

29-Jun-2004
~~~~~~~~~~~~
Bugfix: On multi-monitor setups, filer windows always opened on the top/left
        monitor (reported by Kacper Wysocki). Now they open on the monitor
        under the pointer.

27-Jun-2004
~~~~~~~~~~~~
Icons of minimized windows remember their positions on the pinboard (Stephen
Watson).
Filer now officially requires GTK 2.2.0 or later (wasn't working with 2.0
anyway, and noone had complained).
Bugfix: A race in the code for updating iconified window titles could cause
        the filer to crash with a BadWindow error.

26-Jun-2004
~~~~~~~~~~~~
Another Properties window fix: if there is no output from the du command
then put a message indicating an error (Stephen Watson).
Can now compile without Xinerama support on GTK+ < 2.2.0 (Tony Houghton).

23-Jun-2004
~~~~~~~~~~~~
Let the panel autoscroll during a drag (Stephen Watson).

18-Jun-2004
~~~~~~~~~~~~
Fix another bug when closing Properties window before it has finished
scanning the directory (Stephen Watson).

09-Jun-2004
~~~~~~~~~~~~
Improved Xinerama support: now works for tooltips and action windows; filer
windows are no longer prone to leaving their borders overlapping; panel uses
_NET_WM_STRUT_PARTIAL so it only affects the monitor it's on (Tony Houghton).

04-Jun-2004
~~~~~~~~~~~~
Make ignoring executable files with known extensions the default setting
(suggested by Daniel Poersch). Freedesktop.org is discussing a plan to mark
individual MIME types as executable, which may be a better long-term
solution.
Option to prevent maximising windows from covering the panels (requested
by Simon Templer and others).

29-May-2004
~~~~~~~~~~~~
Type specific Send To entries now shown for multiple files when they
are all of the same type (Stephen Watson).
Can now drag icons to the very end of the panel (Stephen Watson).

28-May-2004
~~~~~~~~~~~~
Another place to look for apsymbols.h (Stephen Watson).

26-May-2004
~~~~~~~~~~~~
More fixes for the new build system (Stephen Watson).

25-May-2004
~~~~~~~~~~~~
Fix portability of new build system and ensure configure can find the
version number again (Stephen Watson).

22-May-2004
~~~~~~~~~~~~
Build object files in ~/build/ROX-Filer, in case source directory is read-only.
This also reduces the risk of distributing the object files by accident.

14-May-2004
~~~~~~~~~~~~
Don't allow toolbar buttons to focus (needed for GTK 2.4).

08-May-2004
~~~~~~~~~~~~
Fix loss of bookmark name when re-ordering (Rahsheen Porter).
Removed installation of thumbnail handlers via the Set Icon dialog. It was
never documented and all the thumbnailers use the mime_handler installation
anyway (Stephen Watson).

04-May-2004
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).

02-May-2004
~~~~~~~~~~~~
Updated Dutch translation (Jan Wagemakers).

01-May-2004
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).

30-Apr-2004 (Release 2.1.2)
~~~~~~~~~~~~
Removed toolbar hint type from panel. It caused too many problems.

29-Apr-2004
~~~~~~~~~~~~
Added 'Download handler' to drag and drop options. This program is invoked
when a URI is dragged to the filer (eg, from a web-browser). The default
command runs wget to download the file (Andrew Flegg).

27-Apr-2004
~~~~~~~~~~~~
Bugfix: URIs received through drag-and-drop were unescaped twice, causing
        problems with names containing the '%' character (spotted by Jonatan
        Liljedahl).

21-Apr-2004
~~~~~~~~~~~~
Cope with spaces in ROX-Filer's path.
Added a load of default keys, since many GTK setups now make it almost
impossible to change shortcuts.
Added --leaks option to run ROX-Filer through valgrind with the memory
leak option checking on (Stephen Watson).

08-Apr-2004
~~~~~~~~~~~~
Added Xinerama support (Tony Houghton).
Set window type hint = toolbar for panel to prevent it appearing in pagers etc
(Tony Houghton).

04-Apr-2004
~~~~~~~~~~~~
Added method of saving display settings for directories. Mostly working,
but bugs remain related to size and position (Stephen Watson).
Updated Spanish translation (Marcelo Ramos).

03-Apr-2004
~~~~~~~~~~~~
Load extended attribute functions dynamically. This should mean that compiling
ROX-Filer with a new glibc won't make it stop working with older versions due
to the functions being missing.

02-Apr-2004
~~~~~~~~~~~~
Use * as a synonym for unfiltered (Stephen Watson).

25-Mar-2004
~~~~~~~~~~~~
Bookmarks can be given titles (Stephen Watson).

24-Mar-2004
~~~~~~~~~~~~
Fix memory leak in thumbnails code (Stephen Watson).

20-Mar-2004
~~~~~~~~~~~~
Fixed bug in details mode for showing hidden files (Stephen Watson).

18-Mar-2004
~~~~~~~~~~~~
Don't display an error box when installing the ROX icon theme. It just
worries people for no reason.

17-Mar-2004
~~~~~~~~~~~~
Updated Chinese translation (Babyfai Cheung).

16-Mar-2004
~~~~~~~~~~~~
Option to make the File menu appear directly when the menu is opened with
files selected (Peter Geer).

15-Mar-2004
~~~~~~~~~~~~
Added an arrow to the comparison area of the action box so you can see
which file overwrites the other (Stephen Watson).

10-Mar-2004
~~~~~~~~~~~~
Sort by user/group now uses the name, not the number (Stephen Watson).

07-Mar-2004
~~~~~~~~~~~~
Added 'Select by Name'.

06-Mar-2004
~~~~~~~~~~~~
Cope with XRandR screen resizing (Geoff Youngs and Tom Morton).

01-Mar-2004
~~~~~~~~~~~~
Can now filter files by name, using normal shell (glob) patterns (Stephen
Watson).

03-Feb-2004
~~~~~~~~~~~~
Updated it.po and Manual-it (Yuri Bongiorno).

01-Feb-2004
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).

24-Jan-2004 (Release 2.1.1)
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).
Updated Dutch translation (Jan Wagemakers).

22-Jan-2004
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).

21-Jan-2004
~~~~~~~~~~~~
Misc changes for next release.

18-Jan-2004
~~~~~~~~~~~~
Accept Mozilla's alternative to the standard text/uri-list target during
drag-and-drop (Andrew Flegg).

07-Jan-2004
~~~~~~~~~~~~
Bugfix: Icon shortcuts with out modifier keys didn't work if NumLock,
        CapsLock, etc were turned on (reported by Peter Geer).
Bugfix: Handle case when the output of uname -m contains spaces (Stephen
        Watson, reported on #rox).

06-Jan-2004
~~~~~~~~~~~~
Renamed some functions stolen from Gtk to avoid possible conflicts with
the Gtk-2.3 series (reported by Stu Tissimus).

20-Dec-2003
~~~~~~~~~~~~
Make the Ctrl-button-3 menu pointer appear at the same place regardless
of the number of custom entries (Stephen Watson).

19-Dec-2003
~~~~~~~~~~~~
Make Ctrl-button-3 open the menu slightly higher, so Delete isn't under the
pointer (suggested by Ryan Pavlik).

10-Dec-2003
Allow non image/* thumbnails in details mode. Label next to the combo
in the Set Type action dialog is now "Type" and not "Command" (Stephen
Watson).

03-Dec-2003
~~~~~~~~~~~~
Work out which include file we need for getxattr (Stephen Watson).

02-Dec-2003
~~~~~~~~~~~~
Allow editing a symlink's target from the Properties box (suggested by Arnaud
Calvo).
Experimental extended attributes support for setting MIME types (Stephen
Watson).

29-Nov-2003
~~~~~~~~~~~~
More drag and drop fixes relating to escaped URI's (Stephen Watson).

23-Nov-2003
~~~~~~~~~~~~
Added 'Specify the prefix' install option (Ryan Pavlik).
Updated Russian translation (Vladimir Popov).

20-Nov-2003
~~~~~~~~~~~~
Bugfix: Cancelling the info window with a du process still running could
        crash the filer (reported by Peter Geer).

17-Nov-2003
~~~~~~~~~~~~
Renamed 'Info' menu item to 'Properties'.

31-Oct-2003
~~~~~~~~~~~~
If a panel icon has an empty label, show it full size (requested by Stephen
Crouch).

26-Oct-2003
~~~~~~~~~~~~
Use apsymbols.h (from autopackage.org) if possible for binary compatibility
with older glibc versions. Use g_ascii_* functions instead of the ctypes ones
for the same reason.
Bugfix: Files with '&' in their names couldn't be saved in groups (reported
        by Nils-Erik Svang<C3><A5>rd).

25-Oct-2003
~~~~~~~~~~~~
Updated Dutch translation (Jan Wagemakers).
Resizing by double clicking on background now optional (Stephen Watson).

22-Oct-2003
~~~~~~~~~~~~
Added optional top and bottom margines for iconized window placement
(Stephen Watson).

16-Oct-2003
~~~~~~~~~~~~
Don't lower the panel due when the pointer 'leaves' due to a grab (eg, clicking
or opening a menu). This also prevents a flickering problem with Openbox 3.

15-Oct-2003
~~~~~~~~~~~~
Bugfix: FreeBSD reported file sizes with units of 'null' due to large file
        support not being detected (igla).

14-Oct-2003
~~~~~~~~~~~~
Larger default size for bookmarks editor (requested by Matthew Weier OPhinney).
13-Oct 2003
~~~~~~~~~~~~
Let the thumbnail helpers be app dirs, plus can be set from the Set Icon
dialog (Stephen Watson).

09-Oct-2003
~~~~~~~~~~~~
Improved socket icon (taken from Howard Shane's new theme).

08-Oct-2003
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).
Updated German translation (Guido Schimmels).
Offer Eject even for unmounted disks (reported by Matthew Weier O'Phinney).
Try to load icons at 'huge' size, so SVG icons get the chance to scale up
nicely.

07-Oct-2003 (Release 2.1.0)
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).
Removed some dead code, memory leaks, etc that had crept in.

04-Oct-2003
~~~~~~~~~~~~
New icon for selection ops.

03-Oct-2003
~~~~~~~~~~~~
Updated Spanish translation (Marcelo Ramos).

01-Oct-2003
~~~~~~~~~~~~
Minor fix to German translation (Daniel P<C3><B6>rsch).

30-Sep-2003
~~~~~~~~~~~~
Update error message about missing MIME database to give the new URI.

29-Sep-2003
~~~~~~~~~~~~
Stock icons in panel and pinboard menus.
Added icon theme selector.

28-Sep-2003
~~~~~~~~~~~~
Added 'Customise Menu' to file menu. Use this to replace Format and Free.

27-Sep-2003
~~~~~~~~~~~~
Allow icons in Choices to override the theme.

26-Sep-2003
~~~~~~~~~~~~
Bugfix: If no pinboard or panel icons were present, the menu could not be
        opened (reported by John Pettigrew).

22-Sep-2003
~~~~~~~~~~~~
Added italian manual, updated it.po (Yuri Bongiorno).
Implementation of Format, just as a user-defined command. Also mount
point menu items reflect mounted/not mounted status (Stephen Watson).

18-Sep-2003
~~~~~~~~~~~~
Implementation of Free Space (Stephen Watson). OpenDir SOAP message now
takes an optional Window element. Pass the same Window to re-use the window.

17-Sep-2003
~~~~~~~~~~~~
Allow ejecting mounted media.

12-Sep-2003
~~~~~~~~~~~~
Don't create a corrupted pinboard/panel file if a non-UTF8 pathname is
dragged to it (reported by Eugeni Andreechtchev).
Get file icons using freedesktop.org icon theme system.

05-Sep-2003
~~~~~~~~~~~~
Added Czech translation (Jan Provaznik).

20-Aug-2003
~~~~~~~~~~~~
Help, Format, Eject and Free Space now appear in the AppMenu section of the
menu. Help is only shown for applications, and the others only for mount
points.

16-Aug-2003
~~~~~~~~~~~~
Added ability to call external programs to generate thumbnails for types
other than image/* (Stephen Watson).

12-Aug-2003
~~~~~~~~~~~~
If a string can't be converted from the local character set to UTF-8,
fallback to converting from iso-8859-1.

07-Aug-2003
~~~~~~~~~~~~
Get shared MIME database through Zero Install, if possible.
Bugfix: Didn't use XDG_DATA_DIRS to find type descriptions.

06-Aug-2003
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).

02-Aug-2003
~~~~~~~~~~~~
Allow types other than image/* to have thumbnails, although we can't
generate them yet (Stephen Watson).
Added Eject menu option for unmounted mount points (Stephen Watson).

28-Jul-2003
~~~~~~~~~~~~
Doing a Refresh in a directory under /uri/0install triggers a remote refresh.

14-Jul-2003
~~~~~~~~~~~~
Less frame-heavy look for info box (Thomas Leonard).
When mounting, force a refresh even if the mtime of the new disk is the same,
since some formats don't change it. Also, if mounting gives an error, check to
see if it worked anyway (Thomas Leonard).

13-Jul-2003
~~~~~~~~~~~~
Added sort and selection buttons to the toolbar. They start off disabled,
enable them from Options->Tools if you want them (Stephen Watson).

Escape text/uri-list for drag and drop operations (Stephen Watson).

12-Jul-2003
~~~~~~~~~~~~
Don't show hidden files on the SendTo menu (reported by Arnaud Calvo).

10-Jul-2003
~~~~~~~~~~~~
Added CheckButtons to the info window to allow manipulation of permission
bits (Stephen Watson).

09-Jul-2003
~~~~~~~~~~~~
Added count of directory contents to info window (Stephen Watson).

04-Jul-2003
~~~~~~~~~~~~
Updated italian translation in AppInfo.xml and src/po/it.po (Yuri Bongiorno)

30-Jun-2003
~~~~~~~~~~~~
When renaming a non-UTF8 file, still assume the directory is valid UTF-8
(reported by Arnaud Calvo).

29-Jun-2003
~~~~~~~~~~~~
Sort items on the SendTo menu (requested by John Pettigrew).

27-Jun-2003
~~~~~~~~~~~~
Removed the menu-on-button-2 option. It was too inconsistant with everything
else, including panel applets and window managers, to be useful. Edit bind.c if
you really need it.

25-Jun-2003
~~~~~~~~~~~~
Button-2 drags on panel applets always work now, even if the applet doesn't
forward them explicitly.

19-Jun-2003
~~~~~~~~~~~~
Fix scrolling problem with GTK+-2.2.2 (reported by Alastair Porter, with
help from G<C3><B6>tz Waschk).

16-Jun-2003
~~~~~~~~~~~~
Bugfix: Resize on style change didn't do anything (Andy Hanton).
Bugfix: Dragging to panel and pinboard directories didn't offer the DnD
        menu (reported by BluPhoenyx).

11-Jun-2003
~~~~~~~~~~~~
New SetBackdrop() SOAP method (Matthew Weier O'Phinney).

04-Jun-2003
~~~~~~~~~~~~
Bugfix: Closing a window using the menu didn't offer to unmount (James Bursa).

02-Jun-2003
~~~~~~~~~~~~
Updated Spanish translation (Marcelo Ramos).

01-Jun-2003
~~~~~~~~~~~~
Fix compiler warning when not using dnotify (reported by Damien Couderc).
Show files being operated upon in action windows (Stephen Watson).

30-May-2003 (Release 2.0.0)
~~~~~~~~~~~~
Updated Japanese translation (Hirosi Utumi).

29-May-2003
~~~~~~~~~~~~
Updated it.po and AppInfo.xml (Yuri Bongiorno).

28-May-2003 (Release 1.3.10)
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).

27-May-2003
~~~~~~~~~~~~
When dragging a lasso box in List view, don't stop scrolling when the pointer
leaves the window (reported by Robert Davison).
Updated Polish translation (Andrzej Borsuk).
Updated Italian translation (Yuri Bongiorno).

26-May-2003
~~~~~~~~~~~~
Updated German translation (Guido Schimmels).

25-May-2003
~~~~~~~~~~~~
Updated Dutch translation (Jan Wagemakers).

24-May-2003
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).

22-May-2003
~~~~~~~~~~~~
Minor updates to the manual.
Bugfix: Using the Edit MIME types button in the Options window opened the
        old directory. Refer people to the MIME-Editor application instead.

18-May-2003
~~~~~~~~~~~~
Fixed focussing problems in Icons View (reported by Andrzej Radecki).
Updated French manual translation (Arnaud Calvo).

16-May-2003 (Release 1.3.9)
~~~~~~~~~~~~
New icon for the filer (Geoff Youngs).
Updated it.po and AppInfo.xml (Yuri Bongiorno).

15-May-2003
~~~~~~~~~~~~
Added Japanese translation (Hirosi Utumi).
When a directory change is detected, wait a little before rescanning to
reduce flickering effect.

14-May-2003
~~~~~~~~~~~~
Page Up and Page Down now work again in List View.

27-Apr-2003
~~~~~~~~~~~~
Updated install script to use new XDG Base Directory spec (reported by
Vincent Lefevre).
Also install man pages under 'share/man'.

25-Apr-2003
~~~~~~~~~~~~
Close stdout when running child processes for users running startx from the
console, since some terminal applications try to read from the console,
freezing X (Keith R. John Warno).
Forward scroll events on pinboard to window manager, and add option to
workaround *box issues (Matthew Weier O'Phinney).

24-Apr-2003
~~~~~~~~~~~~
Using the bookmarks menu to open an unmounted mount point will mount it
(suggested by Arnaud Calvo).

17-Apr-2003
~~~~~~~~~~~~
Updates for the new shared MIME database.

15-Apr-2003
~~~~~~~~~~~~
Refresh refreshed the directory twice (because updating the MIME info triggers
a refresh too).

12-Apr-2003
~~~~~~~~~~~~
Remove default GtkTreeView keys (they conflicted with the menus).
Fixed some minor cursor problems in List view.

10-Apr-2003
~~~~~~~~~~~~
Winking now works in List view.

09-Apr-2003
~~~~~~~~~~~~
Lasso selections now work in List view.

08-Apr-2003
~~~~~~~~~~~~
The hack we have to use to draw pinboard icons on GTK+-2.0 doesn't work
on 2.2. Show a warning instead of crashing (reported by Keith R. John Warno).

03-Apr-2003
~~~~~~~~~~~~
Fix the message in install.sh, since there is no information toolbar icon
now (spotted by Albert Wagner).

29-Mar-2003 (Release 1.3.8)
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).

28-Mar-2003
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).

27-Mar-2003
~~~~~~~~~~~~
Allow dragging a file into a GtkEntry to insert the filename.
Bugfix: Selections in List View didn't work properly (reported by Stephen
        Watson).
Updated Spanish translation (Marcelo Ramos).

23-Mar-2003
~~~~~~~~~~~~
Fixed use of a GTK+-2.2-only function (Geoff Youngs).
New option to set the panel size (Geoff Youngs).

21-Mar-2003
~~~~~~~~~~~~
Scroll panels when the pointer is at the end, not by dragging the middle
(Geoff Youngs).
Stop the pinboard from flickering when removing icons or iconfied windows.

20-Mar-2003
~~~~~~~~~~~~
Centre the image for iconified windows.
Double-buffer slightly larger areas.

18-Mar-2003
~~~~~~~~~~~~
Better way to implement selections in List View (suggested by Jonathan
Blandford).
Updated Italian translation (Yuri Bongiorno).

15-Mar-2003
~~~~~~~~~~~~
Bugfix: Never show the copy/move/link menu when dragging to an application.

11-Mar-2003
~~~~~~~~~~~~
Bugfix: Comments about a MIME type were loaded from the first file to contain
        information about the type, not the first to contain a comment about
        the type.

09-Mar-2003
~~~~~~~~~~~~
Don't mark widget documentation as translatable.
Make sure the tooltip for pinboard and panel icons is up-to-date (reported
by krjw).
Use pinboard backdrop colour for scaled and centred images (requested by
Marcelo Ramos).
Shade the backdrop style buttons when an external program is being used to
set the backdrop.
Updated Spanish translation (Marcelo Ramos).

08-Mar-2003
~~~~~~~~~~~~
Updated Dutch translation (Jan Wagemakers).

07-Mar-2003
~~~~~~~~~~~~
Use stock icons in pinboard and panel menus.
Updated Spanish translation (Marcelo Ramos).

03-Mar-2003
~~~~~~~~~~~~
Use stock icons in menus, and fix some possible problems in the menu code
(Stephen Watson).

02-Mar-2003
~~~~~~~~~~~~
Stop pinboard icons flickering when you move over them (Daniele Peri).
Use XSettings drag-and-drop threshold.

01-Mar-2003
~~~~~~~~~~~~
Bugfix: Backdrop image could be redrawn in the wrong place (Stephen Watson).

27-Feb-2003 (Release 1.3.7)
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).
Allow an empty AppInfo translation so that a label can be translated without
changing the value.

25-Feb-2003
~~~~~~~~~~~~
Updated Russian translation (Alexey Lubimov).

23-Feb-2003
~~~~~~~~~~~~
When using the Rename and Link boxes, use the appropriate drag cursor
(suggested by Michael Adams).
Bugfix: A double-click which starts on one file and ends on another is now
        ignored (reported by Michael Adams).
Bugfix: Test for valid sort-type in SOAP call was reserved, so you couldn't set
        the sort type (reported by Damjan Bole).
Bugfix: Using a SOAP call to open a non-existant directory made the filer
        crash.
Bugfix: Drag-and-drop raising on the panel didn't quite work (Daniele Peri).

22-Feb-2003
~~~~~~~~~~~~
Make Size toolbar icon only set the size. Use a second button to set automatic
mode.

13-Feb-2003
~~~~~~~~~~~~
Updated Spanish translation (Marcelo Ramos).
Alpha blended pinboard icons now get clipped correctly even with GTK+-2.0.

12-Feb-2003
~~~~~~~~~~~~
Fixed some spelling errors (Marcelo Ramos).
Select the current style by default when opening the Set Backdrop box
(reported by Marcelo Ramos).
Fix problems with pinboard drawing of semi-transparent icons (fixed for
GTK+-2.2 only).

11-Feb-2003
~~~~~~~~~~~~
Merged Set Run Action, Set Icon and Set Backdrop dropboxes into a single
Ultimate DropBox widget, and made all three interfaces much nicer.
Dragging to the Home and Up toolbar tools now supports the menu-on-drag
option (reported by Laurent Moussault).
Allow changing the pinboard style without having to drag the image back in
(requested by Jesse Wagner).
Remove button style from iconified windows. Use a semi-transparent border
instead. The actual effect is flexible; perhaps someone with artistic
talent can do something better?
Double-buffer small pinboard updates.
Updated Spanish translation (Marcelo Ramos).

10-Feb-2003
~~~~~~~~~~~~
Option to turn off column headings in List View (Adam Sampson).
Panel auto-raising also works during drag-and-drop.
Bugfix: Installing to /usr put the MIME files in the wrong place (reported
        by Albert Wagner).

09-Feb-2003
~~~~~~~~~~~~
Allow dragging to a selected directory as long as it's not the source of the
drag.
If an error occurs opening a directory then don't report it in an error box if
a drag-and-drop operation is in progress.
Keep the title up-to-date for iconified windows.
Option to show menu on button-1 drags instead of copying.
Aborting an action window tries to kill all child processes, not just the
immediate child, and doesn't close the window until it has actually stopped.
Symlinks to mount points now work (reported by Daniele Peri).
Include textual description of types in various places (Stephen Watson).
Allow dragging directories to bookmarks edit window or toolbar icon, with
spring loading (suggested by Stephen Watson and George De Bruin).
Removed confusing Set Icon choice from DnD menu.
Bugfix: If a directory on the panel changed to/from being an application, the
        label wasn't hidden / shown.

08-Feb-2003
~~~~~~~~~~~~
Changing the icon for a MIME type updates all filer windows.
When dragging a pinboard icon over itself, pretend the icon isn't there to
allow fine repositioning.
When an error prevents scanning a directory, show the error in the window
title bar, and only report it once in an error box.
Don't create thumbnails of thumbnails by checking if the image is in
~~/.thumbnails/normal. Before, the test was the size of the file, not its
location.
Pinboard image style Scale is now called Stretch; Scale now scales without
changing the aspect ratio.

07-Feb-2003
~~~~~~~~~~~~
Auto-scrolling during drag-and-drop works again, and now in list view too.

02-Feb-2003
~~~~~~~~~~~~
Fixed clipping and wrapping problems with pinboard icon text.

01-Feb-2003
~~~~~~~~~~~~
Don't use double-buffering for the pinboard. This might make things flicker
slightly, but it's much faster on some systems.
Updated Spanish translation (Marcelo Ramos).

31-Jan-2003
~~~~~~~~~~~~
Added Bookmarks 'Recently Visited' submenu (Stephen Watson).

28-Jan-2003
~~~~~~~~~~~~
Replaced some of the icons with some GNOME ones (slightly modified in some
cases).

27-Jan-2003
~~~~~~~~~~~~
Slightly adjusted the 'normal' icon height to be the same size as GNOME to
make sharing icons easier.
Updated Polish translation (Marcin Juszkiewicz).

26-Jan-2003
~~~~~~~~~~~~
Bugfix: Symlinking to an application required the symlink, rather than the
        target directory, to have the same owner as the AppRun (Keith Warno).

25-Jan-2003
~~~~~~~~~~~~
Bugfix: Hyper and Super modifiers didn't work properly as icon shortcuts.

23-Jan-2003
~~~~~~~~~~~~
Work around changes in Gtk+-2.2 that stopped the panel from appearing on all
workspaces.
Add scrollbars to bookmarks editor window (requested by George De Bruin).

22-Jan-2003
~~~~~~~~~~~~
Bugfix: Filer would quit if only the Bookmarks editor window was open (reported
        by Bernard Jungen).

20-Jan-2003
~~~~~~~~~~~~
New option to sort capitalised names first (requested by Paul Etchells and
others).

19-Jan-2003
~~~~~~~~~~~~
Updated Spanish translation (Marcelo Ramos).
Fixed wheel mouse scroll bug in List View (reported by Vincent Lefevre and
others).
Attempt to improve the autosizing by examining the item with the longest name.
Don't scale icons up in Huge mode.
In translated <About> sections in AppInfo.xml files, allow a 'label=' attribute
to translate the key (requested by Guido Schimmels).

18-Jan-2003
~~~~~~~~~~~~
Added dnotify support, so that on Linux the filer now updates automatically
when a directory is changed (requested by Taras and Dave C).

16-Jan-2003
~~~~~~~~~~~~
Added icon to infobox (Geoff Youngs and Marcin Juszkiewicz).

14-Jan-2003
~~~~~~~~~~~~
Add GTK versions used for compiling and running to -v output (suggested by
Vincent Lef<C3><A8>vre).
Bugfix: Drag-and-drop in Icons View didn't work while scrolled (reported by
        Brian Langenberger).

13-Jan-2003
~~~~~~~~~~~~
Change 'Type' to 'Types' (Vincent Lef<C3><A8>vre).
Don't resize when changing the view type if auto-resizing is off (Keith R. John
Warno).
Added missing cast and detect long files on OpenBSD (Damien Couderc).

10-Jan-2003
~~~~~~~~~~~~
Remove -o from --help output (spotted by Karol Krenski).
Updated Spanish translation (Marcelo Ramos).

09-Jan-2003 (Release 1.3.6)
~~~~~~~~~~~~
Fix reference counting problem shown up by Gtk+-2.2.

06-Jan-2003
~~~~~~~~~~~~
Updated German translation (Guido Schimmels).
Make toolbar extend the whole width of the window (suggested by Andrzej
Radecki).

05-Jan-2003
~~~~~~~~~~~~
Updated Polish translation (Marcin Juszkiewicz).

04-Jan-2003
~~~~~~~~~~~~
Updated French translation and fixed untranslatable string (Vincent Lef<C3><A8>v
re).
When using bigger/smaller, don't wrap at the end (suggested by Arnaud Calvo).
Updated French manual translation (Arnaud Calvo).

02-Jan-2003
~~~~~~~~~~~~
Updated Spanish translation (Marcelo Ramos).
Updated Dutch translation (Jan Wagemakers).

01-Jan-2003
~~~~~~~~~~~~
Added button in options window to purge thumbnails cache.

30-Dec-2002
~~~~~~~~~~~~
Preserve selection when changing view type.
Shade selection when we don't have primary.

29-Dec-2002
~~~~~~~~~~~~
Show thumbnails in List view. Allow changing the icon size. If the size is
automatic, show thumbnails as Huge and everything else as Small.
Scroll wheel now works in List view.

28-Dec-2002
~~~~~~~~~~~~
Use bold style to indicate recent items (instead of the pink background).

27-Dec-2002
~~~~~~~~~~~~
Sort type is shared between Icon and List views. Sort order can be reversed.
Highlight recently changed items with a tasteful pink background.
When the bookmark editor window first opened, no item was selected. If the
user clicked on it to select it, editing mode started instead (reported by
Bernard Jungen).
Removed most of the options section of the manual, since it was just echoing
the information in the tooltips anyway.

26-Dec-2002
~~~~~~~~~~~~
Various fixes to new list view (reported by George De Bruin).
Mounting and unmounting auto-resizes the window.

25-Dec-2002
~~~~~~~~~~~~
Right-clicking the Size button switches to automatic mode and resizes the
window.

24-Dec-2002
~~~~~~~~~~~~
Made 'Automatic' an icon size, rather than a separate option.
Size toolbar button shows a menu, including the new Automatic setting.

23-Dec-2002
~~~~~~~~~~~~
Rearranged menus and options for new List View mode.

20-Dec-2002
~~~~~~~~~~~~
Removed warning message from --new. It can be useful for a session manager...
Draw iconified windows with a background, so they don't get confused with other
icons (suggested by Joakim Andreasson).
Bugfix: Stupid bug stopped iconified windows from being removed and could
        cause a crash!

17-Dec-2002
~~~~~~~~~~~~
The 'Directories always come first' option now only applies to name sorts.
Sort by date and size default order has been reversed.
Always use case-insensitive sort.

16-Dec-2002
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).

12-Dec-2002
~~~~~~~~~~~~
Details toolbar button switches to the new (unfinished) details view.
Bugfix: Fix detection of new pango wrapping system (Richard Olsson)

11-Dec-2002
~~~~~~~~~~~~
Style improvements to Edit Icon box.
Don't show Size attribute for directories in the Info box. It was confusing,
since it didn't include the contents.
Bugfix: Right-clicking on the Bookmarks icon to edit the bookmarks would
        cause a crash if the bookmarks were not yet loaded.

10-Dec-2002
~~~~~~~~~~~~
Code tidying (Bernard Jungen).

09-Dec-2002
~~~~~~~~~~~~
Style improvements to options window.

08-Dec-2002
~~~~~~~~~~~~
Updated Spanish translation (Marcelo Ramos).

06-Dec-2002
~~~~~~~~~~~~
Updated German translation (Guido Schimmels).

04-Dec-2002 (Release 1.3.5)
~~~~~~~~~~~~
Using the Close toolbar button also offers to unmount devices (spotted by
G<C3><B6>tz Waschk).

03-Dec-2002
~~~~~~~~~~~~
Clicking on a mount point auto-mounts. The shift action is now to open without
mounting. Closing a filer window showing a mount point offers to unmount it
(suggested by Guido Schimmels and others).
Use stock icons in more dialogs.

02-Dec-2002
~~~~~~~~~~~~
Allow editing the path for bookmarks.

01-Dec-2002
~~~~~~~~~~~~
Added 'Edit Bookmarks' dialog and 'Show Bookmarks' menu entry.

29-Nov-2002
~~~~~~~~~~~~
New mount icons (suggested by Marcin Juszkiewicz).
Don't show separator in bookmarks menu when there is nothing below it.

28-Nov-2002
~~~~~~~~~~~~
Added a default hander for HTML files, otherwise newbies can't read the
manual!
Bugfix: Pinboards without backdrop images didn't get the correct colour set
        by default.

27-Nov-2002
~~~~~~~~~~~~
Better positioning of bookmarks menu.

22-Nov-2002
~~~~~~~~~~~~
Updated Spanish translation (Marcelo Ramos).
Allow translation of About AppInfo section.
Bugfix: When using Metacity, some minimised windows weren't shown (reported by
        Alastair Porter).

21-Nov-2002
~~~~~~~~~~~~
More tooltips for the Set Icon dialog.

20-Nov-2002
~~~~~~~~~~~~
Use better wrapping system, if available (Richard Olsson).

15-Nov-2002
~~~~~~~~~~~~
Removed ASCII sort option. Useless, and didn't work with UTF-8 anyway.

13-Nov-2002
~~~~~~~~~~~~
New sorting system to cope with UTF-8 filenames.

12-Nov-2002
~~~~~~~~~~~~
Use stdout, not stderr, for --help and --version, and use xmllint instead of
nsgmls to check for valid DocBook (Eric Gillespie).
Updated Chinese translation (babyfai Cheung).

11-Nov-2002
~~~~~~~~~~~~
Added note about checking permissions to message complaining that the MIME
database can't be found (suggested by Keir Mierle).

07-Nov-2002
~~~~~~~~~~~~
Set hint to make panels appear on all workspaces, and support metacity-style
iconified windows (reported by Alastair Porter; suggested fix by Laurent
Moussault).

05-Nov-2002
~~~~~~~~~~~~
Added Bookmarks toolbar icon (Liav).

04-Nov-2002
~~~~~~~~~~~~
Removed some unused code and fixed a possible race condition.

03-Nov-2002
~~~~~~~~~~~~
Update error message to give correct version of MIME database (reported by
FD Cami).

31-Oct-2002
~~~~~~~~~~~~
Make the Find and Permissions help windows look nicer.
Added support for shadowed labels on the pinboard (Andras Mohari).

29-Oct-2002
~~~~~~~~~~~~
Stop Metacity from complaining that it can't decide whether the pinboard is
resizable or not (reported by Alastair Porter, solution suggested by
Havoc Pennington).

28-Oct-2002
~~~~~~~~~~~~
Make it more obvious that --new is only for debugging.
Added Norwegian translation (Sigve Indregard).

27-Oct-2002
~~~~~~~~~~~~
Use our own stock icons for 'show hidden' and 'show details' toolbar buttons
(Stephen Watson). New details icon is a modified version of a Gtk stock
icon, while show hidden is taken from sawfish.

26-Oct-2002
~~~~~~~~~~~~
Code tidying (Bernard Jungen).

23-Oct-2002
~~~~~~~~~~~~
Switch button-1/2 on Help, as it was too annoying.
Create thumbnails at 128x128 to be in-line with current thumbnails spec.
Bugfix: When using the lasso box with the pinboard, select icons based on
        where they actually are, not where they want to be (useful if you've
        just changed to a lower resolution and they're all stuck at the side!).

22-Oct-2002
~~~~~~~~~~~~
Button-1 on Help shows the manual, other button opens the Help directory
(Marcin Juszkiewicz).

21-Oct-2002
~~~~~~~~~~~~
More checks to cope with invalid filenames (Marcin Juszkiewicz).
Updated Polish translation (Marcin Juszkiewicz).

19-Oct-2002
~~~~~~~~~~~~
Updated Spanish translation (Marcelo Ramos).

18-Oct-2002
~~~~~~~~~~~~
Cope slightly better with invalid filenames in various places (reported by
Marcin Juszkiewicz and Andras Mohari).
Make panel menus appear nearer the edge of the screen for top, left and right
panels (suggested by Bernard Jungen).
Bugfix: When installing the binary release, don't warn the user that the source
        is missing (reported by John Pettigrew).

17-Oct-2002
~~~~~~~~~~~~
Code tidying (Bernard Jungen).
Fixed broken links to citations in manual (reported by Bernard Jungen).
Renamed sp.po to es.po (requested by Quique).

12-Oct-2002
~~~~~~~~~~~~
Added Swedish translation (Marcus Lundblad).
Bugfix: Invert Selection failed to work correctly on the first item (spotted by
        Stephen Watson).

09-Oct-2002
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).

07-Oct-2002
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).

01-Oct-2002 (Release 1.3.4)
~~~~~~~~~~~~
Require glib >= 2.0.3, or action windows leak file handles (reported by
Musus Umbra).

27-Sep-2002
~~~~~~~~~~~~
Allow multiple pinboard icons to be repositioned at once.

26-Sep-2002
~~~~~~~~~~~~
Allow multiple pinboard icons to be selected by dragging a box around them.

23-Sep-2002
~~~~~~~~~~~~
Pinboard and panel icons can now have keyboard shortcuts assigned to them.
Bugfix: Fixed a couple of cursor positioning problems (reported by Andras
Mohari).

22-Sep-2002
~~~~~~~~~~~~
Replace -o command-line option with a toggle button in the options window.

17-Sep-2002
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).

05-Sep-2002
~~~~~~~~~~~~
Be more forceful about setting the pinboard backdrop; some themes were
overriding it (reported by Biju Chacko).
Use K, M and G consistantly (Marcin Juszkiewicz).

03-Sep-2002
~~~~~~~~~~~~
Shift Open had stopped working (spotted by Matthew Weier O'Phinney).

02-Sep-2002
~~~~~~~~~~~~
Changed default Set Run Action shell command from "$1" to "$@" (suggested by
krjw).

01-Sep-2002
~~~~~~~~~~~~
Updated Spanish translation (Marcelo Ramos).

30-Aug-2002
~~~~~~~~~~~~
New 'Class' parameter to Filer_OpenDir SOAP method allows setting the
WM_CLASS of a new window so that the window manager can treat it
specially, such as opening it in a certain place, or make it sticky
(requested by Matthew Weier O'Phinney).

27-Aug-2002
~~~~~~~~~~~~
New option to set the pinboard font (Krzysztof Luks).

26-Aug-2002
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).
Updated Italian translation (Daniele Peri).

17-Aug-2002
~~~~~~~~~~~~
Increase time between updates while scanning from 0.5s to 1.5s. Now that the
names are all shown from the start, fast feedback here is less useful.
When resizing due to a key event, warp the pointer (for sloppy focus users).

13-Aug-2002
~~~~~~~~~~~~
Removed Re-read MIME types button. Use Refresh on the toolbar instead.

11-Aug-2002
~~~~~~~~~~~~
Internal changes: moved menu and toolbar over to View interface.

05-Aug-2002
~~~~~~~~~~~~
Open the menu on the 'popup-menu' signal. Allows you to use the default Gtk
keyboard shortcuts to open the menu.
Translated AppInfo menu entries into Hungarian (Andras Mohari) and
Spanish (Marcelo Ramos).
After dragging to a remote application which didn't respond, the filer
refused to gain the primary selection until the operation timed out.

02-Aug-2002
~~~~~~~~~~~~
Use stock icons for multi-file drag-and-drop, files with missing icons, and
files that can't be statted (Marcin Juszkiewicz).

01-Aug-2002
~~~~~~~~~~~~
Make --version's output convert to the local character set (Vincent Lefevre).
Make menu items in AppInfo.xml files translatable (requested by
Wilbert Berendsen, Andras Mohari and Marcelo Ramos).

29-Jul-2002
~~~~~~~~~~~~
Change pinboard option to forward button 3 to forward all buttons (requested
by Matthew Weier O'Phinney).

28-Jul-2002
~~~~~~~~~~~~
Use Gtk's new stock info icon instead of help icon for minibuffer, etc.

26-Jul-2002
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).
Updated Spanish translation (Marcelo Ramos).
Using Edit MIME types in the Options box now opens the new 'packages'
directory instead of the old 'mime-info' one (reported by Goetz Waschk).

24-Jul-2002 (Release 1.3.3)
~~~~~~~~~~~~
Updated to new shared MIME database format.

23-Jul-2002
~~~~~~~~~~~~
Alt-Return or Alt-Button-1 on a file works like clicking with button-2; it
opens a directory in a new window and closes the directory when opening a file
(suggested by Gregory Spath).

22-Jul-2002
~~~~~~~~~~~~
Use stock icons for toolbar, to make it themeable (requested by Michael Adams).

21-Jul-2002
~~~~~~~~~~~~
Made the stepper arrows in the scrollbars scroll by one item's height, fixed
an untranslatable string and fixed a slight error in the size calculation
(Bernard Jungen).

19-Jul-2002
~~~~~~~~~~~~
Rearraged File menu (suggested by Tomas Berg).

16-Jul-2002
~~~~~~~~~~~~
Added support for Solaris 'Door' files (Stephen Watson).

12-Jul-2002
~~~~~~~~~~~~
Added Help menu with both About and Show Files entries, and a new entry to
load the corrent manual for the current locale (suggested by Arnaud Calvo).

11-Jul-2002
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).
Changed 'Show ROX-Filer Help' to 'About ROX-Filer...'. This shows the Info
box, with a new 'Show Help Files' button (Geoff Youngs).

09-Jul-2002
~~~~~~~~~~~~
Don't close the Set Run Action box after showing the usage message if the user
enters an invalid command (spotted by krjw).

07-Jul-2002
~~~~~~~~~~~~
Bugfix: Changing the pinboard colours when iconfied windows were not in use
        displayed a (harmless) warning message (reported by krjw).

02-Jul-2002
~~~~~~~~~~~~
Security fix: Set Run Action to a shell command would make the executable
              world-writeable (spotted by alexander).

28-Jun-2002
~~~~~~~~~~~~
Bugfix: Tooltips for files sometimes didn't get displayed.

26-Jun-2002
~~~~~~~~~~~~
Added reminder about having NumLock on when using groups from the keypad
(suggested by Gombok Arthur).

25-Jun-2002
~~~~~~~~~~~~
Turned on more compiler warnings, and fixed some minor issues it threw up.

22-Jun-2002 (Release 1.3.2)
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).

21-Jun-2002
~~~~~~~~~~~~
Added 'Text beside icon' toolbar style (Michael Adams).

20-Jun-2002
~~~~~~~~~~~~
Bugfix: Using another window in between entering target mode and selecting
        the target printed a warning instead of performing the operation.

17-Jun-2002
~~~~~~~~~~~~
Fix problem with root menu positioning on icewm (reported by Bernard Jungen).

16-Jun-2002
~~~~~~~~~~~~
More robust approach to SOAP errors.

11-Jun-2002
~~~~~~~~~~~~
Require version 2.0.1 or later of Gtk, due to bugs in 2.0.0.
Changing the pinboard font realigns the icons.
Bugfix: Symlinked items in the SendTo menu didn't use globicons correctly
        (spotted by Arnaud Calvo).
Bugfix: Filer sometimes failed to load the backdrop supplied by a program
        (reported by Arnaud Calvo).

10-Jun-2002
~~~~~~~~~~~~
Updated Spanish translation (Marcelo Ramos).

08-Jun-2002
~~~~~~~~~~~~
Move Xterm Here to Window menu and add Switch to xterm (suggested by
Gregory Spath).
Bugfix: Some shortcuts didn't work properly on some keyboards (reported by
        Lorint and Musus Umbra).

06-Jun-2002
~~~~~~~~~~~~
When installing without a manpage, just warn the user instead of aborting
(suggested by Simon Britnell).

01-Jun-2002
~~~~~~~~~~~~
Code tidying (Bernard Jungen).

31-May-2002
~~~~~~~~~~~~
Option to switch automatically between Large and Small icons (Stephen Watson).
Allow blank icon names (suggested by Gregory Spath).
Bugfix: Default icon for iconified windows wasn't found (Jimmy Olgeni).
Bugfix: Sometimes the SOAP message sent to a running process got displayed.

30-May-2002 (Release 1.3.1)
~~~~~~~~~~~~
Fix redraw bug with selected icons.

29-May-2002
~~~~~~~~~~~~
Respect CHOICESPATH when installing (spotted by Vincent Lefevre).
Set Icon now creates icons in PNG format (spotted by Wilbert Berendsen).

28-May-2002
~~~~~~~~~~~~
Merged in icons from rox-base (converted to PNG format and renamed).
Bugfix: When showing iconified windows, the filer could crash if a window
        disappeared at the wrong moment.

27-May-2002
~~~~~~~~~~~~
Set _XROOTPMAP_ID property on root window so that Eterm and friends show
the right backdrop (requested by Simon Britnell).
Use .png icons in MIME-icons instead of .xpm (needed to change anyway as
the new shared MIME database uses different types in many places).
Updated French translation (Vincent Lef<C3><A8>vre).
Updated Dutch translation (Wilbert Berendsen).
Updated Hungarian translation (Andras Mohari).

24-May-2002
~~~~~~~~~~~~
When using -d or -s options, don't follow symlinks in paths starting with '/'
(suggested by Darrell Taylor).

23-May-2002
~~~~~~~~~~~~
Code tidying (Bernard Jungen).

21-May-2002
~~~~~~~~~~~~
Updated Polish translation (Krzysztof Krzy<C2><BF>aniak).

19-May-2002
~~~~~~~~~~~~
Setting the background colour doesn't lose the image (spotted by Jasper
Huijsmans).

18-May-2002
~~~~~~~~~~~~
Iconified windows are shown with their own icon, if they have one.

17-May-2002
~~~~~~~~~~~~
Options to set iconification layout policy.
Fix compiler warnings on some systems (Stephen Watson).
Added 'Follow Symbolic Links' menu item (Stephen Watson).

16-May-2002
~~~~~~~~~~~~
Pinboard background colour option works again.
Position iconified windows sensibly.
Bugfix: Typing too fast into the minibuffer could miss characters.

15-May-2002
~~~~~~~~~~~~
Wrap long icon names onto multiple lines.
Options to forward button-3 clicks on the pinboard to the window manager
(requested by Ryan Harris).

14-May-2002
~~~~~~~~~~~~
Code tidying (Bernard Jungen).
Bugfix: Ctrl-clicking on icons can unselect, not just select.

13-May-2002
~~~~~~~~~~~~
Bugfix: Short form of '--client-id' option didn't work (reported by Julio
        Hugo Toloza).

12-May-2002
~~~~~~~~~~~~
Allow hidden subdirectories in <Choices>/SendTo which have their contents
included only for certain MIME types (Geoff Youngs).
When changing directory, remove any trailing /s from the path.
Make sure panels never get lowered under the pinboard.
Iconified windows are now displayed on the pinboard, not floating over
everything else.
Bugfix: Using a savebox when the pathname contained multi-byte characters
        caused the initial selected region to be positioned incorrectly.

10-May-2002
~~~~~~~~~~~~
Initial support for showing iconified windows.

09-May-2002
~~~~~~~~~~~~
Changed the way pinboard icons are implemented.
Changed the way backdrop applications set the backdrop.
Always use button-3 for the pinboard menu, as the window manager menu must
be on button-2 (spotted by Geoff Youngs).

08-May-2002
~~~~~~~~~~~~
Updated French manual translation (Arnaud Calvo).
Middle button clicks on the pinboard are passed to the window manager.
Many improvements to the pinboard:
- Changing font updates the pinboard icons.
- Button-2 clicks are passed to window manager.
- Drop highlight doesn't flicker.

07-May-2002
~~~~~~~~~~~~
Improved highlighting of icons (Andras Mohari).

06-May-2002
~~~~~~~~~~~~
The pinboard is now a screen-sized window. Faster and better looking.
Setting the backdrop is now done from the filer.

03-May-2002
~~~~~~~~~~~~
The Link box allows an existing symlink to be replaced, instead of
complaining that the destination already exists (suggested by Arnaud Calvo).
Bugfix: When editing a panel icon, the tooltip didn't update until the next
        restart (Olli Helenius).

02-May-2002
~~~~~~~~~~~~
Added Sort to the OpenDir SOAP method (Stephen Watson).

30-Apr-2002
~~~~~~~~~~~~
Alpha-blending for Small icons, too.
Bugfix: When copying directories, ignore an error caused by filesystems,
        such as Samba shares, that don't support chmod fully (reported by
        Andrew S Dixon).

29-Apr-2002
~~~~~~~~~~~~
SOAP method OpenDir now allows Style and Details to be specified
(Stephen Watson).

28-Apr-2002
~~~~~~~~~~~~
Use alpha-blending in Large and Huge display modes. Limit icons in menus to
Small and Large sizes.

27-Apr-2002
~~~~~~~~~~~~
Return in Permissions box activates Quiet.

26-Apr-2002
~~~~~~~~~~~~
MIME information is now read from the freedesktop.org shared database rather
than the old Choices/MIME-info directories.

25-Apr-2002
~~~~~~~~~~~~
Don't convert to `real' path when following symlinks, so that Up now returns
to the directory containing the symlink, not the thing it linked to
(requested by Gregory Spath).
Don't quit while Options window is open.

21-Apr-2002
~~~~~~~~~~~~
Allow panel style to be set from ~/.gtkrc-2.0, using 'rox-panel' to identify
the window (requested by Ashwin).
Merged OK and Save buttons in the Options box. Revert shades when it would
have no effect.

17-Apr-2002
~~~~~~~~~~~~
'New ...' for a template always copies without confirming (suggested by
Wilbert Berendsen).

16-Apr-2002
~~~~~~~~~~~~
Set-keybindings button in options box now checks that this feature is on,
and explains what to do if not (suggested by Francesco Bochicchio).

15-Apr-2002
~~~~~~~~~~~~
Updated French translation (Vincent Lef<C3><A8>vre).
Message in translation options switches language as you move through the
options.

14-Apr-2002
~~~~~~~~~~~~
Added Chinese translation (babyfai cheung).

14-Apr-2002 (Release 1.3.0)
~~~~~~~~~~~~
Fixed a minor redraw box (a single pixel could get left after a lasso drag).

13-Apr-2002
~~~~~~~~~~~~
Place action windows under pointer (suggested by txapela).

11-Apr-2002
~~~~~~~~~~~~
Set collection style in the program. Choices/ROX-Filer/Styles is no longer
used.
Made background pixmaps for Collections work again (reported by Stephen
Watson).
Removed pinboard text background style option (it never worked with Gtk+-2.0).

09-Apr-2002
~~~~~~~~~~~~
Added units display to options and improved toolbar options layout (Andras
Mohari).
When setting the icon for a directory, offer to create a .DirIcon
(requested by Matjaz Mihelic).

08-Apr-2002
~~~~~~~~~~~~
Much improved layout for Options box (Andras Mohari).
Allow subdirectories in the Send To menu (Stephen Watson).

06-Apr-2002
~~~~~~~~~~~~
Code tidying in various places (Bernard Jungen).
Filer windows update automatically when the font or theme changes.

05-Apr-2002
~~~~~~~~~~~~
Various speed improvements.
Removed GNOME VFS option (never worked with Gtk+-2.0).

04-Apr-2002
~~~~~~~~~~~~
Auto-raise panels when the pointer hits the side of the screen, and lower
when it leaves the panel (Geoff Youngs).

03-Apr-2002
~~~~~~~~~~~~
Slight speed increase when starting.

02-Apr-2002
~~~~~~~~~~~~
Added Danish translation (Christian Storgaard).

01-Apr-2002
~~~~~~~~~~~~
Internal tidy-up of the icon code: PinIcon and PanelIcon are now subclasses
of Icon, which is now a GObject. Dragging pinboard icons with the middle
button is no longer supported.

28-Mar-2002
~~~~~~~~~~~~
Updated Polish translation (Krzysztof Krzy<C2><BF>aniak).

25-Mar-2002
~~~~~~~~~~~~
New 'Short titlebar flags' option (requested by Andras Mohari).

24-Mar-2002
~~~~~~~~~~~~
Fixed problem which allowed the panel to get the input focus (reported by
Brendan McCarthy).

22-Mar-2002
~~~~~~~~~~~~
Large (over 50K) image files are now loaded in a subprocess. Faster, less
likely to crash due to bad images, and more responsive.

21-Mar-2002
~~~~~~~~~~~~
Filenames which are not valid UTF-8 are shown in red. A tooltip explains the
problem. CHARSET is used to try and render the name anyway, and the rename
box can be used to fix it (reported by Christopher Arndt).

20-Mar-2002
~~~~~~~~~~~~
Times weren't converted to UTF-8, causing errors in some locales (reported
by Christopher Arndt and tracked down by Andras Mohari).
Informational messages are now shown with the info icon, not the error symbol
(suggested by Andras Mohari).

18-Mar-2002
~~~~~~~~~~~~
Set _WIN_HINTS for pinboard and panel icons so that they don't appear on
task-lists or get selected when Alt-Tabbing (Brendan McCarthy).
Allow COMPOUND_TEXT target for pinboard and panels (allows pasting into
gnome-terminal).
The Path Entry minibuffer now highlights invalid paths in red, instead of
beeping.

17-Mar-2002
~~~~~~~~~~~~
Internal changes: MaskedPixmap, Directory and XMLwrapper types are now
GObjects. FSCache now works on GObjects, and the interface is therefore
simpler now.

16-Mar-2002
~~~~~~~~~~~~
Sorted out some focussing and defaulting behaviour in action windows.

14-Mar-2002
~~~~~~~~~~~~
Split action window code, so that most of the GUI stuff is now in abox.c,
and converted to new dialog style.

13-Mar-2002
~~~~~~~~~~~~
Removed remaining support for the old libvfs.
Updated lots of code to new Gtk+-2.0 style.

12-Mar-2002
~~~~~~~~~~~~
Panel icons highlight when the pointer is over them.
Fixed some untranslatable strings (Andras Mohari).

11-Mar-2002
~~~~~~~~~~~~
Converted Set Run Action box to new style.

10-Mar-2002
~~~~~~~~~~~~
New panel style; better looking, and sensitive right up to the edge of the
screen.
Converted action window results list to use the new GtkTreeView widget.

09-Mar-2002
~~~~~~~~~~~~
Converted Savebox widget to new Gtk style.

07-Mar-2002
~~~~~~~~~~~~
Fix compile problems with Gtk+-2.0-rc1 (missing X libs and cflags).
Added stock icons to Options box. The filer now requires Gtk+-2.0.
Updated Infobox to use new GtkTreeView widget.

05-Mar-2002
~~~~~~~~~~~~
Display action window questions in bold (suggested by Andras Mohari).
Added PanelAdd and PinboardAdd SOAP methods (Stephen Watson).

28-Feb-2002
~~~~~~~~~~~~
Fixed sensitive region of icons in large with details display (Bernard
Jungen).

27-Feb-2002
~~~~~~~~~~~~
Added Newer option for Copy and Move operations (Stephen Watson).

26-Feb-2002
~~~~~~~~~~~~
Centre colour selector on mouse, and close when options box closes.
Got background pixmaps working with Gtk+-2.0.

21-Feb-2002
~~~~~~~~~~~~
Changes to options now take effect instantly. The old Apply button is gone,
and Cancel is now Revert.
Fixed stupid bug in charset conversions (reported by Andras Mohari).
Initial support for gnome-vfs (Mark Heily).

20-Feb-2002
~~~~~~~~~~~~
Internal changes to the options system. See text at start of options.c.

19-Feb-2002
~~~~~~~~~~~~
Changed 'Ignore case' option to 'Intelligent sorting'. A non-ASCII sort now
handles numbers in a sensible way, so that 'file10' comes after 'file9', etc
(Micah Dowty).
Fix possible type conversion problem in charset conversion code
(reported by Serban Udrea).
Allow xml:lang attribute in AppInfo files for translations; see
ROX-Filer/AppInfo.xml for an example (suggested by Wilbert Berendsen).

18-Feb-2002
~~~~~~~~~~~~
Try to compile against Gtk+-2.0 first, and only fallback to 1.2 if it's not
found.
In an Infobox, strip trailing newlines from file's output as Gtk+-2.0
labels display them.
Scroll in whole items with Gtk+-1.2, plus better cursor alignment (Bernard
Jungen).


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/sysutils/rox/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/rox/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/rox/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/rox/files/rox
cvs rdiff -r1.1.1.1 -r0 pkgsrc/sysutils/rox/patches/patch-aa
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/rox/patches/patch-ab
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/rox/patches/patch-ac
cvs rdiff -r1.1 -r0 pkgsrc/sysutils/rox/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.