r4067: Updated manual.
[rox-filer.git] / ROX-Filer / Help / Changes
blob0678e6679a5a5a202a83e05db8a7b7fdcc1cf49e
1                         ROX-Filer
2                         A RISC OS-like filer for X
3                         by Thomas Leonard
5 31-Jul-2005
6 ~~~~~~~~~~~
7 Added a button for configuring video thumbnails (with Stephen Watson's
8 VideoThumbnail application) to the Options window (Thomas Leonard).
9 Manual updates.
10                         
11 30-Jul-2005
12 ~~~~~~~~~~~
13 Don't abort on BadWindow errors. GTK bug #152151 is still not fixed after
14 nearly a year, so give up trying to fix it and just ignore it (Thomas Leonard).
15 Don't show Help menu item for applications with no Help subdirectory (Thomas
16 Leonard).
18 29-Jul-2005
19 ~~~~~~~~~~~
20 Added option to only show iconified windows belonging to the current workspace
21 (Tom Morton).
22 Added option to allow vertical ordering when laying out the icon view 
23 (Piotr Zielinski).
25 28-Jul-2005
26 ~~~~~~~~~~~
27 Updated Dutch translation (Jan Wagemakers).
29 27-Jul-2005
30 ~~~~~~~~~~~
31 Renamed Python MIME icon to keep up with freedesktop.org's current thinking in
32 the endless text vs application war (Thomas Leonard).
34 26-Jul-2005
35 ~~~~~~~~~~~
36 Removed custom platform detection (which was designed to allow a single
37 copy of ROX-Filer to contain binaries for multiple platforms). Let the
38 packaging system deal with it (Thomas Leonard).
40 25-Jul-2005
41 ~~~~~~~~~~~
42 Check for shared-mime-info 0.16 when building (Stephen Watson).
44 24-Jul-2005
45 ~~~~~~~~~~~
46 An executable text file of unknown type is marked as executable if its name
47 doesn't contain a '.'. This is so that 'readme.txt' on a filesystem with
48 all execute bits set is seen as text, but a shell script with no extension
49 or interpreter header still shows up as an executable on Solaris (Thomas
50 Leonard; requested by Stephen Watson).
52 23-Jul-2005
53 ~~~~~~~~~~~
54 Added icon for messages/* MIME types (Thomas Leonard).
55 Improvements for file type guessing (Thomas Leonard):
56 - When getting the type for a symlink, we need the absolute path now that we
57   check file contents.
58 - Also check for extended attributes for the symlink target.
59 - Removed all of our code for guessing types from file names, since it
60   duplicates the new xdgmime code.
61 - Files with control characters are now considered to be binary, even
62   though they may be valid UTF-8.
63 - Executable files of unknown type are now marked as executable, not
64   octet-stream.
65 - When complaining that there is no run action for an executable type,
66   give the user a hint about setting the execute permission.
67 - Refreshing the MIME system also refreshes xdgmime.
68 - Added MIME rules to say that Python, PERL and Ruby are executable, as
69   old versions of the MIME database don't have these rules (reported by
70   Stephen Watson).
73 22-Jul-2005
74 ~~~~~~~~~~~
75 At install time, add a rule to the MIME database that shell scripts are
76 executable, as the defaults are missing this (Thomas Leonard; reported by
77 Stephen Watson).
78 In the properties box, don't say that the run action is executable just
79 because the MIME type is executable. The execute bit must be set too
80 (Thomas Leonard).
82 21-Jul-2005
83 ~~~~~~~~~~~
84 Replaced the text the Options box telling people to download and run
85 MIME-Editor with a button that actually does it (Thomas Leonard).
87 17-Jul-2005
88 ~~~~~~~~~~~
89 Bugfix: Opening a new filer window with a key press warped the pointer
90         to the top-left of the screen (Matthew Weier O'Phinney and Thomas
91         Leonard).
93 16-Jul-2005
94 ~~~~~~~~~~~
95 Detect GCC 4 and disable pointer signedness warnings (Thomas Leonard).
96 Mark files as executable if their MIME type is a subclass of
97 application/x-executable (Thomas Leonard).
98 Removed the option for choosing panel side for -S, since we can use the new
99 method of choosing the panel side indead (Thomas Leonard).
100 Split Mount SOAP operation into separate Mount and Unmount operations
101 (Thomas Leonard).
102 Bugfix: The path entry buffer didn't work in /, due to recent changes
103         (Thomas Leonard).
104 Bugfix: Clicking on a directory which was mounted but shown as unmounted,
105         due to the display being out-of-date, tried to unmount it.
106         (Thomas Leonard, reported by Mephistopheles Jones as bug #1007402).
108 15-Jul-2005
109 ~~~~~~~~~~~
110 Copied xdgmime library into the filer, so we don't need gnomevfs just
111 to do MIME guessing from file contents (Guido Schimmels).
113 26-Jun-2005
114 ~~~~~~~~~~~
115 Renamed the 'ROX Session' section in options to 'Desktop' as it could be
116 used by any session manager (Stephen Watson).
118 25-Jun-2005
119 ~~~~~~~~~~~
120 Panel side is now stored with the panel file, and is reused on start-up if
121 you use --border in place of the old --top, --bottom, --left and --right
122 (which still work). The panel menu has a new 'Panel Options...' choice to let
123 you change which edge to use (Thomas Leonard).
125 11-Jun-2005
126 ~~~~~~~~~~~
127 Updated Chinese translation (Babyfai Cheung).
129 09-Jun-2005
130 ~~~~~~~~~~~
131 Removed AC_PATH_X, which stopped configure working on Mac OS X (Thomas Leonard;
132 reported by Tristan McLeay). We already had AC_PATH_XTRA anyway.
134 07-Jun-2005
135 ~~~~~~~~~~~
136 Add Basque transation (Piarres Beobide).
138 Entering ~ as the first character in the Goto: entry goes to the users
139 home directory (Stephen Watson, suggested by james).
140 Install script now installs MIME run actions into $XDG_CONFIG_HOME 
141 (Stephen Watson).
143 20-May-2005
144 ~~~~~~~~~~~
145 Change the way that ROX-Session runs ROX-Filer.  It now uses the -S option to
146 open the default Panel and Pinboard, with the configuration of panel and 
147 pinboard in ROX-Filer options (Stephen Watson).
148 Fixed error in tooltip in bulk rename box (Vincent Lefèvre).
150 13-May-2005
151 ~~~~~~~~~~~
152 Type changes for 64-bit compatibility (Tony Houghton).
154 Tests whether dnotify_wakeup_flag is set instead of dnotify_wakeup which is a
155 function address (Tony Houghton).
157 08-May-2005
158 ~~~~~~~~~~~
159 Selecting an entry from the bookmarks menu can open a new window, depending
160 on the mouse button used and the 'New window on button 1' setting
161 (Stephen Watson).
163 03-May-2005
164 ~~~~~~~~~~~
165 World-writable directories can't be app dirs (Thomas Leonard).
167 02-May-2005
168 ~~~~~~~~~~~
169 Updated Chinese translation (Babyfai Cheung).
170 Fixed missing argument in remote.c (Pär Forsling).
172 01-May-2005
173 ~~~~~~~~~~~
174 When using the drag-and-drop menu, give the choice of creating relative or
175 absolute symlinks. For Ctrl-Shift-Drag, always make relative links rather
176 than absolute ones (Thomas Leonard; requested by Peter Prohaska).
178 28-Apr-2005
179 ~~~~~~~~~~~
180 If we can't find getopt_long, try looking in libgnugetopt (Stephen Watson).
182 26-Apr-2005
183 ~~~~~~~~~~~
184 Bugfix: Broke get_xdg_data_dirs while writing choices_list_xdg_dirs (Stephen 
185         Watson, reported by Pär Forsling).
186 Bugfix: Don't try to move directories that aren't there, but make symbolic
187         links for them anyway (Stephen Watson, reported by Thomas Leonard).
188 Old choices_find_path_load/save now static, use new XDG functions exclusively
189 (Stephen Watson).
191 25-Apr-2005
192 ~~~~~~~~~~~
193 Change over from CHOICESPATH to XDG_CONFIG_HOME and XDG_CONFIG_DIRS (Stephen
194 Watson).
196 21-Apr-2005
197 ~~~~~~~~~~~
198 Try to cope with BadWindow errors (Thomas Leonard; suggested by Kacper Wysock).
200 17-Apr-2005
201 ~~~~~~~~~~~
202 Bugfix: Replacing an existing display settings would erase all the other
203         existing settings (Stephen Watson, reported by Henrik Jacobsson).
205 16-Apr-2005
206 ~~~~~~~~~~~
207 Bugfix: Expired thumbnails were not being purged from the memory cache
208         because of a reference counting issue (Stephen Watson).
210 14-Apr-2005
211 ~~~~~~~~~~~
212 Updated Danish translation (Christian Storgaard).
214 28-Mar-2005
215 ~~~~~~~~~~~
216 Simplify code to set minibuffer text to red on error (Dennis). Also set
217 background to white, in case a theme's colour clashes with red (Thomas
218 Leonard).
220 23-Mar-2005
221 ~~~~~~~~~~~
222 Option in list view to show the full MIME-Type comment rather than
223 just "File" (Stephen Watson).
225 12-Mar-2005
226 ~~~~~~~~~~~
227 When building the SendTo menu, allow nested subdirectories more than one
228 level deep (Jonatan Liljedahl).
229 Add 'Customise Menu...' to New submenu (Thomas Leonard, suggested by Jesse
230 Wagner).
231 Can specify panel item arguments and short cut when adding via SOAP
232 call (m0n5t3r). 
233 Also for pinboard items (and fixed bugs related to pinboard_add_with_args)
234 (Stephen Watson).
236 28-Feb-2005
237 ~~~~~~~~~~~
238 Bugfix: Progress bar for count operation didn't finish when the count did
239         (Stephen Watson, reported by Alexander Wagner).
241 24-Feb-2005
242 ~~~~~~~~~~~
243 Look out for new line character when reading EA MIME type under Solaris 
244 (Stephen Watson).
246 13-Feb-2005
247 ~~~~~~~~~~~
248 Added Estonian translation (Teet Tärno).
250 12-Feb-2005
251 ~~~~~~~~~~~
252 Removed copy of GTK icon theme system. We now depend on GTK 2.4, which
253 includes it (Thomas Leonard).
254 Renamed 'Before' and 'After' in the bulk rename box to 'Old name' and
255 'New name', as they were causing problems for translators (reported by
256 Yuri Bongiorno).
257 Bugfix: The help for the "Set Type..." box wasn't translated (reported
258         by Yuri Bongiorno).
260 09-Feb-2005
261 ~~~~~~~~~~~
262 Defer re-generating a thumbnail until 5 seconds after the timestamp on 
263 the old one (Stephen Watson).
264 Bugfix: A file could be added many times to the thumbnail queue, causing
265         the progress bar to behave strangely (Stephen Watson).
266 More changes for installing onto NFS mounted directory (Stephen Watson).
268 31-Jan-2005
269 ~~~~~~~~~~~
270 Fixed a compiler warning by removing an unnecessary extra tooltips object
271 (Andreas Jochens).
273 30-Jan-2005
274 ~~~~~~~~~~~
275 Updated French translation (Vincent Lefèvre).
277 29-Jan-2005 (Release 2.2.0)
278 ~~~~~~~~~~~
279 Added Finnish translation (Jari Rahkonen).
280 Updated Dutch translation (Jan Wagemakers).
282 24-Jan-2005
283 ~~~~~~~~~~~
284 Bugfix: More crashes due to Japanese characters; last patch didn't fix all
285         the problems (Thomas Leonard; reported by Lewis Denizen).
287 23-Jan-2005 (Release 2.1.6)
288 ~~~~~~~~~~~
289 Updated French translation (Vincent Lefèvre).
290 Bugfix: Japanese digit characters crashed the filer, because some code thought
291         they were digits, and anothers thought they weren't (Thomas Leonard;
292         reported by Lewis Denizen).
294 22-Jan-2005
295 ~~~~~~~~~~~
296 Updated French manual translation (Arnaud Calvo).
298 21-Jan-2005
299 ~~~~~~~~~~~
300 Bugfix: If, when building, objcopy exits with an error then don't strip
301         the binary (Stephen Watson).
303 20-Jan-2005
304 ~~~~~~~~~~~
305 Updated Dutch translation (Jan Wagemakers).
307 18-Jan-2005
308 ~~~~~~~~~~~
309 Bugfix: Don't show the permissions in the properties window for
310         symbolic links as they don't behave as you might expect
311         (Stephen Watson, reported by Max Power).
313 16-Jan-2005
314 ~~~~~~~~~~~
315 Fixed some spelling errors and made some messages easier to translate
316 (Vincent Lefèvre).
318 15-Jan-2005 (Release 2.1.5)
319 ~~~~~~~~~~~
320 Bugfix: An extra arrow had appeared in the Find box (Thomas Leonard).
321 Bugfix: We were inconsistent about when filenames were escaped. Eg, creating
322         a directory called "a%20b" actually created "a b" (Thomas Leonard).
323 Bugfix: Panel icons with no label displayed an empty tooltip (Thomas Leonard).
324 Bugfix: Selecting a pinboard icon only redrew the text path (Thomas Leonard).
326 13-Jan-2005
327 ~~~~~~~~~~~
328 Updated Japanese translation (Hiroaki Tanaka).
330 12-Jan-2005
331 ~~~~~~~~~~~
332 Slight change to install script for when the installation directory is
333 on an NFS mount (Stephen Watson).
335 10-Jan-2005
336 ~~~~~~~~~~~
337 Can now disable use of extended attributes (Stephen Watson).
339 08-Jan-2005
340 ~~~~~~~~~~~
341 Allow renaming multiple files at once. This opens the Bulk Rename window,
342 which allows manual editing of the names, as well as regular-expression
343 based transformations (Thomas Leonard).
345 Rename buttons in Set Run Action box so that they make sense (Thomas Leonard;
346 reported by Jonatan Liljedahl).
348 Bugfix: Filer would crash when the screen was resized if there was no
349         pinboard (Thomas Leonard).
350 Bugfix: Xinerama support had broken panel repositioning in response to
351         XRANDR screen resizing events (Thomas Leonard).
353 03-Jan-2005
354 ~~~~~~~~~~~
355 Set the name for filer windows to 'rox-filer'. This allows theming the fonts
356 just for ROX-Filer (Lucas Hazel).
358 23-Dec-2004
359 ~~~~~~~~~~~
360 If an item has extended attributes, report that before checking whether they
361 are supported (Thomas Leonard).
362 Updated Chinese translation (Babyfai Cheung).
363 Bugfix: Pressing Escape now closes the Properties box (reported by Arnaud
364         Calvo).
366 09-Dec-2004
367 ~~~~~~~~~~~
368 Bugfix: Test for presence of extended attributes on Solaris gave wrong
369         answer when they were not supported (Stephen Watson).
371 08-Dec-2004
372 ~~~~~~~~~~~
373 The icons for mount point and symbolic link are now side-by-side, not
374 one on top of the other, and a new icon is used to mark files with
375 extended attributes (Stephen Watson).
377 27-Nov-2004
378 ~~~~~~~~~~~
379 Bugfix: Use gtk_selection_data_set_text instead of gtk_selection_data_set when
380         pasting filenames so that other applications know the string is UTF-8
381         (Thomas Leonard; reported by Dennis).
383 27-Nov-2004
384 ~~~~~~~~~~~
385 Better extended attribute detection under Solaris (Stephen Watson).
387 25-Nov-2004
388 ~~~~~~~~~~~
389 More extended attribute support. The "Set Type..." menu item should be 
390 disabled if not supported by the system or FS (Stephen Watson).
392 24-Nov-2004
393 ~~~~~~~~~~~
394 Method of scaling pinboard images is now an option, as the default could
395 produce poor results on some systems (Stephen Watson).
397 22-Nov-2004
398 ~~~~~~~~~~~
399 Updated it.po and Manual-it.xml (Yuri Bongiorno)
401 19-Nov-2004
402 ~~~~~~~~~~~
403 Bugfix: Dragging a lasso box above the top of the window in details mode
404         selected all the items outside the box (Thomas Leonard; reported by
405         Anthony DiSante).
407 12-Nov-2004
408 ~~~~~~~~~~~
409 Only show executable files in green if clicking would actually run them, not
410 just because they have the execute bit set (Thomas Leonard).
412 11-Nov-2004
413 ~~~~~~~~~~~
414 Much faster thumbnail generation (Ken Hayber, reported by Anthony DiSante).
416 08-Nov-2004
417 ~~~~~~~~~~~
418 When closing a filer window showing a directory under a user-mounted
419 mount-point, offer to unmount the device if no other filer window also shows
420 that mount point (requested by Tony Houghton and others). Also do this check
421 when changing to a parent directory.
422 Scale iconified window icons on the pinboard down to normal size (Ken Hayber).
424 08-Nov-2004
425 ~~~~~~~~~~~
426 Updated Dutch translation (Jan Wagemakers).
428 07-Nov-2004
429 ~~~~~~~~~~~
430 Work on the action box, including a progress bar (Stephen Watson).
432 24-Oct-2004
433 ~~~~~~~~~~~
434 Added PinboardRemove() SOAP call (Stephen Watson).
436 20-Oct-2004 (Release 2.1.4)
437 ~~~~~~~~~~~
438 Added Portuguese translation (Rodrigo Cesar Herefeld).
440 16-Oct-2004
441 ~~~~~~~~~~~
442 Some improvements to saved display settings (Takuo Yonezawa and Stephen 
443 Watson).
444 Updated Spanish translation (Marcelo Ramos).
446 15-Oct-2004
447 ~~~~~~~~~~~
448 Allow multiple arguments for executable pinboard and panel icons (Thomas
449 Leonard).
450 Updated it.po and Manual-it (Yuri Bongiorno).
452 12-Oct-2004
453 ~~~~~~~~~~~
454 Use a higher quality setting when scaling the backdrop image (Ken Hayber).
456 06-Oct-2004
457 ~~~~~~~~~~~
458 Added PanelRemove() SOAP call (Sabin Iacob).
459 Bugfix: Mounting a directory that was accessed through a symlinked directory
460         used the symbolic path, confusing the mount command (Thomas Leonard;
461         reported by Anthony DiSante).
463 29-Sep-2004
464 ~~~~~~~~~~~
465 Force panel to not take focus when using GTK 2.4 (Thomas Leonard).
467 28-Sep-2004
468 ~~~~~~~~~~~
469 Minimum width of toolbar now an option (requested by Matthew Weier O'Phinney).
471 21-Sep-2004
472 ~~~~~~~~~~~
473 Only examine items that are actually displayed, not all items in a directory.
474 Saves checking hidden files, which typically speeds up opening the home
475 directory. Removed an unnecessary extra scan when opening a directory
476 with the default filter setting. Removed the double scan when clicking Refresh
477 and two windows show the same directory (Thomas Leonard).
479 20-Sep-2004
480 ~~~~~~~~~~~
481 Added option to make panels have the type _NET_WM_WINDOW_TYPE_DOCK (Tony
482 Houghton). Metacity needs this.
484 17-Sep-2004
485 ~~~~~~~~~~~
486 If we can't guess a file's type from its name or extended attribute, try
487 looking at its contents too, if we have gnomevfs 2.8.0 or later available
488 (Thomas Leonard).
490 11-Sep-2004
491 ~~~~~~~~~~~
492 Panel and pinboard icons can now have a single argument set for them.
493 If you need more than one argument, consider creating a wrapper
494 (Stephen Watson).
496 09-Sep-2004
497 ~~~~~~~~~~~
498 Added --massif option for profiling memory usage (Thomas Leonard).
499 Warn about missing libsm in configure.in (reported by fedewico).
501 06-Sep-2004
502 ~~~~~~~~~~~
503 When resizing a window, only warp the pointer as much as necessary to keep
504 it inside the window (Thomas Leonard).
506 02-Sep-2004
507 ~~~~~~~~~~~
508 Ensure that a panel applet's properties are set before starting the applet
509 (reported by Tony Houghton).
511 01-Sep-2004
512 ~~~~~~~~~~~
513 Fixed panel menu positioning for multiple monitors with different resolutions
514 (Tony Houghton).
515 Use _NET_WM_STATE_BELOW to raise and lower the panel (Tony Houghton). Not
516 changing to type DOCK yet as it breaks some WMs.
518 25-Aug-2004
519 ~~~~~~~~~~~
520 Use new GTK 2.2 functions to set window hints now that we don't support 2.0
521 anymore (Guido Schimmels).
523 23-Aug-2004
524 ~~~~~~~~~~~
525 Plug a memory leak when loading SVG type icons (Stephen Watson).
527 18-Aug-2004
528 ~~~~~~~~~~~
529 Fix for the Solaris extended attribute support (Stephen Watson). 
531 13-Aug-2004
532 ~~~~~~~~~~~
533 Set minimum width of toolbar so that all buttons are visible (Stephen Watson).
535 10-Aug-2004
536 ~~~~~~~~~~~
537 When adding an entry to the Recently Visited menu, remove its parent directory.
538 This stops the list filling up with near-duplicates when you have deeply
539 nested directories (Thomas Leonard).
541 08-Aug-2004
542 ~~~~~~~~~~~
543 Updated French manual translation (Arnaud Calvo).
545 05-Aug-2004
546 ~~~~~~~~~~~
547 For debugging, show the failed URI when dragging to the pinboard (Thomas
548 Leonard).
550 03-Aug-2004
551 ~~~~~~~~~~~
552 Use Help icon instead of Info icon for popup help buttons (Thomas Leonard).
554 02-Aug-2004
555 ~~~~~~~~~~~
556 Updated French translation (Vincent Lefèvre).
558 01-Aug-2004 (Release 2.1.3)
559 ~~~~~~~~~~~
560 Build in ROX-Filer/build, not ~/build/ROX-Filer.
562 30-Jul-2004
563 ~~~~~~~~~~~
564 Renamed Cancel to Close in the Properties box (suggested by Arnaud Calvo).
565 Updated some calls to use newer APIs, and allow compilation on systems where
566 deprecated widgets are disabled by default (reported by Vincent Lefèvre and
567 Guido Schimmels).
568 Bugfix: Panel icons were no longer shown highlighted when selected.
570 23-Jul-2004
571 ~~~~~~~~~~~
572 Bugfix: When opening a new directory with saved settings, the filer would
573         print a warning and then crash.
575 21-Jul-2004
576 ~~~~~~~~~~~
577 Changed email address given as the one to send bugs to when using
578 --help to the rox-devel list (Stephen Watson).
579 Thumbnail generation now handles files with UTF-8 characters (Anatoly
580 Asviyan). 
582 16-Jul-2004
583 ~~~~~~~~~~~
584 Removed action window screenshot from manual to save space.
586 15-Jul-2004
587 ~~~~~~~~~~~
588 Proper check for the stat[v]fs headers (Stephen Watson, reported by
589 Lucas Hazel).
591 13-Jul-2004
592 ~~~~~~~~~~~
593 Added firefox to list of default browsers (suggested by eugene).
595 10-Jul-2004
596 ~~~~~~~~~~~
597 Added Romanian translation (Cosma Florin).
599 01-Jul-2004
600 ~~~~~~~~~~~
601 Can now set "Brief" option on the Copy and Move action windows (Stephen 
602 Watson).
603 Properties window handles mount points specially when calculating their size
604 (Stephen Watson).
606 30-Jun-2004
607 ~~~~~~~~~~~
608 Bugfix: On Linux, the filer called setxattr instead of getxattr, thus
609         preventing setting filetypes with extended attributes from working.
610 Bugfix: Copy and Move now obey the "Brief" option (Stephen Watson, reported
611         by Graham Borland)
613 29-Jun-2004
614 ~~~~~~~~~~~
615 Bugfix: On multi-monitor setups, filer windows always opened on the top/left
616         monitor (reported by Kacper Wysocki). Now they open on the monitor
617         under the pointer.
619 27-Jun-2004
620 ~~~~~~~~~~~
621 Icons of minimized windows remember their positions on the pinboard (Stephen 
622 Watson).
623 Filer now officially requires GTK 2.2.0 or later (wasn't working with 2.0
624 anyway, and noone had complained).
625 Bugfix: A race in the code for updating iconified window titles could cause
626         the filer to crash with a BadWindow error.
628 26-Jun-2004
629 ~~~~~~~~~~~
630 Another Properties window fix: if there is no output from the du command
631 then put a message indicating an error (Stephen Watson).
632 Can now compile without Xinerama support on GTK+ < 2.2.0 (Tony Houghton).
634 23-Jun-2004
635 ~~~~~~~~~~~
636 Let the panel autoscroll during a drag (Stephen Watson).
638 18-Jun-2004
639 ~~~~~~~~~~~
640 Fix another bug when closing Properties window before it has finished
641 scanning the directory (Stephen Watson).
643 09-Jun-2004
644 ~~~~~~~~~~~
645 Improved Xinerama support: now works for tooltips and action windows; filer
646 windows are no longer prone to leaving their borders overlapping; panel uses
647 _NET_WM_STRUT_PARTIAL so it only affects the monitor it's on (Tony Houghton).
649 04-Jun-2004
650 ~~~~~~~~~~~
651 Make ignoring executable files with known extensions the default setting
652 (suggested by Daniel Poersch). Freedesktop.org is discussing a plan to mark
653 individual MIME types as executable, which may be a better long-term
654 solution.
655 Option to prevent maximising windows from covering the panels (requested
656 by Simon Templer and others).
658 29-May-2004
659 ~~~~~~~~~~~
660 Type specific Send To entries now shown for multiple files when they
661 are all of the same type (Stephen Watson).
662 Can now drag icons to the very end of the panel (Stephen Watson).
664 28-May-2004
665 ~~~~~~~~~~~
666 Another place to look for apsymbols.h (Stephen Watson).
668 26-May-2004
669 ~~~~~~~~~~~
670 More fixes for the new build system (Stephen Watson).
672 25-May-2004
673 ~~~~~~~~~~~
674 Fix portability of new build system and ensure configure can find the 
675 version number again (Stephen Watson).
677 22-May-2004
678 ~~~~~~~~~~~
679 Build object files in ~/build/ROX-Filer, in case source directory is read-only.
680 This also reduces the risk of distributing the object files by accident.
682 14-May-2004
683 ~~~~~~~~~~~
684 Don't allow toolbar buttons to focus (needed for GTK 2.4).
686 08-May-2004
687 ~~~~~~~~~~~
688 Fix loss of bookmark name when re-ordering (Rahsheen Porter).
689 Removed installation of thumbnail handlers via the Set Icon dialog. It was
690 never documented and all the thumbnailers use the mime_handler installation
691 anyway (Stephen Watson).
693 04-May-2004
694 ~~~~~~~~~~~
695 Updated French manual translation (Arnaud Calvo).
697 02-May-2004
698 ~~~~~~~~~~~
699 Updated Dutch translation (Jan Wagemakers).
701 01-May-2004
702 ~~~~~~~~~~~
703 Updated French translation (Vincent Lefèvre).
705 30-Apr-2004 (Release 2.1.2)
706 ~~~~~~~~~~~
707 Removed toolbar hint type from panel. It caused too many problems.
709 29-Apr-2004
710 ~~~~~~~~~~~
711 Added 'Download handler' to drag and drop options. This program is invoked
712 when a URI is dragged to the filer (eg, from a web-browser). The default
713 command runs wget to download the file (Andrew Flegg).
715 27-Apr-2004
716 ~~~~~~~~~~~
717 Bugfix: URIs received through drag-and-drop were unescaped twice, causing
718         problems with names containing the '%' character (spotted by Jonatan
719         Liljedahl).
721 21-Apr-2004
722 ~~~~~~~~~~~
723 Cope with spaces in ROX-Filer's path.
724 Added a load of default keys, since many GTK setups now make it almost
725 impossible to change shortcuts.
726 Added --leaks option to run ROX-Filer through valgrind with the memory
727 leak option checking on (Stephen Watson).
729 08-Apr-2004
730 ~~~~~~~~~~~
731 Added Xinerama support (Tony Houghton).
732 Set window type hint = toolbar for panel to prevent it appearing in pagers etc
733 (Tony Houghton).
735 04-Apr-2004
736 ~~~~~~~~~~~
737 Added method of saving display settings for directories. Mostly working,
738 but bugs remain related to size and position (Stephen Watson).
739 Updated Spanish translation (Marcelo Ramos).
741 03-Apr-2004
742 ~~~~~~~~~~~
743 Load extended attribute functions dynamically. This should mean that compiling
744 ROX-Filer with a new glibc won't make it stop working with older versions due
745 to the functions being missing.
747 02-Apr-2004
748 ~~~~~~~~~~~
749 Use * as a synonym for unfiltered (Stephen Watson).
751 25-Mar-2004
752 ~~~~~~~~~~~
753 Bookmarks can be given titles (Stephen Watson).
755 24-Mar-2004
756 ~~~~~~~~~~~
757 Fix memory leak in thumbnails code (Stephen Watson).
759 20-Mar-2004
760 ~~~~~~~~~~~
761 Fixed bug in details mode for showing hidden files (Stephen Watson).
763 18-Mar-2004
764 ~~~~~~~~~~~
765 Don't display an error box when installing the ROX icon theme. It just
766 worries people for no reason.
768 17-Mar-2004
769 ~~~~~~~~~~~
770 Updated Chinese translation (Babyfai Cheung).
772 16-Mar-2004
773 ~~~~~~~~~~~
774 Option to make the File menu appear directly when the menu is opened with
775 files selected (Peter Geer).
777 15-Mar-2004
778 ~~~~~~~~~~~
779 Added an arrow to the comparison area of the action box so you can see
780 which file overwrites the other (Stephen Watson).
782 10-Mar-2004
783 ~~~~~~~~~~~
784 Sort by user/group now uses the name, not the number (Stephen Watson).
786 07-Mar-2004
787 ~~~~~~~~~~~
788 Added 'Select by Name'.
790 06-Mar-2004
791 ~~~~~~~~~~~
792 Cope with XRandR screen resizing (Geoff Youngs and Tom Morton).
794 01-Mar-2004
795 ~~~~~~~~~~~
796 Can now filter files by name, using normal shell (glob) patterns (Stephen 
797 Watson).
799 03-Feb-2004
800 ~~~~~~~~~~~
801 Updated it.po and Manual-it (Yuri Bongiorno).
803 01-Feb-2004
804 ~~~~~~~~~~~
805 Updated French translation (Vincent Lefèvre).
807 24-Jan-2004 (Release 2.1.1)
808 ~~~~~~~~~~~
809 Updated French manual translation (Arnaud Calvo).
810 Updated Dutch translation (Jan Wagemakers).
812 22-Jan-2004
813 ~~~~~~~~~~~
814 Updated French translation (Vincent Lefèvre).
816 21-Jan-2004
817 ~~~~~~~~~~~
818 Misc changes for next release.
820 18-Jan-2004
821 ~~~~~~~~~~~
822 Accept Mozilla's alternative to the standard text/uri-list target during
823 drag-and-drop (Andrew Flegg).
825 07-Jan-2004
826 ~~~~~~~~~~~
827 Bugfix: Icon shortcuts with out modifier keys didn't work if NumLock,
828         CapsLock, etc were turned on (reported by Peter Geer).
829 Bugfix: Handle case when the output of uname -m contains spaces (Stephen 
830         Watson, reported on #rox).
832 06-Jan-2004
833 ~~~~~~~~~~~
834 Renamed some functions stolen from Gtk to avoid possible conflicts with
835 the Gtk-2.3 series (reported by Stu Tissimus).
837 20-Dec-2003
838 ~~~~~~~~~~~
839 Make the Ctrl-button-3 menu pointer appear at the same place regardless
840 of the number of custom entries (Stephen Watson).
842 19-Dec-2003
843 ~~~~~~~~~~~
844 Make Ctrl-button-3 open the menu slightly higher, so Delete isn't under the
845 pointer (suggested by Ryan Pavlik).
847 10-Dec-2003
848 ~~~~~~~~~~~
849 Allow non image/* thumbnails in details mode. Label next to the combo 
850 in the Set Type action dialog is now "Type" and not "Command" (Stephen
851 Watson).
853 03-Dec-2003
854 ~~~~~~~~~~~
855 Work out which include file we need for getxattr (Stephen Watson).
857 02-Dec-2003
858 ~~~~~~~~~~~
859 Allow editing a symlink's target from the Properties box (suggested by Arnaud
860 Calvo).
861 Experimental extended attributes support for setting MIME types (Stephen
862 Watson).
864 29-Nov-2003
865 ~~~~~~~~~~~
866 More drag and drop fixes relating to escaped URI's (Stephen Watson).
868 23-Nov-2003
869 ~~~~~~~~~~~
870 Added 'Specify the prefix' install option (Ryan Pavlik).
871 Updated Russian translation (Vladimir Popov).
873 20-Nov-2003
874 ~~~~~~~~~~~
875 Bugfix: Cancelling the info window with a du process still running could
876         crash the filer (reported by Peter Geer).
878 17-Nov-2003
879 ~~~~~~~~~~~
880 Renamed 'Info' menu item to 'Properties'.
882 31-Oct-2003
883 ~~~~~~~~~~~
884 If a panel icon has an empty label, show it full size (requested by Stephen
885 Crouch).
887 26-Oct-2003
888 ~~~~~~~~~~~
889 Use apsymbols.h (from autopackage.org) if possible for binary compatibility
890 with older glibc versions. Use g_ascii_* functions instead of the ctypes ones
891 for the same reason.
892 Bugfix: Files with '&' in their names couldn't be saved in groups (reported
893         by Nils-Erik Svangård).
895 25-Oct-2003
896 ~~~~~~~~~~~
897 Updated Dutch translation (Jan Wagemakers).
898 Resizing by double clicking on background now optional (Stephen Watson).
900 22-Oct-2003
901 ~~~~~~~~~~~
902 Added optional top and bottom margines for iconized window placement
903 (Stephen Watson).
905 16-Oct-2003
906 ~~~~~~~~~~~
907 Don't lower the panel due when the pointer 'leaves' due to a grab (eg, clicking
908 or opening a menu). This also prevents a flickering problem with Openbox 3.
910 15-Oct-2003
911 ~~~~~~~~~~~
912 Bugfix: FreeBSD reported file sizes with units of 'null' due to large file
913         support not being detected (igla).
915 14-Oct-2003
916 ~~~~~~~~~~~
917 Larger default size for bookmarks editor (requested by Matthew Weier OPhinney).
919 13-Oct 2003
920 ~~~~~~~~~~~
921 Let the thumbnail helpers be app dirs, plus can be set from the Set Icon
922 dialog (Stephen Watson).
924 09-Oct-2003
925 ~~~~~~~~~~~
926 Improved socket icon (taken from Howard Shane's new theme).
928 08-Oct-2003
929 ~~~~~~~~~~~
930 Updated French manual translation (Arnaud Calvo).
931 Updated German translation (Guido Schimmels).
932 Offer Eject even for unmounted disks (reported by Matthew Weier O'Phinney).
933 Try to load icons at 'huge' size, so SVG icons get the chance to scale up
934 nicely.
936 07-Oct-2003 (Release 2.1.0)
937 ~~~~~~~~~~~
938 Updated French translation (Vincent Lefèvre).
939 Removed some dead code, memory leaks, etc that had crept in.
941 04-Oct-2003
942 ~~~~~~~~~~~
943 New icon for selection ops.
945 03-Oct-2003
946 ~~~~~~~~~~~
947 Updated Spanish translation (Marcelo Ramos).
949 01-Oct-2003
950 ~~~~~~~~~~~
951 Minor fix to German translation (Daniel Pörsch).
953 30-Sep-2003
954 ~~~~~~~~~~~
955 Update error message about missing MIME database to give the new URI.
957 29-Sep-2003
958 ~~~~~~~~~~~
959 Stock icons in panel and pinboard menus.
960 Added icon theme selector.
962 28-Sep-2003
963 ~~~~~~~~~~~
964 Added 'Customise Menu' to file menu. Use this to replace Format and Free.
966 27-Sep-2003
967 ~~~~~~~~~~~
968 Allow icons in Choices to override the theme.
970 26-Sep-2003
971 ~~~~~~~~~~~
972 Bugfix: If no pinboard or panel icons were present, the menu could not be
973         opened (reported by John Pettigrew).
975 22-Sep-2003
976 ~~~~~~~~~~~
977 Added italian manual, updated it.po (Yuri Bongiorno).
978 Implementation of Format, just as a user-defined command. Also mount
979 point menu items reflect mounted/not mounted status (Stephen Watson).
981 18-Sep-2003
982 ~~~~~~~~~~~
983 Implementation of Free Space (Stephen Watson). OpenDir SOAP message now
984 takes an optional Window element. Pass the same Window to re-use the window.
986 17-Sep-2003
987 ~~~~~~~~~~~
988 Allow ejecting mounted media.
990 12-Sep-2003
991 ~~~~~~~~~~~
992 Don't create a corrupted pinboard/panel file if a non-UTF8 pathname is
993 dragged to it (reported by Eugeni Andreechtchev).
994 Get file icons using freedesktop.org icon theme system.
996 05-Sep-2003
997 ~~~~~~~~~~~
998 Added Czech translation (Jan Provaznik).
1000 20-Aug-2003
1001 ~~~~~~~~~~~
1002 Help, Format, Eject and Free Space now appear in the AppMenu section of the
1003 menu. Help is only shown for applications, and the others only for mount
1004 points.
1006 16-Aug-2003
1007 ~~~~~~~~~~~
1008 Added ability to call external programs to generate thumbnails for types 
1009 other than image/* (Stephen Watson).
1011 12-Aug-2003
1012 ~~~~~~~~~~~
1013 If a string can't be converted from the local character set to UTF-8,
1014 fallback to converting from iso-8859-1.
1016 07-Aug-2003
1017 ~~~~~~~~~~~
1018 Get shared MIME database through Zero Install, if possible.
1019 Bugfix: Didn't use XDG_DATA_DIRS to find type descriptions.
1021 06-Aug-2003
1022 ~~~~~~~~~~~
1023 Updated French manual translation (Arnaud Calvo).
1025 02-Aug-2003
1026 ~~~~~~~~~~~
1027 Allow types other than image/* to have thumbnails, although we can't 
1028 generate them yet (Stephen Watson).
1029 Added Eject menu option for unmounted mount points (Stephen Watson).
1031 28-Jul-2003
1032 ~~~~~~~~~~~
1033 Doing a Refresh in a directory under /uri/0install triggers a remote refresh.
1035 14-Jul-2003
1036 ~~~~~~~~~~~
1037 Less frame-heavy look for info box (Thomas Leonard).
1038 When mounting, force a refresh even if the mtime of the new disk is the same,
1039 since some formats don't change it. Also, if mounting gives an error, check to
1040 see if it worked anyway (Thomas Leonard).
1042 13-Jul-2003
1043 ~~~~~~~~~~~
1044 Added sort and selection buttons to the toolbar. They start off disabled,
1045 enable them from Options->Tools if you want them (Stephen Watson).
1047 Escape text/uri-list for drag and drop operations (Stephen Watson).
1049 12-Jul-2003
1050 ~~~~~~~~~~~
1051 Don't show hidden files on the SendTo menu (reported by Arnaud Calvo).
1053 10-Jul-2003
1054 ~~~~~~~~~~~
1055 Added CheckButtons to the info window to allow manipulation of permission 
1056 bits (Stephen Watson).
1058 09-Jul-2003
1059 ~~~~~~~~~~~
1060 Added count of directory contents to info window (Stephen Watson).
1062 04-Jul-2003
1063 ~~~~~~~~~~~
1064 Updated italian translation in AppInfo.xml and src/po/it.po (Yuri Bongiorno)
1066 30-Jun-2003
1067 ~~~~~~~~~~~
1068 When renaming a non-UTF8 file, still assume the directory is valid UTF-8
1069 (reported by Arnaud Calvo).
1071 29-Jun-2003
1072 ~~~~~~~~~~~
1073 Sort items on the SendTo menu (requested by John Pettigrew).
1075 27-Jun-2003
1076 ~~~~~~~~~~~
1077 Removed the menu-on-button-2 option. It was too inconsistant with everything
1078 else, including panel applets and window managers, to be useful. Edit bind.c if
1079 you really need it.
1081 25-Jun-2003
1082 ~~~~~~~~~~~
1083 Button-2 drags on panel applets always work now, even if the applet doesn't
1084 forward them explicitly.
1086 19-Jun-2003
1087 ~~~~~~~~~~~
1088 Fix scrolling problem with GTK+-2.2.2 (reported by Alastair Porter, with
1089 help from Götz Waschk).
1091 16-Jun-2003
1092 ~~~~~~~~~~~
1093 Bugfix: Resize on style change didn't do anything (Andy Hanton).
1094 Bugfix: Dragging to panel and pinboard directories didn't offer the DnD
1095         menu (reported by BluPhoenyx).
1097 11-Jun-2003
1098 ~~~~~~~~~~~
1099 New SetBackdrop() SOAP method (Matthew Weier O'Phinney).
1101 04-Jun-2003
1102 ~~~~~~~~~~~
1103 Bugfix: Closing a window using the menu didn't offer to unmount (James Bursa).
1105 02-Jun-2003
1106 ~~~~~~~~~~~
1107 Updated Spanish translation (Marcelo Ramos).
1109 01-Jun-2003
1110 ~~~~~~~~~~~
1111 Fix compiler warning when not using dnotify (reported by Damien Couderc).
1112 Show files being operated upon in action windows (Stephen Watson).
1114 30-May-2003 (Release 2.0.0)
1115 ~~~~~~~~~~~
1116 Updated Japanese translation (Hirosi Utumi).
1118 29-May-2003
1119 ~~~~~~~~~~~
1120 Updated it.po and AppInfo.xml (Yuri Bongiorno).
1122 28-May-2003 (Release 1.3.10)
1123 ~~~~~~~~~~~
1124 Updated French manual translation (Arnaud Calvo).
1126 27-May-2003
1127 ~~~~~~~~~~~
1128 When dragging a lasso box in List view, don't stop scrolling when the pointer
1129 leaves the window (reported by Robert Davison).
1130 Updated Polish translation (Andrzej Borsuk).
1131 Updated Italian translation (Yuri Bongiorno).
1133 26-May-2003
1134 ~~~~~~~~~~~
1135 Updated German translation (Guido Schimmels).
1137 25-May-2003
1138 ~~~~~~~~~~~
1139 Updated Dutch translation (Jan Wagemakers).
1141 24-May-2003
1142 ~~~~~~~~~~~
1143 Updated French translation (Vincent Lefèvre).
1145 22-May-2003
1146 ~~~~~~~~~~~
1147 Minor updates to the manual.
1148 Bugfix: Using the Edit MIME types button in the Options window opened the
1149         old directory. Refer people to the MIME-Editor application instead.
1151 18-May-2003
1152 ~~~~~~~~~~~
1153 Fixed focussing problems in Icons View (reported by Andrzej Radecki).
1154 Updated French manual translation (Arnaud Calvo).
1156 16-May-2003 (Release 1.3.9)
1157 ~~~~~~~~~~~
1158 New icon for the filer (Geoff Youngs).
1159 Updated it.po and AppInfo.xml (Yuri Bongiorno).
1161 15-May-2003
1162 ~~~~~~~~~~~
1163 Added Japanese translation (Hirosi Utumi).
1164 When a directory change is detected, wait a little before rescanning to
1165 reduce flickering effect.
1167 14-May-2003
1168 ~~~~~~~~~~~
1169 Page Up and Page Down now work again in List View.
1171 27-Apr-2003
1172 ~~~~~~~~~~~
1173 Updated install script to use new XDG Base Directory spec (reported by
1174 Vincent Lefevre).
1175 Also install man pages under 'share/man'.
1177 25-Apr-2003
1178 ~~~~~~~~~~~
1179 Close stdout when running child processes for users running startx from the
1180 console, since some terminal applications try to read from the console,
1181 freezing X (Keith R. John Warno).
1182 Forward scroll events on pinboard to window manager, and add option to
1183 workaround *box issues (Matthew Weier O'Phinney).
1185 24-Apr-2003
1186 ~~~~~~~~~~~
1187 Using the bookmarks menu to open an unmounted mount point will mount it
1188 (suggested by Arnaud Calvo).
1190 17-Apr-2003
1191 ~~~~~~~~~~~
1192 Updates for the new shared MIME database.
1194 15-Apr-2003
1195 ~~~~~~~~~~~
1196 Refresh refreshed the directory twice (because updating the MIME info triggers
1197 a refresh too).
1199 12-Apr-2003
1200 ~~~~~~~~~~~
1201 Remove default GtkTreeView keys (they conflicted with the menus).
1202 Fixed some minor cursor problems in List view.
1204 10-Apr-2003
1205 ~~~~~~~~~~~
1206 Winking now works in List view.
1208 09-Apr-2003
1209 ~~~~~~~~~~~
1210 Lasso selections now work in List view.
1212 08-Apr-2003
1213 ~~~~~~~~~~~
1214 The hack we have to use to draw pinboard icons on GTK+-2.0 doesn't work
1215 on 2.2. Show a warning instead of crashing (reported by Keith R. John Warno).
1217 03-Apr-2003
1218 ~~~~~~~~~~~
1219 Fix the message in install.sh, since there is no information toolbar icon
1220 now (spotted by Albert Wagner).
1222 29-Mar-2003 (Release 1.3.8)
1223 ~~~~~~~~~~~
1224 Updated French manual translation (Arnaud Calvo).
1226 28-Mar-2003
1227 ~~~~~~~~~~~
1228 Updated French translation (Vincent Lefèvre).
1230 27-Mar-2003
1231 ~~~~~~~~~~~
1232 Allow dragging a file into a GtkEntry to insert the filename.
1233 Bugfix: Selections in List View didn't work properly (reported by Stephen
1234         Watson).
1235 Updated Spanish translation (Marcelo Ramos).
1237 23-Mar-2003
1238 ~~~~~~~~~~~
1239 Fixed use of a GTK+-2.2-only function (Geoff Youngs).
1240 New option to set the panel size (Geoff Youngs).
1242 21-Mar-2003
1243 ~~~~~~~~~~~
1244 Scroll panels when the pointer is at the end, not by dragging the middle
1245 (Geoff Youngs).
1246 Stop the pinboard from flickering when removing icons or iconfied windows.
1248 20-Mar-2003
1249 ~~~~~~~~~~~
1250 Centre the image for iconified windows.
1251 Double-buffer slightly larger areas.
1253 18-Mar-2003
1254 ~~~~~~~~~~~
1255 Better way to implement selections in List View (suggested by Jonathan
1256 Blandford).
1257 Updated Italian translation (Yuri Bongiorno).
1259 15-Mar-2003
1260 ~~~~~~~~~~~
1261 Bugfix: Never show the copy/move/link menu when dragging to an application.
1263 11-Mar-2003
1264 ~~~~~~~~~~~
1265 Bugfix: Comments about a MIME type were loaded from the first file to contain
1266         information about the type, not the first to contain a comment about
1267         the type.
1269 09-Mar-2003
1270 ~~~~~~~~~~~
1271 Don't mark widget documentation as translatable.
1272 Make sure the tooltip for pinboard and panel icons is up-to-date (reported
1273 by krjw).
1274 Use pinboard backdrop colour for scaled and centred images (requested by
1275 Marcelo Ramos).
1276 Shade the backdrop style buttons when an external program is being used to
1277 set the backdrop.
1278 Updated Spanish translation (Marcelo Ramos).
1280 08-Mar-2003
1281 ~~~~~~~~~~~
1282 Updated Dutch translation (Jan Wagemakers).
1284 07-Mar-2003
1285 ~~~~~~~~~~~
1286 Use stock icons in pinboard and panel menus.
1287 Updated Spanish translation (Marcelo Ramos).
1289 03-Mar-2003
1290 ~~~~~~~~~~~
1291 Use stock icons in menus, and fix some possible problems in the menu code
1292 (Stephen Watson).
1294 02-Mar-2003
1295 ~~~~~~~~~~~
1296 Stop pinboard icons flickering when you move over them (Daniele Peri).
1297 Use XSettings drag-and-drop threshold.
1299 01-Mar-2003
1300 ~~~~~~~~~~~
1301 Bugfix: Backdrop image could be redrawn in the wrong place (Stephen Watson).
1303 27-Feb-2003 (Release 1.3.7)
1304 ~~~~~~~~~~~
1305 Updated French manual translation (Arnaud Calvo).
1306 Allow an empty AppInfo translation so that a label can be translated without
1307 changing the value.
1309 25-Feb-2003
1310 ~~~~~~~~~~~
1311 Updated Russian translation (Alexey Lubimov).
1313 23-Feb-2003
1314 ~~~~~~~~~~~
1315 When using the Rename and Link boxes, use the appropriate drag cursor
1316 (suggested by Michael Adams).
1317 Bugfix: A double-click which starts on one file and ends on another is now
1318         ignored (reported by Michael Adams).
1319 Bugfix: Test for valid sort-type in SOAP call was reserved, so you couldn't set
1320         the sort type (reported by Damjan Bole).
1321 Bugfix: Using a SOAP call to open a non-existant directory made the filer
1322         crash.
1323 Bugfix: Drag-and-drop raising on the panel didn't quite work (Daniele Peri).
1325 22-Feb-2003
1326 ~~~~~~~~~~~
1327 Make Size toolbar icon only set the size. Use a second button to set automatic
1328 mode.
1330 13-Feb-2003
1331 ~~~~~~~~~~~
1332 Updated Spanish translation (Marcelo Ramos).
1333 Alpha blended pinboard icons now get clipped correctly even with GTK+-2.0.
1335 12-Feb-2003
1336 ~~~~~~~~~~~
1337 Fixed some spelling errors (Marcelo Ramos).
1338 Select the current style by default when opening the Set Backdrop box
1339 (reported by Marcelo Ramos).
1340 Fix problems with pinboard drawing of semi-transparent icons (fixed for
1341 GTK+-2.2 only).
1343 11-Feb-2003
1344 ~~~~~~~~~~~
1345 Merged Set Run Action, Set Icon and Set Backdrop dropboxes into a single
1346 Ultimate DropBox widget, and made all three interfaces much nicer.
1347 Dragging to the Home and Up toolbar tools now supports the menu-on-drag
1348 option (reported by Laurent Moussault).
1349 Allow changing the pinboard style without having to drag the image back in
1350 (requested by Jesse Wagner).
1351 Remove button style from iconified windows. Use a semi-transparent border
1352 instead. The actual effect is flexible; perhaps someone with artistic
1353 talent can do something better?
1354 Double-buffer small pinboard updates.
1355 Updated Spanish translation (Marcelo Ramos).
1357 10-Feb-2003
1358 ~~~~~~~~~~~
1359 Option to turn off column headings in List View (Adam Sampson).
1360 Panel auto-raising also works during drag-and-drop.
1361 Bugfix: Installing to /usr put the MIME files in the wrong place (reported
1362         by Albert Wagner).
1364 09-Feb-2003
1365 ~~~~~~~~~~~
1366 Allow dragging to a selected directory as long as it's not the source of the
1367 drag.
1368 If an error occurs opening a directory then don't report it in an error box if
1369 a drag-and-drop operation is in progress.
1370 Keep the title up-to-date for iconified windows.
1371 Option to show menu on button-1 drags instead of copying.
1372 Aborting an action window tries to kill all child processes, not just the
1373 immediate child, and doesn't close the window until it has actually stopped.
1374 Symlinks to mount points now work (reported by Daniele Peri).
1375 Include textual description of types in various places (Stephen Watson).
1376 Allow dragging directories to bookmarks edit window or toolbar icon, with
1377 spring loading (suggested by Stephen Watson and George De Bruin).
1378 Removed confusing Set Icon choice from DnD menu.
1379 Bugfix: If a directory on the panel changed to/from being an application, the
1380         label wasn't hidden / shown.
1382 08-Feb-2003
1383 ~~~~~~~~~~~
1384 Changing the icon for a MIME type updates all filer windows.
1385 When dragging a pinboard icon over itself, pretend the icon isn't there to
1386 allow fine repositioning.
1387 When an error prevents scanning a directory, show the error in the window
1388 title bar, and only report it once in an error box.
1389 Don't create thumbnails of thumbnails by checking if the image is in
1390 ~/.thumbnails/normal. Before, the test was the size of the file, not its
1391 location.
1392 Pinboard image style Scale is now called Stretch; Scale now scales without
1393 changing the aspect ratio.
1395 07-Feb-2003
1396 ~~~~~~~~~~~
1397 Auto-scrolling during drag-and-drop works again, and now in list view too.
1399 02-Feb-2003
1400 ~~~~~~~~~~~
1401 Fixed clipping and wrapping problems with pinboard icon text.
1403 01-Feb-2003
1404 ~~~~~~~~~~~
1405 Don't use double-buffering for the pinboard. This might make things flicker
1406 slightly, but it's much faster on some systems.
1407 Updated Spanish translation (Marcelo Ramos).
1409 31-Jan-2003
1410 ~~~~~~~~~~~
1411 Added Bookmarks 'Recently Visited' submenu (Stephen Watson).
1413 28-Jan-2003
1414 ~~~~~~~~~~~
1415 Replaced some of the icons with some GNOME ones (slightly modified in some
1416 cases).
1418 27-Jan-2003
1419 ~~~~~~~~~~~
1420 Slightly adjusted the 'normal' icon height to be the same size as GNOME to
1421 make sharing icons easier.
1422 Updated Polish translation (Marcin Juszkiewicz).
1424 26-Jan-2003
1425 ~~~~~~~~~~~
1426 Bugfix: Symlinking to an application required the symlink, rather than the
1427         target directory, to have the same owner as the AppRun (Keith Warno).
1429 25-Jan-2003
1430 ~~~~~~~~~~~
1431 Bugfix: Hyper and Super modifiers didn't work properly as icon shortcuts.
1433 23-Jan-2003
1434 ~~~~~~~~~~~
1435 Work around changes in Gtk+-2.2 that stopped the panel from appearing on all
1436 workspaces.
1437 Add scrollbars to bookmarks editor window (requested by George De Bruin).
1439 22-Jan-2003
1440 ~~~~~~~~~~~
1441 Bugfix: Filer would quit if only the Bookmarks editor window was open (reported
1442         by Bernard Jungen).
1444 20-Jan-2003
1445 ~~~~~~~~~~~
1446 New option to sort capitalised names first (requested by Paul Etchells and
1447 others).
1449 19-Jan-2003
1450 ~~~~~~~~~~~
1451 Updated Spanish translation (Marcelo Ramos).
1452 Fixed wheel mouse scroll bug in List View (reported by Vincent Lefevre and
1453 others).
1454 Attempt to improve the autosizing by examining the item with the longest name.
1455 Don't scale icons up in Huge mode.
1456 In translated <About> sections in AppInfo.xml files, allow a 'label=' attribute
1457 to translate the key (requested by Guido Schimmels).
1459 18-Jan-2003
1460 ~~~~~~~~~~~
1461 Added dnotify support, so that on Linux the filer now updates automatically
1462 when a directory is changed (requested by Taras and Dave C).
1464 16-Jan-2003
1465 ~~~~~~~~~~~
1466 Added icon to infobox (Geoff Youngs and Marcin Juszkiewicz).
1468 14-Jan-2003
1469 ~~~~~~~~~~~
1470 Add GTK versions used for compiling and running to -v output (suggested by
1471 Vincent Lefèvre).
1472 Bugfix: Drag-and-drop in Icons View didn't work while scrolled (reported by
1473         Brian Langenberger).
1475 13-Jan-2003
1476 ~~~~~~~~~~~
1477 Change 'Type' to 'Types' (Vincent Lefèvre).
1478 Don't resize when changing the view type if auto-resizing is off (Keith R. John
1479 Warno).
1480 Added missing cast and detect long files on OpenBSD (Damien Couderc).
1482 10-Jan-2003
1483 ~~~~~~~~~~~
1484 Remove -o from --help output (spotted by Karol Krenski).
1485 Updated Spanish translation (Marcelo Ramos).
1487 09-Jan-2003 (Release 1.3.6)
1488 ~~~~~~~~~~~
1489 Fix reference counting problem shown up by Gtk+-2.2.
1491 06-Jan-2003
1492 ~~~~~~~~~~~
1493 Updated German translation (Guido Schimmels).
1494 Make toolbar extend the whole width of the window (suggested by Andrzej
1495 Radecki).
1497 05-Jan-2003
1498 ~~~~~~~~~~~
1499 Updated Polish translation (Marcin Juszkiewicz).
1501 04-Jan-2003
1502 ~~~~~~~~~~~
1503 Updated French translation and fixed untranslatable string (Vincent Lefèvre).
1504 When using bigger/smaller, don't wrap at the end (suggested by Arnaud Calvo).
1505 Updated French manual translation (Arnaud Calvo).
1507 02-Jan-2003
1508 ~~~~~~~~~~~
1509 Updated Spanish translation (Marcelo Ramos).
1510 Updated Dutch translation (Jan Wagemakers).
1512 01-Jan-2003
1513 ~~~~~~~~~~~
1514 Added button in options window to purge thumbnails cache.
1516 30-Dec-2002
1517 ~~~~~~~~~~~
1518 Preserve selection when changing view type.
1519 Shade selection when we don't have primary.
1521 29-Dec-2002
1522 ~~~~~~~~~~~
1523 Show thumbnails in List view. Allow changing the icon size. If the size is
1524 automatic, show thumbnails as Huge and everything else as Small.
1525 Scroll wheel now works in List view.
1527 28-Dec-2002
1528 ~~~~~~~~~~~
1529 Use bold style to indicate recent items (instead of the pink background).
1531 27-Dec-2002
1532 ~~~~~~~~~~~
1533 Sort type is shared between Icon and List views. Sort order can be reversed.
1534 Highlight recently changed items with a tasteful pink background.
1535 When the bookmark editor window first opened, no item was selected. If the
1536 user clicked on it to select it, editing mode started instead (reported by
1537 Bernard Jungen).
1538 Removed most of the options section of the manual, since it was just echoing
1539 the information in the tooltips anyway.
1541 26-Dec-2002
1542 ~~~~~~~~~~~
1543 Various fixes to new list view (reported by George De Bruin).
1544 Mounting and unmounting auto-resizes the window.
1546 25-Dec-2002
1547 ~~~~~~~~~~~
1548 Right-clicking the Size button switches to automatic mode and resizes the
1549 window.
1551 24-Dec-2002
1552 ~~~~~~~~~~~
1553 Made 'Automatic' an icon size, rather than a separate option.
1554 Size toolbar button shows a menu, including the new Automatic setting.
1556 23-Dec-2002
1557 ~~~~~~~~~~~
1558 Rearranged menus and options for new List View mode.
1560 20-Dec-2002
1561 ~~~~~~~~~~~
1562 Removed warning message from --new. It can be useful for a session manager...
1563 Draw iconified windows with a background, so they don't get confused with other
1564 icons (suggested by Joakim Andreasson).
1565 Bugfix: Stupid bug stopped iconified windows from being removed and could
1566         cause a crash!
1568 17-Dec-2002
1569 ~~~~~~~~~~~
1570 The 'Directories always come first' option now only applies to name sorts.
1571 Sort by date and size default order has been reversed.
1572 Always use case-insensitive sort.
1574 16-Dec-2002
1575 ~~~~~~~~~~~
1576 Updated French manual translation (Arnaud Calvo).
1578 12-Dec-2002
1579 ~~~~~~~~~~~
1580 Details toolbar button switches to the new (unfinished) details view.
1581 Bugfix: Fix detection of new pango wrapping system (Richard Olsson)
1583 11-Dec-2002
1584 ~~~~~~~~~~~
1585 Style improvements to Edit Icon box.
1586 Don't show Size attribute for directories in the Info box. It was confusing,
1587 since it didn't include the contents.
1588 Bugfix: Right-clicking on the Bookmarks icon to edit the bookmarks would
1589         cause a crash if the bookmarks were not yet loaded.
1591 10-Dec-2002
1592 ~~~~~~~~~~~
1593 Code tidying (Bernard Jungen).
1595 09-Dec-2002
1596 ~~~~~~~~~~~
1597 Style improvements to options window.
1599 08-Dec-2002
1600 ~~~~~~~~~~~
1601 Updated Spanish translation (Marcelo Ramos).
1603 06-Dec-2002
1604 ~~~~~~~~~~~
1605 Updated German translation (Guido Schimmels).
1607 04-Dec-2002 (Release 1.3.5)
1608 ~~~~~~~~~~~
1609 Using the Close toolbar button also offers to unmount devices (spotted by
1610 Götz Waschk).
1612 03-Dec-2002
1613 ~~~~~~~~~~~
1614 Clicking on a mount point auto-mounts. The shift action is now to open without
1615 mounting. Closing a filer window showing a mount point offers to unmount it
1616 (suggested by Guido Schimmels and others).
1617 Use stock icons in more dialogs.
1619 02-Dec-2002
1620 ~~~~~~~~~~~
1621 Allow editing the path for bookmarks.
1623 01-Dec-2002
1624 ~~~~~~~~~~~
1625 Added 'Edit Bookmarks' dialog and 'Show Bookmarks' menu entry.
1627 29-Nov-2002
1628 ~~~~~~~~~~~
1629 New mount icons (suggested by Marcin Juszkiewicz).
1630 Don't show separator in bookmarks menu when there is nothing below it.
1632 28-Nov-2002
1633 ~~~~~~~~~~~
1634 Added a default hander for HTML files, otherwise newbies can't read the
1635 manual!
1636 Bugfix: Pinboards without backdrop images didn't get the correct colour set
1637         by default.
1639 27-Nov-2002
1640 ~~~~~~~~~~~
1641 Better positioning of bookmarks menu.
1643 22-Nov-2002
1644 ~~~~~~~~~~~
1645 Updated Spanish translation (Marcelo Ramos).
1646 Allow translation of About AppInfo section.
1647 Bugfix: When using Metacity, some minimised windows weren't shown (reported by
1648         Alastair Porter).
1650 21-Nov-2002
1651 ~~~~~~~~~~~
1652 More tooltips for the Set Icon dialog.
1654 20-Nov-2002
1655 ~~~~~~~~~~~
1656 Use better wrapping system, if available (Richard Olsson).
1658 15-Nov-2002
1659 ~~~~~~~~~~~
1660 Removed ASCII sort option. Useless, and didn't work with UTF-8 anyway.
1662 13-Nov-2002
1663 ~~~~~~~~~~~
1664 New sorting system to cope with UTF-8 filenames.
1666 12-Nov-2002
1667 ~~~~~~~~~~~
1668 Use stdout, not stderr, for --help and --version, and use xmllint instead of
1669 nsgmls to check for valid DocBook (Eric Gillespie).
1670 Updated Chinese translation (babyfai Cheung).
1672 11-Nov-2002
1673 ~~~~~~~~~~~
1674 Added note about checking permissions to message complaining that the MIME
1675 database can't be found (suggested by Keir Mierle).
1677 07-Nov-2002
1678 ~~~~~~~~~~~
1679 Set hint to make panels appear on all workspaces, and support metacity-style
1680 iconified windows (reported by Alastair Porter; suggested fix by Laurent
1681 Moussault).
1683 05-Nov-2002
1684 ~~~~~~~~~~~
1685 Added Bookmarks toolbar icon (Liav).
1687 04-Nov-2002
1688 ~~~~~~~~~~~
1689 Removed some unused code and fixed a possible race condition.
1691 03-Nov-2002
1692 ~~~~~~~~~~~
1693 Update error message to give correct version of MIME database (reported by
1694 FD Cami).
1696 31-Oct-2002
1697 ~~~~~~~~~~~
1698 Make the Find and Permissions help windows look nicer.
1699 Added support for shadowed labels on the pinboard (Andras Mohari).
1701 29-Oct-2002
1702 ~~~~~~~~~~~
1703 Stop Metacity from complaining that it can't decide whether the pinboard is
1704 resizable or not (reported by Alastair Porter, solution suggested by 
1705 Havoc Pennington).
1707 28-Oct-2002
1708 ~~~~~~~~~~~
1709 Make it more obvious that --new is only for debugging.
1710 Added Norwegian translation (Sigve Indregard).
1712 27-Oct-2002
1713 ~~~~~~~~~~~
1714 Use our own stock icons for 'show hidden' and 'show details' toolbar buttons
1715 (Stephen Watson). New details icon is a modified version of a Gtk stock
1716 icon, while show hidden is taken from sawfish.
1718 26-Oct-2002
1719 ~~~~~~~~~~~
1720 Code tidying (Bernard Jungen).
1722 23-Oct-2002
1723 ~~~~~~~~~~~
1724 Switch button-1/2 on Help, as it was too annoying.
1725 Create thumbnails at 128x128 to be in-line with current thumbnails spec.
1726 Bugfix: When using the lasso box with the pinboard, select icons based on
1727         where they actually are, not where they want to be (useful if you've
1728         just changed to a lower resolution and they're all stuck at the side!).
1730 22-Oct-2002
1731 ~~~~~~~~~~~
1732 Button-1 on Help shows the manual, other button opens the Help directory
1733 (Marcin Juszkiewicz).
1735 21-Oct-2002
1736 ~~~~~~~~~~~
1737 More checks to cope with invalid filenames (Marcin Juszkiewicz).
1738 Updated Polish translation (Marcin Juszkiewicz).
1740 19-Oct-2002
1741 ~~~~~~~~~~~
1742 Updated Spanish translation (Marcelo Ramos).
1744 18-Oct-2002
1745 ~~~~~~~~~~~
1746 Cope slightly better with invalid filenames in various places (reported by
1747 Marcin Juszkiewicz and Andras Mohari).
1748 Make panel menus appear nearer the edge of the screen for top, left and right
1749 panels (suggested by Bernard Jungen).
1750 Bugfix: When installing the binary release, don't warn the user that the source
1751         is missing (reported by John Pettigrew).
1753 17-Oct-2002
1754 ~~~~~~~~~~~
1755 Code tidying (Bernard Jungen).
1756 Fixed broken links to citations in manual (reported by Bernard Jungen).
1757 Renamed sp.po to es.po (requested by Quique).
1759 12-Oct-2002
1760 ~~~~~~~~~~~
1761 Added Swedish translation (Marcus Lundblad).
1762 Bugfix: Invert Selection failed to work correctly on the first item (spotted by
1763         Stephen Watson).
1765 09-Oct-2002
1766 ~~~~~~~~~~~
1767 Updated French manual translation (Arnaud Calvo).
1769 07-Oct-2002
1770 ~~~~~~~~~~~
1771 Updated French translation (Vincent Lefèvre).
1773 01-Oct-2002 (Release 1.3.4)
1774 ~~~~~~~~~~~
1775 Require glib >= 2.0.3, or action windows leak file handles (reported by
1776 Musus Umbra).
1778 27-Sep-2002
1779 ~~~~~~~~~~~
1780 Allow multiple pinboard icons to be repositioned at once.
1782 26-Sep-2002
1783 ~~~~~~~~~~~
1784 Allow multiple pinboard icons to be selected by dragging a box around them.
1786 23-Sep-2002
1787 ~~~~~~~~~~~
1788 Pinboard and panel icons can now have keyboard shortcuts assigned to them.
1789 Bugfix: Fixed a couple of cursor positioning problems (reported by Andras
1790 Mohari).
1792 22-Sep-2002
1793 ~~~~~~~~~~~
1794 Replace -o command-line option with a toggle button in the options window.
1796 17-Sep-2002
1797 ~~~~~~~~~~~
1798 Updated French manual translation (Arnaud Calvo).
1800 05-Sep-2002
1801 ~~~~~~~~~~~
1802 Be more forceful about setting the pinboard backdrop; some themes were
1803 overriding it (reported by Biju Chacko).
1804 Use K, M and G consistantly (Marcin Juszkiewicz).
1806 03-Sep-2002
1807 ~~~~~~~~~~~
1808 Shift Open had stopped working (spotted by Matthew Weier O'Phinney).
1810 02-Sep-2002
1811 ~~~~~~~~~~~
1812 Changed default Set Run Action shell command from "$1" to "$@" (suggested by
1813 krjw).
1815 01-Sep-2002
1816 ~~~~~~~~~~~
1817 Updated Spanish translation (Marcelo Ramos).
1819 30-Aug-2002
1820 ~~~~~~~~~~~
1821 New 'Class' parameter to Filer_OpenDir SOAP method allows setting the
1822 WM_CLASS of a new window so that the window manager can treat it
1823 specially, such as opening it in a certain place, or make it sticky
1824 (requested by Matthew Weier O'Phinney).
1826 27-Aug-2002
1827 ~~~~~~~~~~~
1828 New option to set the pinboard font (Krzysztof Luks).
1830 26-Aug-2002
1831 ~~~~~~~~~~~
1832 Updated French translation (Vincent Lefèvre).
1833 Updated Italian translation (Daniele Peri).
1835 17-Aug-2002
1836 ~~~~~~~~~~~
1837 Increase time between updates while scanning from 0.5s to 1.5s. Now that the
1838 names are all shown from the start, fast feedback here is less useful.
1839 When resizing due to a key event, warp the pointer (for sloppy focus users).
1841 13-Aug-2002
1842 ~~~~~~~~~~~
1843 Removed Re-read MIME types button. Use Refresh on the toolbar instead.
1845 11-Aug-2002
1846 ~~~~~~~~~~~
1847 Internal changes: moved menu and toolbar over to View interface.
1849 05-Aug-2002
1850 ~~~~~~~~~~~
1851 Open the menu on the 'popup-menu' signal. Allows you to use the default Gtk
1852 keyboard shortcuts to open the menu.
1853 Translated AppInfo menu entries into Hungarian (Andras Mohari) and
1854 Spanish (Marcelo Ramos).
1855 After dragging to a remote application which didn't respond, the filer
1856 refused to gain the primary selection until the operation timed out.
1858 02-Aug-2002
1859 ~~~~~~~~~~~
1860 Use stock icons for multi-file drag-and-drop, files with missing icons, and
1861 files that can't be statted (Marcin Juszkiewicz).
1863 01-Aug-2002
1864 ~~~~~~~~~~~
1865 Make --version's output convert to the local character set (Vincent Lefevre).
1866 Make menu items in AppInfo.xml files translatable (requested by
1867 Wilbert Berendsen, Andras Mohari and Marcelo Ramos).
1869 29-Jul-2002
1870 ~~~~~~~~~~~
1871 Change pinboard option to forward button 3 to forward all buttons (requested
1872 by Matthew Weier O'Phinney).
1874 28-Jul-2002
1875 ~~~~~~~~~~~
1876 Use Gtk's new stock info icon instead of help icon for minibuffer, etc.
1878 26-Jul-2002
1879 ~~~~~~~~~~~
1880 Updated French translation (Vincent Lefèvre).
1881 Updated Spanish translation (Marcelo Ramos).
1882 Using Edit MIME types in the Options box now opens the new 'packages'
1883 directory instead of the old 'mime-info' one (reported by Goetz Waschk).
1885 24-Jul-2002 (Release 1.3.3)
1886 ~~~~~~~~~~~
1887 Updated to new shared MIME database format.
1889 23-Jul-2002
1890 ~~~~~~~~~~~
1891 Alt-Return or Alt-Button-1 on a file works like clicking with button-2; it
1892 opens a directory in a new window and closes the directory when opening a file
1893 (suggested by Gregory Spath).
1895 22-Jul-2002
1896 ~~~~~~~~~~~
1897 Use stock icons for toolbar, to make it themeable (requested by Michael Adams).
1899 21-Jul-2002
1900 ~~~~~~~~~~~
1901 Made the stepper arrows in the scrollbars scroll by one item's height, fixed
1902 an untranslatable string and fixed a slight error in the size calculation
1903 (Bernard Jungen).
1905 19-Jul-2002
1906 ~~~~~~~~~~~
1907 Rearraged File menu (suggested by Tomas Berg).
1909 16-Jul-2002
1910 ~~~~~~~~~~~
1911 Added support for Solaris 'Door' files (Stephen Watson).
1913 12-Jul-2002
1914 ~~~~~~~~~~~
1915 Added Help menu with both About and Show Files entries, and a new entry to
1916 load the corrent manual for the current locale (suggested by Arnaud Calvo).
1918 11-Jul-2002
1919 ~~~~~~~~~~~
1920 Updated French manual translation (Arnaud Calvo).
1921 Changed 'Show ROX-Filer Help' to 'About ROX-Filer...'. This shows the Info
1922 box, with a new 'Show Help Files' button (Geoff Youngs).
1924 09-Jul-2002
1925 ~~~~~~~~~~~
1926 Don't close the Set Run Action box after showing the usage message if the user
1927 enters an invalid command (spotted by krjw).
1929 07-Jul-2002
1930 ~~~~~~~~~~~
1931 Bugfix: Changing the pinboard colours when iconfied windows were not in use
1932         displayed a (harmless) warning message (reported by krjw).
1934 02-Jul-2002
1935 ~~~~~~~~~~~
1936 Security fix: Set Run Action to a shell command would make the executable
1937               world-writeable (spotted by alexander).
1939 28-Jun-2002
1940 ~~~~~~~~~~~
1941 Bugfix: Tooltips for files sometimes didn't get displayed.
1943 26-Jun-2002
1944 ~~~~~~~~~~~
1945 Added reminder about having NumLock on when using groups from the keypad
1946 (suggested by Gombok Arthur).
1948 25-Jun-2002
1949 ~~~~~~~~~~~
1950 Turned on more compiler warnings, and fixed some minor issues it threw up.
1952 22-Jun-2002 (Release 1.3.2)
1953 ~~~~~~~~~~~
1954 Updated French translation (Vincent Lefèvre).
1956 21-Jun-2002
1957 ~~~~~~~~~~~
1958 Added 'Text beside icon' toolbar style (Michael Adams).
1960 20-Jun-2002
1961 ~~~~~~~~~~~
1962 Bugfix: Using another window in between entering target mode and selecting
1963         the target printed a warning instead of performing the operation.
1965 17-Jun-2002
1966 ~~~~~~~~~~~
1967 Fix problem with root menu positioning on icewm (reported by Bernard Jungen).
1969 16-Jun-2002
1970 ~~~~~~~~~~~
1971 More robust approach to SOAP errors.
1973 11-Jun-2002
1974 ~~~~~~~~~~~
1975 Require version 2.0.1 or later of Gtk, due to bugs in 2.0.0.
1976 Changing the pinboard font realigns the icons.
1977 Bugfix: Symlinked items in the SendTo menu didn't use globicons correctly
1978         (spotted by Arnaud Calvo).
1979 Bugfix: Filer sometimes failed to load the backdrop supplied by a program
1980         (reported by Arnaud Calvo).
1982 10-Jun-2002
1983 ~~~~~~~~~~~
1984 Updated Spanish translation (Marcelo Ramos).
1986 08-Jun-2002
1987 ~~~~~~~~~~~
1988 Move Xterm Here to Window menu and add Switch to xterm (suggested by
1989 Gregory Spath).
1990 Bugfix: Some shortcuts didn't work properly on some keyboards (reported by
1991         Lorint and Musus Umbra).
1993 06-Jun-2002
1994 ~~~~~~~~~~~
1995 When installing without a manpage, just warn the user instead of aborting
1996 (suggested by Simon Britnell).
1998 01-Jun-2002
1999 ~~~~~~~~~~~
2000 Code tidying (Bernard Jungen).
2002 31-May-2002
2003 ~~~~~~~~~~~
2004 Option to switch automatically between Large and Small icons (Stephen Watson).
2005 Allow blank icon names (suggested by Gregory Spath).
2006 Bugfix: Default icon for iconified windows wasn't found (Jimmy Olgeni).
2007 Bugfix: Sometimes the SOAP message sent to a running process got displayed.
2009 30-May-2002 (Release 1.3.1)
2010 ~~~~~~~~~~~
2011 Fix redraw bug with selected icons.
2013 29-May-2002
2014 ~~~~~~~~~~~
2015 Respect CHOICESPATH when installing (spotted by Vincent Lefevre).
2016 Set Icon now creates icons in PNG format (spotted by Wilbert Berendsen).
2018 28-May-2002
2019 ~~~~~~~~~~~
2020 Merged in icons from rox-base (converted to PNG format and renamed).
2021 Bugfix: When showing iconified windows, the filer could crash if a window
2022         disappeared at the wrong moment.
2024 27-May-2002
2025 ~~~~~~~~~~~
2026 Set _XROOTPMAP_ID property on root window so that Eterm and friends show
2027 the right backdrop (requested by Simon Britnell).
2028 Use .png icons in MIME-icons instead of .xpm (needed to change anyway as
2029 the new shared MIME database uses different types in many places).
2030 Updated French translation (Vincent Lefèvre).
2031 Updated Dutch translation (Wilbert Berendsen).
2032 Updated Hungarian translation (Andras Mohari).
2034 24-May-2002
2035 ~~~~~~~~~~~
2036 When using -d or -s options, don't follow symlinks in paths starting with '/'
2037 (suggested by Darrell Taylor).
2039 23-May-2002
2040 ~~~~~~~~~~~
2041 Code tidying (Bernard Jungen).
2043 21-May-2002
2044 ~~~~~~~~~~~
2045 Updated Polish translation (Krzysztof Krzy¿aniak).
2047 19-May-2002
2048 ~~~~~~~~~~~
2049 Setting the background colour doesn't lose the image (spotted by Jasper
2050 Huijsmans).
2052 18-May-2002
2053 ~~~~~~~~~~~
2054 Iconified windows are shown with their own icon, if they have one.
2056 17-May-2002
2057 ~~~~~~~~~~~
2058 Options to set iconification layout policy.
2059 Fix compiler warnings on some systems (Stephen Watson).
2060 Added 'Follow Symbolic Links' menu item (Stephen Watson).
2062 16-May-2002
2063 ~~~~~~~~~~~
2064 Pinboard background colour option works again.
2065 Position iconified windows sensibly.
2066 Bugfix: Typing too fast into the minibuffer could miss characters.
2068 15-May-2002
2069 ~~~~~~~~~~~
2070 Wrap long icon names onto multiple lines.
2071 Options to forward button-3 clicks on the pinboard to the window manager
2072 (requested by Ryan Harris).
2074 14-May-2002
2075 ~~~~~~~~~~~
2076 Code tidying (Bernard Jungen).
2077 Bugfix: Ctrl-clicking on icons can unselect, not just select.
2079 13-May-2002
2080 ~~~~~~~~~~~
2081 Bugfix: Short form of '--client-id' option didn't work (reported by Julio
2082         Hugo Toloza).
2084 12-May-2002
2085 ~~~~~~~~~~~
2086 Allow hidden subdirectories in <Choices>/SendTo which have their contents
2087 included only for certain MIME types (Geoff Youngs).
2088 When changing directory, remove any trailing /s from the path.
2089 Make sure panels never get lowered under the pinboard.
2090 Iconified windows are now displayed on the pinboard, not floating over
2091 everything else.
2092 Bugfix: Using a savebox when the pathname contained multi-byte characters
2093         caused the initial selected region to be positioned incorrectly.
2095 10-May-2002
2096 ~~~~~~~~~~~
2097 Initial support for showing iconified windows.
2099 09-May-2002
2100 ~~~~~~~~~~~
2101 Changed the way pinboard icons are implemented.
2102 Changed the way backdrop applications set the backdrop.
2103 Always use button-3 for the pinboard menu, as the window manager menu must
2104 be on button-2 (spotted by Geoff Youngs).
2106 08-May-2002
2107 ~~~~~~~~~~~
2108 Updated French manual translation (Arnaud Calvo).
2109 Middle button clicks on the pinboard are passed to the window manager.
2110 Many improvements to the pinboard:
2111 - Changing font updates the pinboard icons.
2112 - Button-2 clicks are passed to window manager.
2113 - Drop highlight doesn't flicker.
2115 07-May-2002
2116 ~~~~~~~~~~~
2117 Improved highlighting of icons (Andras Mohari).
2119 06-May-2002
2120 ~~~~~~~~~~~
2121 The pinboard is now a screen-sized window. Faster and better looking.
2122 Setting the backdrop is now done from the filer.
2124 03-May-2002
2125 ~~~~~~~~~~~
2126 The Link box allows an existing symlink to be replaced, instead of
2127 complaining that the destination already exists (suggested by Arnaud Calvo).
2128 Bugfix: When editing a panel icon, the tooltip didn't update until the next
2129         restart (Olli Helenius).
2131 02-May-2002
2132 ~~~~~~~~~~~
2133 Added Sort to the OpenDir SOAP method (Stephen Watson).
2135 30-Apr-2002
2136 ~~~~~~~~~~~
2137 Alpha-blending for Small icons, too.
2138 Bugfix: When copying directories, ignore an error caused by filesystems,
2139         such as Samba shares, that don't support chmod fully (reported by
2140         Andrew S Dixon).
2142 29-Apr-2002
2143 ~~~~~~~~~~~
2144 SOAP method OpenDir now allows Style and Details to be specified
2145 (Stephen Watson).
2147 28-Apr-2002
2148 ~~~~~~~~~~~
2149 Use alpha-blending in Large and Huge display modes. Limit icons in menus to
2150 Small and Large sizes.
2152 27-Apr-2002
2153 ~~~~~~~~~~~
2154 Return in Permissions box activates Quiet.
2156 26-Apr-2002
2157 ~~~~~~~~~~~
2158 MIME information is now read from the freedesktop.org shared database rather
2159 than the old Choices/MIME-info directories.
2161 25-Apr-2002
2162 ~~~~~~~~~~~
2163 Don't convert to `real' path when following symlinks, so that Up now returns
2164 to the directory containing the symlink, not the thing it linked to
2165 (requested by Gregory Spath).
2166 Don't quit while Options window is open.
2168 21-Apr-2002
2169 ~~~~~~~~~~~
2170 Allow panel style to be set from ~/.gtkrc-2.0, using 'rox-panel' to identify
2171 the window (requested by Ashwin).
2172 Merged OK and Save buttons in the Options box. Revert shades when it would
2173 have no effect.
2175 17-Apr-2002
2176 ~~~~~~~~~~~
2177 'New ...' for a template always copies without confirming (suggested by
2178 Wilbert Berendsen).
2180 16-Apr-2002
2181 ~~~~~~~~~~~
2182 Set-keybindings button in options box now checks that this feature is on,
2183 and explains what to do if not (suggested by Francesco Bochicchio).
2185 15-Apr-2002
2186 ~~~~~~~~~~~
2187 Updated French translation (Vincent Lefèvre).
2188 Message in translation options switches language as you move through the
2189 options.
2191 14-Apr-2002
2192 ~~~~~~~~~~~
2193 Added Chinese translation (babyfai cheung).
2195 14-Apr-2002 (Release 1.3.0)
2196 ~~~~~~~~~~~
2197 Fixed a minor redraw box (a single pixel could get left after a lasso drag).
2198                         
2199 13-Apr-2002
2200 ~~~~~~~~~~~
2201 Place action windows under pointer (suggested by txapela).
2203 11-Apr-2002
2204 ~~~~~~~~~~~
2205 Set collection style in the program. Choices/ROX-Filer/Styles is no longer
2206 used.
2207 Made background pixmaps for Collections work again (reported by Stephen
2208 Watson).
2209 Removed pinboard text background style option (it never worked with Gtk+-2.0).
2211 09-Apr-2002
2212 ~~~~~~~~~~~
2213 Added units display to options and improved toolbar options layout (Andras
2214 Mohari).
2215 When setting the icon for a directory, offer to create a .DirIcon
2216 (requested by Matjaz Mihelic).
2218 08-Apr-2002
2219 ~~~~~~~~~~~
2220 Much improved layout for Options box (Andras Mohari).
2221 Allow subdirectories in the Send To menu (Stephen Watson).
2223 06-Apr-2002
2224 ~~~~~~~~~~~
2225 Code tidying in various places (Bernard Jungen).
2226 Filer windows update automatically when the font or theme changes.
2228 05-Apr-2002
2229 ~~~~~~~~~~~
2230 Various speed improvements.
2231 Removed GNOME VFS option (never worked with Gtk+-2.0).
2233 04-Apr-2002
2234 ~~~~~~~~~~~
2235 Auto-raise panels when the pointer hits the side of the screen, and lower
2236 when it leaves the panel (Geoff Youngs).
2238 03-Apr-2002
2239 ~~~~~~~~~~~
2240 Slight speed increase when starting.
2242 02-Apr-2002
2243 ~~~~~~~~~~~
2244 Added Danish translation (Christian Storgaard).
2246 01-Apr-2002
2247 ~~~~~~~~~~~
2248 Internal tidy-up of the icon code: PinIcon and PanelIcon are now subclasses
2249 of Icon, which is now a GObject. Dragging pinboard icons with the middle
2250 button is no longer supported.
2252 28-Mar-2002
2253 ~~~~~~~~~~~
2254 Updated Polish translation (Krzysztof Krzy¿aniak).
2256 25-Mar-2002
2257 ~~~~~~~~~~~
2258 New 'Short titlebar flags' option (requested by Andras Mohari).
2260 24-Mar-2002
2261 ~~~~~~~~~~~
2262 Fixed problem which allowed the panel to get the input focus (reported by
2263 Brendan McCarthy).
2265 22-Mar-2002
2266 ~~~~~~~~~~~
2267 Large (over 50K) image files are now loaded in a subprocess. Faster, less
2268 likely to crash due to bad images, and more responsive.
2270 21-Mar-2002
2271 ~~~~~~~~~~~
2272 Filenames which are not valid UTF-8 are shown in red. A tooltip explains the
2273 problem. CHARSET is used to try and render the name anyway, and the rename
2274 box can be used to fix it (reported by Christopher Arndt).
2276 20-Mar-2002
2277 ~~~~~~~~~~~
2278 Times weren't converted to UTF-8, causing errors in some locales (reported
2279 by Christopher Arndt and tracked down by Andras Mohari).
2280 Informational messages are now shown with the info icon, not the error symbol
2281 (suggested by Andras Mohari).
2283 18-Mar-2002
2284 ~~~~~~~~~~~
2285 Set _WIN_HINTS for pinboard and panel icons so that they don't appear on
2286 task-lists or get selected when Alt-Tabbing (Brendan McCarthy).
2287 Allow COMPOUND_TEXT target for pinboard and panels (allows pasting into
2288 gnome-terminal).
2289 The Path Entry minibuffer now highlights invalid paths in red, instead of
2290 beeping.
2292 17-Mar-2002
2293 ~~~~~~~~~~~
2294 Internal changes: MaskedPixmap, Directory and XMLwrapper types are now
2295 GObjects. FSCache now works on GObjects, and the interface is therefore
2296 simpler now.
2298 16-Mar-2002
2299 ~~~~~~~~~~~
2300 Sorted out some focussing and defaulting behaviour in action windows.
2302 14-Mar-2002
2303 ~~~~~~~~~~~
2304 Split action window code, so that most of the GUI stuff is now in abox.c,
2305 and converted to new dialog style.
2307 13-Mar-2002
2308 ~~~~~~~~~~~
2309 Removed remaining support for the old libvfs.
2310 Updated lots of code to new Gtk+-2.0 style.
2312 12-Mar-2002
2313 ~~~~~~~~~~~
2314 Panel icons highlight when the pointer is over them.
2315 Fixed some untranslatable strings (Andras Mohari).
2317 11-Mar-2002
2318 ~~~~~~~~~~~
2319 Converted Set Run Action box to new style.
2321 10-Mar-2002
2322 ~~~~~~~~~~~
2323 New panel style; better looking, and sensitive right up to the edge of the
2324 screen.
2325 Converted action window results list to use the new GtkTreeView widget.
2327 09-Mar-2002
2328 ~~~~~~~~~~~
2329 Converted Savebox widget to new Gtk style.
2331 07-Mar-2002
2332 ~~~~~~~~~~~
2333 Fix compile problems with Gtk+-2.0-rc1 (missing X libs and cflags).
2334 Added stock icons to Options box. The filer now requires Gtk+-2.0.
2335 Updated Infobox to use new GtkTreeView widget.
2337 05-Mar-2002
2338 ~~~~~~~~~~~
2339 Display action window questions in bold (suggested by Andras Mohari).
2340 Added PanelAdd and PinboardAdd SOAP methods (Stephen Watson).
2342 28-Feb-2002
2343 ~~~~~~~~~~~
2344 Fixed sensitive region of icons in large with details display (Bernard
2345 Jungen).
2347 27-Feb-2002
2348 ~~~~~~~~~~~
2349 Added Newer option for Copy and Move operations (Stephen Watson).
2351 26-Feb-2002
2352 ~~~~~~~~~~~
2353 Centre colour selector on mouse, and close when options box closes.
2354 Got background pixmaps working with Gtk+-2.0.
2356 21-Feb-2002
2357 ~~~~~~~~~~~
2358 Changes to options now take effect instantly. The old Apply button is gone,
2359 and Cancel is now Revert.
2360 Fixed stupid bug in charset conversions (reported by Andras Mohari).
2361 Initial support for gnome-vfs (Mark Heily).
2363 20-Feb-2002
2364 ~~~~~~~~~~~
2365 Internal changes to the options system. See text at start of options.c.
2367 19-Feb-2002
2368 ~~~~~~~~~~~
2369 Changed 'Ignore case' option to 'Intelligent sorting'. A non-ASCII sort now
2370 handles numbers in a sensible way, so that 'file10' comes after 'file9', etc
2371 (Micah Dowty).
2372 Fix possible type conversion problem in charset conversion code
2373 (reported by Serban Udrea).
2374 Allow xml:lang attribute in AppInfo files for translations; see
2375 ROX-Filer/AppInfo.xml for an example (suggested by Wilbert Berendsen).
2377 18-Feb-2002
2378 ~~~~~~~~~~~
2379 Try to compile against Gtk+-2.0 first, and only fallback to 1.2 if it's not
2380 found.
2381 In an Infobox, strip trailing newlines from file's output as Gtk+-2.0
2382 labels display them.
2383 Scroll in whole items with Gtk+-1.2, plus better cursor alignment (Bernard
2384 Jungen).
2386 17-Feb-2002 (Release 1.2.0)
2387 ~~~~~~~~~~~
2388 New stable release.
2390 13-Feb-2002 (Release 1.1.14)
2391 ~~~~~~~~~~~
2392 Pressing Escape in a dialog box now closes the box.
2394 12-Feb-2002
2395 ~~~~~~~~~~~
2396 Fix compile problem if iconv.h is missing and allow CPPFLAGS settings to
2397 be used in Makefile (Jim Knoble).
2398 Undo 'double clicking unselects' change (requested by Andreas).
2400 11-Feb-2002
2401 ~~~~~~~~~~~
2402 Updated Spanish translation (Marcelo Ramos).
2403 Updated French manual translation (Arnaud Calvo).
2405 08-Feb-2002 (Release 1.1.13)
2406 ~~~~~~~~~~~
2407 Use fixed font in minibuffer.
2409 07-Feb-2002
2410 ~~~~~~~~~~~
2411 Updated French manual translation (Arnaud Calvo).
2412 Updated Russian translation (Dmitry Elfimov).
2414 06-Feb-2002
2415 ~~~~~~~~~~~
2416 When dragging a lasso box around items, limit the allowed overlap (the
2417 space you can drag over the edge of the next item without selecting it)
2418 so that very wide items (eg, those with details) are easier to select
2419 (requested by Andras Mohari).
2421 04-Feb-2002
2422 ~~~~~~~~~~~
2423 Updated Italian translation (Denis Manente).
2425 03-Feb-2002
2426 ~~~~~~~~~~~
2427 Updated German translation (André Wyrwa).
2428 Updated Spanish translation (Marcelo Ramos).
2430 02-Feb-2002
2431 ~~~~~~~~~~~
2432 Updated to version 0.5 of the thumbnails standard. You should rename
2433 '~/.thumbnails/96x96' to '~/.thumbnails/normal' to avoid having to recreate
2434 them all.
2436 01-Feb-2002
2437 ~~~~~~~~~~~
2438 Do UTF-8 conversions for globicons and file groups, as we now do for pinboards
2439 and panels (reported by Arnaud Calvo).
2441 31-Jan-2002
2442 ~~~~~~~~~~~
2443 Updated Hungarian translation (Andras Mohari).
2444 Double-clicking an item always clears the selection, removed extra newline
2445 from man-page and fixed a misplaced #endif (Bernard Jungen).
2447 30-Jan-2002
2448 ~~~~~~~~~~~
2449 Updated Dutch translation (Wilbert Berendsen).
2450 Updated to Gtk+-1.3.13 (action window scrolling now works).
2452 28-Jan-2002
2453 ~~~~~~~~~~~
2454 OK and Cancel buttons in savebox can no longer be focussed. Fixes problem
2455 where opening a savebox put the focus on the last used button instead of
2456 the entry (reported by Karol Krenski).
2457 Added instructions for Window Maker pinboard icons to the manual
2458 (Jim Knoble).
2459 Resizer now allows space for the 'Running as ...' message (reported by
2460 Wilbert Berendsen).
2462 25-Jan-2002
2463 ~~~~~~~~~~~
2464 If conversion to 'ISO8859-1' doesn't work, try 'iso-8859-1' and 'UTF-8' instead
2465 of giving a warning (reported by Gregory Spath).
2467 24-Jan-2002 (Release 1.1.12)
2468 ~~~~~~~~~~~
2469 Updated Hungarian translation (Andras Mohari).
2471 23-Jan-2002
2472 ~~~~~~~~~~~
2473 Only check for thumbnails in the thumbnail scanning code, not when loading
2474 any image (saves time).
2475 Assume pathnames and labels for pinboards and panels are in the local charset
2476 for Gtk+-1.2, and in UTF-8 for Gtk+-2.0.
2477 When using 'Shell Command...' from the menu with an item selected by opening
2478 the menu, the item now remains selected when you enter the command.
2480 Updated French translation (Vincent Lefèvre).
2481 Updated Dutch translation (Wilbert Berendsen).
2483 22-Jan-2002
2484 ~~~~~~~~~~~
2485 _ROX_PANEL_MENU_POS property is now set on each GtkSocket window, rather than
2486 the panel, so that applets can find it more easiliy (requested by Stephen
2487 Watson).
2488 Only use Gtk+-2.0 if '--compile --with-gtk2' is used.
2489 Loading a thumbnail now stores the details when loading started, not
2490 when it finished.
2491 Bugfix: Under Gtk+-2.0, the savebox focussed the OK button rather than the
2492         text entry.
2494 21-Jan-2002
2495 ~~~~~~~~~~~
2496 Changing the permission on a file failed to update the display (reported by
2497 Karol Krenski). Also made other updates more efficient.
2498 Allow COMPOUND_TEXT selection type (same as STRING for now), as gnome-terminal
2499 has stopped accepting STRING.
2501 20-Jan-2002
2502 ~~~~~~~~~~~
2503 Added a configure check for iconv.h.
2504 Use double instead of long for file sizes in find.c (Bernard Jungen).
2506 19-Jan-2002
2507 ~~~~~~~~~~~
2508 Thumbnails code failed to update images when they changed (reported by
2509 Andreas).
2511 18-Jan-2002
2512 ~~~~~~~~~~~
2513 Use 'ISO8859-1' instead of 'iso-8859-1' and fallback to strdup if charset
2514 conversion fails (Stephen Watson).
2516 Deleting a symlink to a pinboard or panel icon showed a warning, even though
2517 there was no danger, because it followed the symlink. Trying to copy a symlink
2518 inside the directory it pointed to failed for the same reason.
2520 17-Jan-2002
2521 ~~~~~~~~~~~
2522 Big changes to internationalisation for pinboards and panels to fix problems
2523 with incompatible character sets (reported by Arnaud Calvo).
2524 When creating thumbnails, create to a temporary file and rename in case another
2525 program tries to write the save thumbnail at the same time.
2526 As a special case, running with just '-v' doesn't call gtk_init, allowing
2527 installing without an X server (requested by Michael Duelli).
2529 16-Jan-2002
2530 ~~~~~~~~~~~
2531 Converter for old-format config files now stops if the file looks like
2532 XML (probably from a failed conversion).
2533 Allow '~' in globicons file.
2534 Bugfix: When using spring-opening or following symlinks, trying to open
2535         a non-existant directory could cause a crash.
2536 Bugfix: The pinboard would highlight to accept any type of drop (not just
2537         files).
2539 13-Jan-2002
2540 ~~~~~~~~~~~
2541 Fixed some compile problems on Solaris (Andreas Dehmel).
2542 Clicking an unscanned item now scans it (instead of reporting an error).
2543 Dialog boxes in Gtk+-2.0 now set a default button.
2544 Number keys on the keypad couldn't be used for groups (reported by Arnaud
2545 Calvo).
2547 11-Jan-2002
2548 ~~~~~~~~~~~
2549 Updated Spanish translation (Marcelo Ramos).
2550 Updated the French manual translation (Arnaud Calvo and Vincent Lefèvre).
2552 09-Jan-2002
2553 ~~~~~~~~~~~
2554 Converted French manual to DocBook (Arnaud Calvo).
2555 Fixed some compiler warnings (Vincent Lefèvre).
2557 09-Jan-2002 (Release-1.1.11)
2558 ~~~~~~~~~~~
2559 Mark action windows as dialogs (requested by Daniel Pittman).
2560 Reset the background colour when drawing, as the Xenophilia keeps changing
2561 it (reported by Wilbert Berendsen).
2563 08-Jan-2002
2564 ~~~~~~~~~~~
2565 Changed == to = in make-mo script (Vincent Lefèvre).
2566 Added -lm to libpng linker flags (reported by Stephen Watson).
2567 Updated the French translation (Vincent Lefèvre).
2569 07-Jan-2002
2570 ~~~~~~~~~~~
2571 Bugfix: Closing a filer window with a tooltip removes the tip now (before, the
2572         tooltip could get stuck on the screen).
2574 06-Jan-2002
2575 ~~~~~~~~~~~
2576 Bugfix: Options box didn't work unless options had already been saved
2577         (reported by Iain Stevenson).
2579 05-Jan-2002
2580 ~~~~~~~~~~~
2581 Stopped unnecessary redrawing of the display (when sorting an already-sorted
2582 list).
2583 Thumbnails can now also be saved using Gtk+-1.2, if libpng is available
2584 (Andras Mohari).
2586 04-Jan-2002
2587 ~~~~~~~~~~~
2588 Fixed compile problem (reported by Vincent Lefèvre).
2589 Updated French translation (Vincent Lefèvre).
2591 03-Jan-2002
2592 ~~~~~~~~~~~
2593 Added _ROX_PANEL_MENU_POS property on panel windows to help applets position
2594 their menus correctly.
2595 Bugfix: 'From LANG' translation setting had stopped working (reported by
2596         Vincent Lefèvre).
2598 02-Jan-2002
2599 ~~~~~~~~~~~
2600 Saved pinboards and panels are now stored in an XML format. Old files should
2601 be converted automatically. Icon names may now contain the < and > characters
2602 (requested by Bernard Jungen).
2604 01-Jan-2002
2605 ~~~~~~~~~~~
2606 Updated French translation (Vincent Lefèvre).
2607 Updated Polish translation (Krzysztof Krzy¿aniak).
2609 30-Dec-2001
2610 ~~~~~~~~~~~
2611 Updated Spanish translation (Marcelo Ramos).
2613 29-Dec-2001
2614 ~~~~~~~~~~~
2615 When changing directory, make more effort to wink or select the appropriate
2616 item.
2618 29-Dec-2001 (Release 1.1.10)
2619 ~~~~~~~~~~~
2620 Updated French translation (Vincent Lefèvre).
2621 Bugfix: Using Shift to open the Send To menu without a selected file stopped
2622         the toggle menu items from working!
2624 28-Dec-2001
2625 ~~~~~~~~~~~
2626 With Gtk+-2.0, the effective permissions are now underlined (like they are
2627 with Gtk+-1.2).
2628 Put all the flags in the options box on one line, along with the Quiet button
2629 (looks neater).
2630 Updated manual.
2632 27-Dec-2001
2633 ~~~~~~~~~~~
2634 Reorganised the Options box somewhat.
2635 Bugfix: Closing a window while creating thumbnails caused a crash.
2637 26-Dec-2001
2638 ~~~~~~~~~~~
2639 Icons are dragged from their corners again (requested by Liav Asseraf).
2640 Unknown SOAP methods now get a SOAP Fault response. Updated SOAP namespaces.
2641 Renamed '.DirIcon.png' to just '.DirIcon'.
2642 In action windows, standard error from moving, copying and mounting operations
2643 is captured and displayed, giving a more useful message (Stephen Watson).
2644 Support for Gtk+-1.3.12.
2646 25-Dec-2001
2647 ~~~~~~~~~~~
2648 Updated Polish translation (Krzysztof Krzy¿aniak).
2650 24-Dec-2001
2651 ~~~~~~~~~~~
2652 File groups are now saved (automatically).
2653 The old 'AppMenu' file is no longer checked for (use AppInfo.xml instead).
2655 23-Dec-2001
2656 ~~~~~~~~~~~
2657 Added Version SOAP RPC.
2658 With Gtk+-2.0 UTF-8 converstion, the filer now converts from the charset
2659 specified in the translation (was always using iso-8859-1).
2661 22-Dec-2001
2662 ~~~~~~~~~~~
2663 If thumbnailing is cancelled, it can be resumed later. Hiding thumbnails
2664 stops any scan in progress automatically. Added 'All' and 'Thumbs' status
2665 flags to title bar.
2667 21-Dec-2001
2668 ~~~~~~~~~~~
2669 New 'Show image thumnails' option to set this as the default (requested by
2670 Kristian Rink).
2671 Got details working again with Gtk+-1.2 (spotted by Kristian Rink).
2673 20-Dec-2001
2674 ~~~~~~~~~~~
2675 New thumbnail system. 'Create Thumbs' is now 'Show Thumbnails' and can
2676 be turned on and off. Thumbnails are loaded in the background, and a progress
2677 bar is displayed in the filer window.
2678 Replaced old Gtk+-1.2.x text widget in action windows with new one.
2680 19-Dec-2001
2681 ~~~~~~~~~~~
2682 Improved error reporting.
2683 Improved sizing code when details are on.
2685 18-Dec-2001
2686 ~~~~~~~~~~~
2687 Updated to new version 0.4 of the thumbnails standard.
2688 Added 'Quiet' check box to action windows. Quiet button now turns on
2689 check box and does 'Yes'.
2691 17-Dec-2001
2692 ~~~~~~~~~~~
2693 Gtk+-2.0 uses UTF-8 for strings. Translation files are now converted to
2694 UTF-8 as they are loaded.
2695 Added a missing #ifdef for the regex code (Damien Couderc).
2696 All file leafnames now use AA fonts with Gtk+-2.0 (details are still
2697 fixed, though).
2699 16-Dec-2001
2700 ~~~~~~~~~~~
2701 Closing a window with a keypress caused warnings to appear (reported by
2702 Fabien Coutant).
2703 Updated Spanish translation (Marcelo Ramos).
2704 New 'Single click nagivation on the pinboard' option (requested by
2705 Michael).
2706 Fix for compiling problem on NetBSD (Eric Gillespie, Jr.).
2708 Internal changes to options system:
2709 - Options can be used as soon as they are registered (not just once the
2710   filer is fully initialised).
2711 - New widget types can be registered in a modular fashion.
2713 13-Dec-2001 (Release 1.1.9)
2714 ~~~~~~~~~~~
2715 More fixes for panel resizing (reported by Stephen Watson).
2716 Target mode, dragging an unselected item, and auto-selecting an item when
2717 opening the menu now all work without grabbing the primary selection.
2718 Finished new scanning code (image == NULL is now OK everywhere).
2720 12-Dec-2001
2721 ~~~~~~~~~~~
2722 Clicking on an item which is selected, but not part of the primary selection,
2723 now reclaims the selection.
2724 Removed default minibuffer option for now.
2725 The dash forms in Find tests can be combined, eg '-rwx'.
2726 Updated manual.
2728 11-Dec-2001
2729 ~~~~~~~~~~~
2730 Additional window hints - pinboard and panels refuse focus and pinboard
2731 icons are marked as desktop features (requested by Laurent Moussault).
2732 Thumbnails are now stored using an md5 hash of their names.
2733 Pinboard icons can be repositioned by dragging with the left mouse button
2734 (middle button drag stopped working with sawfish, and this is easier anyway).
2736 10-Dec-2001
2737 ~~~~~~~~~~~
2738 New scanning system: blank items are added to the window first and then the
2739 icons and types get filled in later. Looks better and simplifies the sizing
2740 code a bit.
2741 Code tidying in various places.
2743 09-Dec-2001
2744 ~~~~~~~~~~~
2745 Bugfix: Filer would quit if only Info boxes were open.
2746 Bugfix: Pinboard and panel windows didn't get the correct hints set under
2747         Gtk+-2.0.
2749 08-Dec-2001
2750 ~~~~~~~~~~~
2751 Many internal changes to Collection widget for Gtk+-2.0. Should be more
2752 efficient now, and easier to get aa fonts working...
2754 07-Dec-2001
2755 ~~~~~~~~~~~
2756 Fixed Gtk+-2.0 wheel mouse support.
2757 In the Info box, 'File says...' was reporting on the program used to
2758 edit the file, not the file itself!
2759 For glib-2.0, use the new spawn function and report errors nicely.
2761 06-Dec-2001
2762 ~~~~~~~~~~~
2763 Updated Russian translation (Dmitry Elfimov).
2764 Thumbnail information in the PNG image is now namespaced to 'Thumb'
2765 (recommended by Jens Finke).
2766 FileType SOAP RPC return format has been updated to the latest version
2767 of the SOAP working draft.
2768 Added Large File Support: files over 4Gb now have their sizes detected
2769 correctly (Stephen Watson). Note: this disables libvfs support.
2770 New option to have the minibuffer open by default on new windows
2771 (Bochicchio).
2773 05-Dec-2001
2774 ~~~~~~~~~~~
2775 When resizing the collection, only ensure the cursor is still visible if
2776 it was in the displayed area before.
2778 When closing the Enter Path minibuffer, keep Show Hidden on if the cursor is
2779 on a hidden item.
2781 When using --show with a hidden file, turn on Show Hidden. Also, delay the
2782 winking effect until the window actually appears.
2784 04-Dec-2001
2785 ~~~~~~~~~~~
2786 Support for new thumbnails spec; thumbnails are saved inside ~/.thumbnails
2787 so they redisplay quickly next time the filer is loaded (requested by
2788 Kristian A. Rink and others).
2790 Bugfix: Toggling the section with a middle button drag could lose the primary
2791         selection (Andras Mohari).
2793 03-Dec-2001
2794 ~~~~~~~~~~~
2795 Use gtk_set_locale instead of setlocale (Andras Mohari).
2797 02-Dec-2001
2798 ~~~~~~~~~~~
2799 Added 'Invert Selection' (Stephen Watson; suggested by Andras Mohari).
2801 01-Dec-2001
2802 ~~~~~~~~~~~
2803 Added a new root window property (_ROX_FILER_EUID_HOST) which points to
2804 the SOAP IPC window for a particular hostname and user ID. This makes it
2805 easier for other programs to talk to the filer.
2807 30-Nov-2001
2808 ~~~~~~~~~~~
2809 Added new SOAP methods Copy, Move, Link, Mount and FileType (Stephen Watson).
2811 29-Nov-2001
2812 ~~~~~~~~~~~
2813 Moved 'Select All', 'Clear Selection' and 'Select If...' to a new 'Select'
2814 submenu.
2815 The filer now closes stdin when it starts. This is to prevent child
2816 processes, such as auto-mounters, from trying to read a password from
2817 the console (Olivier Fourdan).
2819 27-Nov-2001
2820 ~~~~~~~~~~~
2821 Manpage is now generated automatically from DocBook source.
2822 Short forms for many find expressions, such as -d for IsDir (suggested by
2823 (Andras Mohari).
2825 26-Nov-2001
2826 ~~~~~~~~~~~
2827 More Gtk+-1.3.11 support, including use of the new message dialog.
2828 When the filer loses the primary selection, display the selected items
2829 shaded, but don't unselect them (Andras Mohari).
2831 24-Nov-2001
2832 ~~~~~~~~~~~
2833 Updated to Gtk+-1.3.11.
2835 23-Nov-2001
2836 ~~~~~~~~~~~
2837 Show the current run action for a file in the Info box (Stephen Watson).
2839 21-Nov-2001
2840 ~~~~~~~~~~~
2841 If a panel applet quits then it is removed from the panel, instead of being
2842 replaced by a Restart button.
2844 16-Nov-2001
2845 ~~~~~~~~~~~
2846 With Gtk+-2.0 and the 'Unique windows' option on, reshow the existing window
2847 instead of destroying it and creating a new one (suggested by Greg Spath).
2849 15-Nov-2001
2850 ~~~~~~~~~~~
2851 Changes to the French translation (Thierry Godefroy and Vincent Lefevre).
2853 14-Nov-2001
2854 ~~~~~~~~~~~
2855 Code tidying in menu.c (Bernard Jungen).
2857 13-Nov-2001
2858 ~~~~~~~~~~~
2859 Opening a filer window from the Set Icon dialog turns thumbnails display
2860 on (suggested by Francesco Bochicchio).
2861 Right-clicking the Help toolbar button reuses the same window.
2863 12-Nov-2001
2864 ~~~~~~~~~~~
2865 Made some strings easier to translate, fixed a problem with translating a blank
2866 string, and changed the details toolbar button to leave the size alone (Andras
2867 Mohari).
2868 Improved key handling (key presses were sometimes ignored).
2869 Bugfix: A very long and narrow icon could make the filer try to scale to a
2870         width or height of zero (Andras Mohari).
2872 09-Nov-2001
2873 ~~~~~~~~~~~
2874 Allow current directory and selection to be stored with Ctrl+[0-9] and
2875 retrieved by pressing [0-9] (suggested by Jakub Turski). The groups are not
2876 saved yet.
2878 08-Nov-2001
2879 ~~~~~~~~~~~
2880 Don't use re_set_syntax() on systems that don't have it (reported by
2881 Damien Couderc).
2882 In action windows, the a long filename no longer makes the window get wider
2883 (requested by Graham Borland).
2884 Added 'Types' section to the Options window, allowing easy(ish) access
2885 to the MIME-info files, plus a reload button, and icons for MIME-types can
2886 be set from the 'Set Icon...' box (Stephen Watson).
2888 07-Nov-2001
2889 ~~~~~~~~~~~
2890 Added a menu to the 'Set Icon...' box which shows all directories currently
2891 used for icons (Francesco Bochicchio).
2892 Fix small error in German translation (Christopher Arndt).
2893 Bugfix: 'New Directory' didn't correctly select the leafname with Gtk+-2.0.
2895 06-Nov-2001
2896 ~~~~~~~~~~~
2897 Added Spanish translation (Marcelo Ramos).
2898 Applied Bernard Jungen's latest patch:
2899 - Disk usage forgot to count special files like pipes, etc.
2900 - Page up/down scrolls a window full at a time instead of 10 items.
2901 - Don't get icons from the cache if thumbnail mode is off anymore.
2902 - modechange.c: deleted useless stuff and fixed octal parsing to detect
2903   *all* illegal values (eg 010000000000000).
2904 - Added 'Show/hide hidden files' toolbar button.
2905 - Lots of code tidying.
2908 05-Nov-2001
2909 ~~~~~~~~~~~
2910 Holding the pointer over a symlink shows the target in a tooltip
2911 (Stephen Watson; suggested by Arnaud Calvo).
2913 01-Nov-2001
2914 ~~~~~~~~~~~
2915 Updated French translation (Vincent Lefèvre).
2917 30-Oct-2001 (Release 1.1.8)
2918 ~~~~~~~~~~~
2919 Updated to support Gtk+-1.3.10.
2921 17-Oct-2001
2922 ~~~~~~~~~~~
2923 Slightly better positioning of filenames and details (Bernard Jungen).
2924 When resizing, only add space for an extra row in Small Icons mode.
2926 16-Oct-2001
2927 ~~~~~~~~~~~
2928 Make the Set Run Action box command box have the "$1" already filled in
2929 (suggested by Helgi Hrafn Gunnarsson).
2931 15-Oct-2001
2932 ~~~~~~~~~~~
2933 Set the WM_CLASS for saveboxes, so that window managers can treat them
2934 specially, if required (Andrew Flegg).
2936 14-Oct-2001
2937 ~~~~~~~~~~~
2938 Changed internal format used to send to requests to SOAP, and added --RPC
2939 option to access it directly.
2941 12-Oct-2001
2942 ~~~~~~~~~~~
2943 Open new windows at the mouse position (suggested by Helgi Hrafn Gunnarsson).
2944 Bugfix: If file doesn't accept the '-b' option then examining a file in
2945         the root directory didn't work (Stephen Watson).
2947 10-Oct-2001
2948 ~~~~~~~~~~~
2949 Use --version instead of 'which' to test for programs as not everyone has
2950 which (suggested by Vincent Lefevre).
2951 Bugfix: When setting an icon for a file with a space in the name, the
2952         setting wasn't saved correctly (spotted by Arnaud Calvo and Jakub
2953         Turski). The 'globicons' file should be converted automatically
2954         when the filer is run.
2956 08-Oct-2001
2957 ~~~~~~~~~~~
2958 Added support for the regex field in MIME-info. This allows files to be
2959 matched with patterns, not just on their extensions. For example, '.gtkrc'
2960 is now typed 'x-gtkrc' despite having no extension (Stephen Watson and
2961 Andras Mohari).
2963 05-Oct-2001
2964 ~~~~~~~~~~~
2965 Allow AppIcon.xpm and .DirIcon.png to be symlinks (Bernard Jungen).
2967 04-Oct-2001
2968 ~~~~~~~~~~~
2969 When running on a remote machine, display the remote host's name in the
2970 title bar (Stephen Watson).
2972 02-Oct-2001
2973 ~~~~~~~~~~~
2974 New option to control whether a middle button drag moves the files or
2975 brings up a menu.
2976 Allow submenus in AppInfo.xml file (Stephen Watson).
2978 26-Sep-2001
2979 ~~~~~~~~~~~
2980 Now supports Gtk+-1.3.9, but not earlier developer releases.
2982 25-Sep-2001
2983 ~~~~~~~~~~~
2984 Disk Usage can cope with larger sizes, and reports the number of files and
2985 directories counted; new Show Hidden and Inherit Options options; new -D
2986 option to close directories; and changes to formatting of file sizes
2987 (Bernard Jungen).
2989 24-Sep-2001
2990 ~~~~~~~~~~~
2991 Updated Hungarian translation (Andras Mohari).
2992 Improved the filename colouring code so that colours are only allocated
2993 if needed (Andras Mohari) and fixed a colourmap problem (Stephen Watson).
2994 Bugfix: When sorting while winking an item, the filer would sometimes scroll
2995         to the wrong place (Andras Mohari).
2996 Bugfix: If all the selected files were deleted, then trying to paste the
2997         selection caused a crash (Fabien Coutant).
2999 20-Sep-2001
3000 ~~~~~~~~~~~
3001 Colour files by type (Andras Mohari).
3003 11-Sep-2001
3004 ~~~~~~~~~~~
3005 Added -p to mkdir in install scripts to create any missing parent
3006 directories (Michel Alexandre Salim).
3008 09-Sep-2001
3009 ~~~~~~~~~~~
3010 Dragging files with the middle button (or Button1+Alt) brings up a menu
3011 of possible actions (Taras).
3012 New option to control size of icons in `New' and `Send To' menus (Stephen
3013 Watson).
3014 Bugfix: Pinboard icons didn't draw correctly if their windows got resized
3015         (reported by Michel Alexandre Salim).
3017 06-Sep-2001
3018 ~~~~~~~~~~~
3019 Window positions can be saved and restored by a session manager (Anders
3020 Lundmark).
3022 05-Sep-2001
3023 ~~~~~~~~~~~
3024 Fixed an untranslated string (Andras Mohari).
3026 04-Sep-2001
3027 ~~~~~~~~~~~
3028 The style for pinboard and panel icon text can be set (requested by Greg
3029 Spath) with:
3031         widget "*.pinboard-icon" style "..."
3032         widget "*.panel-icon.*" style "..."
3034 03-Sep-2001
3035 ~~~~~~~~~~~
3036 Bugfix: Entering a blank expression in the 'Select If' minibuffer displayed
3037         a (harmless) warning message (reported by Vincent Lefèvre).
3039 03-Sep-2001 (Release 1.1.7)
3040 ~~~~~~~~~~~
3041 Added an option to control whether extensions take precedence over the
3042 executable bit of a file (requested by MJ Ray).
3043 Updated French translation (Vincent Lefèvre and Arnaud Calvo).
3044 Disabled the UTF-8 conversion (doesn't work on older versions of Gtk).
3046 02-Sep-2001
3047 ~~~~~~~~~~~
3048 The options controlling when windows resize work again.
3050 31-Aug-2001
3051 ~~~~~~~~~~~
3052 Better guessing of window size for display styles with details.
3054 29-Aug-2001
3055 ~~~~~~~~~~~
3056 The 'src/po/dist' script now converts all text to UTF-8.
3058 28-Aug-2001
3059 ~~~~~~~~~~~
3060 Fixed some problems with the configure.in script and autoconf 2.50 (Richard
3061 Boulton).
3063 27-Aug-2001
3064 ~~~~~~~~~~~
3065 Updated Dutch translation (Jasper Huijsmans).
3066 Send To menu lists contents of all Send To directories in Choices, not just
3067 the first one found.
3068 Fixed another XML compiling problem (Stephen Watson).
3070 23-Aug-2001
3071 ~~~~~~~~~~~
3072 Added Customise to `Send To' menu.
3074 22-Aug-2001
3075 ~~~~~~~~~~~
3076 Detached Send To menu from main menu structure. Allows key-binding to open
3077 the menu, at least. Main menu now opens quicker (no scanning of Send To dir).
3078 Shift+Menu brings up the menu directly.
3080 20-Aug-2001
3081 ~~~~~~~~~~~
3082 Fixed compiling problem with some versions of libxml (Stephen Watson).
3083 Changed a text message in the Options box (about binding keys to menus) into
3084 a button which shows the message in an alert box. Maybe people will read the
3085 message now?
3087 19-Aug-2001
3088 ~~~~~~~~~~~
3089 Only use Gtk+ 2.0 if version 1.3.6 or later is installed.
3090 Scrolling using a wheel mouse now always goes at the same speed, whatever the
3091 display style (requested by aardvark joe).
3093 10-Aug-2001
3094 ~~~~~~~~~~~
3095 Added 'Send To' menu (Stephen Watson).
3097 Bugfix: Renaming a panel icon didn't update the display (reported by Andrew
3098         Booker).
3100 07-Aug-2001
3101 ~~~~~~~~~~~
3102 Fixed some minor compilation issues (reported by Jasper Huijsmans and Daniel
3103 Richard G.)
3105 03-Aug-2001
3106 ~~~~~~~~~~~
3107 Added French translation of the manual (Arnaud Calvo).
3109 24-Jul-2001
3110 ~~~~~~~~~~~
3111 Filer wouldn't compile or run if it was in a directory with spaces in the
3112 name (reported by Benjamin Munoz).
3114 23-Jul-2001
3115 ~~~~~~~~~~~
3116 Added options for default action window settings for Brief, Force and Recurse
3117 (Liav Asseraf).
3118 New default for sort type is Sort By Name (requested by Andreas Dehmel).
3119 Bugfix: Clicking on a file with no run action set gave two error boxes.
3121 19-Jul-2001
3122 ~~~~~~~~~~~
3123 Make Enter in the minibuffer work like Return (requested by Arnaud Calvo).
3125 18-Jul-2001
3126 ~~~~~~~~~~~
3127 Added some more hints to pinboard and panel windows to comply with the new
3128 freedesktop.org window manger spec.
3130 15-Jul-2001
3131 ~~~~~~~~~~~
3132 New option to set the maximum size the auto-resizer will resize a window to
3133 (requested by Andreas Dehmel).
3135 14-Jul-2001
3136 ~~~~~~~~~~~
3137 When using the Set Run Action box, make the command default to the currently
3138 set command (suggested by Arnaud Calvo).
3140 12-Jul-2001 (Release 1.1.6)
3141 ~~~~~~~~~~~
3142 Updated the French translation (Vincent Lefèvre).
3144 10-Jul-2001
3145 ~~~~~~~~~~~
3146 Renamed 'New File' submenu to 'New' and moved 'New Directory' into it.
3148 09-Jul-2001
3149 ~~~~~~~~~~~
3150 Use the user's preferred font for item filenames, not the Gtk default
3151 (requested by Jim Knoble).
3153 03-Jul-2001
3154 ~~~~~~~~~~~
3155 Redid text handling on the panel. Now uses nice fonts under Gtk+ 2.0.
3157 02-Jul-2001
3158 ~~~~~~~~~~~
3159 Don't show tooltips for applets as it causes problems (reported by Stephen
3160 Watson).
3162 30-Jun-2001
3163 ~~~~~~~~~~~
3164 Gtk+-2.0: Support for anti-aliased fonts on the pinboard (also word-wraps
3165           long names too). Fixed a crash-on-click problem on the root window.
3167 29-Jun-2001
3168 ~~~~~~~~~~~
3169 More work on Gtk+-2.0 -- seems to be usable now :-)
3171 28-Jun-2001
3172 ~~~~~~~~~~~
3173 Started work to support Gtk+-2.0.
3175 26-Jun-2001
3176 ~~~~~~~~~~~
3177 Moved 'relative link' option above the buttons in the Link box (Stephen
3178 Watson).
3179 Bugfix: Rescanning could sometimes make the cursor reappear, causing the
3180         display to scroll (reported by Andreas Dehmel).
3182 21-Jun-2001
3183 ~~~~~~~~~~~
3184 Replaced 'New File...' menu item with a submenu generated from the contents
3185 of '<Choices>/Templates' (Stephen Watson).
3187 20-Jun-2001
3188 ~~~~~~~~~~~
3189 `Xterm here' command can contain arguments (Andras Mohari).
3190 Made the menu appear in a sensible place, so it's easy to get to the File
3191 submenu (suggested by André Wyrwa).
3193 19-Jun-2001
3194 ~~~~~~~~~~~
3195 Updated French translation (Vincent Lefèvre).
3196 Added a German translation (André Wyrwa).
3198 13-Jun-2001
3199 ~~~~~~~~~~~
3200 Added an extra option to control the resizing behaviour. Can be set to resize
3201 never, always, or only when the display style changes (requested by Andreas).
3203 07-Jun-2001 (Release 1.1.5)
3204 ~~~~~~~~~~~
3205 Updated Russian translation (Dmitry Elfimov).
3207 06-Jun-2001
3208 ~~~~~~~~~~~
3209 Unless compiling with mc's libvfs for virtual filesystem support, change the
3210 menu structure for use with the newer AVFS system.
3211 (http://www.inf.bme.hu/~mszeredi/avfs/) (José Romildo Malaquias).
3213 Bug fix: Running the filer with a translation set would make it crash
3214          (reported by Dmitry Elfimov).
3216 04-Jun-2001 (Release 1.1.4)
3217 ~~~~~~~~~~~
3218 Added 'Details' toolbar icon. Toggles display between Small Icons with Summary
3219 and the default size with no details.
3221 30-May-2001
3222 ~~~~~~~~~~~
3223 Replaced Large/Small toolbar buttons with a single Size button which
3224 cycles through Small/Large/Huge (other button to reverse).
3226 28-May-2001
3227 ~~~~~~~~~~~
3228 Added Shift Open, Set Run Action and Set Icon to the pinboard and panel
3229 menus.
3231 25-May-2001
3232 ~~~~~~~~~~~
3233 Long leafnames wrap onto multiple lines in Huge mode, like they do for
3234 Large Icons mode.
3236 24-May-2001
3237 ~~~~~~~~~~~
3238 Display tooltips for pinboard and panel icons, where needed.
3240 23-May-2001
3241 ~~~~~~~~~~~
3242 New option to show number of files / size of selected files in the toolbar
3243 (Andras Mohari).
3245 22-May-2001
3246 ~~~~~~~~~~~
3247 New options section 'panel' allows icon text to be hidden for all icons, no
3248 icons, or just applications (suggested by José Romildo Malaquias).
3250 17-May-2001
3251 ~~~~~~~~~~~
3252 Converted the options window to a tabbed notebook (Denis Manente).
3254 16-May-2001
3255 ~~~~~~~~~~~
3256 Pressing the mouse button down on an icon no longer winks it; only releasing
3257 the button to run it does.
3258 Added 'Show Info' to panel/pinboard menu.
3259 The File Info box grabs the primary selection when a row is selected
3260 (allows you to paste email addresses, URLs, etc).
3262 15-May-2001
3263 ~~~~~~~~~~~
3264 Opening a pinboard or panel menu over an icon no longer selects it -- this
3265 allows the selection to be passed to an application run using its AppMenu
3266 (requested by Christopher Arndt).
3268 14-May-2001
3269 ~~~~~~~~~~~
3270 In Large Icons display style, a file's name may wrap onto a second line.
3272 13-May-2001
3273 ~~~~~~~~~~~
3274 Merged code for handling selections and menus that was common to pinboards
3275 and panels into icon.c.
3277 09-May-2001
3278 ~~~~~~~~~~~
3279 When using 'From LANG', extract the language code from the string to get
3280 the filename, instead of using the whole string (Andras Mohari).
3281 Added support for very old versions of libxml (reported by Lukasz Stelmach
3282 and Vincent Lefèvre).
3284 08-May-2001
3285 ~~~~~~~~~~~
3286 Updated French (Vincent Lefevre) and Hungarian (Andras Mohari) translations.
3288 07-May-2001 (Release 1.1.3)
3289 ~~~~~~~~~~~
3290 Updated the documentation.
3292 06-May-2001
3293 ~~~~~~~~~~~
3294 Added 'Huge, With...' display styles. In huge mode, normal icons are scaled
3295 up if they're too small.
3297 03-May-2001
3298 ~~~~~~~~~~~
3299 Gtk styles can be overridden in <Choices>/ROX-Filer/Styles (suggested by
3300 Stephen Watson).
3301 Pinboards and panels should now work with IceWM without needing -o
3302 (Christopher Arndt).
3303 Allow text messages in the toolbar to go off the side (instead of resizing the
3304 window).
3306 02-May-2001
3307 ~~~~~~~~~~~
3308 Opening the shell minibuffer with a selection adds ' "$@' after the cursor.
3309 Without a selection, the name of the file under the cursor is added.
3311 29-Apr-2001
3312 ~~~~~~~~~~~
3313 Pressing the `\' key opens the menu (suggested by Christopher Arndt). Hold
3314 down Ctrl for the File submenu.
3316 28-Apr-2001
3317 ~~~~~~~~~~~
3318 Added a new 'About' section to AppInfo. Any elements in here are added
3319 into the info box. Added a 'Refresh' button to the info box.
3320 Added a ROX-Filer/Styles file for default colours (default filer background
3321 is now lighter).
3323 27-Apr-2001
3324 ~~~~~~~~~~~
3325 Rewrote the file info box. Looks a bit nicer, and it's easier to add extra
3326 info to it later...
3328 26-Apr-2001
3329 ~~~~~~~~~~~
3330 Updated Russian translation (Dmitry Elfimov).
3332 25-Apr-2001
3333 ~~~~~~~~~~~
3334 AppInfo file may contain a <Summary> element - the text inside will be
3335 displayed in a tooltip if the mouse is held over the item in a filer
3336 window.
3338 22-Apr-2001
3339 ~~~~~~~~~~~
3340 Filer now looks for AppInfo.xml before AppMenu. This is for future
3341 expansion...
3343 18-Apr-2001
3344 ~~~~~~~~~~~
3345 Automatic resizing of windows when changing directory is now optional
3346 (requested by Paul E. Johnson and Andreas Thorn).
3348 11-Apr-2001
3349 ~~~~~~~~~~~
3350 The symlink box allows you to choose to create relative or absolute links
3351 (suggested by Stephen Watson).
3353 09-Apr-2001
3354 ~~~~~~~~~~~
3355 Fix some typos and untranslated strings (Andras Mohari).
3357 08-Apr-2001
3358 ~~~~~~~~~~~
3359 Added a Russian translation (Dmitry Elfimov).
3361 06-Apr-2001
3362 ~~~~~~~~~~~
3363 Fixed a couple of errors in the man-page (spotted by Damien Couderc).
3365 05-Apr-2001
3366 ~~~~~~~~~~~
3367 Winking an item in a directory makes it flash twice instead of once (easier
3368 to see). Also, creating a new file or directory from the menu winks the new
3369 item.
3371 Bugfix: When a directory was rescanned because of a move operation,
3372         the `Set Icon...' settings didn't work (reported by Damien
3373         Couderc).
3375 02-Apr-2001
3376 ~~~~~~~~~~~
3377 New display style 'Huge Icons' to make viewing thumbnails easier.
3378 Added a Hungarian translation (Andras Mohari).
3379 Updated the French translation (Vincent Lefèvre).
3380 Double clicking on a filer window's background resizes the window (Denis
3381 Manente).
3383 01-Apr-2001
3384 ~~~~~~~~~~~
3385 If an item's name is truncated, show it in a tooltip when the pointer is
3386 held over the item (Denis Manente).
3388 30-Mar-2001 (Release 1.1.2)
3389 ~~~~~~~~~~~
3390 Asking for help on a directory always tries to open <dir>/Help first, even
3391 for non-applications.
3393 29-Mar-2001
3394 ~~~~~~~~~~~
3395 If run without -n, the filer will put itself in the background. Thus,
3396 the 'rox' command behaves the same whether or not the filer is already
3397 running.
3399 27-Mar-2001
3400 ~~~~~~~~~~~
3401 Support for the new version of libxml (reported by Andreas Dehmel).
3403 26-Mar-2001
3404 ~~~~~~~~~~~
3405 Rewrote parser for options. Smaller and neater (hopefully this will fix
3406 the bugs reported by Andreas Dehmel and Ewan Mac Mahon).
3408 Bugfix: While scanning, the resizer could make the window too large.
3410 23-Mar-2001
3411 ~~~~~~~~~~~
3412 Moving the cursor down in the next-to-last row will move to the last
3413 item if there is nothing under the cursor (suggested by Graham Borland).
3415 21-Mar-2001
3416 ~~~~~~~~~~~
3417 When changing directory, only make the window larger (if needed), never
3418 smaller (suggested by Diego Zamboni).
3420 17-Mar-2001
3421 ~~~~~~~~~~~
3422 Changing directory autosizes the window automatically (Denis Manente).
3423 Internal changes to the way different layouts are handled.
3425 15-Mar-2001
3426 ~~~~~~~~~~~
3427 Pressing space (to select/unselect an item) now also moves the cursor to
3428 the next item (suggested by Anders Lundmark).
3430 Copying directories tries to preserve the timestamps, like it does for
3431 files (suggested by José Romildo Malaquias).
3433 14-Mar-2001
3434 ~~~~~~~~~~~
3435 Added '--mime-type FILE' option, which simply writes the type of FILE to
3436 standard output (Stephen Watson).
3438 Added 'Home Directory' to Window menu (requested by Graham Borland).
3440 11-Mar-2001
3441 ~~~~~~~~~~~
3442 Copying a directory which doesn't have user write permission will give it
3443 user write during the copy to avoid permission denied errors (suggested by
3444 Liav Asseraf).
3446 New sort option - 'Directories always come first' (requested by Liav Asseraf).
3448 10-Mar-2001
3449 ~~~~~~~~~~~
3450 Dragging a lasso box with the middle button toggles the selected state
3451 of the items enclosed (Denis Manente).
3453 09-Mar-2001
3454 ~~~~~~~~~~~
3455 Changing the display style now resizes the window (Denis Manente).
3457 08-Mar-2001
3458 ~~~~~~~~~~~
3459 New pinboards get a 'Home' icon in the top left corner as new users often
3460 think the pinboard isn't working because it starts empty (suggested by
3461 Vor'Cha).
3463 Converted AppMenu file format to XML.
3464 Added AppMenu file with options to control the pinboard.
3466 06-Mar-2001
3467 ~~~~~~~~~~~
3468 Highlight invalid Find expressions in red (Anders Lundmark).
3470 04-Mar-2001
3471 ~~~~~~~~~~~
3472 When resizing windows, try to keep the window fully inside the screen area
3473 (Denis Manente).
3475 03-Mar-2001
3476 ~~~~~~~~~~~
3477 Updated the Dutch translation (Jan Wagemakers).
3479 27-Feb-2001
3480 ~~~~~~~~~~~
3481 When mounting a device, the new window appears after mounting, not before.
3482 This means that it's more likely to get sized correctly (requested by
3483 Ewan Mac Mahon).
3485 24-Feb-2001
3486 ~~~~~~~~~~~
3487 Added two new options to control when minibuffer completion beeps (requested
3488 by Liav Asseraf).
3490 20-Feb-2001
3491 ~~~~~~~~~~~
3492 Added 'New File...' feature (James Kermode).
3494 16-Feb-2001
3495 ~~~~~~~~~~~
3496 Dropping icons on the pinboard positions them sensibly (Diego Zamboni).
3498 09-Feb-2001 (Release 1.1.1)
3499 ~~~~~~~~~~~
3500 Moving pinboard icons is nicer - it no longer assumes you dragged the middle
3501 of the text... (Diego Zamboni).
3503 Added a Polish translation (Andrzej Borsuk).
3505 Bugfix: Sometimes it wasn't possible to delete something that was on a
3506         pinboard or panel, even after confirming (reported by Diego Zamboni).
3508 07-Feb-2001
3509 ~~~~~~~~~~~
3510 Sliders in the options box can have a numerical value display (Diego Zamboni).
3511 Fixed a stray warning message displayed when non-default pinboard options
3512 were used (Diego Zamboni).
3514 New menu item 'Set Icon...' allows you to choose any icon for any file or
3515 directory. Also allow .DirIcon.png to set a directory's icon (Diego Zamboni).
3517 03-Feb-2001
3518 ~~~~~~~~~~~
3519 Many internal changes to the Options system.
3521 30-Jan-2001
3522 ~~~~~~~~~~~
3523 Bugfix: On filesystems which aren't case sensitive (eg DOS) it was possible
3524         to copy 'tmp' as 'Tmp' and lose it! (reported by Denis Manente)
3526 28-Jan-2001
3527 ~~~~~~~~~~~
3528 Added Diego Zamboni's patch to make configuring VFS easier.
3530 27-Jan-2001
3531 ~~~~~~~~~~~
3532 Improved compiling - now correctly reports an error if the file doesn't
3533 compile. If configure is missing then autoconf is run automatically.
3535 After a Find completes, you are given the option of doing the search again
3536 (Anders Lundmark).
3538 Applications can define a list of menu items to display on their menus
3539 (Diego Zamboni). The file should be called 'AppMenu' and contains a list of
3540 lines in the form 'option Text'.
3542 24-Jan-2001
3543 ~~~~~~~~~~~
3544 Added two new pinboard options - one to allow setting the grid step size
3545 and one to allow icons to go slightly off the side of the screen (Diego
3546 Zamboni).
3548 23-Jan-2001
3549 ~~~~~~~~~~~
3550 Bugfix: Textured window backgrounds could cause a crash (reported by Diego
3551         Zamboni).
3553 22-Jan-2001
3554 ~~~~~~~~~~~
3555 Updated the French translation (Vincent Lefèvre).
3557 Bugfix: The pixbuf stuff didn't work on some displays (reported by Stephen
3558         Watson).
3560 20-Jan-2001 (Release 1.1.0)
3561 ~~~~~~~~~~~
3562 Removed the 'Initial window height' option. The filer tries to pick a
3563 sensible shape itself now.
3565 Bugfix: If an image was moved to a directory which didn't generate thumbs
3566         then it would display, but never be updated. Even if it wasn't that
3567         file at all, just a reused inode!
3568 Bugfix: Changing the display style didn't always redraw the display.
3569 Bugfix: In 'Small, With...' display mode, clicking beyond the far right
3570         column acted like clicking on the far-right column.
3572 18-Jan-2001
3573 ~~~~~~~~~~~
3574 Changed background colour to be more compatible with the Gtk themes system.
3576 12-Jan-2001
3577 ~~~~~~~~~~~
3578 Removed all the message window stuff. ROX-Filer no longer grabs standard
3579 error from its child processes. Changed because ROX-Session now does a much
3580 better job.
3582 10-Jan-2001
3583 ~~~~~~~~~~~
3584 Filer is more generous in what hostnames it considers local.
3585 Patch to include pixbuf headers correctly (Diego Zamboni).
3587 08-Jan-2001
3588 ~~~~~~~~~~~
3589 Bug fix: Didn't always use the fully qualified host name for DnD.
3591 30-Dec-2000
3592 ~~~~~~~~~~~
3593 If a file has a known extension then it is given the appropriate type even
3594 if the file is executable (Simon Britnell).
3596 28-Dec-2000
3597 ~~~~~~~~~~~
3598 Added a menu entry 'Resize Window' to set the window to a sensible size
3599 when you want it.
3601 25-Dec-2000
3602 ~~~~~~~~~~~
3603 Try to open new windows at a sensible size for their contents (Denis Manente).
3605 24-Dec-2000
3606 ~~~~~~~~~~~
3607 Bugfix: When mounting or unmounting subdirectories of '/', the mount symbol
3608         wasn't updated (reported by Wilbert Berendsen).
3610 20-Dec-2000
3611 ~~~~~~~~~~~
3612 Fixed a couple of memory leaks in the choices system (Diego Zamboni).
3613 Updated French translation (Vincent Lefèvre).
3614 Added new 'Create Thumbs' entry on the Display menu which tries to load
3615 every file in the directory as an image and use that image for the file
3616 (suggested by Sprague and Simon Britnell).
3618 19-Dec-2000
3619 ~~~~~~~~~~~
3620 Converted to use gdk-pixbuf instead of ImLib.
3621 Fixed a few compiler warnings and improved the error message displayed
3622 if you try to invoke rox on a missing file (reported by Vincent Lefèvre).
3623 Changed the -w, -W and -i flags to the simpler -x=FILE, which reexamines the
3624 given file, updating directory views and icons as needed.
3626 18-Dec-2000
3627 ~~~~~~~~~~~
3628 AppIcon.xpm must be a regular file (stops people trying to crash the
3629 filer by symlinking to /dev/...).
3630 Fixed a missing translation in the pinboard options (Denis Manente).
3632 17-Dec-2000
3633 ~~~~~~~~~~~
3634 Attempting to run the filer before compiling will now ask if you want
3635 to compile.
3636 Removed lots of platform-specific mount point code and replaced it with
3637 python's portable system.
3638 New options section allows you to choose a translation without having to
3639 set the LANG variable.
3641 16-Dec-2000
3642 ~~~~~~~~~~~
3643 Added '-w', '-i' and '-W' command line options for forcing icons or
3644 directories to be rescanned (Diego Zamboni).
3646 13-Dec-2000 (Release 1.0.0)
3647 ~~~~~~~~~~~
3648 Made a few updates to the manual.
3650 08-Dec-2000
3651 ~~~~~~~~~~~
3652 Fixes to make compiling easier on Solaris (Diego Zamboni). Also, after showing
3653 a pinboard icon, tries to send it to the back (might help with some WMs).
3655 04-Dec-2000 (Release 0.1.30)
3656 ~~~~~~~~~~~
3657 When a panel is used for the first time, put the user's home directory and
3658 the directory containing ROX-Filer on it instead of leaving it blank.
3660 24-Nov-2000
3661 ~~~~~~~~~~~
3662 Patch to make compiling easier under FreeBSD (Jimmy Olgeni).
3663 Added a #include for OSF1 (Vincent Lefevre).
3665 23-Nov-2000
3666 ~~~~~~~~~~~
3667 Bugfix: On many systems, the filer would fail to remove zombie processes
3668         due to a typo (spotted by Philip Hazel and tracked down by Stephen
3669         Watson).
3671 22-Nov-2000
3672 ~~~~~~~~~~~
3673 Bugfix: Removing an item from the panel now resizes the panel (reported
3674         by Wilbert Berendsen).
3675 Bugfix: Editing an icon's path failed to update its hash entry.
3677 20-Nov-2000
3678 ~~~~~~~~~~~
3679 If a case-sensitve match for an extension can't be found then try a
3680 case-insensitive match - so .BMP and similar work (Denis Manente).
3682 17-Nov-2000
3683 ~~~~~~~~~~~
3684 A few changes to remove some compiler warnings (reported by Vincent Lefevre).
3685 Added a VFS menu entry for .deb files (Vincent Ledda).
3687 11-Nov-2000
3688 ~~~~~~~~~~~
3689 Mounting or unmounting a directory forces mtab to be reread, even if the
3690 timestamp hasn't changed (problem reported by Wilbert Berendsen).
3692 When the 'Unique windows' option is on, remove the old window AFTER creating
3693 the new one, so that the filer doesn't quit because there are zero windows
3694 open... (Denis Manente).
3696 07-Nov-2000
3697 ~~~~~~~~~~~
3698 Updated the Dutch translation (Jan Wagemakers).
3700 29-Oct-2000
3701 ~~~~~~~~~~~
3702 Updated the French translation (Vincent Lefèvre).
3704 Using --version and --help options no longer requires an X server connection,
3705 the man-pages are more standard, and 'man ROX-Filer' is allowed as well as
3706 'man rox' (Bernard Jungen). 
3708 Bugfix: A corrupted AppIcon.xpm could crash the filer.
3710 24-Oct-2000 (Release 0.1.29)
3711 ~~~~~~~~~~~
3712 Code tidying: Replaced an XLib call with a gdk one (Denis Manente) and amended
3713         the makedist script to remove the .cvsignore files (spotted by Andy
3714         Piper).
3716 20-Oct-2000
3717 ~~~~~~~~~~~
3718 Improved the install script so that it installs the man-page. Also made it
3719 easier to use. Updated the French translation and fixed a couple of
3720 typos (Vincent Lefèvre).
3722 17-Oct-2000
3723 ~~~~~~~~~~~
3724 Gtk+ doesn't always scroll entry widgets to show the selection - apply a
3725 workaround (Denis Manente) - this improves the Copy/Rename/etc boxes.
3727 08-Oct-2000
3728 ~~~~~~~~~~~
3729 Added a Dutch translation (Jan Wagemakers).
3731 05-Oct-2000
3732 ~~~~~~~~~~~
3733 Added an Italian translation (Denis Manente).
3735 04-Oct-2000
3736 ~~~~~~~~~~~
3737 Bugfix: If AppRun was a symlink, then the owner of the file was checked, not
3738         the owner of the symlink. Slight security risk, and also prevented
3739         users symlinking AppRun to their binaries...
3741 29-Sep-2000
3742 ~~~~~~~~~~~
3743 Bugfix: Deleting a pinboard icon while it was highlighted caused a crash.
3744         This means it is now possible to click on a pinboard icon to change
3745         between pinboards...
3747 Bugfix: Textured window backgrounds didn't redraw correctly when scrolled
3748         or resized. Now flickers when resizing if there's a textured
3749         background - seems to be necessary :-(
3751 26-Sep-2000
3752 ~~~~~~~~~~~
3753 Running as root now simply turns on the -u flag, rather than displaying
3754 a warning box.
3756 The toolbar height is now correctly taken into account when sizing a new filer
3757 window (Denis Manente).
3759 When guessing file types from extensions, the filer now tries to find the
3760 longest extension that matches (eg .ps.gz, then .gz).
3762 25-Sep-2000
3763 ~~~~~~~~~~~
3764 The lasso box is now drawn so that the box will be in the foreground colour
3765 over the background, rather than by just inverting the pixel value and hoping
3766 it's visible (spotted by Philip Hazel).
3768 24-Sep-2000
3769 ~~~~~~~~~~~
3770 If the home directory is '/' then don't show it as '~' (suggested by
3771 Bernard Jungen).
3773 Added '--show=FILE' option - this will be needed by other ROX
3774 applications, so it needs to be in version 1.0.0.
3776 Bugfix: -d option didn't use realpath before sending to an already-running
3777 filer.
3779 22-Sep-2000
3780 ~~~~~~~~~~~
3781 The 'install.sh' script now uses 'printf' instead of 'echo -e' to suppress
3782 newlines (suggested by Bernard Jungen).
3784 Bugfix: Close tool was always disabled on startup (reported by Martin Ward).
3786 20-Sep-2000
3787 ~~~~~~~~~~~
3788 Added a man-page (Andy Piper).
3789 Changed `install.sh' from bash to sh (Bernard Jungen).
3791 18-Sep-2000 (Release 0.1.28)
3792 ~~~~~~~~~~~
3793 Bugfix: menu entries on the pinboard menu weren't being shaded and
3794         unshaded correctly.
3796 17-Sep-2000
3797 ~~~~~~~~~~~
3798 Changed 'Rename Item' to 'Edit Icon' and allowed changing the path that
3799 the icon points to as well as its name.
3801 All i?86 platforms are treated as being equivalent (so, if you compile
3802 on a 386 then it'll still run on a 486).
3804 16-Sep-2000
3805 ~~~~~~~~~~~
3806 Pinboard icons can also be renamed.
3807 Pinboard and panel icons can have '~' or '~/' at the start of their
3808 pathnames - this should make it easier to create a system-wide default
3809 panel or pinboard with icons relative to the user's home directory.
3811 14-Sep-2000
3812 ~~~~~~~~~~~
3813 Panel icons can now be renamed (suggested by Ewan Mac Mahon).
3815 13-Sep-2000
3816 ~~~~~~~~~~~
3817 Changing the toolbar options affects existing windows, not just new ones.
3818 Removed the 'Size Bars' display style and replaced it with 'Permissions',
3819 'Type' and 'Times' styles.
3821 12-Sep-2000
3822 ~~~~~~~~~~~
3823 With items that spread over their normal width because they're on the
3824 edge of the window, clicking on the extra bit now works.
3826 Added a size limit of 400K on application icons. This is to prevent
3827 someone trying to crash the filer by linking /tmp/MyApp/AppIcon.xpm
3828 to some huge file!
3830 Dragging an item with the middle button when none are selected unselects
3831 the item after the drag.
3833 Added 'Show Location' feature for pinboard and panels - opens a directory
3834 showing where the file really is.
3836 11-Sep-2000
3837 ~~~~~~~~~~~
3838 Allowed items in the far right column to spread right to the edge of the
3839 window. Fixed a bug which prevented Delete from working if there was
3840 no pinboard.
3842 10-Sep-2000
3843 ~~~~~~~~~~~
3844 Deleting items first checks if it will affect the pinboard or panel. A
3845 warning is displayed if so.
3847 Upgraded the query dialog (from ROX-Session) - looks nicer.
3849 09-Sep-2000
3850 ~~~~~~~~~~~
3851 'Unique filer windows' option now has no effect while the spring open
3852 feature is active (spotted by Andrew Booker). Also, when opening a new
3853 window, the old window is destroyed and a new one created (rather than
3854 reusing the old one). This ensures that the new window appears in the
3855 right place.
3857 When a drag from the pinboard or a filer window ends, the selection is
3858 only cleared if the icon was selected by starting the drag. Thus, it now
3859 works like the panels.
3861 08-Sep-2000
3862 ~~~~~~~~~~~
3863 New Close toolbar button (requested by Martin Ward).
3864 Toolbar icons can be turned on and off from the Options box.
3865 Removed the 'Mount' menu entry, since 'Shift Open' does it too.
3866 Made the Shift Open menu text change depending on what is selected.
3867 Bugfix: dragging icons around no longer saved the new pinboard state!
3869 07-Sep-2000
3870 ~~~~~~~~~~~
3871 Running a second copy of the filer as another user will start a new copy
3872 instead of reusing the existing one. Added the '-u' option to display the
3873 name of the user running the filer in each window (also suppresses the
3874 normal don't-run-as-root warning).
3876 Added '-d', which opens a directory as a directory, even if it looks like
3877 an application.
3879 Updated the manual.
3881 Added Large and Small toolbar buttons. Right-clicking brings up a menu.
3883 06-Sep-2000
3884 ~~~~~~~~~~~
3885 Moved 'Set Run Action' to the file menu (suggested by Ewan Mac Mahon), and
3886 made using it bring up a dialog rather than a minibuffer. Hopefully it is now
3887 easier to use!
3889 Added much improved icons for executables and for applications without icons
3890 of their own (Victor Liu See-le).
3892 Allow '/' on the pinboard and panel (text wasn't displayed - spotted by
3893 Tim Rowledge).
3895 Bugfix: auto-scrolling didn't always stop when a drag ended.
3896 Bugfix: creating a panel with the same name as a file in the current
3897         directory caused an error due to a throwback from when panels were
3898         directories (spotted by Ewan Mac Mahon).
3900 30-Aug-2000 (Release 0.1.27)
3901 ~~~~~~~~~~~
3902 Increased the distance you have to move the pointer to start a drag
3903 slightly. Updated the manual.
3905 Panel icons can now be moved from one side to the other by simply moving
3906 over the gap in the middle. Previously, you had to jump over an icon on
3907 the other side.
3909 Left and right panels look better now. Also, they shrink if you add a top
3910 or bottom panel to make room.
3912 28-Aug-2000
3913 ~~~~~~~~~~~
3914 Dragging on the panel background allows you to slide the bar back and
3915 forth.
3917 27-Aug-2000
3918 ~~~~~~~~~~~
3919 Fixed a slight bug with lasso boxes, which could cause them to be drawn in
3920 the wrong place. Install script no longer overwrites the default run
3921 actions; if the user has changed them leave them alone!
3922 (Martin Ward noted that symlinking to an executable would cause the
3923 executable to be destroyed on upgrade!)
3925 24-Aug-2000
3926 ~~~~~~~~~~~
3927 More improvements to the event handling. Seems to be working again at
3928 last!
3929 Made the toolbar buttons slightly larger, and added a textual display
3930 for 'Next Click' mode (eg 'Delete ... ?' when it's waiting for you to
3931 click).
3932 Moved the pinboard over to the new mouse binding code too.
3934 21-Aug-2000
3935 ~~~~~~~~~~~
3936 Started rewriting the event handling for filer windows to go through
3937 the new code in bind.c, like the panel handling does.
3939 20-Aug-2000
3940 ~~~~~~~~~~~
3941 You can now drag icons from the panel to other applications.
3943 18-Aug-2000
3944 ~~~~~~~~~~~
3945 Dragging panel icons with the middle button allows you to move them around.
3947 New option to set the default height for new filer windows (patch from
3948 James Kermode).
3950 17-Aug-2000
3951 ~~~~~~~~~~~
3952 Selecting panel icons now grabs the primary selection. Pasting pastes all
3953 selected file path names. Icons can now be added to either side of the panel.
3955 Bug fix: Moving a file didn't always update the source directory.
3957 16-Aug-2000
3958 ~~~~~~~~~~~
3959 Many improvements to the panel - drag and drop to icons, adding new icons,
3960 selections (doesn't grab the primary selection yet though), removing icons
3961 and automatically saving the panel when it's changed.
3962         
3963 11-Aug-2000
3964 ~~~~~~~~~~~
3965 Improved reference counting on images (hopefully!). Lots of work on
3966 rewriting the panel system.
3968 07-Aug-2000
3969 ~~~~~~~~~~~
3970 Made the timeout for the spring-open feature configurable (requested by
3971 Chris Garrett).
3973 Use short form of --version in install.sh and don't use unsetenv() if it
3974 isn't available (Mattias Engdegård).
3976 06-Aug-2000
3977 ~~~~~~~~~~~
3978 New options to set the pinboard text foreground and background colours
3979 (suggested by James Kermode).
3981 05-Aug-2000
3982 ~~~~~~~~~~~
3983 Your home directory is now displayed as '~' in the title bar, rather
3984 than as a full path.
3986 01-Aug-2000 (Release 0.1.26)
3987 ~~~~~~~~~~~
3988 Added a popup menu of commonly used chmod strings to the Permissions
3989 box. Bracketed text and spaces are now ignored in the commands.
3990 Bug fix: Only menu keys changed since the last load were saved!
3992 31-Jul-2000
3993 ~~~~~~~~~~~
3994 Bug fix: Mount points on the pinboard didn't always redraw when the
3995 mounted/unmounted state changed.
3997 30-Jul-2000
3998 ~~~~~~~~~~~
3999 Renaming now uses the action windows. This means that you can now
4000 rename something onto another filesystem.
4002 28-Jul-2000
4003 ~~~~~~~~~~~
4004 The menu key bindings are now only saved if they actually changed.
4006 Code tidying: Moved some typedefs to the new `global.h' file and
4007 thus removed the dependencies between header files :-)
4009 26-Jul-2000
4010 ~~~~~~~~~~~
4011 Tab and Shift-Tab move to next and previous selected item.
4013 25-Jul-2000
4014 ~~~~~~~~~~~
4015 The new display styles can now be saved as the defaults (bug spotted by
4016 Vladimir Klebanov).
4018 When autoscrolling is used, prevent the last-highlighted directory
4019 from springing open. 'spring open' now defaults to off.
4021 The toolbar Up and Home buttons can act as drop targets (and spring open
4022 too!).
4024 Options to set the pinboard text background style (suggested by James
4025 Kermode).
4027 23-Jul-2000
4028 ~~~~~~~~~~~
4029 Added an option to control the spring-loading feature. Added tooltips
4030 to some of the options. Improved the rule for deciding whether to open
4031 a new window when you click on the toolbar buttons.
4033 Stopped the spring-open window moving while it's open (prevents a bug
4034 in GTK+ from causing problems). Please use GTK+ 1.2.8 or later now!
4036 Dragging near the edge of a window scrolls. Improved the lasso box drag
4037 to use the same system (so it scrolls without you having to move the
4038 mouse).
4040 22-Jul-2000
4041 ~~~~~~~~~~~
4042 Added 'spring-loaded' directories. If you drag a file over a directory and
4043 hold it there, the directory will spring open! (suggested by Barney
4044 Clarkson)
4046 21-Jul-2000
4047 ~~~~~~~~~~~
4048 In the path entry minibuffer, an exact match is favoured over any other
4049 match. So, if you enter '.xsession' and press Return you'll get it, not
4050 '.xsession-errors' or whatever!
4052 The filer now clears APP_DIR from the environment so that child processes
4053 don't get it. Fixed a bug which caused problems when using a small version
4054 of the 'missing image' image.
4056 19-Jul-2000
4057 ~~~~~~~~~~~
4058 Creating a new directory now makes sure the display is updated.
4060 18-Jul-2000 (Release 0.1.25)
4061 ~~~~~~~~~~~
4062 Prevent dragging from a pinboard selection to itself, or onto the desktop
4063 background.
4065 17-Jul-2000
4066 ~~~~~~~~~~~
4067 Clicking on the root window works (button-1 clears the selection,
4068 button-3 opens the pinboard menu). The pinboard can own the primary
4069 selection, which means that you can select something and then paste
4070 its name into another program.
4072 Keys bound to menu entries are automatically saved when the filer quits.
4074 16-Jul-2000
4075 ~~~~~~~~~~~
4076 Changed the install script so that the CVS directories don't get installed.
4078 The 'rox' script now just calls AppRun directly.
4079 Panels can be created without starting a new copy of the filer.
4080 The pinboard can be changed or removed by using --pinboard a second time.
4082 Files can be given as arguments - they are opened as if they were clicked
4083 on in a filer window (suggested by Alex Holden).  If no arguments are
4084 given then the default is now the current directory (not your home
4085 directory).
4087 If you start the leafname in the path minibuffer with '.' then the Show
4088 Hidden feature is temporarily turned on.
4090 15-Jul-2000
4091 ~~~~~~~~~~~
4092 Ctrl-clicking selects and unselects pinboard icons. Menu clicking
4093 selects the icon clicked on while the menu is open. Pinned icons are
4094 now updated when the pointer moves over them, if necessary.
4096 14-Jul-2000
4097 ~~~~~~~~~~~
4098 Menu-clicking on a pinboard icon now brings up a menu.
4099 Clicks on the root window are still ignored though; need to support
4100 the GNOME-compliant window manager system for passing root clicks on...
4102 12-Jul-2000
4103 ~~~~~~~~~~~
4104 Files can now be dragged to pinboard icons, and they highlight nicely too!
4105 If the --override option is used, the filer will bypass the window manager
4106 and position the icons directly.
4108 11-Jul-2000
4109 ~~~~~~~~~~~
4110 Pinboard icons can now be dragged to filer windows or applications, just
4111 like normal icons.
4113 10-Jul-2000
4114 ~~~~~~~~~~~
4115 Changed the DnD code to make it easier for the pinboard code to use it.
4116 Up and Home buttons on the toolbar now use the 'New window on button 1'
4117 option setting (suggested by Vincent Lefèvre).
4119 09-Jul-2000
4120 ~~~~~~~~~~~
4121 Pinboard can have mount points and symlinks on it.
4123 06-Jul-2000
4124 ~~~~~~~~~~~
4125 Dragging with the Menu button moves icons around. Clicking with the
4126 other button removes icons from the pinboard.
4128 05-Jul-2000
4129 ~~~~~~~~~~~
4130 Dragging files to the pinboard adds them to it and automatically saves
4131 the pinboard too.
4133 02-Jul-2000
4134 ~~~~~~~~~~~
4135 Pinboard is now loaded from a file specified on the command line.
4137 01-Jul-2000
4138 ~~~~~~~~~~~
4139 'Home' now appears on the background if you run it with --pinboard.
4140 Clicking opens your home directory. Doesn't do much else.
4141 Fixed a bug which prevented the minibuffer label from appearing on
4142 some versions of GTK+.
4144 30-Jun-2000
4145 ~~~~~~~~~~~
4146 First steps towards pinboard support (requested by P.S.S.Camp and
4147 Darren Winsper).
4149 16-Jun-2000
4150 ~~~~~~~~~~~
4151 Changed the Display menu layout - now there are four basic types (Large or
4152 Small, with or without details) and the type of detail desired is chosen
4153 from a sub-sub-menu.
4155 Added a new display style - bars showing the sizes of the files. The bars are
4156 drawn on a log scale.
4158 15-Jun-2000
4159 ~~~~~~~~~~~
4160 Changed the display menu - you can now choose large or small icons, with or
4161 without details. The details displayed can also be changed. I'm not quite
4162 happy with the UI yet though...
4164 Split the filer.c source file into two (filer.c and display.c) since it was
4165 becoming rather unwieldy. This means that some of the option names have
4166 changed because they've moved to a new section in the options window...
4168 14-Jun-2000
4169 ~~~~~~~~~~~
4170 Fixed a problem where ImLib support failed on multi-depth displays (reported
4171 by Stephen Harrison).
4173 06-Jun-2000 (Release 0.1.24)
4174 ~~~~~~~~~~~
4175 Added the install.sh script for easier installation.
4176 Removed 'MIME-info' file from ROX-Filer - now we always assume that the
4177 standard types are in Choices.
4178 Fixed a bug which could cause 'top' panels to appear in the wrong place
4179 (Alex Holden).
4180 Changed the sort order for Sort By Type so that directories come before
4181 files (suggested by Chris Garrett).
4182 `Single-click navigation' and 'Ignore case when sorting' now both default
4183 to On.
4185 03-Jun-2000
4186 ~~~~~~~~~~~
4187 Improved the theme support to allow tiled background images.
4188 Fixed a bug which prevented tilde expansion from working in the
4189 shell command minibuffer.
4191 02-Jun-2000
4192 ~~~~~~~~~~~
4193 Made the help button look a bit nicer and changed the Find and Permissions
4194 action windows to use the icon instead of a text button.
4195 Removed the 3D borders from the help and toolbar buttons when not selected
4196 (looks much better!). Setting a run action by dragging to a symlink now
4197 dereferences the link (suggested by Ewan Mac Mahon).
4199 Default search path for Choices is now:
4200         ~/Choices:/usr/local/share/Choices:/usr/share/Choices
4202 Fixed (possibly) a bug which sometimes causes the redraw to miss bits. This
4203 probably slows everything down, but the next Gtk+ release should do double
4204 buffering so all this will get changed then...
4206 01-Jun-2000
4207 ~~~~~~~~~~~
4208 Added a Help icon to the toolbar, which does the same as choosing `Show
4209 ROX-Filer Help' from the menu.
4211 25-May-2000
4212 ~~~~~~~~~~~
4213 Started adding some code to truncate long filenames (not finished yet).
4214 Fixed a bug which could cause directories to appear empty when using VFS.
4215 Added the 'Select If' minibuffer, which selects all files matching the
4216 entered expression.
4218 21-May-2000
4219 ~~~~~~~~~~~
4220 Moved most of the icons from pixmaps to MIME-icons (outside ROX-Filer).
4221 Updated several of the remaining icons by copying them from the GNOME
4222 desktop (suggested by Volker Braun).
4225 16-May-2000 (Release 0.1.23)
4226 ~~~~~~~~~~~
4227 Added the `Window->Set Run Action' menu item. This allows you to specify the
4228 default run action for a file by simply dragging the file into a program.
4229 You can also enter a shell command in the minibuffer to make that command
4230 the default.
4231 The cursor is a bit nicer and usually appears where you want it to now. You
4232 can also get rid of it by pressing Escape.
4234 12-May-2000
4235 ~~~~~~~~~~~
4236 Applied Bernard's patch (a couple of cosmetic changes to the action windows).
4237 Applied Vincent's patch (minor updates to the Frech translation).
4238 Fixed a problem with the pixmap caching - the filer would detect that the
4239 file had changed and try to reload it, but ImLib would simply return its
4240 cached copy!
4242 28-Apr-2000
4243 ~~~~~~~~~~~
4244 Removed a debugging message that had somehow got into the release version :-(
4245 Fixed a bug in the minibuffer code - pressing Return when the cursor was in
4246 an empty directory caused odd effects.
4248 24-Apr-2000 (Release 0.1.22)
4249 ~~~~~~~~~~~
4250 When starting, the filer will check to see if it is already running.
4251 If it is then the arguments are passed to that copy.
4253 23-Apr-2000
4254 ~~~~~~~~~~~
4255 Bug fix: Attempting to open a Find preview window could cause a crash
4256 if the directory containing the item could not be opened.
4257 Button-3 clicking on the toolbar icons opens a new window.
4260 21-Apr-2000
4261 ~~~~~~~~~~~
4262 Added Vincent Lefevre's French translation. Changed to using my own
4263 gettext function because some platforms don't have it or implement
4264 it differently.
4266 18-Apr-2000 (Release 0.1.21)
4267 ~~~~~~~~~~~
4268 Completed marking translatable strings. Dragging with the middle button
4269 now moves files.
4271 17-Apr-2000
4272 ~~~~~~~~~~~
4273 Made lots of changes to the way menus are stored; this makes i18n of the
4274 menus easier.
4276 16-Apr-2000
4277 ~~~~~~~~~~~
4278 Added GNU gettext support.
4279 Shell meta-characters in shell commands are escaped.
4281 15-Apr-2000
4282 ~~~~~~~~~~~
4283 Tab in the shell commands minibuffer does shell-style completion.
4285 14-Apr-2000 (Release 0.1.20)
4286 ~~~~~~~~~~~
4287 ImLib is used for rendering if possible. Small Icons super-samples the
4288 image down.
4290 13-Apr-2000
4291 ~~~~~~~~~~~
4292 Copying from inside a VFS directory now works.
4294 09-Apr-2000
4295 ~~~~~~~~~~~
4296 Added the Shell Command feature to the minibuffer.
4297 Fixed a bug which causes unnecessary flickering when a hidden file was
4298 detected.
4299 Removed 'Touch' from the menu; easy enough from the minibuffer now.
4300 Changed the type guessing system - scans all files in MIME-info directories
4301 now.
4303 02-Apr-2000
4304 ~~~~~~~~~~~
4305 Added a nice list displaying the found files. Clicking opens a preview window
4306 onto the directory and winks the file.
4308 18-Mar-2000
4309 ~~~~~~~~~~~
4310 Merged the MIME-Type and Special fields in the info window into a single
4311 Type field (since only one could be used at a time anyway).
4312 Made lots of changes to the panel menu. You can now remove things much more
4313 easily.
4314 Unstat()able files now display the error message in the Full Info display,
4315 instead of random values.
4316 Check for copying a directory onto itself, as well as into itself.
4318 Applied Bernard's patch:
4319 - Copy (menu entry) now works with action window.
4320 - Deleted/moved directory displays are automatically hidden.
4321 - Added option not to allow run/copy when object
4322   dragged to filer (not panels) icons. Some people like
4323   it the RISC OS way...
4324 - Full info alignment of App objects and owner/group
4325   alignment corrected.
4326 - Info window: added special info for symlinks, apps
4327   and mount points.
4329 17-Mar-2000
4330 ~~~~~~~~~~~
4331 Added support for mc's Virtual File System.
4333 12-Mar-2000
4334 ~~~~~~~~~~~
4335 New Window appears greyed out if Unique Windows is selected.
4336 Added 'Permissions' (chmod) feature.
4338 10-Mar-2000
4339 ~~~~~~~~~~~
4340 Added Bernard Jungen's patch:
4341 - Dates are displayed in a more RISC OS like format.
4342 - (Scanning) is shown in the titlebar during scans.
4343 - Option to only display one window per directory.
4344 - User and group names displayed in the Full Info view.
4345 - Open Parent in the root does nothing.
4346 - Errors in options are only reported once.
4347 - File does chdir() if -b isn't possible (prevents getting the full path
4348   in the file(1) says... box).
4351 Before the Changes file
4352 ~~~~~~~~~~~~~~~~~~~~~~~
4353 The following people added code before I started keeping this log:
4355 Jens Askengren          GNOME-style toolbar
4356 Bernard Jungen          lots of patches all over the place!
4357 Christiansen Merel      initial support for ImLib
4358 Chris Sawer             leafname field in the Info box
4359 Simon Truss             support for mount points on NetBSD