r3753: Updated Japanese translation (Hiroaki Tanaka).
[rox-filer.git] / ROX-Filer / Help / Changes
blob3c38a99d44169f947ad83943e0cfeedc6c6322dd
1                         ROX-Filer
2                         A RISC OS-like filer for X
3                         by Thomas Leonard
5 13-Jan-2005
6 ~~~~~~~~~~~
7 Updated Japanese translation (Hiroaki Tanaka).
9 12-Jan-2005
10 ~~~~~~~~~~~
11 Slight change to install script for when the installation directory is
12 on an NFS mount (Stephen Watson).
14 10-Jan-2005
15 ~~~~~~~~~~~
16 Can now disable use of extended attributes (Stephen Watson).
18 08-Jan-2005
19 ~~~~~~~~~~~
20 Allow renaming multiple files at once. This opens the Bulk Rename window,
21 which allows manual editing of the names, as well as regular-expression
22 based transformations (Thomas Leonard).
24 Rename buttons in Set Run Action box so that they make sense (Thomas Leonard;
25 reported by Jonatan Liljedahl).
27 Bugfix: Filer would crash when the screen was resized if there was no
28         pinboard (Thomas Leonard).
29 Bugfix: Xinerama support had broken panel repositioning in response to
30         XRANDR screen resizing events (Thomas Leonard).
32 03-Jan-2005
33 ~~~~~~~~~~~
34 Set the name for filer windows to 'rox-filer'. This allows theming the fonts
35 just for ROX-Filer (Lucas Hazel).
37 23-Dec-2004
38 ~~~~~~~~~~~
39 If an item has extended attributes, report that before checking whether they
40 are supported (Thomas Leonard).
41 Updated Chinese translation (Babyfai Cheung).
42 Bugfix: Pressing Escape now closes the Properties box (reported by Arnaud
43         Calvo).
45 09-Dec-2004
46 ~~~~~~~~~~~
47 Bugfix: Test for presence of extended attributes on Solaris gave wrong
48         answer when they were not supported (Stephen Watson).
50 08-Dec-2004
51 ~~~~~~~~~~~
52 The icons for mount point and symbolic link are now side-by-side, not
53 one on top of the other, and a new icon is used to mark files with
54 extended attributes (Stephen Watson).
56 27-Nov-2004
57 ~~~~~~~~~~~
58 Bugfix: Use gtk_selection_data_set_text instead of gtk_selection_data_set when
59         pasting filenames so that other applications know the string is UTF-8
60         (Thomas Leonard; reported by Dennis).
62 27-Nov-2004
63 ~~~~~~~~~~~
64 Better extended attribute detection under Solaris (Stephen Watson).
66 25-Nov-2004
67 ~~~~~~~~~~~
68 More extended attribute support. The "Set Type..." menu item should be 
69 disabled if not supported by the system or FS (Stephen Watson).
71 24-Nov-2004
72 ~~~~~~~~~~~
73 Method of scaling pinboard images is now an option, as the default could
74 produce poor results on some systems (Stephen Watson).
76 22-Nov-2004
77 ~~~~~~~~~~~
78 Updated it.po and Manual-it.xml (Yuri Bongiorno)
80 19-Nov-2004
81 ~~~~~~~~~~~
82 Bugfix: Dragging a lasso box above the top of the window in details mode
83         selected all the items outside the box (Thomas Leonard; reported by
84         Anthony DiSante).
86 12-Nov-2004
87 ~~~~~~~~~~~
88 Only show executable files in green if clicking would actually run them, not
89 just because they have the execute bit set (Thomas Leonard).
91 11-Nov-2004
92 ~~~~~~~~~~~
93 Much faster thumbnail generation (Ken Hayber, reported by Anthony DiSante).
95 08-Nov-2004
96 ~~~~~~~~~~~
97 When closing a filer window showing a directory under a user-mounted
98 mount-point, offer to unmount the device if no other filer window also shows
99 that mount point (requested by Tony Houghton and others). Also do this check
100 when changing to a parent directory.
101 Scale iconified window icons on the pinboard down to normal size (Ken Hayber).
103 08-Nov-2004
104 ~~~~~~~~~~~
105 Updated Dutch translation (Jan Wagemakers).
107 07-Nov-2004
108 ~~~~~~~~~~~
109 Work on the action box, including a progress bar (Stephen Watson).
111 24-Oct-2004
112 ~~~~~~~~~~~
113 Added PinboardRemove() SOAP call (Stephen Watson).
115 20-Oct-2004 (Release 2.1.4)
116 ~~~~~~~~~~~
117 Added Portuguese translation (Rodrigo Cesar Herefeld).
119 16-Oct-2004
120 ~~~~~~~~~~~
121 Some improvements to saved display settings (Takuo Yonezawa and Stephen 
122 Watson).
123 Updated Spanish translation (Marcelo Ramos).
125 15-Oct-2004
126 ~~~~~~~~~~~
127 Allow multiple arguments for executable pinboard and panel icons (Thomas
128 Leonard).
129 Updated it.po and Manual-it (Yuri Bongiorno).
131 12-Oct-2004
132 ~~~~~~~~~~~
133 Use a higher quality setting when scaling the backdrop image (Ken Hayber).
135 06-Oct-2004
136 ~~~~~~~~~~~
137 Added PanelRemove() SOAP call (Sabin Iacob).
138 Bugfix: Mounting a directory that was accessed through a symlinked directory
139         used the symbolic path, confusing the mount command (Thomas Leonard;
140         reported by Anthony DiSante).
142 29-Sep-2004
143 ~~~~~~~~~~~
144 Force panel to not take focus when using GTK 2.4 (Thomas Leonard).
146 28-Sep-2004
147 ~~~~~~~~~~~
148 Minimum width of toolbar now an option (requested by Matthew Weier O'Phinney).
150 21-Sep-2004
151 ~~~~~~~~~~~
152 Only examine items that are actually displayed, not all items in a directory.
153 Saves checking hidden files, which typically speeds up opening the home
154 directory. Removed an unnecessary extra scan when opening a directory
155 with the default filter setting. Removed the double scan when clicking Refresh
156 and two windows show the same directory (Thomas Leonard).
158 20-Sep-2004
159 ~~~~~~~~~~~
160 Added option to make panels have the type _NET_WM_WINDOW_TYPE_DOCK (Tony
161 Houghton). Metacity needs this.
163 17-Sep-2004
164 ~~~~~~~~~~~
165 If we can't guess a file's type from its name or extended attribute, try
166 looking at its contents too, if we have gnomevfs 2.8.0 or later available
167 (Thomas Leonard).
169 11-Sep-2004
170 ~~~~~~~~~~~
171 Panel and pinboard icons can now have a single argument set for them.
172 If you need more than one argument, consider creating a wrapper
173 (Stephen Watson).
175 09-Sep-2004
176 ~~~~~~~~~~~
177 Added --massif option for profiling memory usage (Thomas Leonard).
178 Warn about missing libsm in configure.in (reported by fedewico).
180 06-Sep-2004
181 ~~~~~~~~~~~
182 When resizing a window, only warp the pointer as much as necessary to keep
183 it inside the window (Thomas Leonard).
185 02-Sep-2004
186 ~~~~~~~~~~~
187 Ensure that a panel applet's properties are set before starting the applet
188 (reported by Tony Houghton).
190 01-Sep-2004
191 ~~~~~~~~~~~
192 Fixed panel menu positioning for multiple monitors with different resolutions
193 (Tony Houghton).
194 Use _NET_WM_STATE_BELOW to raise and lower the panel (Tony Houghton). Not
195 changing to type DOCK yet as it breaks some WMs.
197 25-Aug-2004
198 ~~~~~~~~~~~
199 Use new GTK 2.2 functions to set window hints now that we don't support 2.0
200 anymore (Guido Schimmels).
202 23-Aug-2004
203 ~~~~~~~~~~~
204 Plug a memory leak when loading SVG type icons (Stephen Watson).
206 18-Aug-2004
207 ~~~~~~~~~~~
208 Fix for the Solaris extended attribute support (Stephen Watson). 
210 13-Aug-2004
211 ~~~~~~~~~~~
212 Set minimum width of toolbar so that all buttons are visible (Stephen Watson).
214 10-Aug-2004
215 ~~~~~~~~~~~
216 When adding an entry to the Recently Visited menu, remove its parent directory.
217 This stops the list filling up with near-duplicates when you have deeply
218 nested directories (Thomas Leonard).
220 08-Aug-2004
221 ~~~~~~~~~~~
222 Updated French manual translation (Arnaud Calvo).
224 05-Aug-2004
225 ~~~~~~~~~~~
226 For debugging, show the failed URI when dragging to the pinboard (Thomas
227 Leonard).
229 03-Aug-2004
230 ~~~~~~~~~~~
231 Use Help icon instead of Info icon for popup help buttons (Thomas Leonard).
233 02-Aug-2004
234 ~~~~~~~~~~~
235 Updated French translation (Vincent Lefèvre).
237 01-Aug-2004 (Release 2.1.3)
238 ~~~~~~~~~~~
239 Build in ROX-Filer/build, not ~/build/ROX-Filer.
241 30-Jul-2004
242 ~~~~~~~~~~~
243 Renamed Cancel to Close in the Properties box (suggested by Arnaud Calvo).
244 Updated some calls to use newer APIs, and allow compilation on systems where
245 deprecated widgets are disabled by default (reported by Vincent Lefèvre and
246 Guido Schimmels).
247 Bugfix: Panel icons were no longer shown highlighted when selected.
249 23-Jul-2004
250 ~~~~~~~~~~~
251 Bugfix: When opening a new directory with saved settings, the filer would
252         print a warning and then crash.
254 21-Jul-2004
255 ~~~~~~~~~~~
256 Changed email address given as the one to send bugs to when using
257 --help to the rox-devel list (Stephen Watson).
258 Thumbnail generation now handles files with UTF-8 characters (Anatoly
259 Asviyan). 
261 16-Jul-2004
262 ~~~~~~~~~~~
263 Removed action window screenshot from manual to save space.
265 15-Jul-2004
266 ~~~~~~~~~~~
267 Proper check for the stat[v]fs headers (Stephen Watson, reported by
268 Lucas Hazel).
270 13-Jul-2004
271 ~~~~~~~~~~~
272 Added firefox to list of default browsers (suggested by eugene).
274 10-Jul-2004
275 ~~~~~~~~~~~
276 Added Romanian translation (Cosma Florin).
278 01-Jul-2004
279 ~~~~~~~~~~~
280 Can now set "Brief" option on the Copy and Move action windows (Stephen 
281 Watson).
282 Properties window handles mount points specially when calculating their size
283 (Stephen Watson).
285 30-Jun-2004
286 ~~~~~~~~~~~
287 Bugfix: On Linux, the filer called setxattr instead of getxattr, thus
288         preventing setting filetypes with extended attributes from working.
289 Bugfix: Copy and Move now obey the "Brief" option (Stephen Watson, reported
290         by Graham Borland)
292 29-Jun-2004
293 ~~~~~~~~~~~
294 Bugfix: On multi-monitor setups, filer windows always opened on the top/left
295         monitor (reported by Kacper Wysocki). Now they open on the monitor
296         under the pointer.
298 27-Jun-2004
299 ~~~~~~~~~~~
300 Icons of minimized windows remember their positions on the pinboard (Stephen 
301 Watson).
302 Filer now officially requires GTK 2.2.0 or later (wasn't working with 2.0
303 anyway, and noone had complained).
304 Bugfix: A race in the code for updating iconified window titles could cause
305         the filer to crash with a BadWindow error.
307 26-Jun-2004
308 ~~~~~~~~~~~
309 Another Properties window fix: if there is no output from the du command
310 then put a message indicating an error (Stephen Watson).
311 Can now compile without Xinerama support on GTK+ < 2.2.0 (Tony Houghton).
313 23-Jun-2004
314 ~~~~~~~~~~~
315 Let the panel autoscroll during a drag (Stephen Watson).
317 18-Jun-2004
318 ~~~~~~~~~~~
319 Fix another bug when closing Properties window before it has finished
320 scanning the directory (Stephen Watson).
322 09-Jun-2004
323 ~~~~~~~~~~~
324 Improved Xinerama support: now works for tooltips and action windows; filer
325 windows are no longer prone to leaving their borders overlapping; panel uses
326 _NET_WM_STRUT_PARTIAL so it only affects the monitor it's on (Tony Houghton).
328 04-Jun-2004
329 ~~~~~~~~~~~
330 Make ignoring executable files with known extensions the default setting
331 (suggested by Daniel Poersch). Freedesktop.org is discussing a plan to mark
332 individual MIME types as executable, which may be a better long-term
333 solution.
334 Option to prevent maximising windows from covering the panels (requested
335 by Simon Templer and others).
337 29-May-2004
338 ~~~~~~~~~~~
339 Type specific Send To entries now shown for multiple files when they
340 are all of the same type (Stephen Watson).
341 Can now drag icons to the very end of the panel (Stephen Watson).
343 28-May-2004
344 ~~~~~~~~~~~
345 Another place to look for apsymbols.h (Stephen Watson).
347 26-May-2004
348 ~~~~~~~~~~~
349 More fixes for the new build system (Stephen Watson).
351 25-May-2004
352 ~~~~~~~~~~~
353 Fix portability of new build system and ensure configure can find the 
354 version number again (Stephen Watson).
356 22-May-2004
357 ~~~~~~~~~~~
358 Build object files in ~/build/ROX-Filer, in case source directory is read-only.
359 This also reduces the risk of distributing the object files by accident.
361 14-May-2004
362 ~~~~~~~~~~~
363 Don't allow toolbar buttons to focus (needed for GTK 2.4).
365 08-May-2004
366 ~~~~~~~~~~~
367 Fix loss of bookmark name when re-ordering (Rahsheen Porter).
368 Removed installation of thumbnail handlers via the Set Icon dialog. It was
369 never documented and all the thumbnailers use the mime_handler installation
370 anyway (Stephen Watson).
372 04-May-2004
373 ~~~~~~~~~~~
374 Updated French manual translation (Arnaud Calvo).
376 02-May-2004
377 ~~~~~~~~~~~
378 Updated Dutch translation (Jan Wagemakers).
380 01-May-2004
381 ~~~~~~~~~~~
382 Updated French translation (Vincent Lefèvre).
384 30-Apr-2004 (Release 2.1.2)
385 ~~~~~~~~~~~
386 Removed toolbar hint type from panel. It caused too many problems.
388 29-Apr-2004
389 ~~~~~~~~~~~
390 Added 'Download handler' to drag and drop options. This program is invoked
391 when a URI is dragged to the filer (eg, from a web-browser). The default
392 command runs wget to download the file (Andrew Flegg).
394 27-Apr-2004
395 ~~~~~~~~~~~
396 Bugfix: URIs received through drag-and-drop were unescaped twice, causing
397         problems with names containing the '%' character (spotted by Jonatan
398         Liljedahl).
400 21-Apr-2004
401 ~~~~~~~~~~~
402 Cope with spaces in ROX-Filer's path.
403 Added a load of default keys, since many GTK setups now make it almost
404 impossible to change shortcuts.
405 Added --leaks option to run ROX-Filer through valgrind with the memory
406 leak option checking on (Stephen Watson).
408 08-Apr-2004
409 ~~~~~~~~~~~
410 Added Xinerama support (Tony Houghton).
411 Set window type hint = toolbar for panel to prevent it appearing in pagers etc
412 (Tony Houghton).
414 04-Apr-2004
415 ~~~~~~~~~~~
416 Added method of saving display settings for directories. Mostly working,
417 but bugs remain related to size and position (Stephen Watson).
418 Updated Spanish translation (Marcelo Ramos).
420 03-Apr-2004
421 ~~~~~~~~~~~
422 Load extended attribute functions dynamically. This should mean that compiling
423 ROX-Filer with a new glibc won't make it stop working with older versions due
424 to the functions being missing.
426 02-Apr-2004
427 ~~~~~~~~~~~
428 Use * as a synonym for unfiltered (Stephen Watson).
430 25-Mar-2004
431 ~~~~~~~~~~~
432 Bookmarks can be given titles (Stephen Watson).
434 24-Mar-2004
435 ~~~~~~~~~~~
436 Fix memory leak in thumbnails code (Stephen Watson).
438 20-Mar-2004
439 ~~~~~~~~~~~
440 Fixed bug in details mode for showing hidden files (Stephen Watson).
442 18-Mar-2004
443 ~~~~~~~~~~~
444 Don't display an error box when installing the ROX icon theme. It just
445 worries people for no reason.
447 17-Mar-2004
448 ~~~~~~~~~~~
449 Updated Chinese translation (Babyfai Cheung).
451 16-Mar-2004
452 ~~~~~~~~~~~
453 Option to make the File menu appear directly when the menu is opened with
454 files selected (Peter Geer).
456 15-Mar-2004
457 ~~~~~~~~~~~
458 Added an arrow to the comparison area of the action box so you can see
459 which file overwrites the other (Stephen Watson).
461 10-Mar-2004
462 ~~~~~~~~~~~
463 Sort by user/group now uses the name, not the number (Stephen Watson).
465 07-Mar-2004
466 ~~~~~~~~~~~
467 Added 'Select by Name'.
469 06-Mar-2004
470 ~~~~~~~~~~~
471 Cope with XRandR screen resizing (Geoff Youngs and Tom Morton).
473 01-Mar-2004
474 ~~~~~~~~~~~
475 Can now filter files by name, using normal shell (glob) patterns (Stephen 
476 Watson).
478 03-Feb-2004
479 ~~~~~~~~~~~
480 Updated it.po and Manual-it (Yuri Bongiorno).
482 01-Feb-2004
483 ~~~~~~~~~~~
484 Updated French translation (Vincent Lefèvre).
486 24-Jan-2004 (Release 2.1.1)
487 ~~~~~~~~~~~
488 Updated French manual translation (Arnaud Calvo).
489 Updated Dutch translation (Jan Wagemakers).
491 22-Jan-2004
492 ~~~~~~~~~~~
493 Updated French translation (Vincent Lefèvre).
495 21-Jan-2004
496 ~~~~~~~~~~~
497 Misc changes for next release.
499 18-Jan-2004
500 ~~~~~~~~~~~
501 Accept Mozilla's alternative to the standard text/uri-list target during
502 drag-and-drop (Andrew Flegg).
504 07-Jan-2004
505 ~~~~~~~~~~~
506 Bugfix: Icon shortcuts with out modifier keys didn't work if NumLock,
507         CapsLock, etc were turned on (reported by Peter Geer).
508 Bugfix: Handle case when the output of uname -m contains spaces (Stephen 
509         Watson, reported on #rox).
511 06-Jan-2004
512 ~~~~~~~~~~~
513 Renamed some functions stolen from Gtk to avoid possible conflicts with
514 the Gtk-2.3 series (reported by Stu Tissimus).
516 20-Dec-2003
517 ~~~~~~~~~~~
518 Make the Ctrl-button-3 menu pointer appear at the same place regardless
519 of the number of custom entries (Stephen Watson).
521 19-Dec-2003
522 ~~~~~~~~~~~
523 Make Ctrl-button-3 open the menu slightly higher, so Delete isn't under the
524 pointer (suggested by Ryan Pavlik).
526 10-Dec-2003
527 ~~~~~~~~~~~
528 Allow non image/* thumbnails in details mode. Label next to the combo 
529 in the Set Type action dialog is now "Type" and not "Command" (Stephen
530 Watson).
532 03-Dec-2003
533 ~~~~~~~~~~~
534 Work out which include file we need for getxattr (Stephen Watson).
536 02-Dec-2003
537 ~~~~~~~~~~~
538 Allow editing a symlink's target from the Properties box (suggested by Arnaud
539 Calvo).
540 Experimental extended attributes support for setting MIME types (Stephen
541 Watson).
543 29-Nov-2003
544 ~~~~~~~~~~~
545 More drag and drop fixes relating to escaped URI's (Stephen Watson).
547 23-Nov-2003
548 ~~~~~~~~~~~
549 Added 'Specify the prefix' install option (Ryan Pavlik).
550 Updated Russian translation (Vladimir Popov).
552 20-Nov-2003
553 ~~~~~~~~~~~
554 Bugfix: Cancelling the info window with a du process still running could
555         crash the filer (reported by Peter Geer).
557 17-Nov-2003
558 ~~~~~~~~~~~
559 Renamed 'Info' menu item to 'Properties'.
561 31-Oct-2003
562 ~~~~~~~~~~~
563 If a panel icon has an empty label, show it full size (requested by Stephen
564 Crouch).
566 26-Oct-2003
567 ~~~~~~~~~~~
568 Use apsymbols.h (from autopackage.org) if possible for binary compatibility
569 with older glibc versions. Use g_ascii_* functions instead of the ctypes ones
570 for the same reason.
571 Bugfix: Files with '&' in their names couldn't be saved in groups (reported
572         by Nils-Erik Svangård).
574 25-Oct-2003
575 ~~~~~~~~~~~
576 Updated Dutch translation (Jan Wagemakers).
577 Resizing by double clicking on background now optional (Stephen Watson).
579 22-Oct-2003
580 ~~~~~~~~~~~
581 Added optional top and bottom margines for iconized window placement
582 (Stephen Watson).
584 16-Oct-2003
585 ~~~~~~~~~~~
586 Don't lower the panel due when the pointer 'leaves' due to a grab (eg, clicking
587 or opening a menu). This also prevents a flickering problem with Openbox 3.
589 15-Oct-2003
590 ~~~~~~~~~~~
591 Bugfix: FreeBSD reported file sizes with units of 'null' due to large file
592         support not being detected (igla).
594 14-Oct-2003
595 ~~~~~~~~~~~
596 Larger default size for bookmarks editor (requested by Matthew Weier OPhinney).
598 13-Oct 2003
599 ~~~~~~~~~~~
600 Let the thumbnail helpers be app dirs, plus can be set from the Set Icon
601 dialog (Stephen Watson).
603 09-Oct-2003
604 ~~~~~~~~~~~
605 Improved socket icon (taken from Howard Shane's new theme).
607 08-Oct-2003
608 ~~~~~~~~~~~
609 Updated French manual translation (Arnaud Calvo).
610 Updated German translation (Guido Schimmels).
611 Offer Eject even for unmounted disks (reported by Matthew Weier O'Phinney).
612 Try to load icons at 'huge' size, so SVG icons get the chance to scale up
613 nicely.
615 07-Oct-2003 (Release 2.1.0)
616 ~~~~~~~~~~~
617 Updated French translation (Vincent Lefèvre).
618 Removed some dead code, memory leaks, etc that had crept in.
620 04-Oct-2003
621 ~~~~~~~~~~~
622 New icon for selection ops.
624 03-Oct-2003
625 ~~~~~~~~~~~
626 Updated Spanish translation (Marcelo Ramos).
628 01-Oct-2003
629 ~~~~~~~~~~~
630 Minor fix to German translation (Daniel Pörsch).
632 30-Sep-2003
633 ~~~~~~~~~~~
634 Update error message about missing MIME database to give the new URI.
636 29-Sep-2003
637 ~~~~~~~~~~~
638 Stock icons in panel and pinboard menus.
639 Added icon theme selector.
641 28-Sep-2003
642 ~~~~~~~~~~~
643 Added 'Customise Menu' to file menu. Use this to replace Format and Free.
645 27-Sep-2003
646 ~~~~~~~~~~~
647 Allow icons in Choices to override the theme.
649 26-Sep-2003
650 ~~~~~~~~~~~
651 Bugfix: If no pinboard or panel icons were present, the menu could not be
652         opened (reported by John Pettigrew).
654 22-Sep-2003
655 ~~~~~~~~~~~
656 Added italian manual, updated it.po (Yuri Bongiorno).
657 Implementation of Format, just as a user-defined command. Also mount
658 point menu items reflect mounted/not mounted status (Stephen Watson).
660 18-Sep-2003
661 ~~~~~~~~~~~
662 Implementation of Free Space (Stephen Watson). OpenDir SOAP message now
663 takes an optional Window element. Pass the same Window to re-use the window.
665 17-Sep-2003
666 ~~~~~~~~~~~
667 Allow ejecting mounted media.
669 12-Sep-2003
670 ~~~~~~~~~~~
671 Don't create a corrupted pinboard/panel file if a non-UTF8 pathname is
672 dragged to it (reported by Eugeni Andreechtchev).
673 Get file icons using freedesktop.org icon theme system.
675 05-Sep-2003
676 ~~~~~~~~~~~
677 Added Czech translation (Jan Provaznik).
679 20-Aug-2003
680 ~~~~~~~~~~~
681 Help, Format, Eject and Free Space now appear in the AppMenu section of the
682 menu. Help is only shown for applications, and the others only for mount
683 points.
685 16-Aug-2003
686 ~~~~~~~~~~~
687 Added ability to call external programs to generate thumbnails for types 
688 other than image/* (Stephen Watson).
690 12-Aug-2003
691 ~~~~~~~~~~~
692 If a string can't be converted from the local character set to UTF-8,
693 fallback to converting from iso-8859-1.
695 07-Aug-2003
696 ~~~~~~~~~~~
697 Get shared MIME database through Zero Install, if possible.
698 Bugfix: Didn't use XDG_DATA_DIRS to find type descriptions.
700 06-Aug-2003
701 ~~~~~~~~~~~
702 Updated French manual translation (Arnaud Calvo).
704 02-Aug-2003
705 ~~~~~~~~~~~
706 Allow types other than image/* to have thumbnails, although we can't 
707 generate them yet (Stephen Watson).
708 Added Eject menu option for unmounted mount points (Stephen Watson).
710 28-Jul-2003
711 ~~~~~~~~~~~
712 Doing a Refresh in a directory under /uri/0install triggers a remote refresh.
714 14-Jul-2003
715 ~~~~~~~~~~~
716 Less frame-heavy look for info box (Thomas Leonard).
717 When mounting, force a refresh even if the mtime of the new disk is the same,
718 since some formats don't change it. Also, if mounting gives an error, check to
719 see if it worked anyway (Thomas Leonard).
721 13-Jul-2003
722 ~~~~~~~~~~~
723 Added sort and selection buttons to the toolbar. They start off disabled,
724 enable them from Options->Tools if you want them (Stephen Watson).
726 Escape text/uri-list for drag and drop operations (Stephen Watson).
728 12-Jul-2003
729 ~~~~~~~~~~~
730 Don't show hidden files on the SendTo menu (reported by Arnaud Calvo).
732 10-Jul-2003
733 ~~~~~~~~~~~
734 Added CheckButtons to the info window to allow manipulation of permission 
735 bits (Stephen Watson).
737 09-Jul-2003
738 ~~~~~~~~~~~
739 Added count of directory contents to info window (Stephen Watson).
741 04-Jul-2003
742 ~~~~~~~~~~~
743 Updated italian translation in AppInfo.xml and src/po/it.po (Yuri Bongiorno)
745 30-Jun-2003
746 ~~~~~~~~~~~
747 When renaming a non-UTF8 file, still assume the directory is valid UTF-8
748 (reported by Arnaud Calvo).
750 29-Jun-2003
751 ~~~~~~~~~~~
752 Sort items on the SendTo menu (requested by John Pettigrew).
754 27-Jun-2003
755 ~~~~~~~~~~~
756 Removed the menu-on-button-2 option. It was too inconsistant with everything
757 else, including panel applets and window managers, to be useful. Edit bind.c if
758 you really need it.
760 25-Jun-2003
761 ~~~~~~~~~~~
762 Button-2 drags on panel applets always work now, even if the applet doesn't
763 forward them explicitly.
765 19-Jun-2003
766 ~~~~~~~~~~~
767 Fix scrolling problem with GTK+-2.2.2 (reported by Alastair Porter, with
768 help from Götz Waschk).
770 16-Jun-2003
771 ~~~~~~~~~~~
772 Bugfix: Resize on style change didn't do anything (Andy Hanton).
773 Bugfix: Dragging to panel and pinboard directories didn't offer the DnD
774         menu (reported by BluPhoenyx).
776 11-Jun-2003
777 ~~~~~~~~~~~
778 New SetBackdrop() SOAP method (Matthew Weier O'Phinney).
780 04-Jun-2003
781 ~~~~~~~~~~~
782 Bugfix: Closing a window using the menu didn't offer to unmount (James Bursa).
784 02-Jun-2003
785 ~~~~~~~~~~~
786 Updated Spanish translation (Marcelo Ramos).
788 01-Jun-2003
789 ~~~~~~~~~~~
790 Fix compiler warning when not using dnotify (reported by Damien Couderc).
791 Show files being operated upon in action windows (Stephen Watson).
793 30-May-2003 (Release 2.0.0)
794 ~~~~~~~~~~~
795 Updated Japanese translation (Hirosi Utumi).
797 29-May-2003
798 ~~~~~~~~~~~
799 Updated it.po and AppInfo.xml (Yuri Bongiorno).
801 28-May-2003 (Release 1.3.10)
802 ~~~~~~~~~~~
803 Updated French manual translation (Arnaud Calvo).
805 27-May-2003
806 ~~~~~~~~~~~
807 When dragging a lasso box in List view, don't stop scrolling when the pointer
808 leaves the window (reported by Robert Davison).
809 Updated Polish translation (Andrzej Borsuk).
810 Updated Italian translation (Yuri Bongiorno).
812 26-May-2003
813 ~~~~~~~~~~~
814 Updated German translation (Guido Schimmels).
816 25-May-2003
817 ~~~~~~~~~~~
818 Updated Dutch translation (Jan Wagemakers).
820 24-May-2003
821 ~~~~~~~~~~~
822 Updated French translation (Vincent Lefèvre).
824 22-May-2003
825 ~~~~~~~~~~~
826 Minor updates to the manual.
827 Bugfix: Using the Edit MIME types button in the Options window opened the
828         old directory. Refer people to the MIME-Editor application instead.
830 18-May-2003
831 ~~~~~~~~~~~
832 Fixed focussing problems in Icons View (reported by Andrzej Radecki).
833 Updated French manual translation (Arnaud Calvo).
835 16-May-2003 (Release 1.3.9)
836 ~~~~~~~~~~~
837 New icon for the filer (Geoff Youngs).
838 Updated it.po and AppInfo.xml (Yuri Bongiorno).
840 15-May-2003
841 ~~~~~~~~~~~
842 Added Japanese translation (Hirosi Utumi).
843 When a directory change is detected, wait a little before rescanning to
844 reduce flickering effect.
846 14-May-2003
847 ~~~~~~~~~~~
848 Page Up and Page Down now work again in List View.
850 27-Apr-2003
851 ~~~~~~~~~~~
852 Updated install script to use new XDG Base Directory spec (reported by
853 Vincent Lefevre).
854 Also install man pages under 'share/man'.
856 25-Apr-2003
857 ~~~~~~~~~~~
858 Close stdout when running child processes for users running startx from the
859 console, since some terminal applications try to read from the console,
860 freezing X (Keith R. John Warno).
861 Forward scroll events on pinboard to window manager, and add option to
862 workaround *box issues (Matthew Weier O'Phinney).
864 24-Apr-2003
865 ~~~~~~~~~~~
866 Using the bookmarks menu to open an unmounted mount point will mount it
867 (suggested by Arnaud Calvo).
869 17-Apr-2003
870 ~~~~~~~~~~~
871 Updates for the new shared MIME database.
873 15-Apr-2003
874 ~~~~~~~~~~~
875 Refresh refreshed the directory twice (because updating the MIME info triggers
876 a refresh too).
878 12-Apr-2003
879 ~~~~~~~~~~~
880 Remove default GtkTreeView keys (they conflicted with the menus).
881 Fixed some minor cursor problems in List view.
883 10-Apr-2003
884 ~~~~~~~~~~~
885 Winking now works in List view.
887 09-Apr-2003
888 ~~~~~~~~~~~
889 Lasso selections now work in List view.
891 08-Apr-2003
892 ~~~~~~~~~~~
893 The hack we have to use to draw pinboard icons on GTK+-2.0 doesn't work
894 on 2.2. Show a warning instead of crashing (reported by Keith R. John Warno).
896 03-Apr-2003
897 ~~~~~~~~~~~
898 Fix the message in install.sh, since there is no information toolbar icon
899 now (spotted by Albert Wagner).
901 29-Mar-2003 (Release 1.3.8)
902 ~~~~~~~~~~~
903 Updated French manual translation (Arnaud Calvo).
905 28-Mar-2003
906 ~~~~~~~~~~~
907 Updated French translation (Vincent Lefèvre).
909 27-Mar-2003
910 ~~~~~~~~~~~
911 Allow dragging a file into a GtkEntry to insert the filename.
912 Bugfix: Selections in List View didn't work properly (reported by Stephen
913         Watson).
914 Updated Spanish translation (Marcelo Ramos).
916 23-Mar-2003
917 ~~~~~~~~~~~
918 Fixed use of a GTK+-2.2-only function (Geoff Youngs).
919 New option to set the panel size (Geoff Youngs).
921 21-Mar-2003
922 ~~~~~~~~~~~
923 Scroll panels when the pointer is at the end, not by dragging the middle
924 (Geoff Youngs).
925 Stop the pinboard from flickering when removing icons or iconfied windows.
927 20-Mar-2003
928 ~~~~~~~~~~~
929 Centre the image for iconified windows.
930 Double-buffer slightly larger areas.
932 18-Mar-2003
933 ~~~~~~~~~~~
934 Better way to implement selections in List View (suggested by Jonathan
935 Blandford).
936 Updated Italian translation (Yuri Bongiorno).
938 15-Mar-2003
939 ~~~~~~~~~~~
940 Bugfix: Never show the copy/move/link menu when dragging to an application.
942 11-Mar-2003
943 ~~~~~~~~~~~
944 Bugfix: Comments about a MIME type were loaded from the first file to contain
945         information about the type, not the first to contain a comment about
946         the type.
948 09-Mar-2003
949 ~~~~~~~~~~~
950 Don't mark widget documentation as translatable.
951 Make sure the tooltip for pinboard and panel icons is up-to-date (reported
952 by krjw).
953 Use pinboard backdrop colour for scaled and centred images (requested by
954 Marcelo Ramos).
955 Shade the backdrop style buttons when an external program is being used to
956 set the backdrop.
957 Updated Spanish translation (Marcelo Ramos).
959 08-Mar-2003
960 ~~~~~~~~~~~
961 Updated Dutch translation (Jan Wagemakers).
963 07-Mar-2003
964 ~~~~~~~~~~~
965 Use stock icons in pinboard and panel menus.
966 Updated Spanish translation (Marcelo Ramos).
968 03-Mar-2003
969 ~~~~~~~~~~~
970 Use stock icons in menus, and fix some possible problems in the menu code
971 (Stephen Watson).
973 02-Mar-2003
974 ~~~~~~~~~~~
975 Stop pinboard icons flickering when you move over them (Daniele Peri).
976 Use XSettings drag-and-drop threshold.
978 01-Mar-2003
979 ~~~~~~~~~~~
980 Bugfix: Backdrop image could be redrawn in the wrong place (Stephen Watson).
982 27-Feb-2003 (Release 1.3.7)
983 ~~~~~~~~~~~
984 Updated French manual translation (Arnaud Calvo).
985 Allow an empty AppInfo translation so that a label can be translated without
986 changing the value.
988 25-Feb-2003
989 ~~~~~~~~~~~
990 Updated Russian translation (Alexey Lubimov).
992 23-Feb-2003
993 ~~~~~~~~~~~
994 When using the Rename and Link boxes, use the appropriate drag cursor
995 (suggested by Michael Adams).
996 Bugfix: A double-click which starts on one file and ends on another is now
997         ignored (reported by Michael Adams).
998 Bugfix: Test for valid sort-type in SOAP call was reserved, so you couldn't set
999         the sort type (reported by Damjan Bole).
1000 Bugfix: Using a SOAP call to open a non-existant directory made the filer
1001         crash.
1002 Bugfix: Drag-and-drop raising on the panel didn't quite work (Daniele Peri).
1004 22-Feb-2003
1005 ~~~~~~~~~~~
1006 Make Size toolbar icon only set the size. Use a second button to set automatic
1007 mode.
1009 13-Feb-2003
1010 ~~~~~~~~~~~
1011 Updated Spanish translation (Marcelo Ramos).
1012 Alpha blended pinboard icons now get clipped correctly even with GTK+-2.0.
1014 12-Feb-2003
1015 ~~~~~~~~~~~
1016 Fixed some spelling errors (Marcelo Ramos).
1017 Select the current style by default when opening the Set Backdrop box
1018 (reported by Marcelo Ramos).
1019 Fix problems with pinboard drawing of semi-transparent icons (fixed for
1020 GTK+-2.2 only).
1022 11-Feb-2003
1023 ~~~~~~~~~~~
1024 Merged Set Run Action, Set Icon and Set Backdrop dropboxes into a single
1025 Ultimate DropBox widget, and made all three interfaces much nicer.
1026 Dragging to the Home and Up toolbar tools now supports the menu-on-drag
1027 option (reported by Laurent Moussault).
1028 Allow changing the pinboard style without having to drag the image back in
1029 (requested by Jesse Wagner).
1030 Remove button style from iconified windows. Use a semi-transparent border
1031 instead. The actual effect is flexible; perhaps someone with artistic
1032 talent can do something better?
1033 Double-buffer small pinboard updates.
1034 Updated Spanish translation (Marcelo Ramos).
1036 10-Feb-2003
1037 ~~~~~~~~~~~
1038 Option to turn off column headings in List View (Adam Sampson).
1039 Panel auto-raising also works during drag-and-drop.
1040 Bugfix: Installing to /usr put the MIME files in the wrong place (reported
1041         by Albert Wagner).
1043 09-Feb-2003
1044 ~~~~~~~~~~~
1045 Allow dragging to a selected directory as long as it's not the source of the
1046 drag.
1047 If an error occurs opening a directory then don't report it in an error box if
1048 a drag-and-drop operation is in progress.
1049 Keep the title up-to-date for iconified windows.
1050 Option to show menu on button-1 drags instead of copying.
1051 Aborting an action window tries to kill all child processes, not just the
1052 immediate child, and doesn't close the window until it has actually stopped.
1053 Symlinks to mount points now work (reported by Daniele Peri).
1054 Include textual description of types in various places (Stephen Watson).
1055 Allow dragging directories to bookmarks edit window or toolbar icon, with
1056 spring loading (suggested by Stephen Watson and George De Bruin).
1057 Removed confusing Set Icon choice from DnD menu.
1058 Bugfix: If a directory on the panel changed to/from being an application, the
1059         label wasn't hidden / shown.
1061 08-Feb-2003
1062 ~~~~~~~~~~~
1063 Changing the icon for a MIME type updates all filer windows.
1064 When dragging a pinboard icon over itself, pretend the icon isn't there to
1065 allow fine repositioning.
1066 When an error prevents scanning a directory, show the error in the window
1067 title bar, and only report it once in an error box.
1068 Don't create thumbnails of thumbnails by checking if the image is in
1069 ~/.thumbnails/normal. Before, the test was the size of the file, not its
1070 location.
1071 Pinboard image style Scale is now called Stretch; Scale now scales without
1072 changing the aspect ratio.
1074 07-Feb-2003
1075 ~~~~~~~~~~~
1076 Auto-scrolling during drag-and-drop works again, and now in list view too.
1078 02-Feb-2003
1079 ~~~~~~~~~~~
1080 Fixed clipping and wrapping problems with pinboard icon text.
1082 01-Feb-2003
1083 ~~~~~~~~~~~
1084 Don't use double-buffering for the pinboard. This might make things flicker
1085 slightly, but it's much faster on some systems.
1086 Updated Spanish translation (Marcelo Ramos).
1088 31-Jan-2003
1089 ~~~~~~~~~~~
1090 Added Bookmarks 'Recently Visited' submenu (Stephen Watson).
1092 28-Jan-2003
1093 ~~~~~~~~~~~
1094 Replaced some of the icons with some GNOME ones (slightly modified in some
1095 cases).
1097 27-Jan-2003
1098 ~~~~~~~~~~~
1099 Slightly adjusted the 'normal' icon height to be the same size as GNOME to
1100 make sharing icons easier.
1101 Updated Polish translation (Marcin Juszkiewicz).
1103 26-Jan-2003
1104 ~~~~~~~~~~~
1105 Bugfix: Symlinking to an application required the symlink, rather than the
1106         target directory, to have the same owner as the AppRun (Keith Warno).
1108 25-Jan-2003
1109 ~~~~~~~~~~~
1110 Bugfix: Hyper and Super modifiers didn't work properly as icon shortcuts.
1112 23-Jan-2003
1113 ~~~~~~~~~~~
1114 Work around changes in Gtk+-2.2 that stopped the panel from appearing on all
1115 workspaces.
1116 Add scrollbars to bookmarks editor window (requested by George De Bruin).
1118 22-Jan-2003
1119 ~~~~~~~~~~~
1120 Bugfix: Filer would quit if only the Bookmarks editor window was open (reported
1121         by Bernard Jungen).
1123 20-Jan-2003
1124 ~~~~~~~~~~~
1125 New option to sort capitalised names first (requested by Paul Etchells and
1126 others).
1128 19-Jan-2003
1129 ~~~~~~~~~~~
1130 Updated Spanish translation (Marcelo Ramos).
1131 Fixed wheel mouse scroll bug in List View (reported by Vincent Lefevre and
1132 others).
1133 Attempt to improve the autosizing by examining the item with the longest name.
1134 Don't scale icons up in Huge mode.
1135 In translated <About> sections in AppInfo.xml files, allow a 'label=' attribute
1136 to translate the key (requested by Guido Schimmels).
1138 18-Jan-2003
1139 ~~~~~~~~~~~
1140 Added dnotify support, so that on Linux the filer now updates automatically
1141 when a directory is changed (requested by Taras and Dave C).
1143 16-Jan-2003
1144 ~~~~~~~~~~~
1145 Added icon to infobox (Geoff Youngs and Marcin Juszkiewicz).
1147 14-Jan-2003
1148 ~~~~~~~~~~~
1149 Add GTK versions used for compiling and running to -v output (suggested by
1150 Vincent Lefèvre).
1151 Bugfix: Drag-and-drop in Icons View didn't work while scrolled (reported by
1152         Brian Langenberger).
1154 13-Jan-2003
1155 ~~~~~~~~~~~
1156 Change 'Type' to 'Types' (Vincent Lefèvre).
1157 Don't resize when changing the view type if auto-resizing is off (Keith R. John
1158 Warno).
1159 Added missing cast and detect long files on OpenBSD (Damien Couderc).
1161 10-Jan-2003
1162 ~~~~~~~~~~~
1163 Remove -o from --help output (spotted by Karol Krenski).
1164 Updated Spanish translation (Marcelo Ramos).
1166 09-Jan-2003 (Release 1.3.6)
1167 ~~~~~~~~~~~
1168 Fix reference counting problem shown up by Gtk+-2.2.
1170 06-Jan-2003
1171 ~~~~~~~~~~~
1172 Updated German translation (Guido Schimmels).
1173 Make toolbar extend the whole width of the window (suggested by Andrzej
1174 Radecki).
1176 05-Jan-2003
1177 ~~~~~~~~~~~
1178 Updated Polish translation (Marcin Juszkiewicz).
1180 04-Jan-2003
1181 ~~~~~~~~~~~
1182 Updated French translation and fixed untranslatable string (Vincent Lefèvre).
1183 When using bigger/smaller, don't wrap at the end (suggested by Arnaud Calvo).
1184 Updated French manual translation (Arnaud Calvo).
1186 02-Jan-2003
1187 ~~~~~~~~~~~
1188 Updated Spanish translation (Marcelo Ramos).
1189 Updated Dutch translation (Jan Wagemakers).
1191 01-Jan-2003
1192 ~~~~~~~~~~~
1193 Added button in options window to purge thumbnails cache.
1195 30-Dec-2002
1196 ~~~~~~~~~~~
1197 Preserve selection when changing view type.
1198 Shade selection when we don't have primary.
1200 29-Dec-2002
1201 ~~~~~~~~~~~
1202 Show thumbnails in List view. Allow changing the icon size. If the size is
1203 automatic, show thumbnails as Huge and everything else as Small.
1204 Scroll wheel now works in List view.
1206 28-Dec-2002
1207 ~~~~~~~~~~~
1208 Use bold style to indicate recent items (instead of the pink background).
1210 27-Dec-2002
1211 ~~~~~~~~~~~
1212 Sort type is shared between Icon and List views. Sort order can be reversed.
1213 Highlight recently changed items with a tasteful pink background.
1214 When the bookmark editor window first opened, no item was selected. If the
1215 user clicked on it to select it, editing mode started instead (reported by
1216 Bernard Jungen).
1217 Removed most of the options section of the manual, since it was just echoing
1218 the information in the tooltips anyway.
1220 26-Dec-2002
1221 ~~~~~~~~~~~
1222 Various fixes to new list view (reported by George De Bruin).
1223 Mounting and unmounting auto-resizes the window.
1225 25-Dec-2002
1226 ~~~~~~~~~~~
1227 Right-clicking the Size button switches to automatic mode and resizes the
1228 window.
1230 24-Dec-2002
1231 ~~~~~~~~~~~
1232 Made 'Automatic' an icon size, rather than a separate option.
1233 Size toolbar button shows a menu, including the new Automatic setting.
1235 23-Dec-2002
1236 ~~~~~~~~~~~
1237 Rearranged menus and options for new List View mode.
1239 20-Dec-2002
1240 ~~~~~~~~~~~
1241 Removed warning message from --new. It can be useful for a session manager...
1242 Draw iconified windows with a background, so they don't get confused with other
1243 icons (suggested by Joakim Andreasson).
1244 Bugfix: Stupid bug stopped iconified windows from being removed and could
1245         cause a crash!
1247 17-Dec-2002
1248 ~~~~~~~~~~~
1249 The 'Directories always come first' option now only applies to name sorts.
1250 Sort by date and size default order has been reversed.
1251 Always use case-insensitive sort.
1253 16-Dec-2002
1254 ~~~~~~~~~~~
1255 Updated French manual translation (Arnaud Calvo).
1257 12-Dec-2002
1258 ~~~~~~~~~~~
1259 Details toolbar button switches to the new (unfinished) details view.
1260 Bugfix: Fix detection of new pango wrapping system (Richard Olsson)
1262 11-Dec-2002
1263 ~~~~~~~~~~~
1264 Style improvements to Edit Icon box.
1265 Don't show Size attribute for directories in the Info box. It was confusing,
1266 since it didn't include the contents.
1267 Bugfix: Right-clicking on the Bookmarks icon to edit the bookmarks would
1268         cause a crash if the bookmarks were not yet loaded.
1270 10-Dec-2002
1271 ~~~~~~~~~~~
1272 Code tidying (Bernard Jungen).
1274 09-Dec-2002
1275 ~~~~~~~~~~~
1276 Style improvements to options window.
1278 08-Dec-2002
1279 ~~~~~~~~~~~
1280 Updated Spanish translation (Marcelo Ramos).
1282 06-Dec-2002
1283 ~~~~~~~~~~~
1284 Updated German translation (Guido Schimmels).
1286 04-Dec-2002 (Release 1.3.5)
1287 ~~~~~~~~~~~
1288 Using the Close toolbar button also offers to unmount devices (spotted by
1289 Götz Waschk).
1291 03-Dec-2002
1292 ~~~~~~~~~~~
1293 Clicking on a mount point auto-mounts. The shift action is now to open without
1294 mounting. Closing a filer window showing a mount point offers to unmount it
1295 (suggested by Guido Schimmels and others).
1296 Use stock icons in more dialogs.
1298 02-Dec-2002
1299 ~~~~~~~~~~~
1300 Allow editing the path for bookmarks.
1302 01-Dec-2002
1303 ~~~~~~~~~~~
1304 Added 'Edit Bookmarks' dialog and 'Show Bookmarks' menu entry.
1306 29-Nov-2002
1307 ~~~~~~~~~~~
1308 New mount icons (suggested by Marcin Juszkiewicz).
1309 Don't show separator in bookmarks menu when there is nothing below it.
1311 28-Nov-2002
1312 ~~~~~~~~~~~
1313 Added a default hander for HTML files, otherwise newbies can't read the
1314 manual!
1315 Bugfix: Pinboards without backdrop images didn't get the correct colour set
1316         by default.
1318 27-Nov-2002
1319 ~~~~~~~~~~~
1320 Better positioning of bookmarks menu.
1322 22-Nov-2002
1323 ~~~~~~~~~~~
1324 Updated Spanish translation (Marcelo Ramos).
1325 Allow translation of About AppInfo section.
1326 Bugfix: When using Metacity, some minimised windows weren't shown (reported by
1327         Alastair Porter).
1329 21-Nov-2002
1330 ~~~~~~~~~~~
1331 More tooltips for the Set Icon dialog.
1333 20-Nov-2002
1334 ~~~~~~~~~~~
1335 Use better wrapping system, if available (Richard Olsson).
1337 15-Nov-2002
1338 ~~~~~~~~~~~
1339 Removed ASCII sort option. Useless, and didn't work with UTF-8 anyway.
1341 13-Nov-2002
1342 ~~~~~~~~~~~
1343 New sorting system to cope with UTF-8 filenames.
1345 12-Nov-2002
1346 ~~~~~~~~~~~
1347 Use stdout, not stderr, for --help and --version, and use xmllint instead of
1348 nsgmls to check for valid DocBook (Eric Gillespie).
1349 Updated Chinese translation (babyfai Cheung).
1351 11-Nov-2002
1352 ~~~~~~~~~~~
1353 Added note about checking permissions to message complaining that the MIME
1354 database can't be found (suggested by Keir Mierle).
1356 07-Nov-2002
1357 ~~~~~~~~~~~
1358 Set hint to make panels appear on all workspaces, and support metacity-style
1359 iconified windows (reported by Alastair Porter; suggested fix by Laurent
1360 Moussault).
1362 05-Nov-2002
1363 ~~~~~~~~~~~
1364 Added Bookmarks toolbar icon (Liav).
1366 04-Nov-2002
1367 ~~~~~~~~~~~
1368 Removed some unused code and fixed a possible race condition.
1370 03-Nov-2002
1371 ~~~~~~~~~~~
1372 Update error message to give correct version of MIME database (reported by
1373 FD Cami).
1375 31-Oct-2002
1376 ~~~~~~~~~~~
1377 Make the Find and Permissions help windows look nicer.
1378 Added support for shadowed labels on the pinboard (Andras Mohari).
1380 29-Oct-2002
1381 ~~~~~~~~~~~
1382 Stop Metacity from complaining that it can't decide whether the pinboard is
1383 resizable or not (reported by Alastair Porter, solution suggested by 
1384 Havoc Pennington).
1386 28-Oct-2002
1387 ~~~~~~~~~~~
1388 Make it more obvious that --new is only for debugging.
1389 Added Norwegian translation (Sigve Indregard).
1391 27-Oct-2002
1392 ~~~~~~~~~~~
1393 Use our own stock icons for 'show hidden' and 'show details' toolbar buttons
1394 (Stephen Watson). New details icon is a modified version of a Gtk stock
1395 icon, while show hidden is taken from sawfish.
1397 26-Oct-2002
1398 ~~~~~~~~~~~
1399 Code tidying (Bernard Jungen).
1401 23-Oct-2002
1402 ~~~~~~~~~~~
1403 Switch button-1/2 on Help, as it was too annoying.
1404 Create thumbnails at 128x128 to be in-line with current thumbnails spec.
1405 Bugfix: When using the lasso box with the pinboard, select icons based on
1406         where they actually are, not where they want to be (useful if you've
1407         just changed to a lower resolution and they're all stuck at the side!).
1409 22-Oct-2002
1410 ~~~~~~~~~~~
1411 Button-1 on Help shows the manual, other button opens the Help directory
1412 (Marcin Juszkiewicz).
1414 21-Oct-2002
1415 ~~~~~~~~~~~
1416 More checks to cope with invalid filenames (Marcin Juszkiewicz).
1417 Updated Polish translation (Marcin Juszkiewicz).
1419 19-Oct-2002
1420 ~~~~~~~~~~~
1421 Updated Spanish translation (Marcelo Ramos).
1423 18-Oct-2002
1424 ~~~~~~~~~~~
1425 Cope slightly better with invalid filenames in various places (reported by
1426 Marcin Juszkiewicz and Andras Mohari).
1427 Make panel menus appear nearer the edge of the screen for top, left and right
1428 panels (suggested by Bernard Jungen).
1429 Bugfix: When installing the binary release, don't warn the user that the source
1430         is missing (reported by John Pettigrew).
1432 17-Oct-2002
1433 ~~~~~~~~~~~
1434 Code tidying (Bernard Jungen).
1435 Fixed broken links to citations in manual (reported by Bernard Jungen).
1436 Renamed sp.po to es.po (requested by Quique).
1438 12-Oct-2002
1439 ~~~~~~~~~~~
1440 Added Swedish translation (Marcus Lundblad).
1441 Bugfix: Invert Selection failed to work correctly on the first item (spotted by
1442         Stephen Watson).
1444 09-Oct-2002
1445 ~~~~~~~~~~~
1446 Updated French manual translation (Arnaud Calvo).
1448 07-Oct-2002
1449 ~~~~~~~~~~~
1450 Updated French translation (Vincent Lefèvre).
1452 01-Oct-2002 (Release 1.3.4)
1453 ~~~~~~~~~~~
1454 Require glib >= 2.0.3, or action windows leak file handles (reported by
1455 Musus Umbra).
1457 27-Sep-2002
1458 ~~~~~~~~~~~
1459 Allow multiple pinboard icons to be repositioned at once.
1461 26-Sep-2002
1462 ~~~~~~~~~~~
1463 Allow multiple pinboard icons to be selected by dragging a box around them.
1465 23-Sep-2002
1466 ~~~~~~~~~~~
1467 Pinboard and panel icons can now have keyboard shortcuts assigned to them.
1468 Bugfix: Fixed a couple of cursor positioning problems (reported by Andras
1469 Mohari).
1471 22-Sep-2002
1472 ~~~~~~~~~~~
1473 Replace -o command-line option with a toggle button in the options window.
1475 17-Sep-2002
1476 ~~~~~~~~~~~
1477 Updated French manual translation (Arnaud Calvo).
1479 05-Sep-2002
1480 ~~~~~~~~~~~
1481 Be more forceful about setting the pinboard backdrop; some themes were
1482 overriding it (reported by Biju Chacko).
1483 Use K, M and G consistantly (Marcin Juszkiewicz).
1485 03-Sep-2002
1486 ~~~~~~~~~~~
1487 Shift Open had stopped working (spotted by Matthew Weier O'Phinney).
1489 02-Sep-2002
1490 ~~~~~~~~~~~
1491 Changed default Set Run Action shell command from "$1" to "$@" (suggested by
1492 krjw).
1494 01-Sep-2002
1495 ~~~~~~~~~~~
1496 Updated Spanish translation (Marcelo Ramos).
1498 30-Aug-2002
1499 ~~~~~~~~~~~
1500 New 'Class' parameter to Filer_OpenDir SOAP method allows setting the
1501 WM_CLASS of a new window so that the window manager can treat it
1502 specially, such as opening it in a certain place, or make it sticky
1503 (requested by Matthew Weier O'Phinney).
1505 27-Aug-2002
1506 ~~~~~~~~~~~
1507 New option to set the pinboard font (Krzysztof Luks).
1509 26-Aug-2002
1510 ~~~~~~~~~~~
1511 Updated French translation (Vincent Lefèvre).
1512 Updated Italian translation (Daniele Peri).
1514 17-Aug-2002
1515 ~~~~~~~~~~~
1516 Increase time between updates while scanning from 0.5s to 1.5s. Now that the
1517 names are all shown from the start, fast feedback here is less useful.
1518 When resizing due to a key event, warp the pointer (for sloppy focus users).
1520 13-Aug-2002
1521 ~~~~~~~~~~~
1522 Removed Re-read MIME types button. Use Refresh on the toolbar instead.
1524 11-Aug-2002
1525 ~~~~~~~~~~~
1526 Internal changes: moved menu and toolbar over to View interface.
1528 05-Aug-2002
1529 ~~~~~~~~~~~
1530 Open the menu on the 'popup-menu' signal. Allows you to use the default Gtk
1531 keyboard shortcuts to open the menu.
1532 Translated AppInfo menu entries into Hungarian (Andras Mohari) and
1533 Spanish (Marcelo Ramos).
1534 After dragging to a remote application which didn't respond, the filer
1535 refused to gain the primary selection until the operation timed out.
1537 02-Aug-2002
1538 ~~~~~~~~~~~
1539 Use stock icons for multi-file drag-and-drop, files with missing icons, and
1540 files that can't be statted (Marcin Juszkiewicz).
1542 01-Aug-2002
1543 ~~~~~~~~~~~
1544 Make --version's output convert to the local character set (Vincent Lefevre).
1545 Make menu items in AppInfo.xml files translatable (requested by
1546 Wilbert Berendsen, Andras Mohari and Marcelo Ramos).
1548 29-Jul-2002
1549 ~~~~~~~~~~~
1550 Change pinboard option to forward button 3 to forward all buttons (requested
1551 by Matthew Weier O'Phinney).
1553 28-Jul-2002
1554 ~~~~~~~~~~~
1555 Use Gtk's new stock info icon instead of help icon for minibuffer, etc.
1557 26-Jul-2002
1558 ~~~~~~~~~~~
1559 Updated French translation (Vincent Lefèvre).
1560 Updated Spanish translation (Marcelo Ramos).
1561 Using Edit MIME types in the Options box now opens the new 'packages'
1562 directory instead of the old 'mime-info' one (reported by Goetz Waschk).
1564 24-Jul-2002 (Release 1.3.3)
1565 ~~~~~~~~~~~
1566 Updated to new shared MIME database format.
1568 23-Jul-2002
1569 ~~~~~~~~~~~
1570 Alt-Return or Alt-Button-1 on a file works like clicking with button-2; it
1571 opens a directory in a new window and closes the directory when opening a file
1572 (suggested by Gregory Spath).
1574 22-Jul-2002
1575 ~~~~~~~~~~~
1576 Use stock icons for toolbar, to make it themeable (requested by Michael Adams).
1578 21-Jul-2002
1579 ~~~~~~~~~~~
1580 Made the stepper arrows in the scrollbars scroll by one item's height, fixed
1581 an untranslatable string and fixed a slight error in the size calculation
1582 (Bernard Jungen).
1584 19-Jul-2002
1585 ~~~~~~~~~~~
1586 Rearraged File menu (suggested by Tomas Berg).
1588 16-Jul-2002
1589 ~~~~~~~~~~~
1590 Added support for Solaris 'Door' files (Stephen Watson).
1592 12-Jul-2002
1593 ~~~~~~~~~~~
1594 Added Help menu with both About and Show Files entries, and a new entry to
1595 load the corrent manual for the current locale (suggested by Arnaud Calvo).
1597 11-Jul-2002
1598 ~~~~~~~~~~~
1599 Updated French manual translation (Arnaud Calvo).
1600 Changed 'Show ROX-Filer Help' to 'About ROX-Filer...'. This shows the Info
1601 box, with a new 'Show Help Files' button (Geoff Youngs).
1603 09-Jul-2002
1604 ~~~~~~~~~~~
1605 Don't close the Set Run Action box after showing the usage message if the user
1606 enters an invalid command (spotted by krjw).
1608 07-Jul-2002
1609 ~~~~~~~~~~~
1610 Bugfix: Changing the pinboard colours when iconfied windows were not in use
1611         displayed a (harmless) warning message (reported by krjw).
1613 02-Jul-2002
1614 ~~~~~~~~~~~
1615 Security fix: Set Run Action to a shell command would make the executable
1616               world-writeable (spotted by alexander).
1618 28-Jun-2002
1619 ~~~~~~~~~~~
1620 Bugfix: Tooltips for files sometimes didn't get displayed.
1622 26-Jun-2002
1623 ~~~~~~~~~~~
1624 Added reminder about having NumLock on when using groups from the keypad
1625 (suggested by Gombok Arthur).
1627 25-Jun-2002
1628 ~~~~~~~~~~~
1629 Turned on more compiler warnings, and fixed some minor issues it threw up.
1631 22-Jun-2002 (Release 1.3.2)
1632 ~~~~~~~~~~~
1633 Updated French translation (Vincent Lefèvre).
1635 21-Jun-2002
1636 ~~~~~~~~~~~
1637 Added 'Text beside icon' toolbar style (Michael Adams).
1639 20-Jun-2002
1640 ~~~~~~~~~~~
1641 Bugfix: Using another window in between entering target mode and selecting
1642         the target printed a warning instead of performing the operation.
1644 17-Jun-2002
1645 ~~~~~~~~~~~
1646 Fix problem with root menu positioning on icewm (reported by Bernard Jungen).
1648 16-Jun-2002
1649 ~~~~~~~~~~~
1650 More robust approach to SOAP errors.
1652 11-Jun-2002
1653 ~~~~~~~~~~~
1654 Require version 2.0.1 or later of Gtk, due to bugs in 2.0.0.
1655 Changing the pinboard font realigns the icons.
1656 Bugfix: Symlinked items in the SendTo menu didn't use globicons correctly
1657         (spotted by Arnaud Calvo).
1658 Bugfix: Filer sometimes failed to load the backdrop supplied by a program
1659         (reported by Arnaud Calvo).
1661 10-Jun-2002
1662 ~~~~~~~~~~~
1663 Updated Spanish translation (Marcelo Ramos).
1665 08-Jun-2002
1666 ~~~~~~~~~~~
1667 Move Xterm Here to Window menu and add Switch to xterm (suggested by
1668 Gregory Spath).
1669 Bugfix: Some shortcuts didn't work properly on some keyboards (reported by
1670         Lorint and Musus Umbra).
1672 06-Jun-2002
1673 ~~~~~~~~~~~
1674 When installing without a manpage, just warn the user instead of aborting
1675 (suggested by Simon Britnell).
1677 01-Jun-2002
1678 ~~~~~~~~~~~
1679 Code tidying (Bernard Jungen).
1681 31-May-2002
1682 ~~~~~~~~~~~
1683 Option to switch automatically between Large and Small icons (Stephen Watson).
1684 Allow blank icon names (suggested by Gregory Spath).
1685 Bugfix: Default icon for iconified windows wasn't found (Jimmy Olgeni).
1686 Bugfix: Sometimes the SOAP message sent to a running process got displayed.
1688 30-May-2002 (Release 1.3.1)
1689 ~~~~~~~~~~~
1690 Fix redraw bug with selected icons.
1692 29-May-2002
1693 ~~~~~~~~~~~
1694 Respect CHOICESPATH when installing (spotted by Vincent Lefevre).
1695 Set Icon now creates icons in PNG format (spotted by Wilbert Berendsen).
1697 28-May-2002
1698 ~~~~~~~~~~~
1699 Merged in icons from rox-base (converted to PNG format and renamed).
1700 Bugfix: When showing iconified windows, the filer could crash if a window
1701         disappeared at the wrong moment.
1703 27-May-2002
1704 ~~~~~~~~~~~
1705 Set _XROOTPMAP_ID property on root window so that Eterm and friends show
1706 the right backdrop (requested by Simon Britnell).
1707 Use .png icons in MIME-icons instead of .xpm (needed to change anyway as
1708 the new shared MIME database uses different types in many places).
1709 Updated French translation (Vincent Lefèvre).
1710 Updated Dutch translation (Wilbert Berendsen).
1711 Updated Hungarian translation (Andras Mohari).
1713 24-May-2002
1714 ~~~~~~~~~~~
1715 When using -d or -s options, don't follow symlinks in paths starting with '/'
1716 (suggested by Darrell Taylor).
1718 23-May-2002
1719 ~~~~~~~~~~~
1720 Code tidying (Bernard Jungen).
1722 21-May-2002
1723 ~~~~~~~~~~~
1724 Updated Polish translation (Krzysztof Krzy¿aniak).
1726 19-May-2002
1727 ~~~~~~~~~~~
1728 Setting the background colour doesn't lose the image (spotted by Jasper
1729 Huijsmans).
1731 18-May-2002
1732 ~~~~~~~~~~~
1733 Iconified windows are shown with their own icon, if they have one.
1735 17-May-2002
1736 ~~~~~~~~~~~
1737 Options to set iconification layout policy.
1738 Fix compiler warnings on some systems (Stephen Watson).
1739 Added 'Follow Symbolic Links' menu item (Stephen Watson).
1741 16-May-2002
1742 ~~~~~~~~~~~
1743 Pinboard background colour option works again.
1744 Position iconified windows sensibly.
1745 Bugfix: Typing too fast into the minibuffer could miss characters.
1747 15-May-2002
1748 ~~~~~~~~~~~
1749 Wrap long icon names onto multiple lines.
1750 Options to forward button-3 clicks on the pinboard to the window manager
1751 (requested by Ryan Harris).
1753 14-May-2002
1754 ~~~~~~~~~~~
1755 Code tidying (Bernard Jungen).
1756 Bugfix: Ctrl-clicking on icons can unselect, not just select.
1758 13-May-2002
1759 ~~~~~~~~~~~
1760 Bugfix: Short form of '--client-id' option didn't work (reported by Julio
1761         Hugo Toloza).
1763 12-May-2002
1764 ~~~~~~~~~~~
1765 Allow hidden subdirectories in <Choices>/SendTo which have their contents
1766 included only for certain MIME types (Geoff Youngs).
1767 When changing directory, remove any trailing /s from the path.
1768 Make sure panels never get lowered under the pinboard.
1769 Iconified windows are now displayed on the pinboard, not floating over
1770 everything else.
1771 Bugfix: Using a savebox when the pathname contained multi-byte characters
1772         caused the initial selected region to be positioned incorrectly.
1774 10-May-2002
1775 ~~~~~~~~~~~
1776 Initial support for showing iconified windows.
1778 09-May-2002
1779 ~~~~~~~~~~~
1780 Changed the way pinboard icons are implemented.
1781 Changed the way backdrop applications set the backdrop.
1782 Always use button-3 for the pinboard menu, as the window manager menu must
1783 be on button-2 (spotted by Geoff Youngs).
1785 08-May-2002
1786 ~~~~~~~~~~~
1787 Updated French manual translation (Arnaud Calvo).
1788 Middle button clicks on the pinboard are passed to the window manager.
1789 Many improvements to the pinboard:
1790 - Changing font updates the pinboard icons.
1791 - Button-2 clicks are passed to window manager.
1792 - Drop highlight doesn't flicker.
1794 07-May-2002
1795 ~~~~~~~~~~~
1796 Improved highlighting of icons (Andras Mohari).
1798 06-May-2002
1799 ~~~~~~~~~~~
1800 The pinboard is now a screen-sized window. Faster and better looking.
1801 Setting the backdrop is now done from the filer.
1803 03-May-2002
1804 ~~~~~~~~~~~
1805 The Link box allows an existing symlink to be replaced, instead of
1806 complaining that the destination already exists (suggested by Arnaud Calvo).
1807 Bugfix: When editing a panel icon, the tooltip didn't update until the next
1808         restart (Olli Helenius).
1810 02-May-2002
1811 ~~~~~~~~~~~
1812 Added Sort to the OpenDir SOAP method (Stephen Watson).
1814 30-Apr-2002
1815 ~~~~~~~~~~~
1816 Alpha-blending for Small icons, too.
1817 Bugfix: When copying directories, ignore an error caused by filesystems,
1818         such as Samba shares, that don't support chmod fully (reported by
1819         Andrew S Dixon).
1821 29-Apr-2002
1822 ~~~~~~~~~~~
1823 SOAP method OpenDir now allows Style and Details to be specified
1824 (Stephen Watson).
1826 28-Apr-2002
1827 ~~~~~~~~~~~
1828 Use alpha-blending in Large and Huge display modes. Limit icons in menus to
1829 Small and Large sizes.
1831 27-Apr-2002
1832 ~~~~~~~~~~~
1833 Return in Permissions box activates Quiet.
1835 26-Apr-2002
1836 ~~~~~~~~~~~
1837 MIME information is now read from the freedesktop.org shared database rather
1838 than the old Choices/MIME-info directories.
1840 25-Apr-2002
1841 ~~~~~~~~~~~
1842 Don't convert to `real' path when following symlinks, so that Up now returns
1843 to the directory containing the symlink, not the thing it linked to
1844 (requested by Gregory Spath).
1845 Don't quit while Options window is open.
1847 21-Apr-2002
1848 ~~~~~~~~~~~
1849 Allow panel style to be set from ~/.gtkrc-2.0, using 'rox-panel' to identify
1850 the window (requested by Ashwin).
1851 Merged OK and Save buttons in the Options box. Revert shades when it would
1852 have no effect.
1854 17-Apr-2002
1855 ~~~~~~~~~~~
1856 'New ...' for a template always copies without confirming (suggested by
1857 Wilbert Berendsen).
1859 16-Apr-2002
1860 ~~~~~~~~~~~
1861 Set-keybindings button in options box now checks that this feature is on,
1862 and explains what to do if not (suggested by Francesco Bochicchio).
1864 15-Apr-2002
1865 ~~~~~~~~~~~
1866 Updated French translation (Vincent Lefèvre).
1867 Message in translation options switches language as you move through the
1868 options.
1870 14-Apr-2002
1871 ~~~~~~~~~~~
1872 Added Chinese translation (babyfai cheung).
1874 14-Apr-2002 (Release 1.3.0)
1875 ~~~~~~~~~~~
1876 Fixed a minor redraw box (a single pixel could get left after a lasso drag).
1877                         
1878 13-Apr-2002
1879 ~~~~~~~~~~~
1880 Place action windows under pointer (suggested by txapela).
1882 11-Apr-2002
1883 ~~~~~~~~~~~
1884 Set collection style in the program. Choices/ROX-Filer/Styles is no longer
1885 used.
1886 Made background pixmaps for Collections work again (reported by Stephen
1887 Watson).
1888 Removed pinboard text background style option (it never worked with Gtk+-2.0).
1890 09-Apr-2002
1891 ~~~~~~~~~~~
1892 Added units display to options and improved toolbar options layout (Andras
1893 Mohari).
1894 When setting the icon for a directory, offer to create a .DirIcon
1895 (requested by Matjaz Mihelic).
1897 08-Apr-2002
1898 ~~~~~~~~~~~
1899 Much improved layout for Options box (Andras Mohari).
1900 Allow subdirectories in the Send To menu (Stephen Watson).
1902 06-Apr-2002
1903 ~~~~~~~~~~~
1904 Code tidying in various places (Bernard Jungen).
1905 Filer windows update automatically when the font or theme changes.
1907 05-Apr-2002
1908 ~~~~~~~~~~~
1909 Various speed improvements.
1910 Removed GNOME VFS option (never worked with Gtk+-2.0).
1912 04-Apr-2002
1913 ~~~~~~~~~~~
1914 Auto-raise panels when the pointer hits the side of the screen, and lower
1915 when it leaves the panel (Geoff Youngs).
1917 03-Apr-2002
1918 ~~~~~~~~~~~
1919 Slight speed increase when starting.
1921 02-Apr-2002
1922 ~~~~~~~~~~~
1923 Added Danish translation (Christian Storgaard).
1925 01-Apr-2002
1926 ~~~~~~~~~~~
1927 Internal tidy-up of the icon code: PinIcon and PanelIcon are now subclasses
1928 of Icon, which is now a GObject. Dragging pinboard icons with the middle
1929 button is no longer supported.
1931 28-Mar-2002
1932 ~~~~~~~~~~~
1933 Updated Polish translation (Krzysztof Krzy¿aniak).
1935 25-Mar-2002
1936 ~~~~~~~~~~~
1937 New 'Short titlebar flags' option (requested by Andras Mohari).
1939 24-Mar-2002
1940 ~~~~~~~~~~~
1941 Fixed problem which allowed the panel to get the input focus (reported by
1942 Brendan McCarthy).
1944 22-Mar-2002
1945 ~~~~~~~~~~~
1946 Large (over 50K) image files are now loaded in a subprocess. Faster, less
1947 likely to crash due to bad images, and more responsive.
1949 21-Mar-2002
1950 ~~~~~~~~~~~
1951 Filenames which are not valid UTF-8 are shown in red. A tooltip explains the
1952 problem. CHARSET is used to try and render the name anyway, and the rename
1953 box can be used to fix it (reported by Christopher Arndt).
1955 20-Mar-2002
1956 ~~~~~~~~~~~
1957 Times weren't converted to UTF-8, causing errors in some locales (reported
1958 by Christopher Arndt and tracked down by Andras Mohari).
1959 Informational messages are now shown with the info icon, not the error symbol
1960 (suggested by Andras Mohari).
1962 18-Mar-2002
1963 ~~~~~~~~~~~
1964 Set _WIN_HINTS for pinboard and panel icons so that they don't appear on
1965 task-lists or get selected when Alt-Tabbing (Brendan McCarthy).
1966 Allow COMPOUND_TEXT target for pinboard and panels (allows pasting into
1967 gnome-terminal).
1968 The Path Entry minibuffer now highlights invalid paths in red, instead of
1969 beeping.
1971 17-Mar-2002
1972 ~~~~~~~~~~~
1973 Internal changes: MaskedPixmap, Directory and XMLwrapper types are now
1974 GObjects. FSCache now works on GObjects, and the interface is therefore
1975 simpler now.
1977 16-Mar-2002
1978 ~~~~~~~~~~~
1979 Sorted out some focussing and defaulting behaviour in action windows.
1981 14-Mar-2002
1982 ~~~~~~~~~~~
1983 Split action window code, so that most of the GUI stuff is now in abox.c,
1984 and converted to new dialog style.
1986 13-Mar-2002
1987 ~~~~~~~~~~~
1988 Removed remaining support for the old libvfs.
1989 Updated lots of code to new Gtk+-2.0 style.
1991 12-Mar-2002
1992 ~~~~~~~~~~~
1993 Panel icons highlight when the pointer is over them.
1994 Fixed some untranslatable strings (Andras Mohari).
1996 11-Mar-2002
1997 ~~~~~~~~~~~
1998 Converted Set Run Action box to new style.
2000 10-Mar-2002
2001 ~~~~~~~~~~~
2002 New panel style; better looking, and sensitive right up to the edge of the
2003 screen.
2004 Converted action window results list to use the new GtkTreeView widget.
2006 09-Mar-2002
2007 ~~~~~~~~~~~
2008 Converted Savebox widget to new Gtk style.
2010 07-Mar-2002
2011 ~~~~~~~~~~~
2012 Fix compile problems with Gtk+-2.0-rc1 (missing X libs and cflags).
2013 Added stock icons to Options box. The filer now requires Gtk+-2.0.
2014 Updated Infobox to use new GtkTreeView widget.
2016 05-Mar-2002
2017 ~~~~~~~~~~~
2018 Display action window questions in bold (suggested by Andras Mohari).
2019 Added PanelAdd and PinboardAdd SOAP methods (Stephen Watson).
2021 28-Feb-2002
2022 ~~~~~~~~~~~
2023 Fixed sensitive region of icons in large with details display (Bernard
2024 Jungen).
2026 27-Feb-2002
2027 ~~~~~~~~~~~
2028 Added Newer option for Copy and Move operations (Stephen Watson).
2030 26-Feb-2002
2031 ~~~~~~~~~~~
2032 Centre colour selector on mouse, and close when options box closes.
2033 Got background pixmaps working with Gtk+-2.0.
2035 21-Feb-2002
2036 ~~~~~~~~~~~
2037 Changes to options now take effect instantly. The old Apply button is gone,
2038 and Cancel is now Revert.
2039 Fixed stupid bug in charset conversions (reported by Andras Mohari).
2040 Initial support for gnome-vfs (Mark Heily).
2042 20-Feb-2002
2043 ~~~~~~~~~~~
2044 Internal changes to the options system. See text at start of options.c.
2046 19-Feb-2002
2047 ~~~~~~~~~~~
2048 Changed 'Ignore case' option to 'Intelligent sorting'. A non-ASCII sort now
2049 handles numbers in a sensible way, so that 'file10' comes after 'file9', etc
2050 (Micah Dowty).
2051 Fix possible type conversion problem in charset conversion code
2052 (reported by Serban Udrea).
2053 Allow xml:lang attribute in AppInfo files for translations; see
2054 ROX-Filer/AppInfo.xml for an example (suggested by Wilbert Berendsen).
2056 18-Feb-2002
2057 ~~~~~~~~~~~
2058 Try to compile against Gtk+-2.0 first, and only fallback to 1.2 if it's not
2059 found.
2060 In an Infobox, strip trailing newlines from file's output as Gtk+-2.0
2061 labels display them.
2062 Scroll in whole items with Gtk+-1.2, plus better cursor alignment (Bernard
2063 Jungen).
2065 17-Feb-2002 (Release 1.2.0)
2066 ~~~~~~~~~~~
2067 New stable release.
2069 13-Feb-2002 (Release 1.1.14)
2070 ~~~~~~~~~~~
2071 Pressing Escape in a dialog box now closes the box.
2073 12-Feb-2002
2074 ~~~~~~~~~~~
2075 Fix compile problem if iconv.h is missing and allow CPPFLAGS settings to
2076 be used in Makefile (Jim Knoble).
2077 Undo 'double clicking unselects' change (requested by Andreas).
2079 11-Feb-2002
2080 ~~~~~~~~~~~
2081 Updated Spanish translation (Marcelo Ramos).
2082 Updated French manual translation (Arnaud Calvo).
2084 08-Feb-2002 (Release 1.1.13)
2085 ~~~~~~~~~~~
2086 Use fixed font in minibuffer.
2088 07-Feb-2002
2089 ~~~~~~~~~~~
2090 Updated French manual translation (Arnaud Calvo).
2091 Updated Russian translation (Dmitry Elfimov).
2093 06-Feb-2002
2094 ~~~~~~~~~~~
2095 When dragging a lasso box around items, limit the allowed overlap (the
2096 space you can drag over the edge of the next item without selecting it)
2097 so that very wide items (eg, those with details) are easier to select
2098 (requested by Andras Mohari).
2100 04-Feb-2002
2101 ~~~~~~~~~~~
2102 Updated Italian translation (Denis Manente).
2104 03-Feb-2002
2105 ~~~~~~~~~~~
2106 Updated German translation (André Wyrwa).
2107 Updated Spanish translation (Marcelo Ramos).
2109 02-Feb-2002
2110 ~~~~~~~~~~~
2111 Updated to version 0.5 of the thumbnails standard. You should rename
2112 '~/.thumbnails/96x96' to '~/.thumbnails/normal' to avoid having to recreate
2113 them all.
2115 01-Feb-2002
2116 ~~~~~~~~~~~
2117 Do UTF-8 conversions for globicons and file groups, as we now do for pinboards
2118 and panels (reported by Arnaud Calvo).
2120 31-Jan-2002
2121 ~~~~~~~~~~~
2122 Updated Hungarian translation (Andras Mohari).
2123 Double-clicking an item always clears the selection, removed extra newline
2124 from man-page and fixed a misplaced #endif (Bernard Jungen).
2126 30-Jan-2002
2127 ~~~~~~~~~~~
2128 Updated Dutch translation (Wilbert Berendsen).
2129 Updated to Gtk+-1.3.13 (action window scrolling now works).
2131 28-Jan-2002
2132 ~~~~~~~~~~~
2133 OK and Cancel buttons in savebox can no longer be focussed. Fixes problem
2134 where opening a savebox put the focus on the last used button instead of
2135 the entry (reported by Karol Krenski).
2136 Added instructions for Window Maker pinboard icons to the manual
2137 (Jim Knoble).
2138 Resizer now allows space for the 'Running as ...' message (reported by
2139 Wilbert Berendsen).
2141 25-Jan-2002
2142 ~~~~~~~~~~~
2143 If conversion to 'ISO8859-1' doesn't work, try 'iso-8859-1' and 'UTF-8' instead
2144 of giving a warning (reported by Gregory Spath).
2146 24-Jan-2002 (Release 1.1.12)
2147 ~~~~~~~~~~~
2148 Updated Hungarian translation (Andras Mohari).
2150 23-Jan-2002
2151 ~~~~~~~~~~~
2152 Only check for thumbnails in the thumbnail scanning code, not when loading
2153 any image (saves time).
2154 Assume pathnames and labels for pinboards and panels are in the local charset
2155 for Gtk+-1.2, and in UTF-8 for Gtk+-2.0.
2156 When using 'Shell Command...' from the menu with an item selected by opening
2157 the menu, the item now remains selected when you enter the command.
2159 Updated French translation (Vincent Lefèvre).
2160 Updated Dutch translation (Wilbert Berendsen).
2162 22-Jan-2002
2163 ~~~~~~~~~~~
2164 _ROX_PANEL_MENU_POS property is now set on each GtkSocket window, rather than
2165 the panel, so that applets can find it more easiliy (requested by Stephen
2166 Watson).
2167 Only use Gtk+-2.0 if '--compile --with-gtk2' is used.
2168 Loading a thumbnail now stores the details when loading started, not
2169 when it finished.
2170 Bugfix: Under Gtk+-2.0, the savebox focussed the OK button rather than the
2171         text entry.
2173 21-Jan-2002
2174 ~~~~~~~~~~~
2175 Changing the permission on a file failed to update the display (reported by
2176 Karol Krenski). Also made other updates more efficient.
2177 Allow COMPOUND_TEXT selection type (same as STRING for now), as gnome-terminal
2178 has stopped accepting STRING.
2180 20-Jan-2002
2181 ~~~~~~~~~~~
2182 Added a configure check for iconv.h.
2183 Use double instead of long for file sizes in find.c (Bernard Jungen).
2185 19-Jan-2002
2186 ~~~~~~~~~~~
2187 Thumbnails code failed to update images when they changed (reported by
2188 Andreas).
2190 18-Jan-2002
2191 ~~~~~~~~~~~
2192 Use 'ISO8859-1' instead of 'iso-8859-1' and fallback to strdup if charset
2193 conversion fails (Stephen Watson).
2195 Deleting a symlink to a pinboard or panel icon showed a warning, even though
2196 there was no danger, because it followed the symlink. Trying to copy a symlink
2197 inside the directory it pointed to failed for the same reason.
2199 17-Jan-2002
2200 ~~~~~~~~~~~
2201 Big changes to internationalisation for pinboards and panels to fix problems
2202 with incompatible character sets (reported by Arnaud Calvo).
2203 When creating thumbnails, create to a temporary file and rename in case another
2204 program tries to write the save thumbnail at the same time.
2205 As a special case, running with just '-v' doesn't call gtk_init, allowing
2206 installing without an X server (requested by Michael Duelli).
2208 16-Jan-2002
2209 ~~~~~~~~~~~
2210 Converter for old-format config files now stops if the file looks like
2211 XML (probably from a failed conversion).
2212 Allow '~' in globicons file.
2213 Bugfix: When using spring-opening or following symlinks, trying to open
2214         a non-existant directory could cause a crash.
2215 Bugfix: The pinboard would highlight to accept any type of drop (not just
2216         files).
2218 13-Jan-2002
2219 ~~~~~~~~~~~
2220 Fixed some compile problems on Solaris (Andreas Dehmel).
2221 Clicking an unscanned item now scans it (instead of reporting an error).
2222 Dialog boxes in Gtk+-2.0 now set a default button.
2223 Number keys on the keypad couldn't be used for groups (reported by Arnaud
2224 Calvo).
2226 11-Jan-2002
2227 ~~~~~~~~~~~
2228 Updated Spanish translation (Marcelo Ramos).
2229 Updated the French manual translation (Arnaud Calvo and Vincent Lefèvre).
2231 09-Jan-2002
2232 ~~~~~~~~~~~
2233 Converted French manual to DocBook (Arnaud Calvo).
2234 Fixed some compiler warnings (Vincent Lefèvre).
2236 09-Jan-2002 (Release-1.1.11)
2237 ~~~~~~~~~~~
2238 Mark action windows as dialogs (requested by Daniel Pittman).
2239 Reset the background colour when drawing, as the Xenophilia keeps changing
2240 it (reported by Wilbert Berendsen).
2242 08-Jan-2002
2243 ~~~~~~~~~~~
2244 Changed == to = in make-mo script (Vincent Lefèvre).
2245 Added -lm to libpng linker flags (reported by Stephen Watson).
2246 Updated the French translation (Vincent Lefèvre).
2248 07-Jan-2002
2249 ~~~~~~~~~~~
2250 Bugfix: Closing a filer window with a tooltip removes the tip now (before, the
2251         tooltip could get stuck on the screen).
2253 06-Jan-2002
2254 ~~~~~~~~~~~
2255 Bugfix: Options box didn't work unless options had already been saved
2256         (reported by Iain Stevenson).
2258 05-Jan-2002
2259 ~~~~~~~~~~~
2260 Stopped unnecessary redrawing of the display (when sorting an already-sorted
2261 list).
2262 Thumbnails can now also be saved using Gtk+-1.2, if libpng is available
2263 (Andras Mohari).
2265 04-Jan-2002
2266 ~~~~~~~~~~~
2267 Fixed compile problem (reported by Vincent Lefèvre).
2268 Updated French translation (Vincent Lefèvre).
2270 03-Jan-2002
2271 ~~~~~~~~~~~
2272 Added _ROX_PANEL_MENU_POS property on panel windows to help applets position
2273 their menus correctly.
2274 Bugfix: 'From LANG' translation setting had stopped working (reported by
2275         Vincent Lefèvre).
2277 02-Jan-2002
2278 ~~~~~~~~~~~
2279 Saved pinboards and panels are now stored in an XML format. Old files should
2280 be converted automatically. Icon names may now contain the < and > characters
2281 (requested by Bernard Jungen).
2283 01-Jan-2002
2284 ~~~~~~~~~~~
2285 Updated French translation (Vincent Lefèvre).
2286 Updated Polish translation (Krzysztof Krzy¿aniak).
2288 30-Dec-2001
2289 ~~~~~~~~~~~
2290 Updated Spanish translation (Marcelo Ramos).
2292 29-Dec-2001
2293 ~~~~~~~~~~~
2294 When changing directory, make more effort to wink or select the appropriate
2295 item.
2297 29-Dec-2001 (Release 1.1.10)
2298 ~~~~~~~~~~~
2299 Updated French translation (Vincent Lefèvre).
2300 Bugfix: Using Shift to open the Send To menu without a selected file stopped
2301         the toggle menu items from working!
2303 28-Dec-2001
2304 ~~~~~~~~~~~
2305 With Gtk+-2.0, the effective permissions are now underlined (like they are
2306 with Gtk+-1.2).
2307 Put all the flags in the options box on one line, along with the Quiet button
2308 (looks neater).
2309 Updated manual.
2311 27-Dec-2001
2312 ~~~~~~~~~~~
2313 Reorganised the Options box somewhat.
2314 Bugfix: Closing a window while creating thumbnails caused a crash.
2316 26-Dec-2001
2317 ~~~~~~~~~~~
2318 Icons are dragged from their corners again (requested by Liav Asseraf).
2319 Unknown SOAP methods now get a SOAP Fault response. Updated SOAP namespaces.
2320 Renamed '.DirIcon.png' to just '.DirIcon'.
2321 In action windows, standard error from moving, copying and mounting operations
2322 is captured and displayed, giving a more useful message (Stephen Watson).
2323 Support for Gtk+-1.3.12.
2325 25-Dec-2001
2326 ~~~~~~~~~~~
2327 Updated Polish translation (Krzysztof Krzy¿aniak).
2329 24-Dec-2001
2330 ~~~~~~~~~~~
2331 File groups are now saved (automatically).
2332 The old 'AppMenu' file is no longer checked for (use AppInfo.xml instead).
2334 23-Dec-2001
2335 ~~~~~~~~~~~
2336 Added Version SOAP RPC.
2337 With Gtk+-2.0 UTF-8 converstion, the filer now converts from the charset
2338 specified in the translation (was always using iso-8859-1).
2340 22-Dec-2001
2341 ~~~~~~~~~~~
2342 If thumbnailing is cancelled, it can be resumed later. Hiding thumbnails
2343 stops any scan in progress automatically. Added 'All' and 'Thumbs' status
2344 flags to title bar.
2346 21-Dec-2001
2347 ~~~~~~~~~~~
2348 New 'Show image thumnails' option to set this as the default (requested by
2349 Kristian Rink).
2350 Got details working again with Gtk+-1.2 (spotted by Kristian Rink).
2352 20-Dec-2001
2353 ~~~~~~~~~~~
2354 New thumbnail system. 'Create Thumbs' is now 'Show Thumbnails' and can
2355 be turned on and off. Thumbnails are loaded in the background, and a progress
2356 bar is displayed in the filer window.
2357 Replaced old Gtk+-1.2.x text widget in action windows with new one.
2359 19-Dec-2001
2360 ~~~~~~~~~~~
2361 Improved error reporting.
2362 Improved sizing code when details are on.
2364 18-Dec-2001
2365 ~~~~~~~~~~~
2366 Updated to new version 0.4 of the thumbnails standard.
2367 Added 'Quiet' check box to action windows. Quiet button now turns on
2368 check box and does 'Yes'.
2370 17-Dec-2001
2371 ~~~~~~~~~~~
2372 Gtk+-2.0 uses UTF-8 for strings. Translation files are now converted to
2373 UTF-8 as they are loaded.
2374 Added a missing #ifdef for the regex code (Damien Couderc).
2375 All file leafnames now use AA fonts with Gtk+-2.0 (details are still
2376 fixed, though).
2378 16-Dec-2001
2379 ~~~~~~~~~~~
2380 Closing a window with a keypress caused warnings to appear (reported by
2381 Fabien Coutant).
2382 Updated Spanish translation (Marcelo Ramos).
2383 New 'Single click nagivation on the pinboard' option (requested by
2384 Michael).
2385 Fix for compiling problem on NetBSD (Eric Gillespie, Jr.).
2387 Internal changes to options system:
2388 - Options can be used as soon as they are registered (not just once the
2389   filer is fully initialised).
2390 - New widget types can be registered in a modular fashion.
2392 13-Dec-2001 (Release 1.1.9)
2393 ~~~~~~~~~~~
2394 More fixes for panel resizing (reported by Stephen Watson).
2395 Target mode, dragging an unselected item, and auto-selecting an item when
2396 opening the menu now all work without grabbing the primary selection.
2397 Finished new scanning code (image == NULL is now OK everywhere).
2399 12-Dec-2001
2400 ~~~~~~~~~~~
2401 Clicking on an item which is selected, but not part of the primary selection,
2402 now reclaims the selection.
2403 Removed default minibuffer option for now.
2404 The dash forms in Find tests can be combined, eg '-rwx'.
2405 Updated manual.
2407 11-Dec-2001
2408 ~~~~~~~~~~~
2409 Additional window hints - pinboard and panels refuse focus and pinboard
2410 icons are marked as desktop features (requested by Laurent Moussault).
2411 Thumbnails are now stored using an md5 hash of their names.
2412 Pinboard icons can be repositioned by dragging with the left mouse button
2413 (middle button drag stopped working with sawfish, and this is easier anyway).
2415 10-Dec-2001
2416 ~~~~~~~~~~~
2417 New scanning system: blank items are added to the window first and then the
2418 icons and types get filled in later. Looks better and simplifies the sizing
2419 code a bit.
2420 Code tidying in various places.
2422 09-Dec-2001
2423 ~~~~~~~~~~~
2424 Bugfix: Filer would quit if only Info boxes were open.
2425 Bugfix: Pinboard and panel windows didn't get the correct hints set under
2426         Gtk+-2.0.
2428 08-Dec-2001
2429 ~~~~~~~~~~~
2430 Many internal changes to Collection widget for Gtk+-2.0. Should be more
2431 efficient now, and easier to get aa fonts working...
2433 07-Dec-2001
2434 ~~~~~~~~~~~
2435 Fixed Gtk+-2.0 wheel mouse support.
2436 In the Info box, 'File says...' was reporting on the program used to
2437 edit the file, not the file itself!
2438 For glib-2.0, use the new spawn function and report errors nicely.
2440 06-Dec-2001
2441 ~~~~~~~~~~~
2442 Updated Russian translation (Dmitry Elfimov).
2443 Thumbnail information in the PNG image is now namespaced to 'Thumb'
2444 (recommended by Jens Finke).
2445 FileType SOAP RPC return format has been updated to the latest version
2446 of the SOAP working draft.
2447 Added Large File Support: files over 4Gb now have their sizes detected
2448 correctly (Stephen Watson). Note: this disables libvfs support.
2449 New option to have the minibuffer open by default on new windows
2450 (Bochicchio).
2452 05-Dec-2001
2453 ~~~~~~~~~~~
2454 When resizing the collection, only ensure the cursor is still visible if
2455 it was in the displayed area before.
2457 When closing the Enter Path minibuffer, keep Show Hidden on if the cursor is
2458 on a hidden item.
2460 When using --show with a hidden file, turn on Show Hidden. Also, delay the
2461 winking effect until the window actually appears.
2463 04-Dec-2001
2464 ~~~~~~~~~~~
2465 Support for new thumbnails spec; thumbnails are saved inside ~/.thumbnails
2466 so they redisplay quickly next time the filer is loaded (requested by
2467 Kristian A. Rink and others).
2469 Bugfix: Toggling the section with a middle button drag could lose the primary
2470         selection (Andras Mohari).
2472 03-Dec-2001
2473 ~~~~~~~~~~~
2474 Use gtk_set_locale instead of setlocale (Andras Mohari).
2476 02-Dec-2001
2477 ~~~~~~~~~~~
2478 Added 'Invert Selection' (Stephen Watson; suggested by Andras Mohari).
2480 01-Dec-2001
2481 ~~~~~~~~~~~
2482 Added a new root window property (_ROX_FILER_EUID_HOST) which points to
2483 the SOAP IPC window for a particular hostname and user ID. This makes it
2484 easier for other programs to talk to the filer.
2486 30-Nov-2001
2487 ~~~~~~~~~~~
2488 Added new SOAP methods Copy, Move, Link, Mount and FileType (Stephen Watson).
2490 29-Nov-2001
2491 ~~~~~~~~~~~
2492 Moved 'Select All', 'Clear Selection' and 'Select If...' to a new 'Select'
2493 submenu.
2494 The filer now closes stdin when it starts. This is to prevent child
2495 processes, such as auto-mounters, from trying to read a password from
2496 the console (Olivier Fourdan).
2498 27-Nov-2001
2499 ~~~~~~~~~~~
2500 Manpage is now generated automatically from DocBook source.
2501 Short forms for many find expressions, such as -d for IsDir (suggested by
2502 (Andras Mohari).
2504 26-Nov-2001
2505 ~~~~~~~~~~~
2506 More Gtk+-1.3.11 support, including use of the new message dialog.
2507 When the filer loses the primary selection, display the selected items
2508 shaded, but don't unselect them (Andras Mohari).
2510 24-Nov-2001
2511 ~~~~~~~~~~~
2512 Updated to Gtk+-1.3.11.
2514 23-Nov-2001
2515 ~~~~~~~~~~~
2516 Show the current run action for a file in the Info box (Stephen Watson).
2518 21-Nov-2001
2519 ~~~~~~~~~~~
2520 If a panel applet quits then it is removed from the panel, instead of being
2521 replaced by a Restart button.
2523 16-Nov-2001
2524 ~~~~~~~~~~~
2525 With Gtk+-2.0 and the 'Unique windows' option on, reshow the existing window
2526 instead of destroying it and creating a new one (suggested by Greg Spath).
2528 15-Nov-2001
2529 ~~~~~~~~~~~
2530 Changes to the French translation (Thierry Godefroy and Vincent Lefevre).
2532 14-Nov-2001
2533 ~~~~~~~~~~~
2534 Code tidying in menu.c (Bernard Jungen).
2536 13-Nov-2001
2537 ~~~~~~~~~~~
2538 Opening a filer window from the Set Icon dialog turns thumbnails display
2539 on (suggested by Francesco Bochicchio).
2540 Right-clicking the Help toolbar button reuses the same window.
2542 12-Nov-2001
2543 ~~~~~~~~~~~
2544 Made some strings easier to translate, fixed a problem with translating a blank
2545 string, and changed the details toolbar button to leave the size alone (Andras
2546 Mohari).
2547 Improved key handling (key presses were sometimes ignored).
2548 Bugfix: A very long and narrow icon could make the filer try to scale to a
2549         width or height of zero (Andras Mohari).
2551 09-Nov-2001
2552 ~~~~~~~~~~~
2553 Allow current directory and selection to be stored with Ctrl+[0-9] and
2554 retrieved by pressing [0-9] (suggested by Jakub Turski). The groups are not
2555 saved yet.
2557 08-Nov-2001
2558 ~~~~~~~~~~~
2559 Don't use re_set_syntax() on systems that don't have it (reported by
2560 Damien Couderc).
2561 In action windows, the a long filename no longer makes the window get wider
2562 (requested by Graham Borland).
2563 Added 'Types' section to the Options window, allowing easy(ish) access
2564 to the MIME-info files, plus a reload button, and icons for MIME-types can
2565 be set from the 'Set Icon...' box (Stephen Watson).
2567 07-Nov-2001
2568 ~~~~~~~~~~~
2569 Added a menu to the 'Set Icon...' box which shows all directories currently
2570 used for icons (Francesco Bochicchio).
2571 Fix small error in German translation (Christopher Arndt).
2572 Bugfix: 'New Directory' didn't correctly select the leafname with Gtk+-2.0.
2574 06-Nov-2001
2575 ~~~~~~~~~~~
2576 Added Spanish translation (Marcelo Ramos).
2577 Applied Bernard Jungen's latest patch:
2578 - Disk usage forgot to count special files like pipes, etc.
2579 - Page up/down scrolls a window full at a time instead of 10 items.
2580 - Don't get icons from the cache if thumbnail mode is off anymore.
2581 - modechange.c: deleted useless stuff and fixed octal parsing to detect
2582   *all* illegal values (eg 010000000000000).
2583 - Added 'Show/hide hidden files' toolbar button.
2584 - Lots of code tidying.
2587 05-Nov-2001
2588 ~~~~~~~~~~~
2589 Holding the pointer over a symlink shows the target in a tooltip
2590 (Stephen Watson; suggested by Arnaud Calvo).
2592 01-Nov-2001
2593 ~~~~~~~~~~~
2594 Updated French translation (Vincent Lefèvre).
2596 30-Oct-2001 (Release 1.1.8)
2597 ~~~~~~~~~~~
2598 Updated to support Gtk+-1.3.10.
2600 17-Oct-2001
2601 ~~~~~~~~~~~
2602 Slightly better positioning of filenames and details (Bernard Jungen).
2603 When resizing, only add space for an extra row in Small Icons mode.
2605 16-Oct-2001
2606 ~~~~~~~~~~~
2607 Make the Set Run Action box command box have the "$1" already filled in
2608 (suggested by Helgi Hrafn Gunnarsson).
2610 15-Oct-2001
2611 ~~~~~~~~~~~
2612 Set the WM_CLASS for saveboxes, so that window managers can treat them
2613 specially, if required (Andrew Flegg).
2615 14-Oct-2001
2616 ~~~~~~~~~~~
2617 Changed internal format used to send to requests to SOAP, and added --RPC
2618 option to access it directly.
2620 12-Oct-2001
2621 ~~~~~~~~~~~
2622 Open new windows at the mouse position (suggested by Helgi Hrafn Gunnarsson).
2623 Bugfix: If file doesn't accept the '-b' option then examining a file in
2624         the root directory didn't work (Stephen Watson).
2626 10-Oct-2001
2627 ~~~~~~~~~~~
2628 Use --version instead of 'which' to test for programs as not everyone has
2629 which (suggested by Vincent Lefevre).
2630 Bugfix: When setting an icon for a file with a space in the name, the
2631         setting wasn't saved correctly (spotted by Arnaud Calvo and Jakub
2632         Turski). The 'globicons' file should be converted automatically
2633         when the filer is run.
2635 08-Oct-2001
2636 ~~~~~~~~~~~
2637 Added support for the regex field in MIME-info. This allows files to be
2638 matched with patterns, not just on their extensions. For example, '.gtkrc'
2639 is now typed 'x-gtkrc' despite having no extension (Stephen Watson and
2640 Andras Mohari).
2642 05-Oct-2001
2643 ~~~~~~~~~~~
2644 Allow AppIcon.xpm and .DirIcon.png to be symlinks (Bernard Jungen).
2646 04-Oct-2001
2647 ~~~~~~~~~~~
2648 When running on a remote machine, display the remote host's name in the
2649 title bar (Stephen Watson).
2651 02-Oct-2001
2652 ~~~~~~~~~~~
2653 New option to control whether a middle button drag moves the files or
2654 brings up a menu.
2655 Allow submenus in AppInfo.xml file (Stephen Watson).
2657 26-Sep-2001
2658 ~~~~~~~~~~~
2659 Now supports Gtk+-1.3.9, but not earlier developer releases.
2661 25-Sep-2001
2662 ~~~~~~~~~~~
2663 Disk Usage can cope with larger sizes, and reports the number of files and
2664 directories counted; new Show Hidden and Inherit Options options; new -D
2665 option to close directories; and changes to formatting of file sizes
2666 (Bernard Jungen).
2668 24-Sep-2001
2669 ~~~~~~~~~~~
2670 Updated Hungarian translation (Andras Mohari).
2671 Improved the filename colouring code so that colours are only allocated
2672 if needed (Andras Mohari) and fixed a colourmap problem (Stephen Watson).
2673 Bugfix: When sorting while winking an item, the filer would sometimes scroll
2674         to the wrong place (Andras Mohari).
2675 Bugfix: If all the selected files were deleted, then trying to paste the
2676         selection caused a crash (Fabien Coutant).
2678 20-Sep-2001
2679 ~~~~~~~~~~~
2680 Colour files by type (Andras Mohari).
2682 11-Sep-2001
2683 ~~~~~~~~~~~
2684 Added -p to mkdir in install scripts to create any missing parent
2685 directories (Michel Alexandre Salim).
2687 09-Sep-2001
2688 ~~~~~~~~~~~
2689 Dragging files with the middle button (or Button1+Alt) brings up a menu
2690 of possible actions (Taras).
2691 New option to control size of icons in `New' and `Send To' menus (Stephen
2692 Watson).
2693 Bugfix: Pinboard icons didn't draw correctly if their windows got resized
2694         (reported by Michel Alexandre Salim).
2696 06-Sep-2001
2697 ~~~~~~~~~~~
2698 Window positions can be saved and restored by a session manager (Anders
2699 Lundmark).
2701 05-Sep-2001
2702 ~~~~~~~~~~~
2703 Fixed an untranslated string (Andras Mohari).
2705 04-Sep-2001
2706 ~~~~~~~~~~~
2707 The style for pinboard and panel icon text can be set (requested by Greg
2708 Spath) with:
2710         widget "*.pinboard-icon" style "..."
2711         widget "*.panel-icon.*" style "..."
2713 03-Sep-2001
2714 ~~~~~~~~~~~
2715 Bugfix: Entering a blank expression in the 'Select If' minibuffer displayed
2716         a (harmless) warning message (reported by Vincent Lefèvre).
2718 03-Sep-2001 (Release 1.1.7)
2719 ~~~~~~~~~~~
2720 Added an option to control whether extensions take precedence over the
2721 executable bit of a file (requested by MJ Ray).
2722 Updated French translation (Vincent Lefèvre and Arnaud Calvo).
2723 Disabled the UTF-8 conversion (doesn't work on older versions of Gtk).
2725 02-Sep-2001
2726 ~~~~~~~~~~~
2727 The options controlling when windows resize work again.
2729 31-Aug-2001
2730 ~~~~~~~~~~~
2731 Better guessing of window size for display styles with details.
2733 29-Aug-2001
2734 ~~~~~~~~~~~
2735 The 'src/po/dist' script now converts all text to UTF-8.
2737 28-Aug-2001
2738 ~~~~~~~~~~~
2739 Fixed some problems with the configure.in script and autoconf 2.50 (Richard
2740 Boulton).
2742 27-Aug-2001
2743 ~~~~~~~~~~~
2744 Updated Dutch translation (Jasper Huijsmans).
2745 Send To menu lists contents of all Send To directories in Choices, not just
2746 the first one found.
2747 Fixed another XML compiling problem (Stephen Watson).
2749 23-Aug-2001
2750 ~~~~~~~~~~~
2751 Added Customise to `Send To' menu.
2753 22-Aug-2001
2754 ~~~~~~~~~~~
2755 Detached Send To menu from main menu structure. Allows key-binding to open
2756 the menu, at least. Main menu now opens quicker (no scanning of Send To dir).
2757 Shift+Menu brings up the menu directly.
2759 20-Aug-2001
2760 ~~~~~~~~~~~
2761 Fixed compiling problem with some versions of libxml (Stephen Watson).
2762 Changed a text message in the Options box (about binding keys to menus) into
2763 a button which shows the message in an alert box. Maybe people will read the
2764 message now?
2766 19-Aug-2001
2767 ~~~~~~~~~~~
2768 Only use Gtk+ 2.0 if version 1.3.6 or later is installed.
2769 Scrolling using a wheel mouse now always goes at the same speed, whatever the
2770 display style (requested by aardvark joe).
2772 10-Aug-2001
2773 ~~~~~~~~~~~
2774 Added 'Send To' menu (Stephen Watson).
2776 Bugfix: Renaming a panel icon didn't update the display (reported by Andrew
2777         Booker).
2779 07-Aug-2001
2780 ~~~~~~~~~~~
2781 Fixed some minor compilation issues (reported by Jasper Huijsmans and Daniel
2782 Richard G.)
2784 03-Aug-2001
2785 ~~~~~~~~~~~
2786 Added French translation of the manual (Arnaud Calvo).
2788 24-Jul-2001
2789 ~~~~~~~~~~~
2790 Filer wouldn't compile or run if it was in a directory with spaces in the
2791 name (reported by Benjamin Munoz).
2793 23-Jul-2001
2794 ~~~~~~~~~~~
2795 Added options for default action window settings for Brief, Force and Recurse
2796 (Liav Asseraf).
2797 New default for sort type is Sort By Name (requested by Andreas Dehmel).
2798 Bugfix: Clicking on a file with no run action set gave two error boxes.
2800 19-Jul-2001
2801 ~~~~~~~~~~~
2802 Make Enter in the minibuffer work like Return (requested by Arnaud Calvo).
2804 18-Jul-2001
2805 ~~~~~~~~~~~
2806 Added some more hints to pinboard and panel windows to comply with the new
2807 freedesktop.org window manger spec.
2809 15-Jul-2001
2810 ~~~~~~~~~~~
2811 New option to set the maximum size the auto-resizer will resize a window to
2812 (requested by Andreas Dehmel).
2814 14-Jul-2001
2815 ~~~~~~~~~~~
2816 When using the Set Run Action box, make the command default to the currently
2817 set command (suggested by Arnaud Calvo).
2819 12-Jul-2001 (Release 1.1.6)
2820 ~~~~~~~~~~~
2821 Updated the French translation (Vincent Lefèvre).
2823 10-Jul-2001
2824 ~~~~~~~~~~~
2825 Renamed 'New File' submenu to 'New' and moved 'New Directory' into it.
2827 09-Jul-2001
2828 ~~~~~~~~~~~
2829 Use the user's preferred font for item filenames, not the Gtk default
2830 (requested by Jim Knoble).
2832 03-Jul-2001
2833 ~~~~~~~~~~~
2834 Redid text handling on the panel. Now uses nice fonts under Gtk+ 2.0.
2836 02-Jul-2001
2837 ~~~~~~~~~~~
2838 Don't show tooltips for applets as it causes problems (reported by Stephen
2839 Watson).
2841 30-Jun-2001
2842 ~~~~~~~~~~~
2843 Gtk+-2.0: Support for anti-aliased fonts on the pinboard (also word-wraps
2844           long names too). Fixed a crash-on-click problem on the root window.
2846 29-Jun-2001
2847 ~~~~~~~~~~~
2848 More work on Gtk+-2.0 -- seems to be usable now :-)
2850 28-Jun-2001
2851 ~~~~~~~~~~~
2852 Started work to support Gtk+-2.0.
2854 26-Jun-2001
2855 ~~~~~~~~~~~
2856 Moved 'relative link' option above the buttons in the Link box (Stephen
2857 Watson).
2858 Bugfix: Rescanning could sometimes make the cursor reappear, causing the
2859         display to scroll (reported by Andreas Dehmel).
2861 21-Jun-2001
2862 ~~~~~~~~~~~
2863 Replaced 'New File...' menu item with a submenu generated from the contents
2864 of '<Choices>/Templates' (Stephen Watson).
2866 20-Jun-2001
2867 ~~~~~~~~~~~
2868 `Xterm here' command can contain arguments (Andras Mohari).
2869 Made the menu appear in a sensible place, so it's easy to get to the File
2870 submenu (suggested by André Wyrwa).
2872 19-Jun-2001
2873 ~~~~~~~~~~~
2874 Updated French translation (Vincent Lefèvre).
2875 Added a German translation (André Wyrwa).
2877 13-Jun-2001
2878 ~~~~~~~~~~~
2879 Added an extra option to control the resizing behaviour. Can be set to resize
2880 never, always, or only when the display style changes (requested by Andreas).
2882 07-Jun-2001 (Release 1.1.5)
2883 ~~~~~~~~~~~
2884 Updated Russian translation (Dmitry Elfimov).
2886 06-Jun-2001
2887 ~~~~~~~~~~~
2888 Unless compiling with mc's libvfs for virtual filesystem support, change the
2889 menu structure for use with the newer AVFS system.
2890 (http://www.inf.bme.hu/~mszeredi/avfs/) (José Romildo Malaquias).
2892 Bug fix: Running the filer with a translation set would make it crash
2893          (reported by Dmitry Elfimov).
2895 04-Jun-2001 (Release 1.1.4)
2896 ~~~~~~~~~~~
2897 Added 'Details' toolbar icon. Toggles display between Small Icons with Summary
2898 and the default size with no details.
2900 30-May-2001
2901 ~~~~~~~~~~~
2902 Replaced Large/Small toolbar buttons with a single Size button which
2903 cycles through Small/Large/Huge (other button to reverse).
2905 28-May-2001
2906 ~~~~~~~~~~~
2907 Added Shift Open, Set Run Action and Set Icon to the pinboard and panel
2908 menus.
2910 25-May-2001
2911 ~~~~~~~~~~~
2912 Long leafnames wrap onto multiple lines in Huge mode, like they do for
2913 Large Icons mode.
2915 24-May-2001
2916 ~~~~~~~~~~~
2917 Display tooltips for pinboard and panel icons, where needed.
2919 23-May-2001
2920 ~~~~~~~~~~~
2921 New option to show number of files / size of selected files in the toolbar
2922 (Andras Mohari).
2924 22-May-2001
2925 ~~~~~~~~~~~
2926 New options section 'panel' allows icon text to be hidden for all icons, no
2927 icons, or just applications (suggested by José Romildo Malaquias).
2929 17-May-2001
2930 ~~~~~~~~~~~
2931 Converted the options window to a tabbed notebook (Denis Manente).
2933 16-May-2001
2934 ~~~~~~~~~~~
2935 Pressing the mouse button down on an icon no longer winks it; only releasing
2936 the button to run it does.
2937 Added 'Show Info' to panel/pinboard menu.
2938 The File Info box grabs the primary selection when a row is selected
2939 (allows you to paste email addresses, URLs, etc).
2941 15-May-2001
2942 ~~~~~~~~~~~
2943 Opening a pinboard or panel menu over an icon no longer selects it -- this
2944 allows the selection to be passed to an application run using its AppMenu
2945 (requested by Christopher Arndt).
2947 14-May-2001
2948 ~~~~~~~~~~~
2949 In Large Icons display style, a file's name may wrap onto a second line.
2951 13-May-2001
2952 ~~~~~~~~~~~
2953 Merged code for handling selections and menus that was common to pinboards
2954 and panels into icon.c.
2956 09-May-2001
2957 ~~~~~~~~~~~
2958 When using 'From LANG', extract the language code from the string to get
2959 the filename, instead of using the whole string (Andras Mohari).
2960 Added support for very old versions of libxml (reported by Lukasz Stelmach
2961 and Vincent Lefèvre).
2963 08-May-2001
2964 ~~~~~~~~~~~
2965 Updated French (Vincent Lefevre) and Hungarian (Andras Mohari) translations.
2967 07-May-2001 (Release 1.1.3)
2968 ~~~~~~~~~~~
2969 Updated the documentation.
2971 06-May-2001
2972 ~~~~~~~~~~~
2973 Added 'Huge, With...' display styles. In huge mode, normal icons are scaled
2974 up if they're too small.
2976 03-May-2001
2977 ~~~~~~~~~~~
2978 Gtk styles can be overridden in <Choices>/ROX-Filer/Styles (suggested by
2979 Stephen Watson).
2980 Pinboards and panels should now work with IceWM without needing -o
2981 (Christopher Arndt).
2982 Allow text messages in the toolbar to go off the side (instead of resizing the
2983 window).
2985 02-May-2001
2986 ~~~~~~~~~~~
2987 Opening the shell minibuffer with a selection adds ' "$@' after the cursor.
2988 Without a selection, the name of the file under the cursor is added.
2990 29-Apr-2001
2991 ~~~~~~~~~~~
2992 Pressing the `\' key opens the menu (suggested by Christopher Arndt). Hold
2993 down Ctrl for the File submenu.
2995 28-Apr-2001
2996 ~~~~~~~~~~~
2997 Added a new 'About' section to AppInfo. Any elements in here are added
2998 into the info box. Added a 'Refresh' button to the info box.
2999 Added a ROX-Filer/Styles file for default colours (default filer background
3000 is now lighter).
3002 27-Apr-2001
3003 ~~~~~~~~~~~
3004 Rewrote the file info box. Looks a bit nicer, and it's easier to add extra
3005 info to it later...
3007 26-Apr-2001
3008 ~~~~~~~~~~~
3009 Updated Russian translation (Dmitry Elfimov).
3011 25-Apr-2001
3012 ~~~~~~~~~~~
3013 AppInfo file may contain a <Summary> element - the text inside will be
3014 displayed in a tooltip if the mouse is held over the item in a filer
3015 window.
3017 22-Apr-2001
3018 ~~~~~~~~~~~
3019 Filer now looks for AppInfo.xml before AppMenu. This is for future
3020 expansion...
3022 18-Apr-2001
3023 ~~~~~~~~~~~
3024 Automatic resizing of windows when changing directory is now optional
3025 (requested by Paul E. Johnson and Andreas Thorn).
3027 11-Apr-2001
3028 ~~~~~~~~~~~
3029 The symlink box allows you to choose to create relative or absolute links
3030 (suggested by Stephen Watson).
3032 09-Apr-2001
3033 ~~~~~~~~~~~
3034 Fix some typos and untranslated strings (Andras Mohari).
3036 08-Apr-2001
3037 ~~~~~~~~~~~
3038 Added a Russian translation (Dmitry Elfimov).
3040 06-Apr-2001
3041 ~~~~~~~~~~~
3042 Fixed a couple of errors in the man-page (spotted by Damien Couderc).
3044 05-Apr-2001
3045 ~~~~~~~~~~~
3046 Winking an item in a directory makes it flash twice instead of once (easier
3047 to see). Also, creating a new file or directory from the menu winks the new
3048 item.
3050 Bugfix: When a directory was rescanned because of a move operation,
3051         the `Set Icon...' settings didn't work (reported by Damien
3052         Couderc).
3054 02-Apr-2001
3055 ~~~~~~~~~~~
3056 New display style 'Huge Icons' to make viewing thumbnails easier.
3057 Added a Hungarian translation (Andras Mohari).
3058 Updated the French translation (Vincent Lefèvre).
3059 Double clicking on a filer window's background resizes the window (Denis
3060 Manente).
3062 01-Apr-2001
3063 ~~~~~~~~~~~
3064 If an item's name is truncated, show it in a tooltip when the pointer is
3065 held over the item (Denis Manente).
3067 30-Mar-2001 (Release 1.1.2)
3068 ~~~~~~~~~~~
3069 Asking for help on a directory always tries to open <dir>/Help first, even
3070 for non-applications.
3072 29-Mar-2001
3073 ~~~~~~~~~~~
3074 If run without -n, the filer will put itself in the background. Thus,
3075 the 'rox' command behaves the same whether or not the filer is already
3076 running.
3078 27-Mar-2001
3079 ~~~~~~~~~~~
3080 Support for the new version of libxml (reported by Andreas Dehmel).
3082 26-Mar-2001
3083 ~~~~~~~~~~~
3084 Rewrote parser for options. Smaller and neater (hopefully this will fix
3085 the bugs reported by Andreas Dehmel and Ewan Mac Mahon).
3087 Bugfix: While scanning, the resizer could make the window too large.
3089 23-Mar-2001
3090 ~~~~~~~~~~~
3091 Moving the cursor down in the next-to-last row will move to the last
3092 item if there is nothing under the cursor (suggested by Graham Borland).
3094 21-Mar-2001
3095 ~~~~~~~~~~~
3096 When changing directory, only make the window larger (if needed), never
3097 smaller (suggested by Diego Zamboni).
3099 17-Mar-2001
3100 ~~~~~~~~~~~
3101 Changing directory autosizes the window automatically (Denis Manente).
3102 Internal changes to the way different layouts are handled.
3104 15-Mar-2001
3105 ~~~~~~~~~~~
3106 Pressing space (to select/unselect an item) now also moves the cursor to
3107 the next item (suggested by Anders Lundmark).
3109 Copying directories tries to preserve the timestamps, like it does for
3110 files (suggested by José Romildo Malaquias).
3112 14-Mar-2001
3113 ~~~~~~~~~~~
3114 Added '--mime-type FILE' option, which simply writes the type of FILE to
3115 standard output (Stephen Watson).
3117 Added 'Home Directory' to Window menu (requested by Graham Borland).
3119 11-Mar-2001
3120 ~~~~~~~~~~~
3121 Copying a directory which doesn't have user write permission will give it
3122 user write during the copy to avoid permission denied errors (suggested by
3123 Liav Asseraf).
3125 New sort option - 'Directories always come first' (requested by Liav Asseraf).
3127 10-Mar-2001
3128 ~~~~~~~~~~~
3129 Dragging a lasso box with the middle button toggles the selected state
3130 of the items enclosed (Denis Manente).
3132 09-Mar-2001
3133 ~~~~~~~~~~~
3134 Changing the display style now resizes the window (Denis Manente).
3136 08-Mar-2001
3137 ~~~~~~~~~~~
3138 New pinboards get a 'Home' icon in the top left corner as new users often
3139 think the pinboard isn't working because it starts empty (suggested by
3140 Vor'Cha).
3142 Converted AppMenu file format to XML.
3143 Added AppMenu file with options to control the pinboard.
3145 06-Mar-2001
3146 ~~~~~~~~~~~
3147 Highlight invalid Find expressions in red (Anders Lundmark).
3149 04-Mar-2001
3150 ~~~~~~~~~~~
3151 When resizing windows, try to keep the window fully inside the screen area
3152 (Denis Manente).
3154 03-Mar-2001
3155 ~~~~~~~~~~~
3156 Updated the Dutch translation (Jan Wagemakers).
3158 27-Feb-2001
3159 ~~~~~~~~~~~
3160 When mounting a device, the new window appears after mounting, not before.
3161 This means that it's more likely to get sized correctly (requested by
3162 Ewan Mac Mahon).
3164 24-Feb-2001
3165 ~~~~~~~~~~~
3166 Added two new options to control when minibuffer completion beeps (requested
3167 by Liav Asseraf).
3169 20-Feb-2001
3170 ~~~~~~~~~~~
3171 Added 'New File...' feature (James Kermode).
3173 16-Feb-2001
3174 ~~~~~~~~~~~
3175 Dropping icons on the pinboard positions them sensibly (Diego Zamboni).
3177 09-Feb-2001 (Release 1.1.1)
3178 ~~~~~~~~~~~
3179 Moving pinboard icons is nicer - it no longer assumes you dragged the middle
3180 of the text... (Diego Zamboni).
3182 Added a Polish translation (Andrzej Borsuk).
3184 Bugfix: Sometimes it wasn't possible to delete something that was on a
3185         pinboard or panel, even after confirming (reported by Diego Zamboni).
3187 07-Feb-2001
3188 ~~~~~~~~~~~
3189 Sliders in the options box can have a numerical value display (Diego Zamboni).
3190 Fixed a stray warning message displayed when non-default pinboard options
3191 were used (Diego Zamboni).
3193 New menu item 'Set Icon...' allows you to choose any icon for any file or
3194 directory. Also allow .DirIcon.png to set a directory's icon (Diego Zamboni).
3196 03-Feb-2001
3197 ~~~~~~~~~~~
3198 Many internal changes to the Options system.
3200 30-Jan-2001
3201 ~~~~~~~~~~~
3202 Bugfix: On filesystems which aren't case sensitive (eg DOS) it was possible
3203         to copy 'tmp' as 'Tmp' and lose it! (reported by Denis Manente)
3205 28-Jan-2001
3206 ~~~~~~~~~~~
3207 Added Diego Zamboni's patch to make configuring VFS easier.
3209 27-Jan-2001
3210 ~~~~~~~~~~~
3211 Improved compiling - now correctly reports an error if the file doesn't
3212 compile. If configure is missing then autoconf is run automatically.
3214 After a Find completes, you are given the option of doing the search again
3215 (Anders Lundmark).
3217 Applications can define a list of menu items to display on their menus
3218 (Diego Zamboni). The file should be called 'AppMenu' and contains a list of
3219 lines in the form 'option Text'.
3221 24-Jan-2001
3222 ~~~~~~~~~~~
3223 Added two new pinboard options - one to allow setting the grid step size
3224 and one to allow icons to go slightly off the side of the screen (Diego
3225 Zamboni).
3227 23-Jan-2001
3228 ~~~~~~~~~~~
3229 Bugfix: Textured window backgrounds could cause a crash (reported by Diego
3230         Zamboni).
3232 22-Jan-2001
3233 ~~~~~~~~~~~
3234 Updated the French translation (Vincent Lefèvre).
3236 Bugfix: The pixbuf stuff didn't work on some displays (reported by Stephen
3237         Watson).
3239 20-Jan-2001 (Release 1.1.0)
3240 ~~~~~~~~~~~
3241 Removed the 'Initial window height' option. The filer tries to pick a
3242 sensible shape itself now.
3244 Bugfix: If an image was moved to a directory which didn't generate thumbs
3245         then it would display, but never be updated. Even if it wasn't that
3246         file at all, just a reused inode!
3247 Bugfix: Changing the display style didn't always redraw the display.
3248 Bugfix: In 'Small, With...' display mode, clicking beyond the far right
3249         column acted like clicking on the far-right column.
3251 18-Jan-2001
3252 ~~~~~~~~~~~
3253 Changed background colour to be more compatible with the Gtk themes system.
3255 12-Jan-2001
3256 ~~~~~~~~~~~
3257 Removed all the message window stuff. ROX-Filer no longer grabs standard
3258 error from its child processes. Changed because ROX-Session now does a much
3259 better job.
3261 10-Jan-2001
3262 ~~~~~~~~~~~
3263 Filer is more generous in what hostnames it considers local.
3264 Patch to include pixbuf headers correctly (Diego Zamboni).
3266 08-Jan-2001
3267 ~~~~~~~~~~~
3268 Bug fix: Didn't always use the fully qualified host name for DnD.
3270 30-Dec-2000
3271 ~~~~~~~~~~~
3272 If a file has a known extension then it is given the appropriate type even
3273 if the file is executable (Simon Britnell).
3275 28-Dec-2000
3276 ~~~~~~~~~~~
3277 Added a menu entry 'Resize Window' to set the window to a sensible size
3278 when you want it.
3280 25-Dec-2000
3281 ~~~~~~~~~~~
3282 Try to open new windows at a sensible size for their contents (Denis Manente).
3284 24-Dec-2000
3285 ~~~~~~~~~~~
3286 Bugfix: When mounting or unmounting subdirectories of '/', the mount symbol
3287         wasn't updated (reported by Wilbert Berendsen).
3289 20-Dec-2000
3290 ~~~~~~~~~~~
3291 Fixed a couple of memory leaks in the choices system (Diego Zamboni).
3292 Updated French translation (Vincent Lefèvre).
3293 Added new 'Create Thumbs' entry on the Display menu which tries to load
3294 every file in the directory as an image and use that image for the file
3295 (suggested by Sprague and Simon Britnell).
3297 19-Dec-2000
3298 ~~~~~~~~~~~
3299 Converted to use gdk-pixbuf instead of ImLib.
3300 Fixed a few compiler warnings and improved the error message displayed
3301 if you try to invoke rox on a missing file (reported by Vincent Lefèvre).
3302 Changed the -w, -W and -i flags to the simpler -x=FILE, which reexamines the
3303 given file, updating directory views and icons as needed.
3305 18-Dec-2000
3306 ~~~~~~~~~~~
3307 AppIcon.xpm must be a regular file (stops people trying to crash the
3308 filer by symlinking to /dev/...).
3309 Fixed a missing translation in the pinboard options (Denis Manente).
3311 17-Dec-2000
3312 ~~~~~~~~~~~
3313 Attempting to run the filer before compiling will now ask if you want
3314 to compile.
3315 Removed lots of platform-specific mount point code and replaced it with
3316 python's portable system.
3317 New options section allows you to choose a translation without having to
3318 set the LANG variable.
3320 16-Dec-2000
3321 ~~~~~~~~~~~
3322 Added '-w', '-i' and '-W' command line options for forcing icons or
3323 directories to be rescanned (Diego Zamboni).
3325 13-Dec-2000 (Release 1.0.0)
3326 ~~~~~~~~~~~
3327 Made a few updates to the manual.
3329 08-Dec-2000
3330 ~~~~~~~~~~~
3331 Fixes to make compiling easier on Solaris (Diego Zamboni). Also, after showing
3332 a pinboard icon, tries to send it to the back (might help with some WMs).
3334 04-Dec-2000 (Release 0.1.30)
3335 ~~~~~~~~~~~
3336 When a panel is used for the first time, put the user's home directory and
3337 the directory containing ROX-Filer on it instead of leaving it blank.
3339 24-Nov-2000
3340 ~~~~~~~~~~~
3341 Patch to make compiling easier under FreeBSD (Jimmy Olgeni).
3342 Added a #include for OSF1 (Vincent Lefevre).
3344 23-Nov-2000
3345 ~~~~~~~~~~~
3346 Bugfix: On many systems, the filer would fail to remove zombie processes
3347         due to a typo (spotted by Philip Hazel and tracked down by Stephen
3348         Watson).
3350 22-Nov-2000
3351 ~~~~~~~~~~~
3352 Bugfix: Removing an item from the panel now resizes the panel (reported
3353         by Wilbert Berendsen).
3354 Bugfix: Editing an icon's path failed to update its hash entry.
3356 20-Nov-2000
3357 ~~~~~~~~~~~
3358 If a case-sensitve match for an extension can't be found then try a
3359 case-insensitive match - so .BMP and similar work (Denis Manente).
3361 17-Nov-2000
3362 ~~~~~~~~~~~
3363 A few changes to remove some compiler warnings (reported by Vincent Lefevre).
3364 Added a VFS menu entry for .deb files (Vincent Ledda).
3366 11-Nov-2000
3367 ~~~~~~~~~~~
3368 Mounting or unmounting a directory forces mtab to be reread, even if the
3369 timestamp hasn't changed (problem reported by Wilbert Berendsen).
3371 When the 'Unique windows' option is on, remove the old window AFTER creating
3372 the new one, so that the filer doesn't quit because there are zero windows
3373 open... (Denis Manente).
3375 07-Nov-2000
3376 ~~~~~~~~~~~
3377 Updated the Dutch translation (Jan Wagemakers).
3379 29-Oct-2000
3380 ~~~~~~~~~~~
3381 Updated the French translation (Vincent Lefèvre).
3383 Using --version and --help options no longer requires an X server connection,
3384 the man-pages are more standard, and 'man ROX-Filer' is allowed as well as
3385 'man rox' (Bernard Jungen). 
3387 Bugfix: A corrupted AppIcon.xpm could crash the filer.
3389 24-Oct-2000 (Release 0.1.29)
3390 ~~~~~~~~~~~
3391 Code tidying: Replaced an XLib call with a gdk one (Denis Manente) and amended
3392         the makedist script to remove the .cvsignore files (spotted by Andy
3393         Piper).
3395 20-Oct-2000
3396 ~~~~~~~~~~~
3397 Improved the install script so that it installs the man-page. Also made it
3398 easier to use. Updated the French translation and fixed a couple of
3399 typos (Vincent Lefèvre).
3401 17-Oct-2000
3402 ~~~~~~~~~~~
3403 Gtk+ doesn't always scroll entry widgets to show the selection - apply a
3404 workaround (Denis Manente) - this improves the Copy/Rename/etc boxes.
3406 08-Oct-2000
3407 ~~~~~~~~~~~
3408 Added a Dutch translation (Jan Wagemakers).
3410 05-Oct-2000
3411 ~~~~~~~~~~~
3412 Added an Italian translation (Denis Manente).
3414 04-Oct-2000
3415 ~~~~~~~~~~~
3416 Bugfix: If AppRun was a symlink, then the owner of the file was checked, not
3417         the owner of the symlink. Slight security risk, and also prevented
3418         users symlinking AppRun to their binaries...
3420 29-Sep-2000
3421 ~~~~~~~~~~~
3422 Bugfix: Deleting a pinboard icon while it was highlighted caused a crash.
3423         This means it is now possible to click on a pinboard icon to change
3424         between pinboards...
3426 Bugfix: Textured window backgrounds didn't redraw correctly when scrolled
3427         or resized. Now flickers when resizing if there's a textured
3428         background - seems to be necessary :-(
3430 26-Sep-2000
3431 ~~~~~~~~~~~
3432 Running as root now simply turns on the -u flag, rather than displaying
3433 a warning box.
3435 The toolbar height is now correctly taken into account when sizing a new filer
3436 window (Denis Manente).
3438 When guessing file types from extensions, the filer now tries to find the
3439 longest extension that matches (eg .ps.gz, then .gz).
3441 25-Sep-2000
3442 ~~~~~~~~~~~
3443 The lasso box is now drawn so that the box will be in the foreground colour
3444 over the background, rather than by just inverting the pixel value and hoping
3445 it's visible (spotted by Philip Hazel).
3447 24-Sep-2000
3448 ~~~~~~~~~~~
3449 If the home directory is '/' then don't show it as '~' (suggested by
3450 Bernard Jungen).
3452 Added '--show=FILE' option - this will be needed by other ROX
3453 applications, so it needs to be in version 1.0.0.
3455 Bugfix: -d option didn't use realpath before sending to an already-running
3456 filer.
3458 22-Sep-2000
3459 ~~~~~~~~~~~
3460 The 'install.sh' script now uses 'printf' instead of 'echo -e' to suppress
3461 newlines (suggested by Bernard Jungen).
3463 Bugfix: Close tool was always disabled on startup (reported by Martin Ward).
3465 20-Sep-2000
3466 ~~~~~~~~~~~
3467 Added a man-page (Andy Piper).
3468 Changed `install.sh' from bash to sh (Bernard Jungen).
3470 18-Sep-2000 (Release 0.1.28)
3471 ~~~~~~~~~~~
3472 Bugfix: menu entries on the pinboard menu weren't being shaded and
3473         unshaded correctly.
3475 17-Sep-2000
3476 ~~~~~~~~~~~
3477 Changed 'Rename Item' to 'Edit Icon' and allowed changing the path that
3478 the icon points to as well as its name.
3480 All i?86 platforms are treated as being equivalent (so, if you compile
3481 on a 386 then it'll still run on a 486).
3483 16-Sep-2000
3484 ~~~~~~~~~~~
3485 Pinboard icons can also be renamed.
3486 Pinboard and panel icons can have '~' or '~/' at the start of their
3487 pathnames - this should make it easier to create a system-wide default
3488 panel or pinboard with icons relative to the user's home directory.
3490 14-Sep-2000
3491 ~~~~~~~~~~~
3492 Panel icons can now be renamed (suggested by Ewan Mac Mahon).
3494 13-Sep-2000
3495 ~~~~~~~~~~~
3496 Changing the toolbar options affects existing windows, not just new ones.
3497 Removed the 'Size Bars' display style and replaced it with 'Permissions',
3498 'Type' and 'Times' styles.
3500 12-Sep-2000
3501 ~~~~~~~~~~~
3502 With items that spread over their normal width because they're on the
3503 edge of the window, clicking on the extra bit now works.
3505 Added a size limit of 400K on application icons. This is to prevent
3506 someone trying to crash the filer by linking /tmp/MyApp/AppIcon.xpm
3507 to some huge file!
3509 Dragging an item with the middle button when none are selected unselects
3510 the item after the drag.
3512 Added 'Show Location' feature for pinboard and panels - opens a directory
3513 showing where the file really is.
3515 11-Sep-2000
3516 ~~~~~~~~~~~
3517 Allowed items in the far right column to spread right to the edge of the
3518 window. Fixed a bug which prevented Delete from working if there was
3519 no pinboard.
3521 10-Sep-2000
3522 ~~~~~~~~~~~
3523 Deleting items first checks if it will affect the pinboard or panel. A
3524 warning is displayed if so.
3526 Upgraded the query dialog (from ROX-Session) - looks nicer.
3528 09-Sep-2000
3529 ~~~~~~~~~~~
3530 'Unique filer windows' option now has no effect while the spring open
3531 feature is active (spotted by Andrew Booker). Also, when opening a new
3532 window, the old window is destroyed and a new one created (rather than
3533 reusing the old one). This ensures that the new window appears in the
3534 right place.
3536 When a drag from the pinboard or a filer window ends, the selection is
3537 only cleared if the icon was selected by starting the drag. Thus, it now
3538 works like the panels.
3540 08-Sep-2000
3541 ~~~~~~~~~~~
3542 New Close toolbar button (requested by Martin Ward).
3543 Toolbar icons can be turned on and off from the Options box.
3544 Removed the 'Mount' menu entry, since 'Shift Open' does it too.
3545 Made the Shift Open menu text change depending on what is selected.
3546 Bugfix: dragging icons around no longer saved the new pinboard state!
3548 07-Sep-2000
3549 ~~~~~~~~~~~
3550 Running a second copy of the filer as another user will start a new copy
3551 instead of reusing the existing one. Added the '-u' option to display the
3552 name of the user running the filer in each window (also suppresses the
3553 normal don't-run-as-root warning).
3555 Added '-d', which opens a directory as a directory, even if it looks like
3556 an application.
3558 Updated the manual.
3560 Added Large and Small toolbar buttons. Right-clicking brings up a menu.
3562 06-Sep-2000
3563 ~~~~~~~~~~~
3564 Moved 'Set Run Action' to the file menu (suggested by Ewan Mac Mahon), and
3565 made using it bring up a dialog rather than a minibuffer. Hopefully it is now
3566 easier to use!
3568 Added much improved icons for executables and for applications without icons
3569 of their own (Victor Liu See-le).
3571 Allow '/' on the pinboard and panel (text wasn't displayed - spotted by
3572 Tim Rowledge).
3574 Bugfix: auto-scrolling didn't always stop when a drag ended.
3575 Bugfix: creating a panel with the same name as a file in the current
3576         directory caused an error due to a throwback from when panels were
3577         directories (spotted by Ewan Mac Mahon).
3579 30-Aug-2000 (Release 0.1.27)
3580 ~~~~~~~~~~~
3581 Increased the distance you have to move the pointer to start a drag
3582 slightly. Updated the manual.
3584 Panel icons can now be moved from one side to the other by simply moving
3585 over the gap in the middle. Previously, you had to jump over an icon on
3586 the other side.
3588 Left and right panels look better now. Also, they shrink if you add a top
3589 or bottom panel to make room.
3591 28-Aug-2000
3592 ~~~~~~~~~~~
3593 Dragging on the panel background allows you to slide the bar back and
3594 forth.
3596 27-Aug-2000
3597 ~~~~~~~~~~~
3598 Fixed a slight bug with lasso boxes, which could cause them to be drawn in
3599 the wrong place. Install script no longer overwrites the default run
3600 actions; if the user has changed them leave them alone!
3601 (Martin Ward noted that symlinking to an executable would cause the
3602 executable to be destroyed on upgrade!)
3604 24-Aug-2000
3605 ~~~~~~~~~~~
3606 More improvements to the event handling. Seems to be working again at
3607 last!
3608 Made the toolbar buttons slightly larger, and added a textual display
3609 for 'Next Click' mode (eg 'Delete ... ?' when it's waiting for you to
3610 click).
3611 Moved the pinboard over to the new mouse binding code too.
3613 21-Aug-2000
3614 ~~~~~~~~~~~
3615 Started rewriting the event handling for filer windows to go through
3616 the new code in bind.c, like the panel handling does.
3618 20-Aug-2000
3619 ~~~~~~~~~~~
3620 You can now drag icons from the panel to other applications.
3622 18-Aug-2000
3623 ~~~~~~~~~~~
3624 Dragging panel icons with the middle button allows you to move them around.
3626 New option to set the default height for new filer windows (patch from
3627 James Kermode).
3629 17-Aug-2000
3630 ~~~~~~~~~~~
3631 Selecting panel icons now grabs the primary selection. Pasting pastes all
3632 selected file path names. Icons can now be added to either side of the panel.
3634 Bug fix: Moving a file didn't always update the source directory.
3636 16-Aug-2000
3637 ~~~~~~~~~~~
3638 Many improvements to the panel - drag and drop to icons, adding new icons,
3639 selections (doesn't grab the primary selection yet though), removing icons
3640 and automatically saving the panel when it's changed.
3641         
3642 11-Aug-2000
3643 ~~~~~~~~~~~
3644 Improved reference counting on images (hopefully!). Lots of work on
3645 rewriting the panel system.
3647 07-Aug-2000
3648 ~~~~~~~~~~~
3649 Made the timeout for the spring-open feature configurable (requested by
3650 Chris Garrett).
3652 Use short form of --version in install.sh and don't use unsetenv() if it
3653 isn't available (Mattias Engdegård).
3655 06-Aug-2000
3656 ~~~~~~~~~~~
3657 New options to set the pinboard text foreground and background colours
3658 (suggested by James Kermode).
3660 05-Aug-2000
3661 ~~~~~~~~~~~
3662 Your home directory is now displayed as '~' in the title bar, rather
3663 than as a full path.
3665 01-Aug-2000 (Release 0.1.26)
3666 ~~~~~~~~~~~
3667 Added a popup menu of commonly used chmod strings to the Permissions
3668 box. Bracketed text and spaces are now ignored in the commands.
3669 Bug fix: Only menu keys changed since the last load were saved!
3671 31-Jul-2000
3672 ~~~~~~~~~~~
3673 Bug fix: Mount points on the pinboard didn't always redraw when the
3674 mounted/unmounted state changed.
3676 30-Jul-2000
3677 ~~~~~~~~~~~
3678 Renaming now uses the action windows. This means that you can now
3679 rename something onto another filesystem.
3681 28-Jul-2000
3682 ~~~~~~~~~~~
3683 The menu key bindings are now only saved if they actually changed.
3685 Code tidying: Moved some typedefs to the new `global.h' file and
3686 thus removed the dependencies between header files :-)
3688 26-Jul-2000
3689 ~~~~~~~~~~~
3690 Tab and Shift-Tab move to next and previous selected item.
3692 25-Jul-2000
3693 ~~~~~~~~~~~
3694 The new display styles can now be saved as the defaults (bug spotted by
3695 Vladimir Klebanov).
3697 When autoscrolling is used, prevent the last-highlighted directory
3698 from springing open. 'spring open' now defaults to off.
3700 The toolbar Up and Home buttons can act as drop targets (and spring open
3701 too!).
3703 Options to set the pinboard text background style (suggested by James
3704 Kermode).
3706 23-Jul-2000
3707 ~~~~~~~~~~~
3708 Added an option to control the spring-loading feature. Added tooltips
3709 to some of the options. Improved the rule for deciding whether to open
3710 a new window when you click on the toolbar buttons.
3712 Stopped the spring-open window moving while it's open (prevents a bug
3713 in GTK+ from causing problems). Please use GTK+ 1.2.8 or later now!
3715 Dragging near the edge of a window scrolls. Improved the lasso box drag
3716 to use the same system (so it scrolls without you having to move the
3717 mouse).
3719 22-Jul-2000
3720 ~~~~~~~~~~~
3721 Added 'spring-loaded' directories. If you drag a file over a directory and
3722 hold it there, the directory will spring open! (suggested by Barney
3723 Clarkson)
3725 21-Jul-2000
3726 ~~~~~~~~~~~
3727 In the path entry minibuffer, an exact match is favoured over any other
3728 match. So, if you enter '.xsession' and press Return you'll get it, not
3729 '.xsession-errors' or whatever!
3731 The filer now clears APP_DIR from the environment so that child processes
3732 don't get it. Fixed a bug which caused problems when using a small version
3733 of the 'missing image' image.
3735 19-Jul-2000
3736 ~~~~~~~~~~~
3737 Creating a new directory now makes sure the display is updated.
3739 18-Jul-2000 (Release 0.1.25)
3740 ~~~~~~~~~~~
3741 Prevent dragging from a pinboard selection to itself, or onto the desktop
3742 background.
3744 17-Jul-2000
3745 ~~~~~~~~~~~
3746 Clicking on the root window works (button-1 clears the selection,
3747 button-3 opens the pinboard menu). The pinboard can own the primary
3748 selection, which means that you can select something and then paste
3749 its name into another program.
3751 Keys bound to menu entries are automatically saved when the filer quits.
3753 16-Jul-2000
3754 ~~~~~~~~~~~
3755 Changed the install script so that the CVS directories don't get installed.
3757 The 'rox' script now just calls AppRun directly.
3758 Panels can be created without starting a new copy of the filer.
3759 The pinboard can be changed or removed by using --pinboard a second time.
3761 Files can be given as arguments - they are opened as if they were clicked
3762 on in a filer window (suggested by Alex Holden).  If no arguments are
3763 given then the default is now the current directory (not your home
3764 directory).
3766 If you start the leafname in the path minibuffer with '.' then the Show
3767 Hidden feature is temporarily turned on.
3769 15-Jul-2000
3770 ~~~~~~~~~~~
3771 Ctrl-clicking selects and unselects pinboard icons. Menu clicking
3772 selects the icon clicked on while the menu is open. Pinned icons are
3773 now updated when the pointer moves over them, if necessary.
3775 14-Jul-2000
3776 ~~~~~~~~~~~
3777 Menu-clicking on a pinboard icon now brings up a menu.
3778 Clicks on the root window are still ignored though; need to support
3779 the GNOME-compliant window manager system for passing root clicks on...
3781 12-Jul-2000
3782 ~~~~~~~~~~~
3783 Files can now be dragged to pinboard icons, and they highlight nicely too!
3784 If the --override option is used, the filer will bypass the window manager
3785 and position the icons directly.
3787 11-Jul-2000
3788 ~~~~~~~~~~~
3789 Pinboard icons can now be dragged to filer windows or applications, just
3790 like normal icons.
3792 10-Jul-2000
3793 ~~~~~~~~~~~
3794 Changed the DnD code to make it easier for the pinboard code to use it.
3795 Up and Home buttons on the toolbar now use the 'New window on button 1'
3796 option setting (suggested by Vincent Lefèvre).
3798 09-Jul-2000
3799 ~~~~~~~~~~~
3800 Pinboard can have mount points and symlinks on it.
3802 06-Jul-2000
3803 ~~~~~~~~~~~
3804 Dragging with the Menu button moves icons around. Clicking with the
3805 other button removes icons from the pinboard.
3807 05-Jul-2000
3808 ~~~~~~~~~~~
3809 Dragging files to the pinboard adds them to it and automatically saves
3810 the pinboard too.
3812 02-Jul-2000
3813 ~~~~~~~~~~~
3814 Pinboard is now loaded from a file specified on the command line.
3816 01-Jul-2000
3817 ~~~~~~~~~~~
3818 'Home' now appears on the background if you run it with --pinboard.
3819 Clicking opens your home directory. Doesn't do much else.
3820 Fixed a bug which prevented the minibuffer label from appearing on
3821 some versions of GTK+.
3823 30-Jun-2000
3824 ~~~~~~~~~~~
3825 First steps towards pinboard support (requested by P.S.S.Camp and
3826 Darren Winsper).
3828 16-Jun-2000
3829 ~~~~~~~~~~~
3830 Changed the Display menu layout - now there are four basic types (Large or
3831 Small, with or without details) and the type of detail desired is chosen
3832 from a sub-sub-menu.
3834 Added a new display style - bars showing the sizes of the files. The bars are
3835 drawn on a log scale.
3837 15-Jun-2000
3838 ~~~~~~~~~~~
3839 Changed the display menu - you can now choose large or small icons, with or
3840 without details. The details displayed can also be changed. I'm not quite
3841 happy with the UI yet though...
3843 Split the filer.c source file into two (filer.c and display.c) since it was
3844 becoming rather unwieldy. This means that some of the option names have
3845 changed because they've moved to a new section in the options window...
3847 14-Jun-2000
3848 ~~~~~~~~~~~
3849 Fixed a problem where ImLib support failed on multi-depth displays (reported
3850 by Stephen Harrison).
3852 06-Jun-2000 (Release 0.1.24)
3853 ~~~~~~~~~~~
3854 Added the install.sh script for easier installation.
3855 Removed 'MIME-info' file from ROX-Filer - now we always assume that the
3856 standard types are in Choices.
3857 Fixed a bug which could cause 'top' panels to appear in the wrong place
3858 (Alex Holden).
3859 Changed the sort order for Sort By Type so that directories come before
3860 files (suggested by Chris Garrett).
3861 `Single-click navigation' and 'Ignore case when sorting' now both default
3862 to On.
3864 03-Jun-2000
3865 ~~~~~~~~~~~
3866 Improved the theme support to allow tiled background images.
3867 Fixed a bug which prevented tilde expansion from working in the
3868 shell command minibuffer.
3870 02-Jun-2000
3871 ~~~~~~~~~~~
3872 Made the help button look a bit nicer and changed the Find and Permissions
3873 action windows to use the icon instead of a text button.
3874 Removed the 3D borders from the help and toolbar buttons when not selected
3875 (looks much better!). Setting a run action by dragging to a symlink now
3876 dereferences the link (suggested by Ewan Mac Mahon).
3878 Default search path for Choices is now:
3879         ~/Choices:/usr/local/share/Choices:/usr/share/Choices
3881 Fixed (possibly) a bug which sometimes causes the redraw to miss bits. This
3882 probably slows everything down, but the next Gtk+ release should do double
3883 buffering so all this will get changed then...
3885 01-Jun-2000
3886 ~~~~~~~~~~~
3887 Added a Help icon to the toolbar, which does the same as choosing `Show
3888 ROX-Filer Help' from the menu.
3890 25-May-2000
3891 ~~~~~~~~~~~
3892 Started adding some code to truncate long filenames (not finished yet).
3893 Fixed a bug which could cause directories to appear empty when using VFS.
3894 Added the 'Select If' minibuffer, which selects all files matching the
3895 entered expression.
3897 21-May-2000
3898 ~~~~~~~~~~~
3899 Moved most of the icons from pixmaps to MIME-icons (outside ROX-Filer).
3900 Updated several of the remaining icons by copying them from the GNOME
3901 desktop (suggested by Volker Braun).
3904 16-May-2000 (Release 0.1.23)
3905 ~~~~~~~~~~~
3906 Added the `Window->Set Run Action' menu item. This allows you to specify the
3907 default run action for a file by simply dragging the file into a program.
3908 You can also enter a shell command in the minibuffer to make that command
3909 the default.
3910 The cursor is a bit nicer and usually appears where you want it to now. You
3911 can also get rid of it by pressing Escape.
3913 12-May-2000
3914 ~~~~~~~~~~~
3915 Applied Bernard's patch (a couple of cosmetic changes to the action windows).
3916 Applied Vincent's patch (minor updates to the Frech translation).
3917 Fixed a problem with the pixmap caching - the filer would detect that the
3918 file had changed and try to reload it, but ImLib would simply return its
3919 cached copy!
3921 28-Apr-2000
3922 ~~~~~~~~~~~
3923 Removed a debugging message that had somehow got into the release version :-(
3924 Fixed a bug in the minibuffer code - pressing Return when the cursor was in
3925 an empty directory caused odd effects.
3927 24-Apr-2000 (Release 0.1.22)
3928 ~~~~~~~~~~~
3929 When starting, the filer will check to see if it is already running.
3930 If it is then the arguments are passed to that copy.
3932 23-Apr-2000
3933 ~~~~~~~~~~~
3934 Bug fix: Attempting to open a Find preview window could cause a crash
3935 if the directory containing the item could not be opened.
3936 Button-3 clicking on the toolbar icons opens a new window.
3939 21-Apr-2000
3940 ~~~~~~~~~~~
3941 Added Vincent Lefevre's French translation. Changed to using my own
3942 gettext function because some platforms don't have it or implement
3943 it differently.
3945 18-Apr-2000 (Release 0.1.21)
3946 ~~~~~~~~~~~
3947 Completed marking translatable strings. Dragging with the middle button
3948 now moves files.
3950 17-Apr-2000
3951 ~~~~~~~~~~~
3952 Made lots of changes to the way menus are stored; this makes i18n of the
3953 menus easier.
3955 16-Apr-2000
3956 ~~~~~~~~~~~
3957 Added GNU gettext support.
3958 Shell meta-characters in shell commands are escaped.
3960 15-Apr-2000
3961 ~~~~~~~~~~~
3962 Tab in the shell commands minibuffer does shell-style completion.
3964 14-Apr-2000 (Release 0.1.20)
3965 ~~~~~~~~~~~
3966 ImLib is used for rendering if possible. Small Icons super-samples the
3967 image down.
3969 13-Apr-2000
3970 ~~~~~~~~~~~
3971 Copying from inside a VFS directory now works.
3973 09-Apr-2000
3974 ~~~~~~~~~~~
3975 Added the Shell Command feature to the minibuffer.
3976 Fixed a bug which causes unnecessary flickering when a hidden file was
3977 detected.
3978 Removed 'Touch' from the menu; easy enough from the minibuffer now.
3979 Changed the type guessing system - scans all files in MIME-info directories
3980 now.
3982 02-Apr-2000
3983 ~~~~~~~~~~~
3984 Added a nice list displaying the found files. Clicking opens a preview window
3985 onto the directory and winks the file.
3987 18-Mar-2000
3988 ~~~~~~~~~~~
3989 Merged the MIME-Type and Special fields in the info window into a single
3990 Type field (since only one could be used at a time anyway).
3991 Made lots of changes to the panel menu. You can now remove things much more
3992 easily.
3993 Unstat()able files now display the error message in the Full Info display,
3994 instead of random values.
3995 Check for copying a directory onto itself, as well as into itself.
3997 Applied Bernard's patch:
3998 - Copy (menu entry) now works with action window.
3999 - Deleted/moved directory displays are automatically hidden.
4000 - Added option not to allow run/copy when object
4001   dragged to filer (not panels) icons. Some people like
4002   it the RISC OS way...
4003 - Full info alignment of App objects and owner/group
4004   alignment corrected.
4005 - Info window: added special info for symlinks, apps
4006   and mount points.
4008 17-Mar-2000
4009 ~~~~~~~~~~~
4010 Added support for mc's Virtual File System.
4012 12-Mar-2000
4013 ~~~~~~~~~~~
4014 New Window appears greyed out if Unique Windows is selected.
4015 Added 'Permissions' (chmod) feature.
4017 10-Mar-2000
4018 ~~~~~~~~~~~
4019 Added Bernard Jungen's patch:
4020 - Dates are displayed in a more RISC OS like format.
4021 - (Scanning) is shown in the titlebar during scans.
4022 - Option to only display one window per directory.
4023 - User and group names displayed in the Full Info view.
4024 - Open Parent in the root does nothing.
4025 - Errors in options are only reported once.
4026 - File does chdir() if -b isn't possible (prevents getting the full path
4027   in the file(1) says... box).
4030 Before the Changes file
4031 ~~~~~~~~~~~~~~~~~~~~~~~
4032 The following people added code before I started keeping this log:
4034 Jens Askengren          GNOME-style toolbar
4035 Bernard Jungen          lots of patches all over the place!
4036 Christiansen Merel      initial support for ImLib
4037 Chris Sawer             leafname field in the Info box
4038 Simon Truss             support for mount points on NetBSD