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