r4013: Removed the option for choosing panel side for -S, since we can use the new
[rox-filer.git] / ROX-Filer / Help / Changes
blobb38b9acdb3bfb972cdd329aa149efca726e9d9f2
1                         ROX-Filer
2                         A RISC OS-like filer for X
3                         by Thomas Leonard
5 16-Jul-2005
6 ~~~~~~~~~~~
7 Detect GCC 4 and disable pointer signedness warnings (Thomas Leonard).
8 Mark files as executable if their MIME type is a subclass of
9 application/x-executable (Thomas Leonard).
10 Removed the option for choosing panel side for -S, since we can use the new
11 method of choosing the panel side indead (Thomas Leonard).
13 15-Jul-2005
14 ~~~~~~~~~~~
15 Copied xdgmime library into the filer, so we don't need gnomevfs just
16 to do MIME guessing from file contents (Guido Schimmels).
18 26-Jun-2005
19 ~~~~~~~~~~~
20 Renamed the 'ROX Session' section in options to 'Desktop' as it could be
21 used by any session manager (Stephen Watson).
23 25-Jun-2005
24 ~~~~~~~~~~~
25 Panel side is now stored with the panel file, and is reused on start-up if
26 you use --border in place of the old --top, --bottom, --left and --right
27 (which still work). The panel menu has a new 'Panel Options...' choice to let
28 you change which edge to use (Thomas Leonard).
30 11-Jun-2005
31 ~~~~~~~~~~~
32 Updated Chinese translation (Babyfai Cheung).
34 09-Jun-2005
35 ~~~~~~~~~~~
36 Removed AC_PATH_X, which stopped configure working on Mac OS X (Thomas Leonard;
37 reported by Tristan McLeay). We already had AC_PATH_XTRA anyway.
39 07-Jun-2005
40 ~~~~~~~~~~~
41 Add Basque transation (Piarres Beobide).
43 Entering ~ as the first character in the Goto: entry goes to the users
44 home directory (Stephen Watson, suggested by james).
45 Install script now installs MIME run actions into $XDG_CONFIG_HOME 
46 (Stephen Watson).
48 20-May-2005
49 ~~~~~~~~~~~
50 Change the way that ROX-Session runs ROX-Filer.  It now uses the -S option to
51 open the default Panel and Pinboard, with the configuration of panel and 
52 pinboard in ROX-Filer options (Stephen Watson).
53 Fixed error in tooltip in bulk rename box (Vincent Lefèvre).
55 13-May-2005
56 ~~~~~~~~~~~
57 Type changes for 64-bit compatibility (Tony Houghton).
59 Tests whether dnotify_wakeup_flag is set instead of dnotify_wakeup which is a
60 function address (Tony Houghton).
62 08-May-2005
63 ~~~~~~~~~~~
64 Selecting an entry from the bookmarks menu can open a new window, depending
65 on the mouse button used and the 'New window on button 1' setting
66 (Stephen Watson).
68 03-May-2005
69 ~~~~~~~~~~~
70 World-writable directories can't be app dirs (Thomas Leonard).
72 02-May-2005
73 ~~~~~~~~~~~
74 Updated Chinese translation (Babyfai Cheung).
75 Fixed missing argument in remote.c (Pär Forsling).
77 01-May-2005
78 ~~~~~~~~~~~
79 When using the drag-and-drop menu, give the choice of creating relative or
80 absolute symlinks. For Ctrl-Shift-Drag, always make relative links rather
81 than absolute ones (Thomas Leonard; requested by Peter Prohaska).
83 28-Apr-2005
84 ~~~~~~~~~~~
85 If we can't find getopt_long, try looking in libgnugetopt (Stephen Watson).
87 26-Apr-2005
88 ~~~~~~~~~~~
89 Bugfix: Broke get_xdg_data_dirs while writing choices_list_xdg_dirs (Stephen 
90         Watson, reported by Pär Forsling).
91 Bugfix: Don't try to move directories that aren't there, but make symbolic
92         links for them anyway (Stephen Watson, reported by Thomas Leonard).
93 Old choices_find_path_load/save now static, use new XDG functions exclusively
94 (Stephen Watson).
96 25-Apr-2005
97 ~~~~~~~~~~~
98 Change over from CHOICESPATH to XDG_CONFIG_HOME and XDG_CONFIG_DIRS (Stephen
99 Watson).
101 21-Apr-2005
102 ~~~~~~~~~~~
103 Try to cope with BadWindow errors (Thomas Leonard; suggested by Kacper Wysock).
105 17-Apr-2005
106 ~~~~~~~~~~~
107 Bugfix: Replacing an existing display settings would erase all the other
108         existing settings (Stephen Watson, reported by Henrik Jacobsson).
110 16-Apr-2005
111 ~~~~~~~~~~~
112 Bugfix: Expired thumbnails were not being purged from the memory cache
113         because of a reference counting issue (Stephen Watson).
115 14-Apr-2005
116 ~~~~~~~~~~~
117 Updated Danish translation (Christian Storgaard).
119 28-Mar-2005
120 ~~~~~~~~~~~
121 Simplify code to set minibuffer text to red on error (Dennis). Also set
122 background to white, in case a theme's colour clashes with red (Thomas
123 Leonard).
125 23-Mar-2005
126 ~~~~~~~~~~~
127 Option in list view to show the full MIME-Type comment rather than
128 just "File" (Stephen Watson).
130 12-Mar-2005
131 ~~~~~~~~~~~
132 When building the SendTo menu, allow nested subdirectories more than one
133 level deep (Jonatan Liljedahl).
134 Add 'Customise Menu...' to New submenu (Thomas Leonard, suggested by Jesse
135 Wagner).
136 Can specify panel item arguments and short cut when adding via SOAP
137 call (m0n5t3r). 
138 Also for pinboard items (and fixed bugs related to pinboard_add_with_args)
139 (Stephen Watson).
141 28-Feb-2005
142 ~~~~~~~~~~~
143 Bugfix: Progress bar for count operation didn't finish when the count did
144         (Stephen Watson, reported by Alexander Wagner).
146 24-Feb-2005
147 ~~~~~~~~~~~
148 Look out for new line character when reading EA MIME type under Solaris 
149 (Stephen Watson).
151 13-Feb-2005
152 ~~~~~~~~~~~
153 Added Estonian translation (Teet Tärno).
155 12-Feb-2005
156 ~~~~~~~~~~~
157 Removed copy of GTK icon theme system. We now depend on GTK 2.4, which
158 includes it (Thomas Leonard).
159 Renamed 'Before' and 'After' in the bulk rename box to 'Old name' and
160 'New name', as they were causing problems for translators (reported by
161 Yuri Bongiorno).
162 Bugfix: The help for the "Set Type..." box wasn't translated (reported
163         by Yuri Bongiorno).
165 09-Feb-2005
166 ~~~~~~~~~~~
167 Defer re-generating a thumbnail until 5 seconds after the timestamp on 
168 the old one (Stephen Watson).
169 Bugfix: A file could be added many times to the thumbnail queue, causing
170         the progress bar to behave strangely (Stephen Watson).
171 More changes for installing onto NFS mounted directory (Stephen Watson).
173 31-Jan-2005
174 ~~~~~~~~~~~
175 Fixed a compiler warning by removing an unnecessary extra tooltips object
176 (Andreas Jochens).
178 30-Jan-2005
179 ~~~~~~~~~~~
180 Updated French translation (Vincent Lefèvre).
182 29-Jan-2005 (Release 2.2.0)
183 ~~~~~~~~~~~
184 Added Finnish translation (Jari Rahkonen).
186 24-Jan-2005
187 ~~~~~~~~~~~
188 Bugfix: More crashes due to Japanese characters; last patch didn't fix all
189         the problems (Thomas Leonard; reported by Lewis Denizen).
191 23-Jan-2005 (Release 2.1.6)
192 ~~~~~~~~~~~
193 Updated French translation (Vincent Lefèvre).
194 Bugfix: Japanese digit characters crashed the filer, because some code thought
195         they were digits, and anothers thought they weren't (Thomas Leonard;
196         reported by Lewis Denizen).
198 22-Jan-2005
199 ~~~~~~~~~~~
200 Updated French manual translation (Arnaud Calvo).
202 21-Jan-2005
203 ~~~~~~~~~~~
204 Bugfix: If, when building, objcopy exits with an error then don't strip
205         the binary (Stephen Watson).
207 20-Jan-2005
208 ~~~~~~~~~~~
209 Updated Dutch translation (Jan Wagemakers).
211 18-Jan-2005
212 ~~~~~~~~~~~
213 Bugfix: Don't show the permissions in the properties window for
214         symbolic links as they don't behave as you might expect
215         (Stephen Watson, reported by Max Power).
217 16-Jan-2005
218 ~~~~~~~~~~~
219 Fixed some spelling errors and made some messages easier to translate
220 (Vincent Lefèvre).
222 15-Jan-2005 (Release 2.1.5)
223 ~~~~~~~~~~~
224 Bugfix: An extra arrow had appeared in the Find box (Thomas Leonard).
225 Bugfix: We were inconsistent about when filenames were escaped. Eg, creating
226         a directory called "a%20b" actually created "a b" (Thomas Leonard).
227 Bugfix: Panel icons with no label displayed an empty tooltip (Thomas Leonard).
228 Bugfix: Selecting a pinboard icon only redrew the text path (Thomas Leonard).
230 13-Jan-2005
231 ~~~~~~~~~~~
232 Updated Japanese translation (Hiroaki Tanaka).
234 12-Jan-2005
235 ~~~~~~~~~~~
236 Slight change to install script for when the installation directory is
237 on an NFS mount (Stephen Watson).
239 10-Jan-2005
240 ~~~~~~~~~~~
241 Can now disable use of extended attributes (Stephen Watson).
243 08-Jan-2005
244 ~~~~~~~~~~~
245 Allow renaming multiple files at once. This opens the Bulk Rename window,
246 which allows manual editing of the names, as well as regular-expression
247 based transformations (Thomas Leonard).
249 Rename buttons in Set Run Action box so that they make sense (Thomas Leonard;
250 reported by Jonatan Liljedahl).
252 Bugfix: Filer would crash when the screen was resized if there was no
253         pinboard (Thomas Leonard).
254 Bugfix: Xinerama support had broken panel repositioning in response to
255         XRANDR screen resizing events (Thomas Leonard).
257 03-Jan-2005
258 ~~~~~~~~~~~
259 Set the name for filer windows to 'rox-filer'. This allows theming the fonts
260 just for ROX-Filer (Lucas Hazel).
262 23-Dec-2004
263 ~~~~~~~~~~~
264 If an item has extended attributes, report that before checking whether they
265 are supported (Thomas Leonard).
266 Updated Chinese translation (Babyfai Cheung).
267 Bugfix: Pressing Escape now closes the Properties box (reported by Arnaud
268         Calvo).
270 09-Dec-2004
271 ~~~~~~~~~~~
272 Bugfix: Test for presence of extended attributes on Solaris gave wrong
273         answer when they were not supported (Stephen Watson).
275 08-Dec-2004
276 ~~~~~~~~~~~
277 The icons for mount point and symbolic link are now side-by-side, not
278 one on top of the other, and a new icon is used to mark files with
279 extended attributes (Stephen Watson).
281 27-Nov-2004
282 ~~~~~~~~~~~
283 Bugfix: Use gtk_selection_data_set_text instead of gtk_selection_data_set when
284         pasting filenames so that other applications know the string is UTF-8
285         (Thomas Leonard; reported by Dennis).
287 27-Nov-2004
288 ~~~~~~~~~~~
289 Better extended attribute detection under Solaris (Stephen Watson).
291 25-Nov-2004
292 ~~~~~~~~~~~
293 More extended attribute support. The "Set Type..." menu item should be 
294 disabled if not supported by the system or FS (Stephen Watson).
296 24-Nov-2004
297 ~~~~~~~~~~~
298 Method of scaling pinboard images is now an option, as the default could
299 produce poor results on some systems (Stephen Watson).
301 22-Nov-2004
302 ~~~~~~~~~~~
303 Updated it.po and Manual-it.xml (Yuri Bongiorno)
305 19-Nov-2004
306 ~~~~~~~~~~~
307 Bugfix: Dragging a lasso box above the top of the window in details mode
308         selected all the items outside the box (Thomas Leonard; reported by
309         Anthony DiSante).
311 12-Nov-2004
312 ~~~~~~~~~~~
313 Only show executable files in green if clicking would actually run them, not
314 just because they have the execute bit set (Thomas Leonard).
316 11-Nov-2004
317 ~~~~~~~~~~~
318 Much faster thumbnail generation (Ken Hayber, reported by Anthony DiSante).
320 08-Nov-2004
321 ~~~~~~~~~~~
322 When closing a filer window showing a directory under a user-mounted
323 mount-point, offer to unmount the device if no other filer window also shows
324 that mount point (requested by Tony Houghton and others). Also do this check
325 when changing to a parent directory.
326 Scale iconified window icons on the pinboard down to normal size (Ken Hayber).
328 08-Nov-2004
329 ~~~~~~~~~~~
330 Updated Dutch translation (Jan Wagemakers).
332 07-Nov-2004
333 ~~~~~~~~~~~
334 Work on the action box, including a progress bar (Stephen Watson).
336 24-Oct-2004
337 ~~~~~~~~~~~
338 Added PinboardRemove() SOAP call (Stephen Watson).
340 20-Oct-2004 (Release 2.1.4)
341 ~~~~~~~~~~~
342 Added Portuguese translation (Rodrigo Cesar Herefeld).
344 16-Oct-2004
345 ~~~~~~~~~~~
346 Some improvements to saved display settings (Takuo Yonezawa and Stephen 
347 Watson).
348 Updated Spanish translation (Marcelo Ramos).
350 15-Oct-2004
351 ~~~~~~~~~~~
352 Allow multiple arguments for executable pinboard and panel icons (Thomas
353 Leonard).
354 Updated it.po and Manual-it (Yuri Bongiorno).
356 12-Oct-2004
357 ~~~~~~~~~~~
358 Use a higher quality setting when scaling the backdrop image (Ken Hayber).
360 06-Oct-2004
361 ~~~~~~~~~~~
362 Added PanelRemove() SOAP call (Sabin Iacob).
363 Bugfix: Mounting a directory that was accessed through a symlinked directory
364         used the symbolic path, confusing the mount command (Thomas Leonard;
365         reported by Anthony DiSante).
367 29-Sep-2004
368 ~~~~~~~~~~~
369 Force panel to not take focus when using GTK 2.4 (Thomas Leonard).
371 28-Sep-2004
372 ~~~~~~~~~~~
373 Minimum width of toolbar now an option (requested by Matthew Weier O'Phinney).
375 21-Sep-2004
376 ~~~~~~~~~~~
377 Only examine items that are actually displayed, not all items in a directory.
378 Saves checking hidden files, which typically speeds up opening the home
379 directory. Removed an unnecessary extra scan when opening a directory
380 with the default filter setting. Removed the double scan when clicking Refresh
381 and two windows show the same directory (Thomas Leonard).
383 20-Sep-2004
384 ~~~~~~~~~~~
385 Added option to make panels have the type _NET_WM_WINDOW_TYPE_DOCK (Tony
386 Houghton). Metacity needs this.
388 17-Sep-2004
389 ~~~~~~~~~~~
390 If we can't guess a file's type from its name or extended attribute, try
391 looking at its contents too, if we have gnomevfs 2.8.0 or later available
392 (Thomas Leonard).
394 11-Sep-2004
395 ~~~~~~~~~~~
396 Panel and pinboard icons can now have a single argument set for them.
397 If you need more than one argument, consider creating a wrapper
398 (Stephen Watson).
400 09-Sep-2004
401 ~~~~~~~~~~~
402 Added --massif option for profiling memory usage (Thomas Leonard).
403 Warn about missing libsm in configure.in (reported by fedewico).
405 06-Sep-2004
406 ~~~~~~~~~~~
407 When resizing a window, only warp the pointer as much as necessary to keep
408 it inside the window (Thomas Leonard).
410 02-Sep-2004
411 ~~~~~~~~~~~
412 Ensure that a panel applet's properties are set before starting the applet
413 (reported by Tony Houghton).
415 01-Sep-2004
416 ~~~~~~~~~~~
417 Fixed panel menu positioning for multiple monitors with different resolutions
418 (Tony Houghton).
419 Use _NET_WM_STATE_BELOW to raise and lower the panel (Tony Houghton). Not
420 changing to type DOCK yet as it breaks some WMs.
422 25-Aug-2004
423 ~~~~~~~~~~~
424 Use new GTK 2.2 functions to set window hints now that we don't support 2.0
425 anymore (Guido Schimmels).
427 23-Aug-2004
428 ~~~~~~~~~~~
429 Plug a memory leak when loading SVG type icons (Stephen Watson).
431 18-Aug-2004
432 ~~~~~~~~~~~
433 Fix for the Solaris extended attribute support (Stephen Watson). 
435 13-Aug-2004
436 ~~~~~~~~~~~
437 Set minimum width of toolbar so that all buttons are visible (Stephen Watson).
439 10-Aug-2004
440 ~~~~~~~~~~~
441 When adding an entry to the Recently Visited menu, remove its parent directory.
442 This stops the list filling up with near-duplicates when you have deeply
443 nested directories (Thomas Leonard).
445 08-Aug-2004
446 ~~~~~~~~~~~
447 Updated French manual translation (Arnaud Calvo).
449 05-Aug-2004
450 ~~~~~~~~~~~
451 For debugging, show the failed URI when dragging to the pinboard (Thomas
452 Leonard).
454 03-Aug-2004
455 ~~~~~~~~~~~
456 Use Help icon instead of Info icon for popup help buttons (Thomas Leonard).
458 02-Aug-2004
459 ~~~~~~~~~~~
460 Updated French translation (Vincent Lefèvre).
462 01-Aug-2004 (Release 2.1.3)
463 ~~~~~~~~~~~
464 Build in ROX-Filer/build, not ~/build/ROX-Filer.
466 30-Jul-2004
467 ~~~~~~~~~~~
468 Renamed Cancel to Close in the Properties box (suggested by Arnaud Calvo).
469 Updated some calls to use newer APIs, and allow compilation on systems where
470 deprecated widgets are disabled by default (reported by Vincent Lefèvre and
471 Guido Schimmels).
472 Bugfix: Panel icons were no longer shown highlighted when selected.
474 23-Jul-2004
475 ~~~~~~~~~~~
476 Bugfix: When opening a new directory with saved settings, the filer would
477         print a warning and then crash.
479 21-Jul-2004
480 ~~~~~~~~~~~
481 Changed email address given as the one to send bugs to when using
482 --help to the rox-devel list (Stephen Watson).
483 Thumbnail generation now handles files with UTF-8 characters (Anatoly
484 Asviyan). 
486 16-Jul-2004
487 ~~~~~~~~~~~
488 Removed action window screenshot from manual to save space.
490 15-Jul-2004
491 ~~~~~~~~~~~
492 Proper check for the stat[v]fs headers (Stephen Watson, reported by
493 Lucas Hazel).
495 13-Jul-2004
496 ~~~~~~~~~~~
497 Added firefox to list of default browsers (suggested by eugene).
499 10-Jul-2004
500 ~~~~~~~~~~~
501 Added Romanian translation (Cosma Florin).
503 01-Jul-2004
504 ~~~~~~~~~~~
505 Can now set "Brief" option on the Copy and Move action windows (Stephen 
506 Watson).
507 Properties window handles mount points specially when calculating their size
508 (Stephen Watson).
510 30-Jun-2004
511 ~~~~~~~~~~~
512 Bugfix: On Linux, the filer called setxattr instead of getxattr, thus
513         preventing setting filetypes with extended attributes from working.
514 Bugfix: Copy and Move now obey the "Brief" option (Stephen Watson, reported
515         by Graham Borland)
517 29-Jun-2004
518 ~~~~~~~~~~~
519 Bugfix: On multi-monitor setups, filer windows always opened on the top/left
520         monitor (reported by Kacper Wysocki). Now they open on the monitor
521         under the pointer.
523 27-Jun-2004
524 ~~~~~~~~~~~
525 Icons of minimized windows remember their positions on the pinboard (Stephen 
526 Watson).
527 Filer now officially requires GTK 2.2.0 or later (wasn't working with 2.0
528 anyway, and noone had complained).
529 Bugfix: A race in the code for updating iconified window titles could cause
530         the filer to crash with a BadWindow error.
532 26-Jun-2004
533 ~~~~~~~~~~~
534 Another Properties window fix: if there is no output from the du command
535 then put a message indicating an error (Stephen Watson).
536 Can now compile without Xinerama support on GTK+ < 2.2.0 (Tony Houghton).
538 23-Jun-2004
539 ~~~~~~~~~~~
540 Let the panel autoscroll during a drag (Stephen Watson).
542 18-Jun-2004
543 ~~~~~~~~~~~
544 Fix another bug when closing Properties window before it has finished
545 scanning the directory (Stephen Watson).
547 09-Jun-2004
548 ~~~~~~~~~~~
549 Improved Xinerama support: now works for tooltips and action windows; filer
550 windows are no longer prone to leaving their borders overlapping; panel uses
551 _NET_WM_STRUT_PARTIAL so it only affects the monitor it's on (Tony Houghton).
553 04-Jun-2004
554 ~~~~~~~~~~~
555 Make ignoring executable files with known extensions the default setting
556 (suggested by Daniel Poersch). Freedesktop.org is discussing a plan to mark
557 individual MIME types as executable, which may be a better long-term
558 solution.
559 Option to prevent maximising windows from covering the panels (requested
560 by Simon Templer and others).
562 29-May-2004
563 ~~~~~~~~~~~
564 Type specific Send To entries now shown for multiple files when they
565 are all of the same type (Stephen Watson).
566 Can now drag icons to the very end of the panel (Stephen Watson).
568 28-May-2004
569 ~~~~~~~~~~~
570 Another place to look for apsymbols.h (Stephen Watson).
572 26-May-2004
573 ~~~~~~~~~~~
574 More fixes for the new build system (Stephen Watson).
576 25-May-2004
577 ~~~~~~~~~~~
578 Fix portability of new build system and ensure configure can find the 
579 version number again (Stephen Watson).
581 22-May-2004
582 ~~~~~~~~~~~
583 Build object files in ~/build/ROX-Filer, in case source directory is read-only.
584 This also reduces the risk of distributing the object files by accident.
586 14-May-2004
587 ~~~~~~~~~~~
588 Don't allow toolbar buttons to focus (needed for GTK 2.4).
590 08-May-2004
591 ~~~~~~~~~~~
592 Fix loss of bookmark name when re-ordering (Rahsheen Porter).
593 Removed installation of thumbnail handlers via the Set Icon dialog. It was
594 never documented and all the thumbnailers use the mime_handler installation
595 anyway (Stephen Watson).
597 04-May-2004
598 ~~~~~~~~~~~
599 Updated French manual translation (Arnaud Calvo).
601 02-May-2004
602 ~~~~~~~~~~~
603 Updated Dutch translation (Jan Wagemakers).
605 01-May-2004
606 ~~~~~~~~~~~
607 Updated French translation (Vincent Lefèvre).
609 30-Apr-2004 (Release 2.1.2)
610 ~~~~~~~~~~~
611 Removed toolbar hint type from panel. It caused too many problems.
613 29-Apr-2004
614 ~~~~~~~~~~~
615 Added 'Download handler' to drag and drop options. This program is invoked
616 when a URI is dragged to the filer (eg, from a web-browser). The default
617 command runs wget to download the file (Andrew Flegg).
619 27-Apr-2004
620 ~~~~~~~~~~~
621 Bugfix: URIs received through drag-and-drop were unescaped twice, causing
622         problems with names containing the '%' character (spotted by Jonatan
623         Liljedahl).
625 21-Apr-2004
626 ~~~~~~~~~~~
627 Cope with spaces in ROX-Filer's path.
628 Added a load of default keys, since many GTK setups now make it almost
629 impossible to change shortcuts.
630 Added --leaks option to run ROX-Filer through valgrind with the memory
631 leak option checking on (Stephen Watson).
633 08-Apr-2004
634 ~~~~~~~~~~~
635 Added Xinerama support (Tony Houghton).
636 Set window type hint = toolbar for panel to prevent it appearing in pagers etc
637 (Tony Houghton).
639 04-Apr-2004
640 ~~~~~~~~~~~
641 Added method of saving display settings for directories. Mostly working,
642 but bugs remain related to size and position (Stephen Watson).
643 Updated Spanish translation (Marcelo Ramos).
645 03-Apr-2004
646 ~~~~~~~~~~~
647 Load extended attribute functions dynamically. This should mean that compiling
648 ROX-Filer with a new glibc won't make it stop working with older versions due
649 to the functions being missing.
651 02-Apr-2004
652 ~~~~~~~~~~~
653 Use * as a synonym for unfiltered (Stephen Watson).
655 25-Mar-2004
656 ~~~~~~~~~~~
657 Bookmarks can be given titles (Stephen Watson).
659 24-Mar-2004
660 ~~~~~~~~~~~
661 Fix memory leak in thumbnails code (Stephen Watson).
663 20-Mar-2004
664 ~~~~~~~~~~~
665 Fixed bug in details mode for showing hidden files (Stephen Watson).
667 18-Mar-2004
668 ~~~~~~~~~~~
669 Don't display an error box when installing the ROX icon theme. It just
670 worries people for no reason.
672 17-Mar-2004
673 ~~~~~~~~~~~
674 Updated Chinese translation (Babyfai Cheung).
676 16-Mar-2004
677 ~~~~~~~~~~~
678 Option to make the File menu appear directly when the menu is opened with
679 files selected (Peter Geer).
681 15-Mar-2004
682 ~~~~~~~~~~~
683 Added an arrow to the comparison area of the action box so you can see
684 which file overwrites the other (Stephen Watson).
686 10-Mar-2004
687 ~~~~~~~~~~~
688 Sort by user/group now uses the name, not the number (Stephen Watson).
690 07-Mar-2004
691 ~~~~~~~~~~~
692 Added 'Select by Name'.
694 06-Mar-2004
695 ~~~~~~~~~~~
696 Cope with XRandR screen resizing (Geoff Youngs and Tom Morton).
698 01-Mar-2004
699 ~~~~~~~~~~~
700 Can now filter files by name, using normal shell (glob) patterns (Stephen 
701 Watson).
703 03-Feb-2004
704 ~~~~~~~~~~~
705 Updated it.po and Manual-it (Yuri Bongiorno).
707 01-Feb-2004
708 ~~~~~~~~~~~
709 Updated French translation (Vincent Lefèvre).
711 24-Jan-2004 (Release 2.1.1)
712 ~~~~~~~~~~~
713 Updated French manual translation (Arnaud Calvo).
714 Updated Dutch translation (Jan Wagemakers).
716 22-Jan-2004
717 ~~~~~~~~~~~
718 Updated French translation (Vincent Lefèvre).
720 21-Jan-2004
721 ~~~~~~~~~~~
722 Misc changes for next release.
724 18-Jan-2004
725 ~~~~~~~~~~~
726 Accept Mozilla's alternative to the standard text/uri-list target during
727 drag-and-drop (Andrew Flegg).
729 07-Jan-2004
730 ~~~~~~~~~~~
731 Bugfix: Icon shortcuts with out modifier keys didn't work if NumLock,
732         CapsLock, etc were turned on (reported by Peter Geer).
733 Bugfix: Handle case when the output of uname -m contains spaces (Stephen 
734         Watson, reported on #rox).
736 06-Jan-2004
737 ~~~~~~~~~~~
738 Renamed some functions stolen from Gtk to avoid possible conflicts with
739 the Gtk-2.3 series (reported by Stu Tissimus).
741 20-Dec-2003
742 ~~~~~~~~~~~
743 Make the Ctrl-button-3 menu pointer appear at the same place regardless
744 of the number of custom entries (Stephen Watson).
746 19-Dec-2003
747 ~~~~~~~~~~~
748 Make Ctrl-button-3 open the menu slightly higher, so Delete isn't under the
749 pointer (suggested by Ryan Pavlik).
751 10-Dec-2003
752 ~~~~~~~~~~~
753 Allow non image/* thumbnails in details mode. Label next to the combo 
754 in the Set Type action dialog is now "Type" and not "Command" (Stephen
755 Watson).
757 03-Dec-2003
758 ~~~~~~~~~~~
759 Work out which include file we need for getxattr (Stephen Watson).
761 02-Dec-2003
762 ~~~~~~~~~~~
763 Allow editing a symlink's target from the Properties box (suggested by Arnaud
764 Calvo).
765 Experimental extended attributes support for setting MIME types (Stephen
766 Watson).
768 29-Nov-2003
769 ~~~~~~~~~~~
770 More drag and drop fixes relating to escaped URI's (Stephen Watson).
772 23-Nov-2003
773 ~~~~~~~~~~~
774 Added 'Specify the prefix' install option (Ryan Pavlik).
775 Updated Russian translation (Vladimir Popov).
777 20-Nov-2003
778 ~~~~~~~~~~~
779 Bugfix: Cancelling the info window with a du process still running could
780         crash the filer (reported by Peter Geer).
782 17-Nov-2003
783 ~~~~~~~~~~~
784 Renamed 'Info' menu item to 'Properties'.
786 31-Oct-2003
787 ~~~~~~~~~~~
788 If a panel icon has an empty label, show it full size (requested by Stephen
789 Crouch).
791 26-Oct-2003
792 ~~~~~~~~~~~
793 Use apsymbols.h (from autopackage.org) if possible for binary compatibility
794 with older glibc versions. Use g_ascii_* functions instead of the ctypes ones
795 for the same reason.
796 Bugfix: Files with '&' in their names couldn't be saved in groups (reported
797         by Nils-Erik Svangård).
799 25-Oct-2003
800 ~~~~~~~~~~~
801 Updated Dutch translation (Jan Wagemakers).
802 Resizing by double clicking on background now optional (Stephen Watson).
804 22-Oct-2003
805 ~~~~~~~~~~~
806 Added optional top and bottom margines for iconized window placement
807 (Stephen Watson).
809 16-Oct-2003
810 ~~~~~~~~~~~
811 Don't lower the panel due when the pointer 'leaves' due to a grab (eg, clicking
812 or opening a menu). This also prevents a flickering problem with Openbox 3.
814 15-Oct-2003
815 ~~~~~~~~~~~
816 Bugfix: FreeBSD reported file sizes with units of 'null' due to large file
817         support not being detected (igla).
819 14-Oct-2003
820 ~~~~~~~~~~~
821 Larger default size for bookmarks editor (requested by Matthew Weier OPhinney).
823 13-Oct 2003
824 ~~~~~~~~~~~
825 Let the thumbnail helpers be app dirs, plus can be set from the Set Icon
826 dialog (Stephen Watson).
828 09-Oct-2003
829 ~~~~~~~~~~~
830 Improved socket icon (taken from Howard Shane's new theme).
832 08-Oct-2003
833 ~~~~~~~~~~~
834 Updated French manual translation (Arnaud Calvo).
835 Updated German translation (Guido Schimmels).
836 Offer Eject even for unmounted disks (reported by Matthew Weier O'Phinney).
837 Try to load icons at 'huge' size, so SVG icons get the chance to scale up
838 nicely.
840 07-Oct-2003 (Release 2.1.0)
841 ~~~~~~~~~~~
842 Updated French translation (Vincent Lefèvre).
843 Removed some dead code, memory leaks, etc that had crept in.
845 04-Oct-2003
846 ~~~~~~~~~~~
847 New icon for selection ops.
849 03-Oct-2003
850 ~~~~~~~~~~~
851 Updated Spanish translation (Marcelo Ramos).
853 01-Oct-2003
854 ~~~~~~~~~~~
855 Minor fix to German translation (Daniel Pörsch).
857 30-Sep-2003
858 ~~~~~~~~~~~
859 Update error message about missing MIME database to give the new URI.
861 29-Sep-2003
862 ~~~~~~~~~~~
863 Stock icons in panel and pinboard menus.
864 Added icon theme selector.
866 28-Sep-2003
867 ~~~~~~~~~~~
868 Added 'Customise Menu' to file menu. Use this to replace Format and Free.
870 27-Sep-2003
871 ~~~~~~~~~~~
872 Allow icons in Choices to override the theme.
874 26-Sep-2003
875 ~~~~~~~~~~~
876 Bugfix: If no pinboard or panel icons were present, the menu could not be
877         opened (reported by John Pettigrew).
879 22-Sep-2003
880 ~~~~~~~~~~~
881 Added italian manual, updated it.po (Yuri Bongiorno).
882 Implementation of Format, just as a user-defined command. Also mount
883 point menu items reflect mounted/not mounted status (Stephen Watson).
885 18-Sep-2003
886 ~~~~~~~~~~~
887 Implementation of Free Space (Stephen Watson). OpenDir SOAP message now
888 takes an optional Window element. Pass the same Window to re-use the window.
890 17-Sep-2003
891 ~~~~~~~~~~~
892 Allow ejecting mounted media.
894 12-Sep-2003
895 ~~~~~~~~~~~
896 Don't create a corrupted pinboard/panel file if a non-UTF8 pathname is
897 dragged to it (reported by Eugeni Andreechtchev).
898 Get file icons using freedesktop.org icon theme system.
900 05-Sep-2003
901 ~~~~~~~~~~~
902 Added Czech translation (Jan Provaznik).
904 20-Aug-2003
905 ~~~~~~~~~~~
906 Help, Format, Eject and Free Space now appear in the AppMenu section of the
907 menu. Help is only shown for applications, and the others only for mount
908 points.
910 16-Aug-2003
911 ~~~~~~~~~~~
912 Added ability to call external programs to generate thumbnails for types 
913 other than image/* (Stephen Watson).
915 12-Aug-2003
916 ~~~~~~~~~~~
917 If a string can't be converted from the local character set to UTF-8,
918 fallback to converting from iso-8859-1.
920 07-Aug-2003
921 ~~~~~~~~~~~
922 Get shared MIME database through Zero Install, if possible.
923 Bugfix: Didn't use XDG_DATA_DIRS to find type descriptions.
925 06-Aug-2003
926 ~~~~~~~~~~~
927 Updated French manual translation (Arnaud Calvo).
929 02-Aug-2003
930 ~~~~~~~~~~~
931 Allow types other than image/* to have thumbnails, although we can't 
932 generate them yet (Stephen Watson).
933 Added Eject menu option for unmounted mount points (Stephen Watson).
935 28-Jul-2003
936 ~~~~~~~~~~~
937 Doing a Refresh in a directory under /uri/0install triggers a remote refresh.
939 14-Jul-2003
940 ~~~~~~~~~~~
941 Less frame-heavy look for info box (Thomas Leonard).
942 When mounting, force a refresh even if the mtime of the new disk is the same,
943 since some formats don't change it. Also, if mounting gives an error, check to
944 see if it worked anyway (Thomas Leonard).
946 13-Jul-2003
947 ~~~~~~~~~~~
948 Added sort and selection buttons to the toolbar. They start off disabled,
949 enable them from Options->Tools if you want them (Stephen Watson).
951 Escape text/uri-list for drag and drop operations (Stephen Watson).
953 12-Jul-2003
954 ~~~~~~~~~~~
955 Don't show hidden files on the SendTo menu (reported by Arnaud Calvo).
957 10-Jul-2003
958 ~~~~~~~~~~~
959 Added CheckButtons to the info window to allow manipulation of permission 
960 bits (Stephen Watson).
962 09-Jul-2003
963 ~~~~~~~~~~~
964 Added count of directory contents to info window (Stephen Watson).
966 04-Jul-2003
967 ~~~~~~~~~~~
968 Updated italian translation in AppInfo.xml and src/po/it.po (Yuri Bongiorno)
970 30-Jun-2003
971 ~~~~~~~~~~~
972 When renaming a non-UTF8 file, still assume the directory is valid UTF-8
973 (reported by Arnaud Calvo).
975 29-Jun-2003
976 ~~~~~~~~~~~
977 Sort items on the SendTo menu (requested by John Pettigrew).
979 27-Jun-2003
980 ~~~~~~~~~~~
981 Removed the menu-on-button-2 option. It was too inconsistant with everything
982 else, including panel applets and window managers, to be useful. Edit bind.c if
983 you really need it.
985 25-Jun-2003
986 ~~~~~~~~~~~
987 Button-2 drags on panel applets always work now, even if the applet doesn't
988 forward them explicitly.
990 19-Jun-2003
991 ~~~~~~~~~~~
992 Fix scrolling problem with GTK+-2.2.2 (reported by Alastair Porter, with
993 help from Götz Waschk).
995 16-Jun-2003
996 ~~~~~~~~~~~
997 Bugfix: Resize on style change didn't do anything (Andy Hanton).
998 Bugfix: Dragging to panel and pinboard directories didn't offer the DnD
999         menu (reported by BluPhoenyx).
1001 11-Jun-2003
1002 ~~~~~~~~~~~
1003 New SetBackdrop() SOAP method (Matthew Weier O'Phinney).
1005 04-Jun-2003
1006 ~~~~~~~~~~~
1007 Bugfix: Closing a window using the menu didn't offer to unmount (James Bursa).
1009 02-Jun-2003
1010 ~~~~~~~~~~~
1011 Updated Spanish translation (Marcelo Ramos).
1013 01-Jun-2003
1014 ~~~~~~~~~~~
1015 Fix compiler warning when not using dnotify (reported by Damien Couderc).
1016 Show files being operated upon in action windows (Stephen Watson).
1018 30-May-2003 (Release 2.0.0)
1019 ~~~~~~~~~~~
1020 Updated Japanese translation (Hirosi Utumi).
1022 29-May-2003
1023 ~~~~~~~~~~~
1024 Updated it.po and AppInfo.xml (Yuri Bongiorno).
1026 28-May-2003 (Release 1.3.10)
1027 ~~~~~~~~~~~
1028 Updated French manual translation (Arnaud Calvo).
1030 27-May-2003
1031 ~~~~~~~~~~~
1032 When dragging a lasso box in List view, don't stop scrolling when the pointer
1033 leaves the window (reported by Robert Davison).
1034 Updated Polish translation (Andrzej Borsuk).
1035 Updated Italian translation (Yuri Bongiorno).
1037 26-May-2003
1038 ~~~~~~~~~~~
1039 Updated German translation (Guido Schimmels).
1041 25-May-2003
1042 ~~~~~~~~~~~
1043 Updated Dutch translation (Jan Wagemakers).
1045 24-May-2003
1046 ~~~~~~~~~~~
1047 Updated French translation (Vincent Lefèvre).
1049 22-May-2003
1050 ~~~~~~~~~~~
1051 Minor updates to the manual.
1052 Bugfix: Using the Edit MIME types button in the Options window opened the
1053         old directory. Refer people to the MIME-Editor application instead.
1055 18-May-2003
1056 ~~~~~~~~~~~
1057 Fixed focussing problems in Icons View (reported by Andrzej Radecki).
1058 Updated French manual translation (Arnaud Calvo).
1060 16-May-2003 (Release 1.3.9)
1061 ~~~~~~~~~~~
1062 New icon for the filer (Geoff Youngs).
1063 Updated it.po and AppInfo.xml (Yuri Bongiorno).
1065 15-May-2003
1066 ~~~~~~~~~~~
1067 Added Japanese translation (Hirosi Utumi).
1068 When a directory change is detected, wait a little before rescanning to
1069 reduce flickering effect.
1071 14-May-2003
1072 ~~~~~~~~~~~
1073 Page Up and Page Down now work again in List View.
1075 27-Apr-2003
1076 ~~~~~~~~~~~
1077 Updated install script to use new XDG Base Directory spec (reported by
1078 Vincent Lefevre).
1079 Also install man pages under 'share/man'.
1081 25-Apr-2003
1082 ~~~~~~~~~~~
1083 Close stdout when running child processes for users running startx from the
1084 console, since some terminal applications try to read from the console,
1085 freezing X (Keith R. John Warno).
1086 Forward scroll events on pinboard to window manager, and add option to
1087 workaround *box issues (Matthew Weier O'Phinney).
1089 24-Apr-2003
1090 ~~~~~~~~~~~
1091 Using the bookmarks menu to open an unmounted mount point will mount it
1092 (suggested by Arnaud Calvo).
1094 17-Apr-2003
1095 ~~~~~~~~~~~
1096 Updates for the new shared MIME database.
1098 15-Apr-2003
1099 ~~~~~~~~~~~
1100 Refresh refreshed the directory twice (because updating the MIME info triggers
1101 a refresh too).
1103 12-Apr-2003
1104 ~~~~~~~~~~~
1105 Remove default GtkTreeView keys (they conflicted with the menus).
1106 Fixed some minor cursor problems in List view.
1108 10-Apr-2003
1109 ~~~~~~~~~~~
1110 Winking now works in List view.
1112 09-Apr-2003
1113 ~~~~~~~~~~~
1114 Lasso selections now work in List view.
1116 08-Apr-2003
1117 ~~~~~~~~~~~
1118 The hack we have to use to draw pinboard icons on GTK+-2.0 doesn't work
1119 on 2.2. Show a warning instead of crashing (reported by Keith R. John Warno).
1121 03-Apr-2003
1122 ~~~~~~~~~~~
1123 Fix the message in install.sh, since there is no information toolbar icon
1124 now (spotted by Albert Wagner).
1126 29-Mar-2003 (Release 1.3.8)
1127 ~~~~~~~~~~~
1128 Updated French manual translation (Arnaud Calvo).
1130 28-Mar-2003
1131 ~~~~~~~~~~~
1132 Updated French translation (Vincent Lefèvre).
1134 27-Mar-2003
1135 ~~~~~~~~~~~
1136 Allow dragging a file into a GtkEntry to insert the filename.
1137 Bugfix: Selections in List View didn't work properly (reported by Stephen
1138         Watson).
1139 Updated Spanish translation (Marcelo Ramos).
1141 23-Mar-2003
1142 ~~~~~~~~~~~
1143 Fixed use of a GTK+-2.2-only function (Geoff Youngs).
1144 New option to set the panel size (Geoff Youngs).
1146 21-Mar-2003
1147 ~~~~~~~~~~~
1148 Scroll panels when the pointer is at the end, not by dragging the middle
1149 (Geoff Youngs).
1150 Stop the pinboard from flickering when removing icons or iconfied windows.
1152 20-Mar-2003
1153 ~~~~~~~~~~~
1154 Centre the image for iconified windows.
1155 Double-buffer slightly larger areas.
1157 18-Mar-2003
1158 ~~~~~~~~~~~
1159 Better way to implement selections in List View (suggested by Jonathan
1160 Blandford).
1161 Updated Italian translation (Yuri Bongiorno).
1163 15-Mar-2003
1164 ~~~~~~~~~~~
1165 Bugfix: Never show the copy/move/link menu when dragging to an application.
1167 11-Mar-2003
1168 ~~~~~~~~~~~
1169 Bugfix: Comments about a MIME type were loaded from the first file to contain
1170         information about the type, not the first to contain a comment about
1171         the type.
1173 09-Mar-2003
1174 ~~~~~~~~~~~
1175 Don't mark widget documentation as translatable.
1176 Make sure the tooltip for pinboard and panel icons is up-to-date (reported
1177 by krjw).
1178 Use pinboard backdrop colour for scaled and centred images (requested by
1179 Marcelo Ramos).
1180 Shade the backdrop style buttons when an external program is being used to
1181 set the backdrop.
1182 Updated Spanish translation (Marcelo Ramos).
1184 08-Mar-2003
1185 ~~~~~~~~~~~
1186 Updated Dutch translation (Jan Wagemakers).
1188 07-Mar-2003
1189 ~~~~~~~~~~~
1190 Use stock icons in pinboard and panel menus.
1191 Updated Spanish translation (Marcelo Ramos).
1193 03-Mar-2003
1194 ~~~~~~~~~~~
1195 Use stock icons in menus, and fix some possible problems in the menu code
1196 (Stephen Watson).
1198 02-Mar-2003
1199 ~~~~~~~~~~~
1200 Stop pinboard icons flickering when you move over them (Daniele Peri).
1201 Use XSettings drag-and-drop threshold.
1203 01-Mar-2003
1204 ~~~~~~~~~~~
1205 Bugfix: Backdrop image could be redrawn in the wrong place (Stephen Watson).
1207 27-Feb-2003 (Release 1.3.7)
1208 ~~~~~~~~~~~
1209 Updated French manual translation (Arnaud Calvo).
1210 Allow an empty AppInfo translation so that a label can be translated without
1211 changing the value.
1213 25-Feb-2003
1214 ~~~~~~~~~~~
1215 Updated Russian translation (Alexey Lubimov).
1217 23-Feb-2003
1218 ~~~~~~~~~~~
1219 When using the Rename and Link boxes, use the appropriate drag cursor
1220 (suggested by Michael Adams).
1221 Bugfix: A double-click which starts on one file and ends on another is now
1222         ignored (reported by Michael Adams).
1223 Bugfix: Test for valid sort-type in SOAP call was reserved, so you couldn't set
1224         the sort type (reported by Damjan Bole).
1225 Bugfix: Using a SOAP call to open a non-existant directory made the filer
1226         crash.
1227 Bugfix: Drag-and-drop raising on the panel didn't quite work (Daniele Peri).
1229 22-Feb-2003
1230 ~~~~~~~~~~~
1231 Make Size toolbar icon only set the size. Use a second button to set automatic
1232 mode.
1234 13-Feb-2003
1235 ~~~~~~~~~~~
1236 Updated Spanish translation (Marcelo Ramos).
1237 Alpha blended pinboard icons now get clipped correctly even with GTK+-2.0.
1239 12-Feb-2003
1240 ~~~~~~~~~~~
1241 Fixed some spelling errors (Marcelo Ramos).
1242 Select the current style by default when opening the Set Backdrop box
1243 (reported by Marcelo Ramos).
1244 Fix problems with pinboard drawing of semi-transparent icons (fixed for
1245 GTK+-2.2 only).
1247 11-Feb-2003
1248 ~~~~~~~~~~~
1249 Merged Set Run Action, Set Icon and Set Backdrop dropboxes into a single
1250 Ultimate DropBox widget, and made all three interfaces much nicer.
1251 Dragging to the Home and Up toolbar tools now supports the menu-on-drag
1252 option (reported by Laurent Moussault).
1253 Allow changing the pinboard style without having to drag the image back in
1254 (requested by Jesse Wagner).
1255 Remove button style from iconified windows. Use a semi-transparent border
1256 instead. The actual effect is flexible; perhaps someone with artistic
1257 talent can do something better?
1258 Double-buffer small pinboard updates.
1259 Updated Spanish translation (Marcelo Ramos).
1261 10-Feb-2003
1262 ~~~~~~~~~~~
1263 Option to turn off column headings in List View (Adam Sampson).
1264 Panel auto-raising also works during drag-and-drop.
1265 Bugfix: Installing to /usr put the MIME files in the wrong place (reported
1266         by Albert Wagner).
1268 09-Feb-2003
1269 ~~~~~~~~~~~
1270 Allow dragging to a selected directory as long as it's not the source of the
1271 drag.
1272 If an error occurs opening a directory then don't report it in an error box if
1273 a drag-and-drop operation is in progress.
1274 Keep the title up-to-date for iconified windows.
1275 Option to show menu on button-1 drags instead of copying.
1276 Aborting an action window tries to kill all child processes, not just the
1277 immediate child, and doesn't close the window until it has actually stopped.
1278 Symlinks to mount points now work (reported by Daniele Peri).
1279 Include textual description of types in various places (Stephen Watson).
1280 Allow dragging directories to bookmarks edit window or toolbar icon, with
1281 spring loading (suggested by Stephen Watson and George De Bruin).
1282 Removed confusing Set Icon choice from DnD menu.
1283 Bugfix: If a directory on the panel changed to/from being an application, the
1284         label wasn't hidden / shown.
1286 08-Feb-2003
1287 ~~~~~~~~~~~
1288 Changing the icon for a MIME type updates all filer windows.
1289 When dragging a pinboard icon over itself, pretend the icon isn't there to
1290 allow fine repositioning.
1291 When an error prevents scanning a directory, show the error in the window
1292 title bar, and only report it once in an error box.
1293 Don't create thumbnails of thumbnails by checking if the image is in
1294 ~/.thumbnails/normal. Before, the test was the size of the file, not its
1295 location.
1296 Pinboard image style Scale is now called Stretch; Scale now scales without
1297 changing the aspect ratio.
1299 07-Feb-2003
1300 ~~~~~~~~~~~
1301 Auto-scrolling during drag-and-drop works again, and now in list view too.
1303 02-Feb-2003
1304 ~~~~~~~~~~~
1305 Fixed clipping and wrapping problems with pinboard icon text.
1307 01-Feb-2003
1308 ~~~~~~~~~~~
1309 Don't use double-buffering for the pinboard. This might make things flicker
1310 slightly, but it's much faster on some systems.
1311 Updated Spanish translation (Marcelo Ramos).
1313 31-Jan-2003
1314 ~~~~~~~~~~~
1315 Added Bookmarks 'Recently Visited' submenu (Stephen Watson).
1317 28-Jan-2003
1318 ~~~~~~~~~~~
1319 Replaced some of the icons with some GNOME ones (slightly modified in some
1320 cases).
1322 27-Jan-2003
1323 ~~~~~~~~~~~
1324 Slightly adjusted the 'normal' icon height to be the same size as GNOME to
1325 make sharing icons easier.
1326 Updated Polish translation (Marcin Juszkiewicz).
1328 26-Jan-2003
1329 ~~~~~~~~~~~
1330 Bugfix: Symlinking to an application required the symlink, rather than the
1331         target directory, to have the same owner as the AppRun (Keith Warno).
1333 25-Jan-2003
1334 ~~~~~~~~~~~
1335 Bugfix: Hyper and Super modifiers didn't work properly as icon shortcuts.
1337 23-Jan-2003
1338 ~~~~~~~~~~~
1339 Work around changes in Gtk+-2.2 that stopped the panel from appearing on all
1340 workspaces.
1341 Add scrollbars to bookmarks editor window (requested by George De Bruin).
1343 22-Jan-2003
1344 ~~~~~~~~~~~
1345 Bugfix: Filer would quit if only the Bookmarks editor window was open (reported
1346         by Bernard Jungen).
1348 20-Jan-2003
1349 ~~~~~~~~~~~
1350 New option to sort capitalised names first (requested by Paul Etchells and
1351 others).
1353 19-Jan-2003
1354 ~~~~~~~~~~~
1355 Updated Spanish translation (Marcelo Ramos).
1356 Fixed wheel mouse scroll bug in List View (reported by Vincent Lefevre and
1357 others).
1358 Attempt to improve the autosizing by examining the item with the longest name.
1359 Don't scale icons up in Huge mode.
1360 In translated <About> sections in AppInfo.xml files, allow a 'label=' attribute
1361 to translate the key (requested by Guido Schimmels).
1363 18-Jan-2003
1364 ~~~~~~~~~~~
1365 Added dnotify support, so that on Linux the filer now updates automatically
1366 when a directory is changed (requested by Taras and Dave C).
1368 16-Jan-2003
1369 ~~~~~~~~~~~
1370 Added icon to infobox (Geoff Youngs and Marcin Juszkiewicz).
1372 14-Jan-2003
1373 ~~~~~~~~~~~
1374 Add GTK versions used for compiling and running to -v output (suggested by
1375 Vincent Lefèvre).
1376 Bugfix: Drag-and-drop in Icons View didn't work while scrolled (reported by
1377         Brian Langenberger).
1379 13-Jan-2003
1380 ~~~~~~~~~~~
1381 Change 'Type' to 'Types' (Vincent Lefèvre).
1382 Don't resize when changing the view type if auto-resizing is off (Keith R. John
1383 Warno).
1384 Added missing cast and detect long files on OpenBSD (Damien Couderc).
1386 10-Jan-2003
1387 ~~~~~~~~~~~
1388 Remove -o from --help output (spotted by Karol Krenski).
1389 Updated Spanish translation (Marcelo Ramos).
1391 09-Jan-2003 (Release 1.3.6)
1392 ~~~~~~~~~~~
1393 Fix reference counting problem shown up by Gtk+-2.2.
1395 06-Jan-2003
1396 ~~~~~~~~~~~
1397 Updated German translation (Guido Schimmels).
1398 Make toolbar extend the whole width of the window (suggested by Andrzej
1399 Radecki).
1401 05-Jan-2003
1402 ~~~~~~~~~~~
1403 Updated Polish translation (Marcin Juszkiewicz).
1405 04-Jan-2003
1406 ~~~~~~~~~~~
1407 Updated French translation and fixed untranslatable string (Vincent Lefèvre).
1408 When using bigger/smaller, don't wrap at the end (suggested by Arnaud Calvo).
1409 Updated French manual translation (Arnaud Calvo).
1411 02-Jan-2003
1412 ~~~~~~~~~~~
1413 Updated Spanish translation (Marcelo Ramos).
1414 Updated Dutch translation (Jan Wagemakers).
1416 01-Jan-2003
1417 ~~~~~~~~~~~
1418 Added button in options window to purge thumbnails cache.
1420 30-Dec-2002
1421 ~~~~~~~~~~~
1422 Preserve selection when changing view type.
1423 Shade selection when we don't have primary.
1425 29-Dec-2002
1426 ~~~~~~~~~~~
1427 Show thumbnails in List view. Allow changing the icon size. If the size is
1428 automatic, show thumbnails as Huge and everything else as Small.
1429 Scroll wheel now works in List view.
1431 28-Dec-2002
1432 ~~~~~~~~~~~
1433 Use bold style to indicate recent items (instead of the pink background).
1435 27-Dec-2002
1436 ~~~~~~~~~~~
1437 Sort type is shared between Icon and List views. Sort order can be reversed.
1438 Highlight recently changed items with a tasteful pink background.
1439 When the bookmark editor window first opened, no item was selected. If the
1440 user clicked on it to select it, editing mode started instead (reported by
1441 Bernard Jungen).
1442 Removed most of the options section of the manual, since it was just echoing
1443 the information in the tooltips anyway.
1445 26-Dec-2002
1446 ~~~~~~~~~~~
1447 Various fixes to new list view (reported by George De Bruin).
1448 Mounting and unmounting auto-resizes the window.
1450 25-Dec-2002
1451 ~~~~~~~~~~~
1452 Right-clicking the Size button switches to automatic mode and resizes the
1453 window.
1455 24-Dec-2002
1456 ~~~~~~~~~~~
1457 Made 'Automatic' an icon size, rather than a separate option.
1458 Size toolbar button shows a menu, including the new Automatic setting.
1460 23-Dec-2002
1461 ~~~~~~~~~~~
1462 Rearranged menus and options for new List View mode.
1464 20-Dec-2002
1465 ~~~~~~~~~~~
1466 Removed warning message from --new. It can be useful for a session manager...
1467 Draw iconified windows with a background, so they don't get confused with other
1468 icons (suggested by Joakim Andreasson).
1469 Bugfix: Stupid bug stopped iconified windows from being removed and could
1470         cause a crash!
1472 17-Dec-2002
1473 ~~~~~~~~~~~
1474 The 'Directories always come first' option now only applies to name sorts.
1475 Sort by date and size default order has been reversed.
1476 Always use case-insensitive sort.
1478 16-Dec-2002
1479 ~~~~~~~~~~~
1480 Updated French manual translation (Arnaud Calvo).
1482 12-Dec-2002
1483 ~~~~~~~~~~~
1484 Details toolbar button switches to the new (unfinished) details view.
1485 Bugfix: Fix detection of new pango wrapping system (Richard Olsson)
1487 11-Dec-2002
1488 ~~~~~~~~~~~
1489 Style improvements to Edit Icon box.
1490 Don't show Size attribute for directories in the Info box. It was confusing,
1491 since it didn't include the contents.
1492 Bugfix: Right-clicking on the Bookmarks icon to edit the bookmarks would
1493         cause a crash if the bookmarks were not yet loaded.
1495 10-Dec-2002
1496 ~~~~~~~~~~~
1497 Code tidying (Bernard Jungen).
1499 09-Dec-2002
1500 ~~~~~~~~~~~
1501 Style improvements to options window.
1503 08-Dec-2002
1504 ~~~~~~~~~~~
1505 Updated Spanish translation (Marcelo Ramos).
1507 06-Dec-2002
1508 ~~~~~~~~~~~
1509 Updated German translation (Guido Schimmels).
1511 04-Dec-2002 (Release 1.3.5)
1512 ~~~~~~~~~~~
1513 Using the Close toolbar button also offers to unmount devices (spotted by
1514 Götz Waschk).
1516 03-Dec-2002
1517 ~~~~~~~~~~~
1518 Clicking on a mount point auto-mounts. The shift action is now to open without
1519 mounting. Closing a filer window showing a mount point offers to unmount it
1520 (suggested by Guido Schimmels and others).
1521 Use stock icons in more dialogs.
1523 02-Dec-2002
1524 ~~~~~~~~~~~
1525 Allow editing the path for bookmarks.
1527 01-Dec-2002
1528 ~~~~~~~~~~~
1529 Added 'Edit Bookmarks' dialog and 'Show Bookmarks' menu entry.
1531 29-Nov-2002
1532 ~~~~~~~~~~~
1533 New mount icons (suggested by Marcin Juszkiewicz).
1534 Don't show separator in bookmarks menu when there is nothing below it.
1536 28-Nov-2002
1537 ~~~~~~~~~~~
1538 Added a default hander for HTML files, otherwise newbies can't read the
1539 manual!
1540 Bugfix: Pinboards without backdrop images didn't get the correct colour set
1541         by default.
1543 27-Nov-2002
1544 ~~~~~~~~~~~
1545 Better positioning of bookmarks menu.
1547 22-Nov-2002
1548 ~~~~~~~~~~~
1549 Updated Spanish translation (Marcelo Ramos).
1550 Allow translation of About AppInfo section.
1551 Bugfix: When using Metacity, some minimised windows weren't shown (reported by
1552         Alastair Porter).
1554 21-Nov-2002
1555 ~~~~~~~~~~~
1556 More tooltips for the Set Icon dialog.
1558 20-Nov-2002
1559 ~~~~~~~~~~~
1560 Use better wrapping system, if available (Richard Olsson).
1562 15-Nov-2002
1563 ~~~~~~~~~~~
1564 Removed ASCII sort option. Useless, and didn't work with UTF-8 anyway.
1566 13-Nov-2002
1567 ~~~~~~~~~~~
1568 New sorting system to cope with UTF-8 filenames.
1570 12-Nov-2002
1571 ~~~~~~~~~~~
1572 Use stdout, not stderr, for --help and --version, and use xmllint instead of
1573 nsgmls to check for valid DocBook (Eric Gillespie).
1574 Updated Chinese translation (babyfai Cheung).
1576 11-Nov-2002
1577 ~~~~~~~~~~~
1578 Added note about checking permissions to message complaining that the MIME
1579 database can't be found (suggested by Keir Mierle).
1581 07-Nov-2002
1582 ~~~~~~~~~~~
1583 Set hint to make panels appear on all workspaces, and support metacity-style
1584 iconified windows (reported by Alastair Porter; suggested fix by Laurent
1585 Moussault).
1587 05-Nov-2002
1588 ~~~~~~~~~~~
1589 Added Bookmarks toolbar icon (Liav).
1591 04-Nov-2002
1592 ~~~~~~~~~~~
1593 Removed some unused code and fixed a possible race condition.
1595 03-Nov-2002
1596 ~~~~~~~~~~~
1597 Update error message to give correct version of MIME database (reported by
1598 FD Cami).
1600 31-Oct-2002
1601 ~~~~~~~~~~~
1602 Make the Find and Permissions help windows look nicer.
1603 Added support for shadowed labels on the pinboard (Andras Mohari).
1605 29-Oct-2002
1606 ~~~~~~~~~~~
1607 Stop Metacity from complaining that it can't decide whether the pinboard is
1608 resizable or not (reported by Alastair Porter, solution suggested by 
1609 Havoc Pennington).
1611 28-Oct-2002
1612 ~~~~~~~~~~~
1613 Make it more obvious that --new is only for debugging.
1614 Added Norwegian translation (Sigve Indregard).
1616 27-Oct-2002
1617 ~~~~~~~~~~~
1618 Use our own stock icons for 'show hidden' and 'show details' toolbar buttons
1619 (Stephen Watson). New details icon is a modified version of a Gtk stock
1620 icon, while show hidden is taken from sawfish.
1622 26-Oct-2002
1623 ~~~~~~~~~~~
1624 Code tidying (Bernard Jungen).
1626 23-Oct-2002
1627 ~~~~~~~~~~~
1628 Switch button-1/2 on Help, as it was too annoying.
1629 Create thumbnails at 128x128 to be in-line with current thumbnails spec.
1630 Bugfix: When using the lasso box with the pinboard, select icons based on
1631         where they actually are, not where they want to be (useful if you've
1632         just changed to a lower resolution and they're all stuck at the side!).
1634 22-Oct-2002
1635 ~~~~~~~~~~~
1636 Button-1 on Help shows the manual, other button opens the Help directory
1637 (Marcin Juszkiewicz).
1639 21-Oct-2002
1640 ~~~~~~~~~~~
1641 More checks to cope with invalid filenames (Marcin Juszkiewicz).
1642 Updated Polish translation (Marcin Juszkiewicz).
1644 19-Oct-2002
1645 ~~~~~~~~~~~
1646 Updated Spanish translation (Marcelo Ramos).
1648 18-Oct-2002
1649 ~~~~~~~~~~~
1650 Cope slightly better with invalid filenames in various places (reported by
1651 Marcin Juszkiewicz and Andras Mohari).
1652 Make panel menus appear nearer the edge of the screen for top, left and right
1653 panels (suggested by Bernard Jungen).
1654 Bugfix: When installing the binary release, don't warn the user that the source
1655         is missing (reported by John Pettigrew).
1657 17-Oct-2002
1658 ~~~~~~~~~~~
1659 Code tidying (Bernard Jungen).
1660 Fixed broken links to citations in manual (reported by Bernard Jungen).
1661 Renamed sp.po to es.po (requested by Quique).
1663 12-Oct-2002
1664 ~~~~~~~~~~~
1665 Added Swedish translation (Marcus Lundblad).
1666 Bugfix: Invert Selection failed to work correctly on the first item (spotted by
1667         Stephen Watson).
1669 09-Oct-2002
1670 ~~~~~~~~~~~
1671 Updated French manual translation (Arnaud Calvo).
1673 07-Oct-2002
1674 ~~~~~~~~~~~
1675 Updated French translation (Vincent Lefèvre).
1677 01-Oct-2002 (Release 1.3.4)
1678 ~~~~~~~~~~~
1679 Require glib >= 2.0.3, or action windows leak file handles (reported by
1680 Musus Umbra).
1682 27-Sep-2002
1683 ~~~~~~~~~~~
1684 Allow multiple pinboard icons to be repositioned at once.
1686 26-Sep-2002
1687 ~~~~~~~~~~~
1688 Allow multiple pinboard icons to be selected by dragging a box around them.
1690 23-Sep-2002
1691 ~~~~~~~~~~~
1692 Pinboard and panel icons can now have keyboard shortcuts assigned to them.
1693 Bugfix: Fixed a couple of cursor positioning problems (reported by Andras
1694 Mohari).
1696 22-Sep-2002
1697 ~~~~~~~~~~~
1698 Replace -o command-line option with a toggle button in the options window.
1700 17-Sep-2002
1701 ~~~~~~~~~~~
1702 Updated French manual translation (Arnaud Calvo).
1704 05-Sep-2002
1705 ~~~~~~~~~~~
1706 Be more forceful about setting the pinboard backdrop; some themes were
1707 overriding it (reported by Biju Chacko).
1708 Use K, M and G consistantly (Marcin Juszkiewicz).
1710 03-Sep-2002
1711 ~~~~~~~~~~~
1712 Shift Open had stopped working (spotted by Matthew Weier O'Phinney).
1714 02-Sep-2002
1715 ~~~~~~~~~~~
1716 Changed default Set Run Action shell command from "$1" to "$@" (suggested by
1717 krjw).
1719 01-Sep-2002
1720 ~~~~~~~~~~~
1721 Updated Spanish translation (Marcelo Ramos).
1723 30-Aug-2002
1724 ~~~~~~~~~~~
1725 New 'Class' parameter to Filer_OpenDir SOAP method allows setting the
1726 WM_CLASS of a new window so that the window manager can treat it
1727 specially, such as opening it in a certain place, or make it sticky
1728 (requested by Matthew Weier O'Phinney).
1730 27-Aug-2002
1731 ~~~~~~~~~~~
1732 New option to set the pinboard font (Krzysztof Luks).
1734 26-Aug-2002
1735 ~~~~~~~~~~~
1736 Updated French translation (Vincent Lefèvre).
1737 Updated Italian translation (Daniele Peri).
1739 17-Aug-2002
1740 ~~~~~~~~~~~
1741 Increase time between updates while scanning from 0.5s to 1.5s. Now that the
1742 names are all shown from the start, fast feedback here is less useful.
1743 When resizing due to a key event, warp the pointer (for sloppy focus users).
1745 13-Aug-2002
1746 ~~~~~~~~~~~
1747 Removed Re-read MIME types button. Use Refresh on the toolbar instead.
1749 11-Aug-2002
1750 ~~~~~~~~~~~
1751 Internal changes: moved menu and toolbar over to View interface.
1753 05-Aug-2002
1754 ~~~~~~~~~~~
1755 Open the menu on the 'popup-menu' signal. Allows you to use the default Gtk
1756 keyboard shortcuts to open the menu.
1757 Translated AppInfo menu entries into Hungarian (Andras Mohari) and
1758 Spanish (Marcelo Ramos).
1759 After dragging to a remote application which didn't respond, the filer
1760 refused to gain the primary selection until the operation timed out.
1762 02-Aug-2002
1763 ~~~~~~~~~~~
1764 Use stock icons for multi-file drag-and-drop, files with missing icons, and
1765 files that can't be statted (Marcin Juszkiewicz).
1767 01-Aug-2002
1768 ~~~~~~~~~~~
1769 Make --version's output convert to the local character set (Vincent Lefevre).
1770 Make menu items in AppInfo.xml files translatable (requested by
1771 Wilbert Berendsen, Andras Mohari and Marcelo Ramos).
1773 29-Jul-2002
1774 ~~~~~~~~~~~
1775 Change pinboard option to forward button 3 to forward all buttons (requested
1776 by Matthew Weier O'Phinney).
1778 28-Jul-2002
1779 ~~~~~~~~~~~
1780 Use Gtk's new stock info icon instead of help icon for minibuffer, etc.
1782 26-Jul-2002
1783 ~~~~~~~~~~~
1784 Updated French translation (Vincent Lefèvre).
1785 Updated Spanish translation (Marcelo Ramos).
1786 Using Edit MIME types in the Options box now opens the new 'packages'
1787 directory instead of the old 'mime-info' one (reported by Goetz Waschk).
1789 24-Jul-2002 (Release 1.3.3)
1790 ~~~~~~~~~~~
1791 Updated to new shared MIME database format.
1793 23-Jul-2002
1794 ~~~~~~~~~~~
1795 Alt-Return or Alt-Button-1 on a file works like clicking with button-2; it
1796 opens a directory in a new window and closes the directory when opening a file
1797 (suggested by Gregory Spath).
1799 22-Jul-2002
1800 ~~~~~~~~~~~
1801 Use stock icons for toolbar, to make it themeable (requested by Michael Adams).
1803 21-Jul-2002
1804 ~~~~~~~~~~~
1805 Made the stepper arrows in the scrollbars scroll by one item's height, fixed
1806 an untranslatable string and fixed a slight error in the size calculation
1807 (Bernard Jungen).
1809 19-Jul-2002
1810 ~~~~~~~~~~~
1811 Rearraged File menu (suggested by Tomas Berg).
1813 16-Jul-2002
1814 ~~~~~~~~~~~
1815 Added support for Solaris 'Door' files (Stephen Watson).
1817 12-Jul-2002
1818 ~~~~~~~~~~~
1819 Added Help menu with both About and Show Files entries, and a new entry to
1820 load the corrent manual for the current locale (suggested by Arnaud Calvo).
1822 11-Jul-2002
1823 ~~~~~~~~~~~
1824 Updated French manual translation (Arnaud Calvo).
1825 Changed 'Show ROX-Filer Help' to 'About ROX-Filer...'. This shows the Info
1826 box, with a new 'Show Help Files' button (Geoff Youngs).
1828 09-Jul-2002
1829 ~~~~~~~~~~~
1830 Don't close the Set Run Action box after showing the usage message if the user
1831 enters an invalid command (spotted by krjw).
1833 07-Jul-2002
1834 ~~~~~~~~~~~
1835 Bugfix: Changing the pinboard colours when iconfied windows were not in use
1836         displayed a (harmless) warning message (reported by krjw).
1838 02-Jul-2002
1839 ~~~~~~~~~~~
1840 Security fix: Set Run Action to a shell command would make the executable
1841               world-writeable (spotted by alexander).
1843 28-Jun-2002
1844 ~~~~~~~~~~~
1845 Bugfix: Tooltips for files sometimes didn't get displayed.
1847 26-Jun-2002
1848 ~~~~~~~~~~~
1849 Added reminder about having NumLock on when using groups from the keypad
1850 (suggested by Gombok Arthur).
1852 25-Jun-2002
1853 ~~~~~~~~~~~
1854 Turned on more compiler warnings, and fixed some minor issues it threw up.
1856 22-Jun-2002 (Release 1.3.2)
1857 ~~~~~~~~~~~
1858 Updated French translation (Vincent Lefèvre).
1860 21-Jun-2002
1861 ~~~~~~~~~~~
1862 Added 'Text beside icon' toolbar style (Michael Adams).
1864 20-Jun-2002
1865 ~~~~~~~~~~~
1866 Bugfix: Using another window in between entering target mode and selecting
1867         the target printed a warning instead of performing the operation.
1869 17-Jun-2002
1870 ~~~~~~~~~~~
1871 Fix problem with root menu positioning on icewm (reported by Bernard Jungen).
1873 16-Jun-2002
1874 ~~~~~~~~~~~
1875 More robust approach to SOAP errors.
1877 11-Jun-2002
1878 ~~~~~~~~~~~
1879 Require version 2.0.1 or later of Gtk, due to bugs in 2.0.0.
1880 Changing the pinboard font realigns the icons.
1881 Bugfix: Symlinked items in the SendTo menu didn't use globicons correctly
1882         (spotted by Arnaud Calvo).
1883 Bugfix: Filer sometimes failed to load the backdrop supplied by a program
1884         (reported by Arnaud Calvo).
1886 10-Jun-2002
1887 ~~~~~~~~~~~
1888 Updated Spanish translation (Marcelo Ramos).
1890 08-Jun-2002
1891 ~~~~~~~~~~~
1892 Move Xterm Here to Window menu and add Switch to xterm (suggested by
1893 Gregory Spath).
1894 Bugfix: Some shortcuts didn't work properly on some keyboards (reported by
1895         Lorint and Musus Umbra).
1897 06-Jun-2002
1898 ~~~~~~~~~~~
1899 When installing without a manpage, just warn the user instead of aborting
1900 (suggested by Simon Britnell).
1902 01-Jun-2002
1903 ~~~~~~~~~~~
1904 Code tidying (Bernard Jungen).
1906 31-May-2002
1907 ~~~~~~~~~~~
1908 Option to switch automatically between Large and Small icons (Stephen Watson).
1909 Allow blank icon names (suggested by Gregory Spath).
1910 Bugfix: Default icon for iconified windows wasn't found (Jimmy Olgeni).
1911 Bugfix: Sometimes the SOAP message sent to a running process got displayed.
1913 30-May-2002 (Release 1.3.1)
1914 ~~~~~~~~~~~
1915 Fix redraw bug with selected icons.
1917 29-May-2002
1918 ~~~~~~~~~~~
1919 Respect CHOICESPATH when installing (spotted by Vincent Lefevre).
1920 Set Icon now creates icons in PNG format (spotted by Wilbert Berendsen).
1922 28-May-2002
1923 ~~~~~~~~~~~
1924 Merged in icons from rox-base (converted to PNG format and renamed).
1925 Bugfix: When showing iconified windows, the filer could crash if a window
1926         disappeared at the wrong moment.
1928 27-May-2002
1929 ~~~~~~~~~~~
1930 Set _XROOTPMAP_ID property on root window so that Eterm and friends show
1931 the right backdrop (requested by Simon Britnell).
1932 Use .png icons in MIME-icons instead of .xpm (needed to change anyway as
1933 the new shared MIME database uses different types in many places).
1934 Updated French translation (Vincent Lefèvre).
1935 Updated Dutch translation (Wilbert Berendsen).
1936 Updated Hungarian translation (Andras Mohari).
1938 24-May-2002
1939 ~~~~~~~~~~~
1940 When using -d or -s options, don't follow symlinks in paths starting with '/'
1941 (suggested by Darrell Taylor).
1943 23-May-2002
1944 ~~~~~~~~~~~
1945 Code tidying (Bernard Jungen).
1947 21-May-2002
1948 ~~~~~~~~~~~
1949 Updated Polish translation (Krzysztof Krzy¿aniak).
1951 19-May-2002
1952 ~~~~~~~~~~~
1953 Setting the background colour doesn't lose the image (spotted by Jasper
1954 Huijsmans).
1956 18-May-2002
1957 ~~~~~~~~~~~
1958 Iconified windows are shown with their own icon, if they have one.
1960 17-May-2002
1961 ~~~~~~~~~~~
1962 Options to set iconification layout policy.
1963 Fix compiler warnings on some systems (Stephen Watson).
1964 Added 'Follow Symbolic Links' menu item (Stephen Watson).
1966 16-May-2002
1967 ~~~~~~~~~~~
1968 Pinboard background colour option works again.
1969 Position iconified windows sensibly.
1970 Bugfix: Typing too fast into the minibuffer could miss characters.
1972 15-May-2002
1973 ~~~~~~~~~~~
1974 Wrap long icon names onto multiple lines.
1975 Options to forward button-3 clicks on the pinboard to the window manager
1976 (requested by Ryan Harris).
1978 14-May-2002
1979 ~~~~~~~~~~~
1980 Code tidying (Bernard Jungen).
1981 Bugfix: Ctrl-clicking on icons can unselect, not just select.
1983 13-May-2002
1984 ~~~~~~~~~~~
1985 Bugfix: Short form of '--client-id' option didn't work (reported by Julio
1986         Hugo Toloza).
1988 12-May-2002
1989 ~~~~~~~~~~~
1990 Allow hidden subdirectories in <Choices>/SendTo which have their contents
1991 included only for certain MIME types (Geoff Youngs).
1992 When changing directory, remove any trailing /s from the path.
1993 Make sure panels never get lowered under the pinboard.
1994 Iconified windows are now displayed on the pinboard, not floating over
1995 everything else.
1996 Bugfix: Using a savebox when the pathname contained multi-byte characters
1997         caused the initial selected region to be positioned incorrectly.
1999 10-May-2002
2000 ~~~~~~~~~~~
2001 Initial support for showing iconified windows.
2003 09-May-2002
2004 ~~~~~~~~~~~
2005 Changed the way pinboard icons are implemented.
2006 Changed the way backdrop applications set the backdrop.
2007 Always use button-3 for the pinboard menu, as the window manager menu must
2008 be on button-2 (spotted by Geoff Youngs).
2010 08-May-2002
2011 ~~~~~~~~~~~
2012 Updated French manual translation (Arnaud Calvo).
2013 Middle button clicks on the pinboard are passed to the window manager.
2014 Many improvements to the pinboard:
2015 - Changing font updates the pinboard icons.
2016 - Button-2 clicks are passed to window manager.
2017 - Drop highlight doesn't flicker.
2019 07-May-2002
2020 ~~~~~~~~~~~
2021 Improved highlighting of icons (Andras Mohari).
2023 06-May-2002
2024 ~~~~~~~~~~~
2025 The pinboard is now a screen-sized window. Faster and better looking.
2026 Setting the backdrop is now done from the filer.
2028 03-May-2002
2029 ~~~~~~~~~~~
2030 The Link box allows an existing symlink to be replaced, instead of
2031 complaining that the destination already exists (suggested by Arnaud Calvo).
2032 Bugfix: When editing a panel icon, the tooltip didn't update until the next
2033         restart (Olli Helenius).
2035 02-May-2002
2036 ~~~~~~~~~~~
2037 Added Sort to the OpenDir SOAP method (Stephen Watson).
2039 30-Apr-2002
2040 ~~~~~~~~~~~
2041 Alpha-blending for Small icons, too.
2042 Bugfix: When copying directories, ignore an error caused by filesystems,
2043         such as Samba shares, that don't support chmod fully (reported by
2044         Andrew S Dixon).
2046 29-Apr-2002
2047 ~~~~~~~~~~~
2048 SOAP method OpenDir now allows Style and Details to be specified
2049 (Stephen Watson).
2051 28-Apr-2002
2052 ~~~~~~~~~~~
2053 Use alpha-blending in Large and Huge display modes. Limit icons in menus to
2054 Small and Large sizes.
2056 27-Apr-2002
2057 ~~~~~~~~~~~
2058 Return in Permissions box activates Quiet.
2060 26-Apr-2002
2061 ~~~~~~~~~~~
2062 MIME information is now read from the freedesktop.org shared database rather
2063 than the old Choices/MIME-info directories.
2065 25-Apr-2002
2066 ~~~~~~~~~~~
2067 Don't convert to `real' path when following symlinks, so that Up now returns
2068 to the directory containing the symlink, not the thing it linked to
2069 (requested by Gregory Spath).
2070 Don't quit while Options window is open.
2072 21-Apr-2002
2073 ~~~~~~~~~~~
2074 Allow panel style to be set from ~/.gtkrc-2.0, using 'rox-panel' to identify
2075 the window (requested by Ashwin).
2076 Merged OK and Save buttons in the Options box. Revert shades when it would
2077 have no effect.
2079 17-Apr-2002
2080 ~~~~~~~~~~~
2081 'New ...' for a template always copies without confirming (suggested by
2082 Wilbert Berendsen).
2084 16-Apr-2002
2085 ~~~~~~~~~~~
2086 Set-keybindings button in options box now checks that this feature is on,
2087 and explains what to do if not (suggested by Francesco Bochicchio).
2089 15-Apr-2002
2090 ~~~~~~~~~~~
2091 Updated French translation (Vincent Lefèvre).
2092 Message in translation options switches language as you move through the
2093 options.
2095 14-Apr-2002
2096 ~~~~~~~~~~~
2097 Added Chinese translation (babyfai cheung).
2099 14-Apr-2002 (Release 1.3.0)
2100 ~~~~~~~~~~~
2101 Fixed a minor redraw box (a single pixel could get left after a lasso drag).
2102                         
2103 13-Apr-2002
2104 ~~~~~~~~~~~
2105 Place action windows under pointer (suggested by txapela).
2107 11-Apr-2002
2108 ~~~~~~~~~~~
2109 Set collection style in the program. Choices/ROX-Filer/Styles is no longer
2110 used.
2111 Made background pixmaps for Collections work again (reported by Stephen
2112 Watson).
2113 Removed pinboard text background style option (it never worked with Gtk+-2.0).
2115 09-Apr-2002
2116 ~~~~~~~~~~~
2117 Added units display to options and improved toolbar options layout (Andras
2118 Mohari).
2119 When setting the icon for a directory, offer to create a .DirIcon
2120 (requested by Matjaz Mihelic).
2122 08-Apr-2002
2123 ~~~~~~~~~~~
2124 Much improved layout for Options box (Andras Mohari).
2125 Allow subdirectories in the Send To menu (Stephen Watson).
2127 06-Apr-2002
2128 ~~~~~~~~~~~
2129 Code tidying in various places (Bernard Jungen).
2130 Filer windows update automatically when the font or theme changes.
2132 05-Apr-2002
2133 ~~~~~~~~~~~
2134 Various speed improvements.
2135 Removed GNOME VFS option (never worked with Gtk+-2.0).
2137 04-Apr-2002
2138 ~~~~~~~~~~~
2139 Auto-raise panels when the pointer hits the side of the screen, and lower
2140 when it leaves the panel (Geoff Youngs).
2142 03-Apr-2002
2143 ~~~~~~~~~~~
2144 Slight speed increase when starting.
2146 02-Apr-2002
2147 ~~~~~~~~~~~
2148 Added Danish translation (Christian Storgaard).
2150 01-Apr-2002
2151 ~~~~~~~~~~~
2152 Internal tidy-up of the icon code: PinIcon and PanelIcon are now subclasses
2153 of Icon, which is now a GObject. Dragging pinboard icons with the middle
2154 button is no longer supported.
2156 28-Mar-2002
2157 ~~~~~~~~~~~
2158 Updated Polish translation (Krzysztof Krzy¿aniak).
2160 25-Mar-2002
2161 ~~~~~~~~~~~
2162 New 'Short titlebar flags' option (requested by Andras Mohari).
2164 24-Mar-2002
2165 ~~~~~~~~~~~
2166 Fixed problem which allowed the panel to get the input focus (reported by
2167 Brendan McCarthy).
2169 22-Mar-2002
2170 ~~~~~~~~~~~
2171 Large (over 50K) image files are now loaded in a subprocess. Faster, less
2172 likely to crash due to bad images, and more responsive.
2174 21-Mar-2002
2175 ~~~~~~~~~~~
2176 Filenames which are not valid UTF-8 are shown in red. A tooltip explains the
2177 problem. CHARSET is used to try and render the name anyway, and the rename
2178 box can be used to fix it (reported by Christopher Arndt).
2180 20-Mar-2002
2181 ~~~~~~~~~~~
2182 Times weren't converted to UTF-8, causing errors in some locales (reported
2183 by Christopher Arndt and tracked down by Andras Mohari).
2184 Informational messages are now shown with the info icon, not the error symbol
2185 (suggested by Andras Mohari).
2187 18-Mar-2002
2188 ~~~~~~~~~~~
2189 Set _WIN_HINTS for pinboard and panel icons so that they don't appear on
2190 task-lists or get selected when Alt-Tabbing (Brendan McCarthy).
2191 Allow COMPOUND_TEXT target for pinboard and panels (allows pasting into
2192 gnome-terminal).
2193 The Path Entry minibuffer now highlights invalid paths in red, instead of
2194 beeping.
2196 17-Mar-2002
2197 ~~~~~~~~~~~
2198 Internal changes: MaskedPixmap, Directory and XMLwrapper types are now
2199 GObjects. FSCache now works on GObjects, and the interface is therefore
2200 simpler now.
2202 16-Mar-2002
2203 ~~~~~~~~~~~
2204 Sorted out some focussing and defaulting behaviour in action windows.
2206 14-Mar-2002
2207 ~~~~~~~~~~~
2208 Split action window code, so that most of the GUI stuff is now in abox.c,
2209 and converted to new dialog style.
2211 13-Mar-2002
2212 ~~~~~~~~~~~
2213 Removed remaining support for the old libvfs.
2214 Updated lots of code to new Gtk+-2.0 style.
2216 12-Mar-2002
2217 ~~~~~~~~~~~
2218 Panel icons highlight when the pointer is over them.
2219 Fixed some untranslatable strings (Andras Mohari).
2221 11-Mar-2002
2222 ~~~~~~~~~~~
2223 Converted Set Run Action box to new style.
2225 10-Mar-2002
2226 ~~~~~~~~~~~
2227 New panel style; better looking, and sensitive right up to the edge of the
2228 screen.
2229 Converted action window results list to use the new GtkTreeView widget.
2231 09-Mar-2002
2232 ~~~~~~~~~~~
2233 Converted Savebox widget to new Gtk style.
2235 07-Mar-2002
2236 ~~~~~~~~~~~
2237 Fix compile problems with Gtk+-2.0-rc1 (missing X libs and cflags).
2238 Added stock icons to Options box. The filer now requires Gtk+-2.0.
2239 Updated Infobox to use new GtkTreeView widget.
2241 05-Mar-2002
2242 ~~~~~~~~~~~
2243 Display action window questions in bold (suggested by Andras Mohari).
2244 Added PanelAdd and PinboardAdd SOAP methods (Stephen Watson).
2246 28-Feb-2002
2247 ~~~~~~~~~~~
2248 Fixed sensitive region of icons in large with details display (Bernard
2249 Jungen).
2251 27-Feb-2002
2252 ~~~~~~~~~~~
2253 Added Newer option for Copy and Move operations (Stephen Watson).
2255 26-Feb-2002
2256 ~~~~~~~~~~~
2257 Centre colour selector on mouse, and close when options box closes.
2258 Got background pixmaps working with Gtk+-2.0.
2260 21-Feb-2002
2261 ~~~~~~~~~~~
2262 Changes to options now take effect instantly. The old Apply button is gone,
2263 and Cancel is now Revert.
2264 Fixed stupid bug in charset conversions (reported by Andras Mohari).
2265 Initial support for gnome-vfs (Mark Heily).
2267 20-Feb-2002
2268 ~~~~~~~~~~~
2269 Internal changes to the options system. See text at start of options.c.
2271 19-Feb-2002
2272 ~~~~~~~~~~~
2273 Changed 'Ignore case' option to 'Intelligent sorting'. A non-ASCII sort now
2274 handles numbers in a sensible way, so that 'file10' comes after 'file9', etc
2275 (Micah Dowty).
2276 Fix possible type conversion problem in charset conversion code
2277 (reported by Serban Udrea).
2278 Allow xml:lang attribute in AppInfo files for translations; see
2279 ROX-Filer/AppInfo.xml for an example (suggested by Wilbert Berendsen).
2281 18-Feb-2002
2282 ~~~~~~~~~~~
2283 Try to compile against Gtk+-2.0 first, and only fallback to 1.2 if it's not
2284 found.
2285 In an Infobox, strip trailing newlines from file's output as Gtk+-2.0
2286 labels display them.
2287 Scroll in whole items with Gtk+-1.2, plus better cursor alignment (Bernard
2288 Jungen).
2290 17-Feb-2002 (Release 1.2.0)
2291 ~~~~~~~~~~~
2292 New stable release.
2294 13-Feb-2002 (Release 1.1.14)
2295 ~~~~~~~~~~~
2296 Pressing Escape in a dialog box now closes the box.
2298 12-Feb-2002
2299 ~~~~~~~~~~~
2300 Fix compile problem if iconv.h is missing and allow CPPFLAGS settings to
2301 be used in Makefile (Jim Knoble).
2302 Undo 'double clicking unselects' change (requested by Andreas).
2304 11-Feb-2002
2305 ~~~~~~~~~~~
2306 Updated Spanish translation (Marcelo Ramos).
2307 Updated French manual translation (Arnaud Calvo).
2309 08-Feb-2002 (Release 1.1.13)
2310 ~~~~~~~~~~~
2311 Use fixed font in minibuffer.
2313 07-Feb-2002
2314 ~~~~~~~~~~~
2315 Updated French manual translation (Arnaud Calvo).
2316 Updated Russian translation (Dmitry Elfimov).
2318 06-Feb-2002
2319 ~~~~~~~~~~~
2320 When dragging a lasso box around items, limit the allowed overlap (the
2321 space you can drag over the edge of the next item without selecting it)
2322 so that very wide items (eg, those with details) are easier to select
2323 (requested by Andras Mohari).
2325 04-Feb-2002
2326 ~~~~~~~~~~~
2327 Updated Italian translation (Denis Manente).
2329 03-Feb-2002
2330 ~~~~~~~~~~~
2331 Updated German translation (André Wyrwa).
2332 Updated Spanish translation (Marcelo Ramos).
2334 02-Feb-2002
2335 ~~~~~~~~~~~
2336 Updated to version 0.5 of the thumbnails standard. You should rename
2337 '~/.thumbnails/96x96' to '~/.thumbnails/normal' to avoid having to recreate
2338 them all.
2340 01-Feb-2002
2341 ~~~~~~~~~~~
2342 Do UTF-8 conversions for globicons and file groups, as we now do for pinboards
2343 and panels (reported by Arnaud Calvo).
2345 31-Jan-2002
2346 ~~~~~~~~~~~
2347 Updated Hungarian translation (Andras Mohari).
2348 Double-clicking an item always clears the selection, removed extra newline
2349 from man-page and fixed a misplaced #endif (Bernard Jungen).
2351 30-Jan-2002
2352 ~~~~~~~~~~~
2353 Updated Dutch translation (Wilbert Berendsen).
2354 Updated to Gtk+-1.3.13 (action window scrolling now works).
2356 28-Jan-2002
2357 ~~~~~~~~~~~
2358 OK and Cancel buttons in savebox can no longer be focussed. Fixes problem
2359 where opening a savebox put the focus on the last used button instead of
2360 the entry (reported by Karol Krenski).
2361 Added instructions for Window Maker pinboard icons to the manual
2362 (Jim Knoble).
2363 Resizer now allows space for the 'Running as ...' message (reported by
2364 Wilbert Berendsen).
2366 25-Jan-2002
2367 ~~~~~~~~~~~
2368 If conversion to 'ISO8859-1' doesn't work, try 'iso-8859-1' and 'UTF-8' instead
2369 of giving a warning (reported by Gregory Spath).
2371 24-Jan-2002 (Release 1.1.12)
2372 ~~~~~~~~~~~
2373 Updated Hungarian translation (Andras Mohari).
2375 23-Jan-2002
2376 ~~~~~~~~~~~
2377 Only check for thumbnails in the thumbnail scanning code, not when loading
2378 any image (saves time).
2379 Assume pathnames and labels for pinboards and panels are in the local charset
2380 for Gtk+-1.2, and in UTF-8 for Gtk+-2.0.
2381 When using 'Shell Command...' from the menu with an item selected by opening
2382 the menu, the item now remains selected when you enter the command.
2384 Updated French translation (Vincent Lefèvre).
2385 Updated Dutch translation (Wilbert Berendsen).
2387 22-Jan-2002
2388 ~~~~~~~~~~~
2389 _ROX_PANEL_MENU_POS property is now set on each GtkSocket window, rather than
2390 the panel, so that applets can find it more easiliy (requested by Stephen
2391 Watson).
2392 Only use Gtk+-2.0 if '--compile --with-gtk2' is used.
2393 Loading a thumbnail now stores the details when loading started, not
2394 when it finished.
2395 Bugfix: Under Gtk+-2.0, the savebox focussed the OK button rather than the
2396         text entry.
2398 21-Jan-2002
2399 ~~~~~~~~~~~
2400 Changing the permission on a file failed to update the display (reported by
2401 Karol Krenski). Also made other updates more efficient.
2402 Allow COMPOUND_TEXT selection type (same as STRING for now), as gnome-terminal
2403 has stopped accepting STRING.
2405 20-Jan-2002
2406 ~~~~~~~~~~~
2407 Added a configure check for iconv.h.
2408 Use double instead of long for file sizes in find.c (Bernard Jungen).
2410 19-Jan-2002
2411 ~~~~~~~~~~~
2412 Thumbnails code failed to update images when they changed (reported by
2413 Andreas).
2415 18-Jan-2002
2416 ~~~~~~~~~~~
2417 Use 'ISO8859-1' instead of 'iso-8859-1' and fallback to strdup if charset
2418 conversion fails (Stephen Watson).
2420 Deleting a symlink to a pinboard or panel icon showed a warning, even though
2421 there was no danger, because it followed the symlink. Trying to copy a symlink
2422 inside the directory it pointed to failed for the same reason.
2424 17-Jan-2002
2425 ~~~~~~~~~~~
2426 Big changes to internationalisation for pinboards and panels to fix problems
2427 with incompatible character sets (reported by Arnaud Calvo).
2428 When creating thumbnails, create to a temporary file and rename in case another
2429 program tries to write the save thumbnail at the same time.
2430 As a special case, running with just '-v' doesn't call gtk_init, allowing
2431 installing without an X server (requested by Michael Duelli).
2433 16-Jan-2002
2434 ~~~~~~~~~~~
2435 Converter for old-format config files now stops if the file looks like
2436 XML (probably from a failed conversion).
2437 Allow '~' in globicons file.
2438 Bugfix: When using spring-opening or following symlinks, trying to open
2439         a non-existant directory could cause a crash.
2440 Bugfix: The pinboard would highlight to accept any type of drop (not just
2441         files).
2443 13-Jan-2002
2444 ~~~~~~~~~~~
2445 Fixed some compile problems on Solaris (Andreas Dehmel).
2446 Clicking an unscanned item now scans it (instead of reporting an error).
2447 Dialog boxes in Gtk+-2.0 now set a default button.
2448 Number keys on the keypad couldn't be used for groups (reported by Arnaud
2449 Calvo).
2451 11-Jan-2002
2452 ~~~~~~~~~~~
2453 Updated Spanish translation (Marcelo Ramos).
2454 Updated the French manual translation (Arnaud Calvo and Vincent Lefèvre).
2456 09-Jan-2002
2457 ~~~~~~~~~~~
2458 Converted French manual to DocBook (Arnaud Calvo).
2459 Fixed some compiler warnings (Vincent Lefèvre).
2461 09-Jan-2002 (Release-1.1.11)
2462 ~~~~~~~~~~~
2463 Mark action windows as dialogs (requested by Daniel Pittman).
2464 Reset the background colour when drawing, as the Xenophilia keeps changing
2465 it (reported by Wilbert Berendsen).
2467 08-Jan-2002
2468 ~~~~~~~~~~~
2469 Changed == to = in make-mo script (Vincent Lefèvre).
2470 Added -lm to libpng linker flags (reported by Stephen Watson).
2471 Updated the French translation (Vincent Lefèvre).
2473 07-Jan-2002
2474 ~~~~~~~~~~~
2475 Bugfix: Closing a filer window with a tooltip removes the tip now (before, the
2476         tooltip could get stuck on the screen).
2478 06-Jan-2002
2479 ~~~~~~~~~~~
2480 Bugfix: Options box didn't work unless options had already been saved
2481         (reported by Iain Stevenson).
2483 05-Jan-2002
2484 ~~~~~~~~~~~
2485 Stopped unnecessary redrawing of the display (when sorting an already-sorted
2486 list).
2487 Thumbnails can now also be saved using Gtk+-1.2, if libpng is available
2488 (Andras Mohari).
2490 04-Jan-2002
2491 ~~~~~~~~~~~
2492 Fixed compile problem (reported by Vincent Lefèvre).
2493 Updated French translation (Vincent Lefèvre).
2495 03-Jan-2002
2496 ~~~~~~~~~~~
2497 Added _ROX_PANEL_MENU_POS property on panel windows to help applets position
2498 their menus correctly.
2499 Bugfix: 'From LANG' translation setting had stopped working (reported by
2500         Vincent Lefèvre).
2502 02-Jan-2002
2503 ~~~~~~~~~~~
2504 Saved pinboards and panels are now stored in an XML format. Old files should
2505 be converted automatically. Icon names may now contain the < and > characters
2506 (requested by Bernard Jungen).
2508 01-Jan-2002
2509 ~~~~~~~~~~~
2510 Updated French translation (Vincent Lefèvre).
2511 Updated Polish translation (Krzysztof Krzy¿aniak).
2513 30-Dec-2001
2514 ~~~~~~~~~~~
2515 Updated Spanish translation (Marcelo Ramos).
2517 29-Dec-2001
2518 ~~~~~~~~~~~
2519 When changing directory, make more effort to wink or select the appropriate
2520 item.
2522 29-Dec-2001 (Release 1.1.10)
2523 ~~~~~~~~~~~
2524 Updated French translation (Vincent Lefèvre).
2525 Bugfix: Using Shift to open the Send To menu without a selected file stopped
2526         the toggle menu items from working!
2528 28-Dec-2001
2529 ~~~~~~~~~~~
2530 With Gtk+-2.0, the effective permissions are now underlined (like they are
2531 with Gtk+-1.2).
2532 Put all the flags in the options box on one line, along with the Quiet button
2533 (looks neater).
2534 Updated manual.
2536 27-Dec-2001
2537 ~~~~~~~~~~~
2538 Reorganised the Options box somewhat.
2539 Bugfix: Closing a window while creating thumbnails caused a crash.
2541 26-Dec-2001
2542 ~~~~~~~~~~~
2543 Icons are dragged from their corners again (requested by Liav Asseraf).
2544 Unknown SOAP methods now get a SOAP Fault response. Updated SOAP namespaces.
2545 Renamed '.DirIcon.png' to just '.DirIcon'.
2546 In action windows, standard error from moving, copying and mounting operations
2547 is captured and displayed, giving a more useful message (Stephen Watson).
2548 Support for Gtk+-1.3.12.
2550 25-Dec-2001
2551 ~~~~~~~~~~~
2552 Updated Polish translation (Krzysztof Krzy¿aniak).
2554 24-Dec-2001
2555 ~~~~~~~~~~~
2556 File groups are now saved (automatically).
2557 The old 'AppMenu' file is no longer checked for (use AppInfo.xml instead).
2559 23-Dec-2001
2560 ~~~~~~~~~~~
2561 Added Version SOAP RPC.
2562 With Gtk+-2.0 UTF-8 converstion, the filer now converts from the charset
2563 specified in the translation (was always using iso-8859-1).
2565 22-Dec-2001
2566 ~~~~~~~~~~~
2567 If thumbnailing is cancelled, it can be resumed later. Hiding thumbnails
2568 stops any scan in progress automatically. Added 'All' and 'Thumbs' status
2569 flags to title bar.
2571 21-Dec-2001
2572 ~~~~~~~~~~~
2573 New 'Show image thumnails' option to set this as the default (requested by
2574 Kristian Rink).
2575 Got details working again with Gtk+-1.2 (spotted by Kristian Rink).
2577 20-Dec-2001
2578 ~~~~~~~~~~~
2579 New thumbnail system. 'Create Thumbs' is now 'Show Thumbnails' and can
2580 be turned on and off. Thumbnails are loaded in the background, and a progress
2581 bar is displayed in the filer window.
2582 Replaced old Gtk+-1.2.x text widget in action windows with new one.
2584 19-Dec-2001
2585 ~~~~~~~~~~~
2586 Improved error reporting.
2587 Improved sizing code when details are on.
2589 18-Dec-2001
2590 ~~~~~~~~~~~
2591 Updated to new version 0.4 of the thumbnails standard.
2592 Added 'Quiet' check box to action windows. Quiet button now turns on
2593 check box and does 'Yes'.
2595 17-Dec-2001
2596 ~~~~~~~~~~~
2597 Gtk+-2.0 uses UTF-8 for strings. Translation files are now converted to
2598 UTF-8 as they are loaded.
2599 Added a missing #ifdef for the regex code (Damien Couderc).
2600 All file leafnames now use AA fonts with Gtk+-2.0 (details are still
2601 fixed, though).
2603 16-Dec-2001
2604 ~~~~~~~~~~~
2605 Closing a window with a keypress caused warnings to appear (reported by
2606 Fabien Coutant).
2607 Updated Spanish translation (Marcelo Ramos).
2608 New 'Single click nagivation on the pinboard' option (requested by
2609 Michael).
2610 Fix for compiling problem on NetBSD (Eric Gillespie, Jr.).
2612 Internal changes to options system:
2613 - Options can be used as soon as they are registered (not just once the
2614   filer is fully initialised).
2615 - New widget types can be registered in a modular fashion.
2617 13-Dec-2001 (Release 1.1.9)
2618 ~~~~~~~~~~~
2619 More fixes for panel resizing (reported by Stephen Watson).
2620 Target mode, dragging an unselected item, and auto-selecting an item when
2621 opening the menu now all work without grabbing the primary selection.
2622 Finished new scanning code (image == NULL is now OK everywhere).
2624 12-Dec-2001
2625 ~~~~~~~~~~~
2626 Clicking on an item which is selected, but not part of the primary selection,
2627 now reclaims the selection.
2628 Removed default minibuffer option for now.
2629 The dash forms in Find tests can be combined, eg '-rwx'.
2630 Updated manual.
2632 11-Dec-2001
2633 ~~~~~~~~~~~
2634 Additional window hints - pinboard and panels refuse focus and pinboard
2635 icons are marked as desktop features (requested by Laurent Moussault).
2636 Thumbnails are now stored using an md5 hash of their names.
2637 Pinboard icons can be repositioned by dragging with the left mouse button
2638 (middle button drag stopped working with sawfish, and this is easier anyway).
2640 10-Dec-2001
2641 ~~~~~~~~~~~
2642 New scanning system: blank items are added to the window first and then the
2643 icons and types get filled in later. Looks better and simplifies the sizing
2644 code a bit.
2645 Code tidying in various places.
2647 09-Dec-2001
2648 ~~~~~~~~~~~
2649 Bugfix: Filer would quit if only Info boxes were open.
2650 Bugfix: Pinboard and panel windows didn't get the correct hints set under
2651         Gtk+-2.0.
2653 08-Dec-2001
2654 ~~~~~~~~~~~
2655 Many internal changes to Collection widget for Gtk+-2.0. Should be more
2656 efficient now, and easier to get aa fonts working...
2658 07-Dec-2001
2659 ~~~~~~~~~~~
2660 Fixed Gtk+-2.0 wheel mouse support.
2661 In the Info box, 'File says...' was reporting on the program used to
2662 edit the file, not the file itself!
2663 For glib-2.0, use the new spawn function and report errors nicely.
2665 06-Dec-2001
2666 ~~~~~~~~~~~
2667 Updated Russian translation (Dmitry Elfimov).
2668 Thumbnail information in the PNG image is now namespaced to 'Thumb'
2669 (recommended by Jens Finke).
2670 FileType SOAP RPC return format has been updated to the latest version
2671 of the SOAP working draft.
2672 Added Large File Support: files over 4Gb now have their sizes detected
2673 correctly (Stephen Watson). Note: this disables libvfs support.
2674 New option to have the minibuffer open by default on new windows
2675 (Bochicchio).
2677 05-Dec-2001
2678 ~~~~~~~~~~~
2679 When resizing the collection, only ensure the cursor is still visible if
2680 it was in the displayed area before.
2682 When closing the Enter Path minibuffer, keep Show Hidden on if the cursor is
2683 on a hidden item.
2685 When using --show with a hidden file, turn on Show Hidden. Also, delay the
2686 winking effect until the window actually appears.
2688 04-Dec-2001
2689 ~~~~~~~~~~~
2690 Support for new thumbnails spec; thumbnails are saved inside ~/.thumbnails
2691 so they redisplay quickly next time the filer is loaded (requested by
2692 Kristian A. Rink and others).
2694 Bugfix: Toggling the section with a middle button drag could lose the primary
2695         selection (Andras Mohari).
2697 03-Dec-2001
2698 ~~~~~~~~~~~
2699 Use gtk_set_locale instead of setlocale (Andras Mohari).
2701 02-Dec-2001
2702 ~~~~~~~~~~~
2703 Added 'Invert Selection' (Stephen Watson; suggested by Andras Mohari).
2705 01-Dec-2001
2706 ~~~~~~~~~~~
2707 Added a new root window property (_ROX_FILER_EUID_HOST) which points to
2708 the SOAP IPC window for a particular hostname and user ID. This makes it
2709 easier for other programs to talk to the filer.
2711 30-Nov-2001
2712 ~~~~~~~~~~~
2713 Added new SOAP methods Copy, Move, Link, Mount and FileType (Stephen Watson).
2715 29-Nov-2001
2716 ~~~~~~~~~~~
2717 Moved 'Select All', 'Clear Selection' and 'Select If...' to a new 'Select'
2718 submenu.
2719 The filer now closes stdin when it starts. This is to prevent child
2720 processes, such as auto-mounters, from trying to read a password from
2721 the console (Olivier Fourdan).
2723 27-Nov-2001
2724 ~~~~~~~~~~~
2725 Manpage is now generated automatically from DocBook source.
2726 Short forms for many find expressions, such as -d for IsDir (suggested by
2727 (Andras Mohari).
2729 26-Nov-2001
2730 ~~~~~~~~~~~
2731 More Gtk+-1.3.11 support, including use of the new message dialog.
2732 When the filer loses the primary selection, display the selected items
2733 shaded, but don't unselect them (Andras Mohari).
2735 24-Nov-2001
2736 ~~~~~~~~~~~
2737 Updated to Gtk+-1.3.11.
2739 23-Nov-2001
2740 ~~~~~~~~~~~
2741 Show the current run action for a file in the Info box (Stephen Watson).
2743 21-Nov-2001
2744 ~~~~~~~~~~~
2745 If a panel applet quits then it is removed from the panel, instead of being
2746 replaced by a Restart button.
2748 16-Nov-2001
2749 ~~~~~~~~~~~
2750 With Gtk+-2.0 and the 'Unique windows' option on, reshow the existing window
2751 instead of destroying it and creating a new one (suggested by Greg Spath).
2753 15-Nov-2001
2754 ~~~~~~~~~~~
2755 Changes to the French translation (Thierry Godefroy and Vincent Lefevre).
2757 14-Nov-2001
2758 ~~~~~~~~~~~
2759 Code tidying in menu.c (Bernard Jungen).
2761 13-Nov-2001
2762 ~~~~~~~~~~~
2763 Opening a filer window from the Set Icon dialog turns thumbnails display
2764 on (suggested by Francesco Bochicchio).
2765 Right-clicking the Help toolbar button reuses the same window.
2767 12-Nov-2001
2768 ~~~~~~~~~~~
2769 Made some strings easier to translate, fixed a problem with translating a blank
2770 string, and changed the details toolbar button to leave the size alone (Andras
2771 Mohari).
2772 Improved key handling (key presses were sometimes ignored).
2773 Bugfix: A very long and narrow icon could make the filer try to scale to a
2774         width or height of zero (Andras Mohari).
2776 09-Nov-2001
2777 ~~~~~~~~~~~
2778 Allow current directory and selection to be stored with Ctrl+[0-9] and
2779 retrieved by pressing [0-9] (suggested by Jakub Turski). The groups are not
2780 saved yet.
2782 08-Nov-2001
2783 ~~~~~~~~~~~
2784 Don't use re_set_syntax() on systems that don't have it (reported by
2785 Damien Couderc).
2786 In action windows, the a long filename no longer makes the window get wider
2787 (requested by Graham Borland).
2788 Added 'Types' section to the Options window, allowing easy(ish) access
2789 to the MIME-info files, plus a reload button, and icons for MIME-types can
2790 be set from the 'Set Icon...' box (Stephen Watson).
2792 07-Nov-2001
2793 ~~~~~~~~~~~
2794 Added a menu to the 'Set Icon...' box which shows all directories currently
2795 used for icons (Francesco Bochicchio).
2796 Fix small error in German translation (Christopher Arndt).
2797 Bugfix: 'New Directory' didn't correctly select the leafname with Gtk+-2.0.
2799 06-Nov-2001
2800 ~~~~~~~~~~~
2801 Added Spanish translation (Marcelo Ramos).
2802 Applied Bernard Jungen's latest patch:
2803 - Disk usage forgot to count special files like pipes, etc.
2804 - Page up/down scrolls a window full at a time instead of 10 items.
2805 - Don't get icons from the cache if thumbnail mode is off anymore.
2806 - modechange.c: deleted useless stuff and fixed octal parsing to detect
2807   *all* illegal values (eg 010000000000000).
2808 - Added 'Show/hide hidden files' toolbar button.
2809 - Lots of code tidying.
2812 05-Nov-2001
2813 ~~~~~~~~~~~
2814 Holding the pointer over a symlink shows the target in a tooltip
2815 (Stephen Watson; suggested by Arnaud Calvo).
2817 01-Nov-2001
2818 ~~~~~~~~~~~
2819 Updated French translation (Vincent Lefèvre).
2821 30-Oct-2001 (Release 1.1.8)
2822 ~~~~~~~~~~~
2823 Updated to support Gtk+-1.3.10.
2825 17-Oct-2001
2826 ~~~~~~~~~~~
2827 Slightly better positioning of filenames and details (Bernard Jungen).
2828 When resizing, only add space for an extra row in Small Icons mode.
2830 16-Oct-2001
2831 ~~~~~~~~~~~
2832 Make the Set Run Action box command box have the "$1" already filled in
2833 (suggested by Helgi Hrafn Gunnarsson).
2835 15-Oct-2001
2836 ~~~~~~~~~~~
2837 Set the WM_CLASS for saveboxes, so that window managers can treat them
2838 specially, if required (Andrew Flegg).
2840 14-Oct-2001
2841 ~~~~~~~~~~~
2842 Changed internal format used to send to requests to SOAP, and added --RPC
2843 option to access it directly.
2845 12-Oct-2001
2846 ~~~~~~~~~~~
2847 Open new windows at the mouse position (suggested by Helgi Hrafn Gunnarsson).
2848 Bugfix: If file doesn't accept the '-b' option then examining a file in
2849         the root directory didn't work (Stephen Watson).
2851 10-Oct-2001
2852 ~~~~~~~~~~~
2853 Use --version instead of 'which' to test for programs as not everyone has
2854 which (suggested by Vincent Lefevre).
2855 Bugfix: When setting an icon for a file with a space in the name, the
2856         setting wasn't saved correctly (spotted by Arnaud Calvo and Jakub
2857         Turski). The 'globicons' file should be converted automatically
2858         when the filer is run.
2860 08-Oct-2001
2861 ~~~~~~~~~~~
2862 Added support for the regex field in MIME-info. This allows files to be
2863 matched with patterns, not just on their extensions. For example, '.gtkrc'
2864 is now typed 'x-gtkrc' despite having no extension (Stephen Watson and
2865 Andras Mohari).
2867 05-Oct-2001
2868 ~~~~~~~~~~~
2869 Allow AppIcon.xpm and .DirIcon.png to be symlinks (Bernard Jungen).
2871 04-Oct-2001
2872 ~~~~~~~~~~~
2873 When running on a remote machine, display the remote host's name in the
2874 title bar (Stephen Watson).
2876 02-Oct-2001
2877 ~~~~~~~~~~~
2878 New option to control whether a middle button drag moves the files or
2879 brings up a menu.
2880 Allow submenus in AppInfo.xml file (Stephen Watson).
2882 26-Sep-2001
2883 ~~~~~~~~~~~
2884 Now supports Gtk+-1.3.9, but not earlier developer releases.
2886 25-Sep-2001
2887 ~~~~~~~~~~~
2888 Disk Usage can cope with larger sizes, and reports the number of files and
2889 directories counted; new Show Hidden and Inherit Options options; new -D
2890 option to close directories; and changes to formatting of file sizes
2891 (Bernard Jungen).
2893 24-Sep-2001
2894 ~~~~~~~~~~~
2895 Updated Hungarian translation (Andras Mohari).
2896 Improved the filename colouring code so that colours are only allocated
2897 if needed (Andras Mohari) and fixed a colourmap problem (Stephen Watson).
2898 Bugfix: When sorting while winking an item, the filer would sometimes scroll
2899         to the wrong place (Andras Mohari).
2900 Bugfix: If all the selected files were deleted, then trying to paste the
2901         selection caused a crash (Fabien Coutant).
2903 20-Sep-2001
2904 ~~~~~~~~~~~
2905 Colour files by type (Andras Mohari).
2907 11-Sep-2001
2908 ~~~~~~~~~~~
2909 Added -p to mkdir in install scripts to create any missing parent
2910 directories (Michel Alexandre Salim).
2912 09-Sep-2001
2913 ~~~~~~~~~~~
2914 Dragging files with the middle button (or Button1+Alt) brings up a menu
2915 of possible actions (Taras).
2916 New option to control size of icons in `New' and `Send To' menus (Stephen
2917 Watson).
2918 Bugfix: Pinboard icons didn't draw correctly if their windows got resized
2919         (reported by Michel Alexandre Salim).
2921 06-Sep-2001
2922 ~~~~~~~~~~~
2923 Window positions can be saved and restored by a session manager (Anders
2924 Lundmark).
2926 05-Sep-2001
2927 ~~~~~~~~~~~
2928 Fixed an untranslated string (Andras Mohari).
2930 04-Sep-2001
2931 ~~~~~~~~~~~
2932 The style for pinboard and panel icon text can be set (requested by Greg
2933 Spath) with:
2935         widget "*.pinboard-icon" style "..."
2936         widget "*.panel-icon.*" style "..."
2938 03-Sep-2001
2939 ~~~~~~~~~~~
2940 Bugfix: Entering a blank expression in the 'Select If' minibuffer displayed
2941         a (harmless) warning message (reported by Vincent Lefèvre).
2943 03-Sep-2001 (Release 1.1.7)
2944 ~~~~~~~~~~~
2945 Added an option to control whether extensions take precedence over the
2946 executable bit of a file (requested by MJ Ray).
2947 Updated French translation (Vincent Lefèvre and Arnaud Calvo).
2948 Disabled the UTF-8 conversion (doesn't work on older versions of Gtk).
2950 02-Sep-2001
2951 ~~~~~~~~~~~
2952 The options controlling when windows resize work again.
2954 31-Aug-2001
2955 ~~~~~~~~~~~
2956 Better guessing of window size for display styles with details.
2958 29-Aug-2001
2959 ~~~~~~~~~~~
2960 The 'src/po/dist' script now converts all text to UTF-8.
2962 28-Aug-2001
2963 ~~~~~~~~~~~
2964 Fixed some problems with the configure.in script and autoconf 2.50 (Richard
2965 Boulton).
2967 27-Aug-2001
2968 ~~~~~~~~~~~
2969 Updated Dutch translation (Jasper Huijsmans).
2970 Send To menu lists contents of all Send To directories in Choices, not just
2971 the first one found.
2972 Fixed another XML compiling problem (Stephen Watson).
2974 23-Aug-2001
2975 ~~~~~~~~~~~
2976 Added Customise to `Send To' menu.
2978 22-Aug-2001
2979 ~~~~~~~~~~~
2980 Detached Send To menu from main menu structure. Allows key-binding to open
2981 the menu, at least. Main menu now opens quicker (no scanning of Send To dir).
2982 Shift+Menu brings up the menu directly.
2984 20-Aug-2001
2985 ~~~~~~~~~~~
2986 Fixed compiling problem with some versions of libxml (Stephen Watson).
2987 Changed a text message in the Options box (about binding keys to menus) into
2988 a button which shows the message in an alert box. Maybe people will read the
2989 message now?
2991 19-Aug-2001
2992 ~~~~~~~~~~~
2993 Only use Gtk+ 2.0 if version 1.3.6 or later is installed.
2994 Scrolling using a wheel mouse now always goes at the same speed, whatever the
2995 display style (requested by aardvark joe).
2997 10-Aug-2001
2998 ~~~~~~~~~~~
2999 Added 'Send To' menu (Stephen Watson).
3001 Bugfix: Renaming a panel icon didn't update the display (reported by Andrew
3002         Booker).
3004 07-Aug-2001
3005 ~~~~~~~~~~~
3006 Fixed some minor compilation issues (reported by Jasper Huijsmans and Daniel
3007 Richard G.)
3009 03-Aug-2001
3010 ~~~~~~~~~~~
3011 Added French translation of the manual (Arnaud Calvo).
3013 24-Jul-2001
3014 ~~~~~~~~~~~
3015 Filer wouldn't compile or run if it was in a directory with spaces in the
3016 name (reported by Benjamin Munoz).
3018 23-Jul-2001
3019 ~~~~~~~~~~~
3020 Added options for default action window settings for Brief, Force and Recurse
3021 (Liav Asseraf).
3022 New default for sort type is Sort By Name (requested by Andreas Dehmel).
3023 Bugfix: Clicking on a file with no run action set gave two error boxes.
3025 19-Jul-2001
3026 ~~~~~~~~~~~
3027 Make Enter in the minibuffer work like Return (requested by Arnaud Calvo).
3029 18-Jul-2001
3030 ~~~~~~~~~~~
3031 Added some more hints to pinboard and panel windows to comply with the new
3032 freedesktop.org window manger spec.
3034 15-Jul-2001
3035 ~~~~~~~~~~~
3036 New option to set the maximum size the auto-resizer will resize a window to
3037 (requested by Andreas Dehmel).
3039 14-Jul-2001
3040 ~~~~~~~~~~~
3041 When using the Set Run Action box, make the command default to the currently
3042 set command (suggested by Arnaud Calvo).
3044 12-Jul-2001 (Release 1.1.6)
3045 ~~~~~~~~~~~
3046 Updated the French translation (Vincent Lefèvre).
3048 10-Jul-2001
3049 ~~~~~~~~~~~
3050 Renamed 'New File' submenu to 'New' and moved 'New Directory' into it.
3052 09-Jul-2001
3053 ~~~~~~~~~~~
3054 Use the user's preferred font for item filenames, not the Gtk default
3055 (requested by Jim Knoble).
3057 03-Jul-2001
3058 ~~~~~~~~~~~
3059 Redid text handling on the panel. Now uses nice fonts under Gtk+ 2.0.
3061 02-Jul-2001
3062 ~~~~~~~~~~~
3063 Don't show tooltips for applets as it causes problems (reported by Stephen
3064 Watson).
3066 30-Jun-2001
3067 ~~~~~~~~~~~
3068 Gtk+-2.0: Support for anti-aliased fonts on the pinboard (also word-wraps
3069           long names too). Fixed a crash-on-click problem on the root window.
3071 29-Jun-2001
3072 ~~~~~~~~~~~
3073 More work on Gtk+-2.0 -- seems to be usable now :-)
3075 28-Jun-2001
3076 ~~~~~~~~~~~
3077 Started work to support Gtk+-2.0.
3079 26-Jun-2001
3080 ~~~~~~~~~~~
3081 Moved 'relative link' option above the buttons in the Link box (Stephen
3082 Watson).
3083 Bugfix: Rescanning could sometimes make the cursor reappear, causing the
3084         display to scroll (reported by Andreas Dehmel).
3086 21-Jun-2001
3087 ~~~~~~~~~~~
3088 Replaced 'New File...' menu item with a submenu generated from the contents
3089 of '<Choices>/Templates' (Stephen Watson).
3091 20-Jun-2001
3092 ~~~~~~~~~~~
3093 `Xterm here' command can contain arguments (Andras Mohari).
3094 Made the menu appear in a sensible place, so it's easy to get to the File
3095 submenu (suggested by André Wyrwa).
3097 19-Jun-2001
3098 ~~~~~~~~~~~
3099 Updated French translation (Vincent Lefèvre).
3100 Added a German translation (André Wyrwa).
3102 13-Jun-2001
3103 ~~~~~~~~~~~
3104 Added an extra option to control the resizing behaviour. Can be set to resize
3105 never, always, or only when the display style changes (requested by Andreas).
3107 07-Jun-2001 (Release 1.1.5)
3108 ~~~~~~~~~~~
3109 Updated Russian translation (Dmitry Elfimov).
3111 06-Jun-2001
3112 ~~~~~~~~~~~
3113 Unless compiling with mc's libvfs for virtual filesystem support, change the
3114 menu structure for use with the newer AVFS system.
3115 (http://www.inf.bme.hu/~mszeredi/avfs/) (José Romildo Malaquias).
3117 Bug fix: Running the filer with a translation set would make it crash
3118          (reported by Dmitry Elfimov).
3120 04-Jun-2001 (Release 1.1.4)
3121 ~~~~~~~~~~~
3122 Added 'Details' toolbar icon. Toggles display between Small Icons with Summary
3123 and the default size with no details.
3125 30-May-2001
3126 ~~~~~~~~~~~
3127 Replaced Large/Small toolbar buttons with a single Size button which
3128 cycles through Small/Large/Huge (other button to reverse).
3130 28-May-2001
3131 ~~~~~~~~~~~
3132 Added Shift Open, Set Run Action and Set Icon to the pinboard and panel
3133 menus.
3135 25-May-2001
3136 ~~~~~~~~~~~
3137 Long leafnames wrap onto multiple lines in Huge mode, like they do for
3138 Large Icons mode.
3140 24-May-2001
3141 ~~~~~~~~~~~
3142 Display tooltips for pinboard and panel icons, where needed.
3144 23-May-2001
3145 ~~~~~~~~~~~
3146 New option to show number of files / size of selected files in the toolbar
3147 (Andras Mohari).
3149 22-May-2001
3150 ~~~~~~~~~~~
3151 New options section 'panel' allows icon text to be hidden for all icons, no
3152 icons, or just applications (suggested by José Romildo Malaquias).
3154 17-May-2001
3155 ~~~~~~~~~~~
3156 Converted the options window to a tabbed notebook (Denis Manente).
3158 16-May-2001
3159 ~~~~~~~~~~~
3160 Pressing the mouse button down on an icon no longer winks it; only releasing
3161 the button to run it does.
3162 Added 'Show Info' to panel/pinboard menu.
3163 The File Info box grabs the primary selection when a row is selected
3164 (allows you to paste email addresses, URLs, etc).
3166 15-May-2001
3167 ~~~~~~~~~~~
3168 Opening a pinboard or panel menu over an icon no longer selects it -- this
3169 allows the selection to be passed to an application run using its AppMenu
3170 (requested by Christopher Arndt).
3172 14-May-2001
3173 ~~~~~~~~~~~
3174 In Large Icons display style, a file's name may wrap onto a second line.
3176 13-May-2001
3177 ~~~~~~~~~~~
3178 Merged code for handling selections and menus that was common to pinboards
3179 and panels into icon.c.
3181 09-May-2001
3182 ~~~~~~~~~~~
3183 When using 'From LANG', extract the language code from the string to get
3184 the filename, instead of using the whole string (Andras Mohari).
3185 Added support for very old versions of libxml (reported by Lukasz Stelmach
3186 and Vincent Lefèvre).
3188 08-May-2001
3189 ~~~~~~~~~~~
3190 Updated French (Vincent Lefevre) and Hungarian (Andras Mohari) translations.
3192 07-May-2001 (Release 1.1.3)
3193 ~~~~~~~~~~~
3194 Updated the documentation.
3196 06-May-2001
3197 ~~~~~~~~~~~
3198 Added 'Huge, With...' display styles. In huge mode, normal icons are scaled
3199 up if they're too small.
3201 03-May-2001
3202 ~~~~~~~~~~~
3203 Gtk styles can be overridden in <Choices>/ROX-Filer/Styles (suggested by
3204 Stephen Watson).
3205 Pinboards and panels should now work with IceWM without needing -o
3206 (Christopher Arndt).
3207 Allow text messages in the toolbar to go off the side (instead of resizing the
3208 window).
3210 02-May-2001
3211 ~~~~~~~~~~~
3212 Opening the shell minibuffer with a selection adds ' "$@' after the cursor.
3213 Without a selection, the name of the file under the cursor is added.
3215 29-Apr-2001
3216 ~~~~~~~~~~~
3217 Pressing the `\' key opens the menu (suggested by Christopher Arndt). Hold
3218 down Ctrl for the File submenu.
3220 28-Apr-2001
3221 ~~~~~~~~~~~
3222 Added a new 'About' section to AppInfo. Any elements in here are added
3223 into the info box. Added a 'Refresh' button to the info box.
3224 Added a ROX-Filer/Styles file for default colours (default filer background
3225 is now lighter).
3227 27-Apr-2001
3228 ~~~~~~~~~~~
3229 Rewrote the file info box. Looks a bit nicer, and it's easier to add extra
3230 info to it later...
3232 26-Apr-2001
3233 ~~~~~~~~~~~
3234 Updated Russian translation (Dmitry Elfimov).
3236 25-Apr-2001
3237 ~~~~~~~~~~~
3238 AppInfo file may contain a <Summary> element - the text inside will be
3239 displayed in a tooltip if the mouse is held over the item in a filer
3240 window.
3242 22-Apr-2001
3243 ~~~~~~~~~~~
3244 Filer now looks for AppInfo.xml before AppMenu. This is for future
3245 expansion...
3247 18-Apr-2001
3248 ~~~~~~~~~~~
3249 Automatic resizing of windows when changing directory is now optional
3250 (requested by Paul E. Johnson and Andreas Thorn).
3252 11-Apr-2001
3253 ~~~~~~~~~~~
3254 The symlink box allows you to choose to create relative or absolute links
3255 (suggested by Stephen Watson).
3257 09-Apr-2001
3258 ~~~~~~~~~~~
3259 Fix some typos and untranslated strings (Andras Mohari).
3261 08-Apr-2001
3262 ~~~~~~~~~~~
3263 Added a Russian translation (Dmitry Elfimov).
3265 06-Apr-2001
3266 ~~~~~~~~~~~
3267 Fixed a couple of errors in the man-page (spotted by Damien Couderc).
3269 05-Apr-2001
3270 ~~~~~~~~~~~
3271 Winking an item in a directory makes it flash twice instead of once (easier
3272 to see). Also, creating a new file or directory from the menu winks the new
3273 item.
3275 Bugfix: When a directory was rescanned because of a move operation,
3276         the `Set Icon...' settings didn't work (reported by Damien
3277         Couderc).
3279 02-Apr-2001
3280 ~~~~~~~~~~~
3281 New display style 'Huge Icons' to make viewing thumbnails easier.
3282 Added a Hungarian translation (Andras Mohari).
3283 Updated the French translation (Vincent Lefèvre).
3284 Double clicking on a filer window's background resizes the window (Denis
3285 Manente).
3287 01-Apr-2001
3288 ~~~~~~~~~~~
3289 If an item's name is truncated, show it in a tooltip when the pointer is
3290 held over the item (Denis Manente).
3292 30-Mar-2001 (Release 1.1.2)
3293 ~~~~~~~~~~~
3294 Asking for help on a directory always tries to open <dir>/Help first, even
3295 for non-applications.
3297 29-Mar-2001
3298 ~~~~~~~~~~~
3299 If run without -n, the filer will put itself in the background. Thus,
3300 the 'rox' command behaves the same whether or not the filer is already
3301 running.
3303 27-Mar-2001
3304 ~~~~~~~~~~~
3305 Support for the new version of libxml (reported by Andreas Dehmel).
3307 26-Mar-2001
3308 ~~~~~~~~~~~
3309 Rewrote parser for options. Smaller and neater (hopefully this will fix
3310 the bugs reported by Andreas Dehmel and Ewan Mac Mahon).
3312 Bugfix: While scanning, the resizer could make the window too large.
3314 23-Mar-2001
3315 ~~~~~~~~~~~
3316 Moving the cursor down in the next-to-last row will move to the last
3317 item if there is nothing under the cursor (suggested by Graham Borland).
3319 21-Mar-2001
3320 ~~~~~~~~~~~
3321 When changing directory, only make the window larger (if needed), never
3322 smaller (suggested by Diego Zamboni).
3324 17-Mar-2001
3325 ~~~~~~~~~~~
3326 Changing directory autosizes the window automatically (Denis Manente).
3327 Internal changes to the way different layouts are handled.
3329 15-Mar-2001
3330 ~~~~~~~~~~~
3331 Pressing space (to select/unselect an item) now also moves the cursor to
3332 the next item (suggested by Anders Lundmark).
3334 Copying directories tries to preserve the timestamps, like it does for
3335 files (suggested by José Romildo Malaquias).
3337 14-Mar-2001
3338 ~~~~~~~~~~~
3339 Added '--mime-type FILE' option, which simply writes the type of FILE to
3340 standard output (Stephen Watson).
3342 Added 'Home Directory' to Window menu (requested by Graham Borland).
3344 11-Mar-2001
3345 ~~~~~~~~~~~
3346 Copying a directory which doesn't have user write permission will give it
3347 user write during the copy to avoid permission denied errors (suggested by
3348 Liav Asseraf).
3350 New sort option - 'Directories always come first' (requested by Liav Asseraf).
3352 10-Mar-2001
3353 ~~~~~~~~~~~
3354 Dragging a lasso box with the middle button toggles the selected state
3355 of the items enclosed (Denis Manente).
3357 09-Mar-2001
3358 ~~~~~~~~~~~
3359 Changing the display style now resizes the window (Denis Manente).
3361 08-Mar-2001
3362 ~~~~~~~~~~~
3363 New pinboards get a 'Home' icon in the top left corner as new users often
3364 think the pinboard isn't working because it starts empty (suggested by
3365 Vor'Cha).
3367 Converted AppMenu file format to XML.
3368 Added AppMenu file with options to control the pinboard.
3370 06-Mar-2001
3371 ~~~~~~~~~~~
3372 Highlight invalid Find expressions in red (Anders Lundmark).
3374 04-Mar-2001
3375 ~~~~~~~~~~~
3376 When resizing windows, try to keep the window fully inside the screen area
3377 (Denis Manente).
3379 03-Mar-2001
3380 ~~~~~~~~~~~
3381 Updated the Dutch translation (Jan Wagemakers).
3383 27-Feb-2001
3384 ~~~~~~~~~~~
3385 When mounting a device, the new window appears after mounting, not before.
3386 This means that it's more likely to get sized correctly (requested by
3387 Ewan Mac Mahon).
3389 24-Feb-2001
3390 ~~~~~~~~~~~
3391 Added two new options to control when minibuffer completion beeps (requested
3392 by Liav Asseraf).
3394 20-Feb-2001
3395 ~~~~~~~~~~~
3396 Added 'New File...' feature (James Kermode).
3398 16-Feb-2001
3399 ~~~~~~~~~~~
3400 Dropping icons on the pinboard positions them sensibly (Diego Zamboni).
3402 09-Feb-2001 (Release 1.1.1)
3403 ~~~~~~~~~~~
3404 Moving pinboard icons is nicer - it no longer assumes you dragged the middle
3405 of the text... (Diego Zamboni).
3407 Added a Polish translation (Andrzej Borsuk).
3409 Bugfix: Sometimes it wasn't possible to delete something that was on a
3410         pinboard or panel, even after confirming (reported by Diego Zamboni).
3412 07-Feb-2001
3413 ~~~~~~~~~~~
3414 Sliders in the options box can have a numerical value display (Diego Zamboni).
3415 Fixed a stray warning message displayed when non-default pinboard options
3416 were used (Diego Zamboni).
3418 New menu item 'Set Icon...' allows you to choose any icon for any file or
3419 directory. Also allow .DirIcon.png to set a directory's icon (Diego Zamboni).
3421 03-Feb-2001
3422 ~~~~~~~~~~~
3423 Many internal changes to the Options system.
3425 30-Jan-2001
3426 ~~~~~~~~~~~
3427 Bugfix: On filesystems which aren't case sensitive (eg DOS) it was possible
3428         to copy 'tmp' as 'Tmp' and lose it! (reported by Denis Manente)
3430 28-Jan-2001
3431 ~~~~~~~~~~~
3432 Added Diego Zamboni's patch to make configuring VFS easier.
3434 27-Jan-2001
3435 ~~~~~~~~~~~
3436 Improved compiling - now correctly reports an error if the file doesn't
3437 compile. If configure is missing then autoconf is run automatically.
3439 After a Find completes, you are given the option of doing the search again
3440 (Anders Lundmark).
3442 Applications can define a list of menu items to display on their menus
3443 (Diego Zamboni). The file should be called 'AppMenu' and contains a list of
3444 lines in the form 'option Text'.
3446 24-Jan-2001
3447 ~~~~~~~~~~~
3448 Added two new pinboard options - one to allow setting the grid step size
3449 and one to allow icons to go slightly off the side of the screen (Diego
3450 Zamboni).
3452 23-Jan-2001
3453 ~~~~~~~~~~~
3454 Bugfix: Textured window backgrounds could cause a crash (reported by Diego
3455         Zamboni).
3457 22-Jan-2001
3458 ~~~~~~~~~~~
3459 Updated the French translation (Vincent Lefèvre).
3461 Bugfix: The pixbuf stuff didn't work on some displays (reported by Stephen
3462         Watson).
3464 20-Jan-2001 (Release 1.1.0)
3465 ~~~~~~~~~~~
3466 Removed the 'Initial window height' option. The filer tries to pick a
3467 sensible shape itself now.
3469 Bugfix: If an image was moved to a directory which didn't generate thumbs
3470         then it would display, but never be updated. Even if it wasn't that
3471         file at all, just a reused inode!
3472 Bugfix: Changing the display style didn't always redraw the display.
3473 Bugfix: In 'Small, With...' display mode, clicking beyond the far right
3474         column acted like clicking on the far-right column.
3476 18-Jan-2001
3477 ~~~~~~~~~~~
3478 Changed background colour to be more compatible with the Gtk themes system.
3480 12-Jan-2001
3481 ~~~~~~~~~~~
3482 Removed all the message window stuff. ROX-Filer no longer grabs standard
3483 error from its child processes. Changed because ROX-Session now does a much
3484 better job.
3486 10-Jan-2001
3487 ~~~~~~~~~~~
3488 Filer is more generous in what hostnames it considers local.
3489 Patch to include pixbuf headers correctly (Diego Zamboni).
3491 08-Jan-2001
3492 ~~~~~~~~~~~
3493 Bug fix: Didn't always use the fully qualified host name for DnD.
3495 30-Dec-2000
3496 ~~~~~~~~~~~
3497 If a file has a known extension then it is given the appropriate type even
3498 if the file is executable (Simon Britnell).
3500 28-Dec-2000
3501 ~~~~~~~~~~~
3502 Added a menu entry 'Resize Window' to set the window to a sensible size
3503 when you want it.
3505 25-Dec-2000
3506 ~~~~~~~~~~~
3507 Try to open new windows at a sensible size for their contents (Denis Manente).
3509 24-Dec-2000
3510 ~~~~~~~~~~~
3511 Bugfix: When mounting or unmounting subdirectories of '/', the mount symbol
3512         wasn't updated (reported by Wilbert Berendsen).
3514 20-Dec-2000
3515 ~~~~~~~~~~~
3516 Fixed a couple of memory leaks in the choices system (Diego Zamboni).
3517 Updated French translation (Vincent Lefèvre).
3518 Added new 'Create Thumbs' entry on the Display menu which tries to load
3519 every file in the directory as an image and use that image for the file
3520 (suggested by Sprague and Simon Britnell).
3522 19-Dec-2000
3523 ~~~~~~~~~~~
3524 Converted to use gdk-pixbuf instead of ImLib.
3525 Fixed a few compiler warnings and improved the error message displayed
3526 if you try to invoke rox on a missing file (reported by Vincent Lefèvre).
3527 Changed the -w, -W and -i flags to the simpler -x=FILE, which reexamines the
3528 given file, updating directory views and icons as needed.
3530 18-Dec-2000
3531 ~~~~~~~~~~~
3532 AppIcon.xpm must be a regular file (stops people trying to crash the
3533 filer by symlinking to /dev/...).
3534 Fixed a missing translation in the pinboard options (Denis Manente).
3536 17-Dec-2000
3537 ~~~~~~~~~~~
3538 Attempting to run the filer before compiling will now ask if you want
3539 to compile.
3540 Removed lots of platform-specific mount point code and replaced it with
3541 python's portable system.
3542 New options section allows you to choose a translation without having to
3543 set the LANG variable.
3545 16-Dec-2000
3546 ~~~~~~~~~~~
3547 Added '-w', '-i' and '-W' command line options for forcing icons or
3548 directories to be rescanned (Diego Zamboni).
3550 13-Dec-2000 (Release 1.0.0)
3551 ~~~~~~~~~~~
3552 Made a few updates to the manual.
3554 08-Dec-2000
3555 ~~~~~~~~~~~
3556 Fixes to make compiling easier on Solaris (Diego Zamboni). Also, after showing
3557 a pinboard icon, tries to send it to the back (might help with some WMs).
3559 04-Dec-2000 (Release 0.1.30)
3560 ~~~~~~~~~~~
3561 When a panel is used for the first time, put the user's home directory and
3562 the directory containing ROX-Filer on it instead of leaving it blank.
3564 24-Nov-2000
3565 ~~~~~~~~~~~
3566 Patch to make compiling easier under FreeBSD (Jimmy Olgeni).
3567 Added a #include for OSF1 (Vincent Lefevre).
3569 23-Nov-2000
3570 ~~~~~~~~~~~
3571 Bugfix: On many systems, the filer would fail to remove zombie processes
3572         due to a typo (spotted by Philip Hazel and tracked down by Stephen
3573         Watson).
3575 22-Nov-2000
3576 ~~~~~~~~~~~
3577 Bugfix: Removing an item from the panel now resizes the panel (reported
3578         by Wilbert Berendsen).
3579 Bugfix: Editing an icon's path failed to update its hash entry.
3581 20-Nov-2000
3582 ~~~~~~~~~~~
3583 If a case-sensitve match for an extension can't be found then try a
3584 case-insensitive match - so .BMP and similar work (Denis Manente).
3586 17-Nov-2000
3587 ~~~~~~~~~~~
3588 A few changes to remove some compiler warnings (reported by Vincent Lefevre).
3589 Added a VFS menu entry for .deb files (Vincent Ledda).
3591 11-Nov-2000
3592 ~~~~~~~~~~~
3593 Mounting or unmounting a directory forces mtab to be reread, even if the
3594 timestamp hasn't changed (problem reported by Wilbert Berendsen).
3596 When the 'Unique windows' option is on, remove the old window AFTER creating
3597 the new one, so that the filer doesn't quit because there are zero windows
3598 open... (Denis Manente).
3600 07-Nov-2000
3601 ~~~~~~~~~~~
3602 Updated the Dutch translation (Jan Wagemakers).
3604 29-Oct-2000
3605 ~~~~~~~~~~~
3606 Updated the French translation (Vincent Lefèvre).
3608 Using --version and --help options no longer requires an X server connection,
3609 the man-pages are more standard, and 'man ROX-Filer' is allowed as well as
3610 'man rox' (Bernard Jungen). 
3612 Bugfix: A corrupted AppIcon.xpm could crash the filer.
3614 24-Oct-2000 (Release 0.1.29)
3615 ~~~~~~~~~~~
3616 Code tidying: Replaced an XLib call with a gdk one (Denis Manente) and amended
3617         the makedist script to remove the .cvsignore files (spotted by Andy
3618         Piper).
3620 20-Oct-2000
3621 ~~~~~~~~~~~
3622 Improved the install script so that it installs the man-page. Also made it
3623 easier to use. Updated the French translation and fixed a couple of
3624 typos (Vincent Lefèvre).
3626 17-Oct-2000
3627 ~~~~~~~~~~~
3628 Gtk+ doesn't always scroll entry widgets to show the selection - apply a
3629 workaround (Denis Manente) - this improves the Copy/Rename/etc boxes.
3631 08-Oct-2000
3632 ~~~~~~~~~~~
3633 Added a Dutch translation (Jan Wagemakers).
3635 05-Oct-2000
3636 ~~~~~~~~~~~
3637 Added an Italian translation (Denis Manente).
3639 04-Oct-2000
3640 ~~~~~~~~~~~
3641 Bugfix: If AppRun was a symlink, then the owner of the file was checked, not
3642         the owner of the symlink. Slight security risk, and also prevented
3643         users symlinking AppRun to their binaries...
3645 29-Sep-2000
3646 ~~~~~~~~~~~
3647 Bugfix: Deleting a pinboard icon while it was highlighted caused a crash.
3648         This means it is now possible to click on a pinboard icon to change
3649         between pinboards...
3651 Bugfix: Textured window backgrounds didn't redraw correctly when scrolled
3652         or resized. Now flickers when resizing if there's a textured
3653         background - seems to be necessary :-(
3655 26-Sep-2000
3656 ~~~~~~~~~~~
3657 Running as root now simply turns on the -u flag, rather than displaying
3658 a warning box.
3660 The toolbar height is now correctly taken into account when sizing a new filer
3661 window (Denis Manente).
3663 When guessing file types from extensions, the filer now tries to find the
3664 longest extension that matches (eg .ps.gz, then .gz).
3666 25-Sep-2000
3667 ~~~~~~~~~~~
3668 The lasso box is now drawn so that the box will be in the foreground colour
3669 over the background, rather than by just inverting the pixel value and hoping
3670 it's visible (spotted by Philip Hazel).
3672 24-Sep-2000
3673 ~~~~~~~~~~~
3674 If the home directory is '/' then don't show it as '~' (suggested by
3675 Bernard Jungen).
3677 Added '--show=FILE' option - this will be needed by other ROX
3678 applications, so it needs to be in version 1.0.0.
3680 Bugfix: -d option didn't use realpath before sending to an already-running
3681 filer.
3683 22-Sep-2000
3684 ~~~~~~~~~~~
3685 The 'install.sh' script now uses 'printf' instead of 'echo -e' to suppress
3686 newlines (suggested by Bernard Jungen).
3688 Bugfix: Close tool was always disabled on startup (reported by Martin Ward).
3690 20-Sep-2000
3691 ~~~~~~~~~~~
3692 Added a man-page (Andy Piper).
3693 Changed `install.sh' from bash to sh (Bernard Jungen).
3695 18-Sep-2000 (Release 0.1.28)
3696 ~~~~~~~~~~~
3697 Bugfix: menu entries on the pinboard menu weren't being shaded and
3698         unshaded correctly.
3700 17-Sep-2000
3701 ~~~~~~~~~~~
3702 Changed 'Rename Item' to 'Edit Icon' and allowed changing the path that
3703 the icon points to as well as its name.
3705 All i?86 platforms are treated as being equivalent (so, if you compile
3706 on a 386 then it'll still run on a 486).
3708 16-Sep-2000
3709 ~~~~~~~~~~~
3710 Pinboard icons can also be renamed.
3711 Pinboard and panel icons can have '~' or '~/' at the start of their
3712 pathnames - this should make it easier to create a system-wide default
3713 panel or pinboard with icons relative to the user's home directory.
3715 14-Sep-2000
3716 ~~~~~~~~~~~
3717 Panel icons can now be renamed (suggested by Ewan Mac Mahon).
3719 13-Sep-2000
3720 ~~~~~~~~~~~
3721 Changing the toolbar options affects existing windows, not just new ones.
3722 Removed the 'Size Bars' display style and replaced it with 'Permissions',
3723 'Type' and 'Times' styles.
3725 12-Sep-2000
3726 ~~~~~~~~~~~
3727 With items that spread over their normal width because they're on the
3728 edge of the window, clicking on the extra bit now works.
3730 Added a size limit of 400K on application icons. This is to prevent
3731 someone trying to crash the filer by linking /tmp/MyApp/AppIcon.xpm
3732 to some huge file!
3734 Dragging an item with the middle button when none are selected unselects
3735 the item after the drag.
3737 Added 'Show Location' feature for pinboard and panels - opens a directory
3738 showing where the file really is.
3740 11-Sep-2000
3741 ~~~~~~~~~~~
3742 Allowed items in the far right column to spread right to the edge of the
3743 window. Fixed a bug which prevented Delete from working if there was
3744 no pinboard.
3746 10-Sep-2000
3747 ~~~~~~~~~~~
3748 Deleting items first checks if it will affect the pinboard or panel. A
3749 warning is displayed if so.
3751 Upgraded the query dialog (from ROX-Session) - looks nicer.
3753 09-Sep-2000
3754 ~~~~~~~~~~~
3755 'Unique filer windows' option now has no effect while the spring open
3756 feature is active (spotted by Andrew Booker). Also, when opening a new
3757 window, the old window is destroyed and a new one created (rather than
3758 reusing the old one). This ensures that the new window appears in the
3759 right place.
3761 When a drag from the pinboard or a filer window ends, the selection is
3762 only cleared if the icon was selected by starting the drag. Thus, it now
3763 works like the panels.
3765 08-Sep-2000
3766 ~~~~~~~~~~~
3767 New Close toolbar button (requested by Martin Ward).
3768 Toolbar icons can be turned on and off from the Options box.
3769 Removed the 'Mount' menu entry, since 'Shift Open' does it too.
3770 Made the Shift Open menu text change depending on what is selected.
3771 Bugfix: dragging icons around no longer saved the new pinboard state!
3773 07-Sep-2000
3774 ~~~~~~~~~~~
3775 Running a second copy of the filer as another user will start a new copy
3776 instead of reusing the existing one. Added the '-u' option to display the
3777 name of the user running the filer in each window (also suppresses the
3778 normal don't-run-as-root warning).
3780 Added '-d', which opens a directory as a directory, even if it looks like
3781 an application.
3783 Updated the manual.
3785 Added Large and Small toolbar buttons. Right-clicking brings up a menu.
3787 06-Sep-2000
3788 ~~~~~~~~~~~
3789 Moved 'Set Run Action' to the file menu (suggested by Ewan Mac Mahon), and
3790 made using it bring up a dialog rather than a minibuffer. Hopefully it is now
3791 easier to use!
3793 Added much improved icons for executables and for applications without icons
3794 of their own (Victor Liu See-le).
3796 Allow '/' on the pinboard and panel (text wasn't displayed - spotted by
3797 Tim Rowledge).
3799 Bugfix: auto-scrolling didn't always stop when a drag ended.
3800 Bugfix: creating a panel with the same name as a file in the current
3801         directory caused an error due to a throwback from when panels were
3802         directories (spotted by Ewan Mac Mahon).
3804 30-Aug-2000 (Release 0.1.27)
3805 ~~~~~~~~~~~
3806 Increased the distance you have to move the pointer to start a drag
3807 slightly. Updated the manual.
3809 Panel icons can now be moved from one side to the other by simply moving
3810 over the gap in the middle. Previously, you had to jump over an icon on
3811 the other side.
3813 Left and right panels look better now. Also, they shrink if you add a top
3814 or bottom panel to make room.
3816 28-Aug-2000
3817 ~~~~~~~~~~~
3818 Dragging on the panel background allows you to slide the bar back and
3819 forth.
3821 27-Aug-2000
3822 ~~~~~~~~~~~
3823 Fixed a slight bug with lasso boxes, which could cause them to be drawn in
3824 the wrong place. Install script no longer overwrites the default run
3825 actions; if the user has changed them leave them alone!
3826 (Martin Ward noted that symlinking to an executable would cause the
3827 executable to be destroyed on upgrade!)
3829 24-Aug-2000
3830 ~~~~~~~~~~~
3831 More improvements to the event handling. Seems to be working again at
3832 last!
3833 Made the toolbar buttons slightly larger, and added a textual display
3834 for 'Next Click' mode (eg 'Delete ... ?' when it's waiting for you to
3835 click).
3836 Moved the pinboard over to the new mouse binding code too.
3838 21-Aug-2000
3839 ~~~~~~~~~~~
3840 Started rewriting the event handling for filer windows to go through
3841 the new code in bind.c, like the panel handling does.
3843 20-Aug-2000
3844 ~~~~~~~~~~~
3845 You can now drag icons from the panel to other applications.
3847 18-Aug-2000
3848 ~~~~~~~~~~~
3849 Dragging panel icons with the middle button allows you to move them around.
3851 New option to set the default height for new filer windows (patch from
3852 James Kermode).
3854 17-Aug-2000
3855 ~~~~~~~~~~~
3856 Selecting panel icons now grabs the primary selection. Pasting pastes all
3857 selected file path names. Icons can now be added to either side of the panel.
3859 Bug fix: Moving a file didn't always update the source directory.
3861 16-Aug-2000
3862 ~~~~~~~~~~~
3863 Many improvements to the panel - drag and drop to icons, adding new icons,
3864 selections (doesn't grab the primary selection yet though), removing icons
3865 and automatically saving the panel when it's changed.
3866         
3867 11-Aug-2000
3868 ~~~~~~~~~~~
3869 Improved reference counting on images (hopefully!). Lots of work on
3870 rewriting the panel system.
3872 07-Aug-2000
3873 ~~~~~~~~~~~
3874 Made the timeout for the spring-open feature configurable (requested by
3875 Chris Garrett).
3877 Use short form of --version in install.sh and don't use unsetenv() if it
3878 isn't available (Mattias Engdegård).
3880 06-Aug-2000
3881 ~~~~~~~~~~~
3882 New options to set the pinboard text foreground and background colours
3883 (suggested by James Kermode).
3885 05-Aug-2000
3886 ~~~~~~~~~~~
3887 Your home directory is now displayed as '~' in the title bar, rather
3888 than as a full path.
3890 01-Aug-2000 (Release 0.1.26)
3891 ~~~~~~~~~~~
3892 Added a popup menu of commonly used chmod strings to the Permissions
3893 box. Bracketed text and spaces are now ignored in the commands.
3894 Bug fix: Only menu keys changed since the last load were saved!
3896 31-Jul-2000
3897 ~~~~~~~~~~~
3898 Bug fix: Mount points on the pinboard didn't always redraw when the
3899 mounted/unmounted state changed.
3901 30-Jul-2000
3902 ~~~~~~~~~~~
3903 Renaming now uses the action windows. This means that you can now
3904 rename something onto another filesystem.
3906 28-Jul-2000
3907 ~~~~~~~~~~~
3908 The menu key bindings are now only saved if they actually changed.
3910 Code tidying: Moved some typedefs to the new `global.h' file and
3911 thus removed the dependencies between header files :-)
3913 26-Jul-2000
3914 ~~~~~~~~~~~
3915 Tab and Shift-Tab move to next and previous selected item.
3917 25-Jul-2000
3918 ~~~~~~~~~~~
3919 The new display styles can now be saved as the defaults (bug spotted by
3920 Vladimir Klebanov).
3922 When autoscrolling is used, prevent the last-highlighted directory
3923 from springing open. 'spring open' now defaults to off.
3925 The toolbar Up and Home buttons can act as drop targets (and spring open
3926 too!).
3928 Options to set the pinboard text background style (suggested by James
3929 Kermode).
3931 23-Jul-2000
3932 ~~~~~~~~~~~
3933 Added an option to control the spring-loading feature. Added tooltips
3934 to some of the options. Improved the rule for deciding whether to open
3935 a new window when you click on the toolbar buttons.
3937 Stopped the spring-open window moving while it's open (prevents a bug
3938 in GTK+ from causing problems). Please use GTK+ 1.2.8 or later now!
3940 Dragging near the edge of a window scrolls. Improved the lasso box drag
3941 to use the same system (so it scrolls without you having to move the
3942 mouse).
3944 22-Jul-2000
3945 ~~~~~~~~~~~
3946 Added 'spring-loaded' directories. If you drag a file over a directory and
3947 hold it there, the directory will spring open! (suggested by Barney
3948 Clarkson)
3950 21-Jul-2000
3951 ~~~~~~~~~~~
3952 In the path entry minibuffer, an exact match is favoured over any other
3953 match. So, if you enter '.xsession' and press Return you'll get it, not
3954 '.xsession-errors' or whatever!
3956 The filer now clears APP_DIR from the environment so that child processes
3957 don't get it. Fixed a bug which caused problems when using a small version
3958 of the 'missing image' image.
3960 19-Jul-2000
3961 ~~~~~~~~~~~
3962 Creating a new directory now makes sure the display is updated.
3964 18-Jul-2000 (Release 0.1.25)
3965 ~~~~~~~~~~~
3966 Prevent dragging from a pinboard selection to itself, or onto the desktop
3967 background.
3969 17-Jul-2000
3970 ~~~~~~~~~~~
3971 Clicking on the root window works (button-1 clears the selection,
3972 button-3 opens the pinboard menu). The pinboard can own the primary
3973 selection, which means that you can select something and then paste
3974 its name into another program.
3976 Keys bound to menu entries are automatically saved when the filer quits.
3978 16-Jul-2000
3979 ~~~~~~~~~~~
3980 Changed the install script so that the CVS directories don't get installed.
3982 The 'rox' script now just calls AppRun directly.
3983 Panels can be created without starting a new copy of the filer.
3984 The pinboard can be changed or removed by using --pinboard a second time.
3986 Files can be given as arguments - they are opened as if they were clicked
3987 on in a filer window (suggested by Alex Holden).  If no arguments are
3988 given then the default is now the current directory (not your home
3989 directory).
3991 If you start the leafname in the path minibuffer with '.' then the Show
3992 Hidden feature is temporarily turned on.
3994 15-Jul-2000
3995 ~~~~~~~~~~~
3996 Ctrl-clicking selects and unselects pinboard icons. Menu clicking
3997 selects the icon clicked on while the menu is open. Pinned icons are
3998 now updated when the pointer moves over them, if necessary.
4000 14-Jul-2000
4001 ~~~~~~~~~~~
4002 Menu-clicking on a pinboard icon now brings up a menu.
4003 Clicks on the root window are still ignored though; need to support
4004 the GNOME-compliant window manager system for passing root clicks on...
4006 12-Jul-2000
4007 ~~~~~~~~~~~
4008 Files can now be dragged to pinboard icons, and they highlight nicely too!
4009 If the --override option is used, the filer will bypass the window manager
4010 and position the icons directly.
4012 11-Jul-2000
4013 ~~~~~~~~~~~
4014 Pinboard icons can now be dragged to filer windows or applications, just
4015 like normal icons.
4017 10-Jul-2000
4018 ~~~~~~~~~~~
4019 Changed the DnD code to make it easier for the pinboard code to use it.
4020 Up and Home buttons on the toolbar now use the 'New window on button 1'
4021 option setting (suggested by Vincent Lefèvre).
4023 09-Jul-2000
4024 ~~~~~~~~~~~
4025 Pinboard can have mount points and symlinks on it.
4027 06-Jul-2000
4028 ~~~~~~~~~~~
4029 Dragging with the Menu button moves icons around. Clicking with the
4030 other button removes icons from the pinboard.
4032 05-Jul-2000
4033 ~~~~~~~~~~~
4034 Dragging files to the pinboard adds them to it and automatically saves
4035 the pinboard too.
4037 02-Jul-2000
4038 ~~~~~~~~~~~
4039 Pinboard is now loaded from a file specified on the command line.
4041 01-Jul-2000
4042 ~~~~~~~~~~~
4043 'Home' now appears on the background if you run it with --pinboard.
4044 Clicking opens your home directory. Doesn't do much else.
4045 Fixed a bug which prevented the minibuffer label from appearing on
4046 some versions of GTK+.
4048 30-Jun-2000
4049 ~~~~~~~~~~~
4050 First steps towards pinboard support (requested by P.S.S.Camp and
4051 Darren Winsper).
4053 16-Jun-2000
4054 ~~~~~~~~~~~
4055 Changed the Display menu layout - now there are four basic types (Large or
4056 Small, with or without details) and the type of detail desired is chosen
4057 from a sub-sub-menu.
4059 Added a new display style - bars showing the sizes of the files. The bars are
4060 drawn on a log scale.
4062 15-Jun-2000
4063 ~~~~~~~~~~~
4064 Changed the display menu - you can now choose large or small icons, with or
4065 without details. The details displayed can also be changed. I'm not quite
4066 happy with the UI yet though...
4068 Split the filer.c source file into two (filer.c and display.c) since it was
4069 becoming rather unwieldy. This means that some of the option names have
4070 changed because they've moved to a new section in the options window...
4072 14-Jun-2000
4073 ~~~~~~~~~~~
4074 Fixed a problem where ImLib support failed on multi-depth displays (reported
4075 by Stephen Harrison).
4077 06-Jun-2000 (Release 0.1.24)
4078 ~~~~~~~~~~~
4079 Added the install.sh script for easier installation.
4080 Removed 'MIME-info' file from ROX-Filer - now we always assume that the
4081 standard types are in Choices.
4082 Fixed a bug which could cause 'top' panels to appear in the wrong place
4083 (Alex Holden).
4084 Changed the sort order for Sort By Type so that directories come before
4085 files (suggested by Chris Garrett).
4086 `Single-click navigation' and 'Ignore case when sorting' now both default
4087 to On.
4089 03-Jun-2000
4090 ~~~~~~~~~~~
4091 Improved the theme support to allow tiled background images.
4092 Fixed a bug which prevented tilde expansion from working in the
4093 shell command minibuffer.
4095 02-Jun-2000
4096 ~~~~~~~~~~~
4097 Made the help button look a bit nicer and changed the Find and Permissions
4098 action windows to use the icon instead of a text button.
4099 Removed the 3D borders from the help and toolbar buttons when not selected
4100 (looks much better!). Setting a run action by dragging to a symlink now
4101 dereferences the link (suggested by Ewan Mac Mahon).
4103 Default search path for Choices is now:
4104         ~/Choices:/usr/local/share/Choices:/usr/share/Choices
4106 Fixed (possibly) a bug which sometimes causes the redraw to miss bits. This
4107 probably slows everything down, but the next Gtk+ release should do double
4108 buffering so all this will get changed then...
4110 01-Jun-2000
4111 ~~~~~~~~~~~
4112 Added a Help icon to the toolbar, which does the same as choosing `Show
4113 ROX-Filer Help' from the menu.
4115 25-May-2000
4116 ~~~~~~~~~~~
4117 Started adding some code to truncate long filenames (not finished yet).
4118 Fixed a bug which could cause directories to appear empty when using VFS.
4119 Added the 'Select If' minibuffer, which selects all files matching the
4120 entered expression.
4122 21-May-2000
4123 ~~~~~~~~~~~
4124 Moved most of the icons from pixmaps to MIME-icons (outside ROX-Filer).
4125 Updated several of the remaining icons by copying them from the GNOME
4126 desktop (suggested by Volker Braun).
4129 16-May-2000 (Release 0.1.23)
4130 ~~~~~~~~~~~
4131 Added the `Window->Set Run Action' menu item. This allows you to specify the
4132 default run action for a file by simply dragging the file into a program.
4133 You can also enter a shell command in the minibuffer to make that command
4134 the default.
4135 The cursor is a bit nicer and usually appears where you want it to now. You
4136 can also get rid of it by pressing Escape.
4138 12-May-2000
4139 ~~~~~~~~~~~
4140 Applied Bernard's patch (a couple of cosmetic changes to the action windows).
4141 Applied Vincent's patch (minor updates to the Frech translation).
4142 Fixed a problem with the pixmap caching - the filer would detect that the
4143 file had changed and try to reload it, but ImLib would simply return its
4144 cached copy!
4146 28-Apr-2000
4147 ~~~~~~~~~~~
4148 Removed a debugging message that had somehow got into the release version :-(
4149 Fixed a bug in the minibuffer code - pressing Return when the cursor was in
4150 an empty directory caused odd effects.
4152 24-Apr-2000 (Release 0.1.22)
4153 ~~~~~~~~~~~
4154 When starting, the filer will check to see if it is already running.
4155 If it is then the arguments are passed to that copy.
4157 23-Apr-2000
4158 ~~~~~~~~~~~
4159 Bug fix: Attempting to open a Find preview window could cause a crash
4160 if the directory containing the item could not be opened.
4161 Button-3 clicking on the toolbar icons opens a new window.
4164 21-Apr-2000
4165 ~~~~~~~~~~~
4166 Added Vincent Lefevre's French translation. Changed to using my own
4167 gettext function because some platforms don't have it or implement
4168 it differently.
4170 18-Apr-2000 (Release 0.1.21)
4171 ~~~~~~~~~~~
4172 Completed marking translatable strings. Dragging with the middle button
4173 now moves files.
4175 17-Apr-2000
4176 ~~~~~~~~~~~
4177 Made lots of changes to the way menus are stored; this makes i18n of the
4178 menus easier.
4180 16-Apr-2000
4181 ~~~~~~~~~~~
4182 Added GNU gettext support.
4183 Shell meta-characters in shell commands are escaped.
4185 15-Apr-2000
4186 ~~~~~~~~~~~
4187 Tab in the shell commands minibuffer does shell-style completion.
4189 14-Apr-2000 (Release 0.1.20)
4190 ~~~~~~~~~~~
4191 ImLib is used for rendering if possible. Small Icons super-samples the
4192 image down.
4194 13-Apr-2000
4195 ~~~~~~~~~~~
4196 Copying from inside a VFS directory now works.
4198 09-Apr-2000
4199 ~~~~~~~~~~~
4200 Added the Shell Command feature to the minibuffer.
4201 Fixed a bug which causes unnecessary flickering when a hidden file was
4202 detected.
4203 Removed 'Touch' from the menu; easy enough from the minibuffer now.
4204 Changed the type guessing system - scans all files in MIME-info directories
4205 now.
4207 02-Apr-2000
4208 ~~~~~~~~~~~
4209 Added a nice list displaying the found files. Clicking opens a preview window
4210 onto the directory and winks the file.
4212 18-Mar-2000
4213 ~~~~~~~~~~~
4214 Merged the MIME-Type and Special fields in the info window into a single
4215 Type field (since only one could be used at a time anyway).
4216 Made lots of changes to the panel menu. You can now remove things much more
4217 easily.
4218 Unstat()able files now display the error message in the Full Info display,
4219 instead of random values.
4220 Check for copying a directory onto itself, as well as into itself.
4222 Applied Bernard's patch:
4223 - Copy (menu entry) now works with action window.
4224 - Deleted/moved directory displays are automatically hidden.
4225 - Added option not to allow run/copy when object
4226   dragged to filer (not panels) icons. Some people like
4227   it the RISC OS way...
4228 - Full info alignment of App objects and owner/group
4229   alignment corrected.
4230 - Info window: added special info for symlinks, apps
4231   and mount points.
4233 17-Mar-2000
4234 ~~~~~~~~~~~
4235 Added support for mc's Virtual File System.
4237 12-Mar-2000
4238 ~~~~~~~~~~~
4239 New Window appears greyed out if Unique Windows is selected.
4240 Added 'Permissions' (chmod) feature.
4242 10-Mar-2000
4243 ~~~~~~~~~~~
4244 Added Bernard Jungen's patch:
4245 - Dates are displayed in a more RISC OS like format.
4246 - (Scanning) is shown in the titlebar during scans.
4247 - Option to only display one window per directory.
4248 - User and group names displayed in the Full Info view.
4249 - Open Parent in the root does nothing.
4250 - Errors in options are only reported once.
4251 - File does chdir() if -b isn't possible (prevents getting the full path
4252   in the file(1) says... box).
4255 Before the Changes file
4256 ~~~~~~~~~~~~~~~~~~~~~~~
4257 The following people added code before I started keeping this log:
4259 Jens Askengren          GNOME-style toolbar
4260 Bernard Jungen          lots of patches all over the place!
4261 Christiansen Merel      initial support for ImLib
4262 Chris Sawer             leafname field in the Info box
4263 Simon Truss             support for mount points on NetBSD