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