r4276: Updated Hungarian translation.
[rox-filer.git] / ROX-Filer / Help / Changes
blob4ec6ef0834697a7f70a3e72f47e9376c03d56e67
1                         ROX-Filer
2                         A RISC OS-like filer for X
3                         by Thomas Leonard
5 28-Dec-2005
6 ~~~~~~~~~~~
7 Updated Hungarian translation (Andras Mohari).
9 27-Dec-2005
10 ~~~~~~~~~~~
11 If we can't find libc.so.6 for xattr support, try libc.so in case we only have
12 uClib (Lucas Correia Villa Real).
14 18-Dec-2005
15 ~~~~~~~~~~~
16 Allow .desktop files to be used as run actions (Thomas Leonard).
18 17-Dec-2005
19 ~~~~~~~~~~~
20 Bugfix: New detail crashes cleanice theme (reported by Andras Mohari; reported
21         as CleanIce bug #1383457). Try another value...
23 16-Dec-2005
24 ~~~~~~~~~~~
25 Highlight icons using the theme's preferred colour instead of always using
26 blue (Andras Mohari).
27 Bugfix: Don't set style detail to "base" when highlighting items in a
28         Collection, as it confuses GTK's lighthouseblue theme engine
29         (Thomas Leonard).
31 15-Dec-2005
32 ~~~~~~~~~~~
33 Bugfix: Changing the display style crashes the filer with GTK >= 2.8.9 because
34         it sends a selection changed event before the view has finished
35         initialising (Thomas Leonard; reported by Tobias Kieslich).
36 Removed some done entries from the TODO file (Stephen Watson).
38 13-Dec-2005 (Release 2.4)
39 ~~~~~~~~~~~
40 Updated Chinese translations (Babyfai Cheung).
42 11-Dec-2005
43 ~~~~~~~~~~~
44 Updated French manual translation (Arnaud Calvo).
45 Make Path optional in PanelRemove SOAP call, allowing removal of items based
46 only on their label (Jonatan Liljedahl).
47 Bugfix: The install script failed to compile ROX-Filer on Debian systems, due
48         to a bug in recent versions of xterm (Vincent Lefèvre). Added a
49         workaround.
50 Bugfix: On 64-bit systems communication between ROX-Filer processes didn't
51         work, because GDK uses sizeof(long) bytes (not always 4 bytes) to store
52         a 32 bit property (Lucas Hazel).
54 29-Nov-2005
55 ~~~~~~~~~~~
56 Removed 'Open AVFS' from menu. It doesn't do anything on most systems, and you
57 can always add it with 'Customise menu...' if you want it (Thomas Leonard).
58 Better support for old GNOME themes with GNOME-specific MIME names (Dennis
59 Tomas).
61 21-Nov-2005
62 ~~~~~~~~~~~
63 Bugfix: Let -R work again (Stephen Watson).
65 12-Nov-2005
66 ~~~~~~~~~~~
67 Added initial support for .desktop files (Thomas Leonard). They are now shown
68 as executable, with the appropriate icons, and clicking on them runs the
69 application.
70 Bugfix: If stdin wasn't set when ROX-Filer was started it could get used for
71         the X connection, before ROX-Filer got around to replacing it with
72         /dev/null (Thomas Leonard).
74 28-Oct-2005
75 ~~~~~~~~~~~
76 Added Hungarian translation for the <About> section in AppInfo.xml
77 (Andras Mohari).
79 25-Oct-2005
80 ~~~~~~~~~~~
81 Updated Japanese translation (Hiroaki Tanaka).
83 22-Oct-2005
84 ~~~~~~~~~~~
85 In details mode, clicking on an item while the keyboard focus is visible
86 moves the focus to the item clicked on (suggested by Anthony DiSante).
88 19-Oct-2005
89 ~~~~~~~~~~~
90 Updated Hungarian translation (Andras Mohari).
92 18-Oct-2005
93 ~~~~~~~~~~~
94 Updated Estonian translation (Teet Tärno).
95 Bugfix: An (extremely unlikely to occur) error message was missing some
96         arguments (Thomas Leonard; spotted by Andras Mohari).
98 17-Oct-2005
99 ~~~~~~~~~~~
100 Updated it.po and Manual-it.xml (Yuri Bongiorno)
102 02-Oct-2005
103 ~~~~~~~~~~~
104 Make all option menus into the options box wide enough for the widest item
105 to avoid resizing when the item is changed (Andras Mohari).
107 15-Sep-2005
108 ~~~~~~~~~~~
109 Only require shared-mime-database 0.14, not 0.16. Add the missing subclasses
110 manually (Thomas Leonard).
112 13-Sep-2005
113 ~~~~~~~~~~~
114 Allow some labels used to display file names to wrap over more than one line,
115 improving display of very long file names (Stephen Watson).
116 Show progress bar from start when an action is on more than one item
117 (Stephen Watson).
119 08-Sep-2005
120 ~~~~~~~~~~~
121 Bugfix: The refresh feature was accidentally broken during the upgrade to the
122         new MIME system (Thomas Leonard; reported by Frantisek Fuka).
124 04-Sep-2005
125 ~~~~~~~~~~~
126 Bugfix: If you editing the target of a symlink in the properties box, and then
127         unfocussed the entry when the symlink no longer existed, the filer
128         would crash trying to display the error message. Added work-around
129         (Thomas Leonard; reported as GTK bug #315229).
131 27-Aug-2005
132 ~~~~~~~~~~~
133 When using 'From LANG', check for translations with and with the territory
134 part (seventh guardian). Also do this when loading the manual or finding
135 a summary in AppInfo.xml (Thomas Leonard).
137 22-Aug-2005
138 ~~~~~~~~~~~
139 Marked some titlebar flags as translatable (reported by seventh guardian).
141 17-Aug-2005
142 ~~~~~~~~~~~
143 Updated install.sh with the current shared-mime-info URL (Stephen Watson).
145 16-Aug-2005
146 ~~~~~~~~~~~
147 Updated French translation (Vincent Lefèvre).
148 Bugfix: Fix typo in the Solaris xattr implementation (Stephen Watson).
150 15-Aug-2005
151 ~~~~~~~~~~~
152 Bugfix: When doing Tab completion, part of the code was still case sensitive,
153         causing it to sometimes fail to notice multiple matched (Keith Warno;
154         reported by Tristan McLeay).
156 14-Aug-2005
157 ~~~~~~~~~~~
158 Added ROX-Filer.xml file, giving details of the current version. This can be
159 used to register a CVS version of the filer with the injector easily (Thomas
160 Leonard).
161 Renamed 'Xterm Here' to 'Terminal Here' (suggested by seventh guardian).
163 13-Aug-2005
164 ~~~~~~~~~~~
165 Removed GNOME-VFS from --version output; we never use it now (Thomas Leonard).
166 Failure to create a usable default icon theme can be due to a broken link, so
167 inform the user and show ~/.icons (Stephen Watson).
168 Extended attribute support more general, not just types (Stephen Watson).
170 12-Aug-2005
171 ~~~~~~~~~~~
172 Updated Polish translation (Wit Wiliński).
173 Added Portuguese (for Portugal) translation (Renato Caldas).
175 09-Aug-2005 (Release 2.3)
176 ~~~~~~~~~~~
177 Opening the menu with the menu key had broken. Also fixed a few minor leaks
178 (Thomas Leonard).
180 06-Aug-2005
181 ~~~~~~~~~~~
182 Updated French manual translation (Arnaud Calvo).
183 Fixed memory leak in new SOAP RPC calls (Thomas Leonard).
184 Provide alternate to_html.xsl file for different location of Docbook
185 stylesheets (Stephen Watson).
186 GTK bug #152151 also causes BadDrawable errors so ignore them as well
187 (Stephen Watson).
189 04-Aug-2005
190 ~~~~~~~~~~~
191 Bugfix: Ultimate++ could crash the filer when its window was iconified
192         (Guido Schimmels).
194 01-Aug-2005
195 ~~~~~~~~~~
196 Updated Dutch translation (Jan Wagemakers).
198 31-Jul-2005
199 ~~~~~~~~~~~
200 Added a button for configuring video thumbnails (with Stephen Watson's
201 VideoThumbnail application) to the Options window (Thomas Leonard).
202 Manual updates.
203 Right-clicking on a launcher button shows available versions (Thomas Leonard).
204 Bugfix: Added some missing gdk_event_free() calls (Thomas Leonard).
205 Bugfix: In vertical ordering mode, the blank space after all the items
206         acted as if there were icons there (reported by Arnaud Calvo).
207                         
208 30-Jul-2005
209 ~~~~~~~~~~~
210 Don't abort on BadWindow errors. GTK bug #152151 is still not fixed after
211 nearly a year, so give up trying to fix it and just ignore it (Thomas Leonard).
212 Don't show Help menu item for applications with no Help subdirectory (Thomas
213 Leonard).
215 29-Jul-2005
216 ~~~~~~~~~~~
217 Added option to only show iconified windows belonging to the current workspace
218 (Tom Morton).
219 Added option to allow vertical ordering when laying out the icon view 
220 (Piotr Zielinski).
222 28-Jul-2005
223 ~~~~~~~~~~~
224 Updated Dutch translation (Jan Wagemakers).
226 27-Jul-2005
227 ~~~~~~~~~~~
228 Renamed Python MIME icon to keep up with freedesktop.org's current thinking in
229 the endless text vs application war (Thomas Leonard).
231 26-Jul-2005
232 ~~~~~~~~~~~
233 Removed custom platform detection (which was designed to allow a single
234 copy of ROX-Filer to contain binaries for multiple platforms). Let the
235 packaging system deal with it (Thomas Leonard).
237 25-Jul-2005
238 ~~~~~~~~~~~
239 Check for shared-mime-info 0.16 when building (Stephen Watson).
241 24-Jul-2005
242 ~~~~~~~~~~~
243 An executable text file of unknown type is marked as executable if its name
244 doesn't contain a '.'. This is so that 'readme.txt' on a filesystem with
245 all execute bits set is seen as text, but a shell script with no extension
246 or interpreter header still shows up as an executable on Solaris (Thomas
247 Leonard; requested by Stephen Watson).
249 23-Jul-2005
250 ~~~~~~~~~~~
251 Added icon for messages/* MIME types (Thomas Leonard).
252 Improvements for file type guessing (Thomas Leonard):
253 - When getting the type for a symlink, we need the absolute path now that we
254   check file contents.
255 - Also check for extended attributes for the symlink target.
256 - Removed all of our code for guessing types from file names, since it
257   duplicates the new xdgmime code.
258 - Files with control characters are now considered to be binary, even
259   though they may be valid UTF-8.
260 - Executable files of unknown type are now marked as executable, not
261   octet-stream.
262 - When complaining that there is no run action for an executable type,
263   give the user a hint about setting the execute permission.
264 - Refreshing the MIME system also refreshes xdgmime.
265 - Added MIME rules to say that Python, PERL and Ruby are executable, as
266   old versions of the MIME database don't have these rules (reported by
267   Stephen Watson).
270 22-Jul-2005
271 ~~~~~~~~~~~
272 At install time, add a rule to the MIME database that shell scripts are
273 executable, as the defaults are missing this (Thomas Leonard; reported by
274 Stephen Watson).
275 In the properties box, don't say that the run action is executable just
276 because the MIME type is executable. The execute bit must be set too
277 (Thomas Leonard).
279 21-Jul-2005
280 ~~~~~~~~~~~
281 Replaced the text the Options box telling people to download and run
282 MIME-Editor with a button that actually does it (Thomas Leonard).
284 17-Jul-2005
285 ~~~~~~~~~~~
286 Bugfix: Opening a new filer window with a key press warped the pointer
287         to the top-left of the screen (Matthew Weier O'Phinney and Thomas
288         Leonard).
290 16-Jul-2005
291 ~~~~~~~~~~~
292 Detect GCC 4 and disable pointer signedness warnings (Thomas Leonard).
293 Mark files as executable if their MIME type is a subclass of
294 application/x-executable (Thomas Leonard).
295 Removed the option for choosing panel side for -S, since we can use the new
296 method of choosing the panel side indead (Thomas Leonard).
297 Split Mount SOAP operation into separate Mount and Unmount operations
298 (Thomas Leonard).
299 Bugfix: The path entry buffer didn't work in /, due to recent changes
300         (Thomas Leonard).
301 Bugfix: Clicking on a directory which was mounted but shown as unmounted,
302         due to the display being out-of-date, tried to unmount it.
303         (Thomas Leonard, reported by Mephistopheles Jones as bug #1007402).
305 15-Jul-2005
306 ~~~~~~~~~~~
307 Copied xdgmime library into the filer, so we don't need gnomevfs just
308 to do MIME guessing from file contents (Guido Schimmels).
310 26-Jun-2005
311 ~~~~~~~~~~~
312 Renamed the 'ROX Session' section in options to 'Desktop' as it could be
313 used by any session manager (Stephen Watson).
315 25-Jun-2005
316 ~~~~~~~~~~~
317 Panel side is now stored with the panel file, and is reused on start-up if
318 you use --border in place of the old --top, --bottom, --left and --right
319 (which still work). The panel menu has a new 'Panel Options...' choice to let
320 you change which edge to use (Thomas Leonard).
322 11-Jun-2005
323 ~~~~~~~~~~~
324 Updated Chinese translation (Babyfai Cheung).
326 09-Jun-2005
327 ~~~~~~~~~~~
328 Removed AC_PATH_X, which stopped configure working on Mac OS X (Thomas Leonard;
329 reported by Tristan McLeay). We already had AC_PATH_XTRA anyway.
331 07-Jun-2005
332 ~~~~~~~~~~~
333 Add Basque transation (Piarres Beobide).
335 Entering ~ as the first character in the Goto: entry goes to the users
336 home directory (Stephen Watson, suggested by james).
337 Install script now installs MIME run actions into $XDG_CONFIG_HOME 
338 (Stephen Watson).
340 20-May-2005
341 ~~~~~~~~~~~
342 Change the way that ROX-Session runs ROX-Filer.  It now uses the -S option to
343 open the default Panel and Pinboard, with the configuration of panel and 
344 pinboard in ROX-Filer options (Stephen Watson).
345 Fixed error in tooltip in bulk rename box (Vincent Lefèvre).
347 13-May-2005
348 ~~~~~~~~~~~
349 Type changes for 64-bit compatibility (Tony Houghton).
351 Tests whether dnotify_wakeup_flag is set instead of dnotify_wakeup which is a
352 function address (Tony Houghton).
354 08-May-2005
355 ~~~~~~~~~~~
356 Selecting an entry from the bookmarks menu can open a new window, depending
357 on the mouse button used and the 'New window on button 1' setting
358 (Stephen Watson).
360 03-May-2005
361 ~~~~~~~~~~~
362 World-writable directories can't be app dirs (Thomas Leonard).
364 02-May-2005
365 ~~~~~~~~~~~
366 Updated Chinese translation (Babyfai Cheung).
367 Fixed missing argument in remote.c (Pär Forsling).
369 01-May-2005
370 ~~~~~~~~~~~
371 When using the drag-and-drop menu, give the choice of creating relative or
372 absolute symlinks. For Ctrl-Shift-Drag, always make relative links rather
373 than absolute ones (Thomas Leonard; requested by Peter Prohaska).
375 28-Apr-2005
376 ~~~~~~~~~~~
377 If we can't find getopt_long, try looking in libgnugetopt (Stephen Watson).
379 26-Apr-2005
380 ~~~~~~~~~~~
381 Bugfix: Broke get_xdg_data_dirs while writing choices_list_xdg_dirs (Stephen 
382         Watson, reported by Pär Forsling).
383 Bugfix: Don't try to move directories that aren't there, but make symbolic
384         links for them anyway (Stephen Watson, reported by Thomas Leonard).
385 Old choices_find_path_load/save now static, use new XDG functions exclusively
386 (Stephen Watson).
388 25-Apr-2005
389 ~~~~~~~~~~~
390 Change over from CHOICESPATH to XDG_CONFIG_HOME and XDG_CONFIG_DIRS (Stephen
391 Watson).
393 21-Apr-2005
394 ~~~~~~~~~~~
395 Try to cope with BadWindow errors (Thomas Leonard; suggested by Kacper Wysock).
397 17-Apr-2005
398 ~~~~~~~~~~~
399 Bugfix: Replacing an existing display settings would erase all the other
400         existing settings (Stephen Watson, reported by Henrik Jacobsson).
402 16-Apr-2005
403 ~~~~~~~~~~~
404 Bugfix: Expired thumbnails were not being purged from the memory cache
405         because of a reference counting issue (Stephen Watson).
407 14-Apr-2005
408 ~~~~~~~~~~~
409 Updated Danish translation (Christian Storgaard).
411 28-Mar-2005
412 ~~~~~~~~~~~
413 Simplify code to set minibuffer text to red on error (Dennis). Also set
414 background to white, in case a theme's colour clashes with red (Thomas
415 Leonard).
416 Make tab completion in the minibuffer case insensitive (Jonatan Liljedahl).
418 23-Mar-2005
419 ~~~~~~~~~~~
420 Option in list view to show the full MIME-Type comment rather than
421 just "File" (Stephen Watson).
423 12-Mar-2005
424 ~~~~~~~~~~~
425 When building the SendTo menu, allow nested subdirectories more than one
426 level deep (Jonatan Liljedahl).
427 Add 'Customise Menu...' to New submenu (Thomas Leonard, suggested by Jesse
428 Wagner).
429 Can specify panel item arguments and short cut when adding via SOAP
430 call (m0n5t3r). 
431 Also for pinboard items (and fixed bugs related to pinboard_add_with_args)
432 (Stephen Watson).
434 28-Feb-2005
435 ~~~~~~~~~~~
436 Bugfix: Progress bar for count operation didn't finish when the count did
437         (Stephen Watson, reported by Alexander Wagner).
439 24-Feb-2005
440 ~~~~~~~~~~~
441 Look out for new line character when reading EA MIME type under Solaris 
442 (Stephen Watson).
444 13-Feb-2005
445 ~~~~~~~~~~~
446 Added Estonian translation (Teet Tärno).
448 12-Feb-2005
449 ~~~~~~~~~~~
450 Removed copy of GTK icon theme system. We now depend on GTK 2.4, which
451 includes it (Thomas Leonard).
452 Renamed 'Before' and 'After' in the bulk rename box to 'Old name' and
453 'New name', as they were causing problems for translators (reported by
454 Yuri Bongiorno).
455 Bugfix: The help for the "Set Type..." box wasn't translated (reported
456         by Yuri Bongiorno).
458 09-Feb-2005
459 ~~~~~~~~~~~
460 Defer re-generating a thumbnail until 5 seconds after the timestamp on 
461 the old one (Stephen Watson).
462 Bugfix: A file could be added many times to the thumbnail queue, causing
463         the progress bar to behave strangely (Stephen Watson).
464 More changes for installing onto NFS mounted directory (Stephen Watson).
466 31-Jan-2005
467 ~~~~~~~~~~~
468 Fixed a compiler warning by removing an unnecessary extra tooltips object
469 (Andreas Jochens).
471 30-Jan-2005
472 ~~~~~~~~~~~
473 Updated French translation (Vincent Lefèvre).
475 29-Jan-2005 (Release 2.2.0)
476 ~~~~~~~~~~~
477 Added Finnish translation (Jari Rahkonen).
478 Updated Dutch translation (Jan Wagemakers).
480 24-Jan-2005
481 ~~~~~~~~~~~
482 Bugfix: More crashes due to Japanese characters; last patch didn't fix all
483         the problems (Thomas Leonard; reported by Lewis Denizen).
485 23-Jan-2005 (Release 2.1.6)
486 ~~~~~~~~~~~
487 Updated French translation (Vincent Lefèvre).
488 Bugfix: Japanese digit characters crashed the filer, because some code thought
489         they were digits, and anothers thought they weren't (Thomas Leonard;
490         reported by Lewis Denizen).
492 22-Jan-2005
493 ~~~~~~~~~~~
494 Updated French manual translation (Arnaud Calvo).
496 21-Jan-2005
497 ~~~~~~~~~~~
498 Bugfix: If, when building, objcopy exits with an error then don't strip
499         the binary (Stephen Watson).
501 20-Jan-2005
502 ~~~~~~~~~~~
503 Updated Dutch translation (Jan Wagemakers).
505 18-Jan-2005
506 ~~~~~~~~~~~
507 Bugfix: Don't show the permissions in the properties window for
508         symbolic links as they don't behave as you might expect
509         (Stephen Watson, reported by Max Power).
511 16-Jan-2005
512 ~~~~~~~~~~~
513 Fixed some spelling errors and made some messages easier to translate
514 (Vincent Lefèvre).
516 15-Jan-2005 (Release 2.1.5)
517 ~~~~~~~~~~~
518 Bugfix: An extra arrow had appeared in the Find box (Thomas Leonard).
519 Bugfix: We were inconsistent about when filenames were escaped. Eg, creating
520         a directory called "a%20b" actually created "a b" (Thomas Leonard).
521 Bugfix: Panel icons with no label displayed an empty tooltip (Thomas Leonard).
522 Bugfix: Selecting a pinboard icon only redrew the text path (Thomas Leonard).
524 13-Jan-2005
525 ~~~~~~~~~~~
526 Updated Japanese translation (Hiroaki Tanaka).
528 12-Jan-2005
529 ~~~~~~~~~~~
530 Slight change to install script for when the installation directory is
531 on an NFS mount (Stephen Watson).
533 10-Jan-2005
534 ~~~~~~~~~~~
535 Can now disable use of extended attributes (Stephen Watson).
537 08-Jan-2005
538 ~~~~~~~~~~~
539 Allow renaming multiple files at once. This opens the Bulk Rename window,
540 which allows manual editing of the names, as well as regular-expression
541 based transformations (Thomas Leonard).
543 Rename buttons in Set Run Action box so that they make sense (Thomas Leonard;
544 reported by Jonatan Liljedahl).
546 Bugfix: Filer would crash when the screen was resized if there was no
547         pinboard (Thomas Leonard).
548 Bugfix: Xinerama support had broken panel repositioning in response to
549         XRANDR screen resizing events (Thomas Leonard).
551 03-Jan-2005
552 ~~~~~~~~~~~
553 Set the name for filer windows to 'rox-filer'. This allows theming the fonts
554 just for ROX-Filer (Lucas Hazel).
556 23-Dec-2004
557 ~~~~~~~~~~~
558 If an item has extended attributes, report that before checking whether they
559 are supported (Thomas Leonard).
560 Updated Chinese translation (Babyfai Cheung).
561 Bugfix: Pressing Escape now closes the Properties box (reported by Arnaud
562         Calvo).
564 09-Dec-2004
565 ~~~~~~~~~~~
566 Bugfix: Test for presence of extended attributes on Solaris gave wrong
567         answer when they were not supported (Stephen Watson).
569 08-Dec-2004
570 ~~~~~~~~~~~
571 The icons for mount point and symbolic link are now side-by-side, not
572 one on top of the other, and a new icon is used to mark files with
573 extended attributes (Stephen Watson).
575 27-Nov-2004
576 ~~~~~~~~~~~
577 Bugfix: Use gtk_selection_data_set_text instead of gtk_selection_data_set when
578         pasting filenames so that other applications know the string is UTF-8
579         (Thomas Leonard; reported by Dennis).
581 27-Nov-2004
582 ~~~~~~~~~~~
583 Better extended attribute detection under Solaris (Stephen Watson).
585 25-Nov-2004
586 ~~~~~~~~~~~
587 More extended attribute support. The "Set Type..." menu item should be 
588 disabled if not supported by the system or FS (Stephen Watson).
590 24-Nov-2004
591 ~~~~~~~~~~~
592 Method of scaling pinboard images is now an option, as the default could
593 produce poor results on some systems (Stephen Watson).
595 22-Nov-2004
596 ~~~~~~~~~~~
597 Updated it.po and Manual-it.xml (Yuri Bongiorno)
599 19-Nov-2004
600 ~~~~~~~~~~~
601 Bugfix: Dragging a lasso box above the top of the window in details mode
602         selected all the items outside the box (Thomas Leonard; reported by
603         Anthony DiSante).
605 12-Nov-2004
606 ~~~~~~~~~~~
607 Only show executable files in green if clicking would actually run them, not
608 just because they have the execute bit set (Thomas Leonard).
610 11-Nov-2004
611 ~~~~~~~~~~~
612 Much faster thumbnail generation (Ken Hayber, reported by Anthony DiSante).
614 08-Nov-2004
615 ~~~~~~~~~~~
616 When closing a filer window showing a directory under a user-mounted
617 mount-point, offer to unmount the device if no other filer window also shows
618 that mount point (requested by Tony Houghton and others). Also do this check
619 when changing to a parent directory.
620 Scale iconified window icons on the pinboard down to normal size (Ken Hayber).
622 08-Nov-2004
623 ~~~~~~~~~~~
624 Updated Dutch translation (Jan Wagemakers).
626 07-Nov-2004
627 ~~~~~~~~~~~
628 Work on the action box, including a progress bar (Stephen Watson).
630 24-Oct-2004
631 ~~~~~~~~~~~
632 Added PinboardRemove() SOAP call (Stephen Watson).
634 20-Oct-2004 (Release 2.1.4)
635 ~~~~~~~~~~~
636 Added Portuguese translation (Rodrigo Cesar Herefeld).
638 16-Oct-2004
639 ~~~~~~~~~~~
640 Some improvements to saved display settings (Takuo Yonezawa and Stephen 
641 Watson).
642 Updated Spanish translation (Marcelo Ramos).
644 15-Oct-2004
645 ~~~~~~~~~~~
646 Allow multiple arguments for executable pinboard and panel icons (Thomas
647 Leonard).
648 Updated it.po and Manual-it (Yuri Bongiorno).
650 12-Oct-2004
651 ~~~~~~~~~~~
652 Use a higher quality setting when scaling the backdrop image (Ken Hayber).
654 06-Oct-2004
655 ~~~~~~~~~~~
656 Added PanelRemove() SOAP call (Sabin Iacob).
657 Bugfix: Mounting a directory that was accessed through a symlinked directory
658         used the symbolic path, confusing the mount command (Thomas Leonard;
659         reported by Anthony DiSante).
661 29-Sep-2004
662 ~~~~~~~~~~~
663 Force panel to not take focus when using GTK 2.4 (Thomas Leonard).
665 28-Sep-2004
666 ~~~~~~~~~~~
667 Minimum width of toolbar now an option (requested by Matthew Weier O'Phinney).
669 21-Sep-2004
670 ~~~~~~~~~~~
671 Only examine items that are actually displayed, not all items in a directory.
672 Saves checking hidden files, which typically speeds up opening the home
673 directory. Removed an unnecessary extra scan when opening a directory
674 with the default filter setting. Removed the double scan when clicking Refresh
675 and two windows show the same directory (Thomas Leonard).
677 20-Sep-2004
678 ~~~~~~~~~~~
679 Added option to make panels have the type _NET_WM_WINDOW_TYPE_DOCK (Tony
680 Houghton). Metacity needs this.
682 17-Sep-2004
683 ~~~~~~~~~~~
684 If we can't guess a file's type from its name or extended attribute, try
685 looking at its contents too, if we have gnomevfs 2.8.0 or later available
686 (Thomas Leonard).
688 11-Sep-2004
689 ~~~~~~~~~~~
690 Panel and pinboard icons can now have a single argument set for them.
691 If you need more than one argument, consider creating a wrapper
692 (Stephen Watson).
694 09-Sep-2004
695 ~~~~~~~~~~~
696 Added --massif option for profiling memory usage (Thomas Leonard).
697 Warn about missing libsm in configure.in (reported by fedewico).
699 06-Sep-2004
700 ~~~~~~~~~~~
701 When resizing a window, only warp the pointer as much as necessary to keep
702 it inside the window (Thomas Leonard).
704 02-Sep-2004
705 ~~~~~~~~~~~
706 Ensure that a panel applet's properties are set before starting the applet
707 (reported by Tony Houghton).
709 01-Sep-2004
710 ~~~~~~~~~~~
711 Fixed panel menu positioning for multiple monitors with different resolutions
712 (Tony Houghton).
713 Use _NET_WM_STATE_BELOW to raise and lower the panel (Tony Houghton). Not
714 changing to type DOCK yet as it breaks some WMs.
716 25-Aug-2004
717 ~~~~~~~~~~~
718 Use new GTK 2.2 functions to set window hints now that we don't support 2.0
719 anymore (Guido Schimmels).
721 23-Aug-2004
722 ~~~~~~~~~~~
723 Plug a memory leak when loading SVG type icons (Stephen Watson).
725 18-Aug-2004
726 ~~~~~~~~~~~
727 Fix for the Solaris extended attribute support (Stephen Watson). 
729 13-Aug-2004
730 ~~~~~~~~~~~
731 Set minimum width of toolbar so that all buttons are visible (Stephen Watson).
733 10-Aug-2004
734 ~~~~~~~~~~~
735 When adding an entry to the Recently Visited menu, remove its parent directory.
736 This stops the list filling up with near-duplicates when you have deeply
737 nested directories (Thomas Leonard).
739 08-Aug-2004
740 ~~~~~~~~~~~
741 Updated French manual translation (Arnaud Calvo).
743 05-Aug-2004
744 ~~~~~~~~~~~
745 For debugging, show the failed URI when dragging to the pinboard (Thomas
746 Leonard).
748 03-Aug-2004
749 ~~~~~~~~~~~
750 Use Help icon instead of Info icon for popup help buttons (Thomas Leonard).
752 02-Aug-2004
753 ~~~~~~~~~~~
754 Updated French translation (Vincent Lefèvre).
756 01-Aug-2004 (Release 2.1.3)
757 ~~~~~~~~~~~
758 Build in ROX-Filer/build, not ~/build/ROX-Filer.
760 30-Jul-2004
761 ~~~~~~~~~~~
762 Renamed Cancel to Close in the Properties box (suggested by Arnaud Calvo).
763 Updated some calls to use newer APIs, and allow compilation on systems where
764 deprecated widgets are disabled by default (reported by Vincent Lefèvre and
765 Guido Schimmels).
766 Bugfix: Panel icons were no longer shown highlighted when selected.
768 23-Jul-2004
769 ~~~~~~~~~~~
770 Bugfix: When opening a new directory with saved settings, the filer would
771         print a warning and then crash.
773 21-Jul-2004
774 ~~~~~~~~~~~
775 Changed email address given as the one to send bugs to when using
776 --help to the rox-devel list (Stephen Watson).
777 Thumbnail generation now handles files with UTF-8 characters (Anatoly
778 Asviyan). 
780 16-Jul-2004
781 ~~~~~~~~~~~
782 Removed action window screenshot from manual to save space.
784 15-Jul-2004
785 ~~~~~~~~~~~
786 Proper check for the stat[v]fs headers (Stephen Watson, reported by
787 Lucas Hazel).
789 13-Jul-2004
790 ~~~~~~~~~~~
791 Added firefox to list of default browsers (suggested by eugene).
793 10-Jul-2004
794 ~~~~~~~~~~~
795 Added Romanian translation (Cosma Florin).
797 01-Jul-2004
798 ~~~~~~~~~~~
799 Can now set "Brief" option on the Copy and Move action windows (Stephen 
800 Watson).
801 Properties window handles mount points specially when calculating their size
802 (Stephen Watson).
804 30-Jun-2004
805 ~~~~~~~~~~~
806 Bugfix: On Linux, the filer called setxattr instead of getxattr, thus
807         preventing setting filetypes with extended attributes from working.
808 Bugfix: Copy and Move now obey the "Brief" option (Stephen Watson, reported
809         by Graham Borland)
811 29-Jun-2004
812 ~~~~~~~~~~~
813 Bugfix: On multi-monitor setups, filer windows always opened on the top/left
814         monitor (reported by Kacper Wysocki). Now they open on the monitor
815         under the pointer.
817 27-Jun-2004
818 ~~~~~~~~~~~
819 Icons of minimized windows remember their positions on the pinboard (Stephen 
820 Watson).
821 Filer now officially requires GTK 2.2.0 or later (wasn't working with 2.0
822 anyway, and noone had complained).
823 Bugfix: A race in the code for updating iconified window titles could cause
824         the filer to crash with a BadWindow error.
826 26-Jun-2004
827 ~~~~~~~~~~~
828 Another Properties window fix: if there is no output from the du command
829 then put a message indicating an error (Stephen Watson).
830 Can now compile without Xinerama support on GTK+ < 2.2.0 (Tony Houghton).
832 23-Jun-2004
833 ~~~~~~~~~~~
834 Let the panel autoscroll during a drag (Stephen Watson).
836 18-Jun-2004
837 ~~~~~~~~~~~
838 Fix another bug when closing Properties window before it has finished
839 scanning the directory (Stephen Watson).
841 09-Jun-2004
842 ~~~~~~~~~~~
843 Improved Xinerama support: now works for tooltips and action windows; filer
844 windows are no longer prone to leaving their borders overlapping; panel uses
845 _NET_WM_STRUT_PARTIAL so it only affects the monitor it's on (Tony Houghton).
847 04-Jun-2004
848 ~~~~~~~~~~~
849 Make ignoring executable files with known extensions the default setting
850 (suggested by Daniel Poersch). Freedesktop.org is discussing a plan to mark
851 individual MIME types as executable, which may be a better long-term
852 solution.
853 Option to prevent maximising windows from covering the panels (requested
854 by Simon Templer and others).
856 29-May-2004
857 ~~~~~~~~~~~
858 Type specific Send To entries now shown for multiple files when they
859 are all of the same type (Stephen Watson).
860 Can now drag icons to the very end of the panel (Stephen Watson).
862 28-May-2004
863 ~~~~~~~~~~~
864 Another place to look for apsymbols.h (Stephen Watson).
866 26-May-2004
867 ~~~~~~~~~~~
868 More fixes for the new build system (Stephen Watson).
870 25-May-2004
871 ~~~~~~~~~~~
872 Fix portability of new build system and ensure configure can find the 
873 version number again (Stephen Watson).
875 22-May-2004
876 ~~~~~~~~~~~
877 Build object files in ~/build/ROX-Filer, in case source directory is read-only.
878 This also reduces the risk of distributing the object files by accident.
880 14-May-2004
881 ~~~~~~~~~~~
882 Don't allow toolbar buttons to focus (needed for GTK 2.4).
884 08-May-2004
885 ~~~~~~~~~~~
886 Fix loss of bookmark name when re-ordering (Rahsheen Porter).
887 Removed installation of thumbnail handlers via the Set Icon dialog. It was
888 never documented and all the thumbnailers use the mime_handler installation
889 anyway (Stephen Watson).
891 04-May-2004
892 ~~~~~~~~~~~
893 Updated French manual translation (Arnaud Calvo).
895 02-May-2004
896 ~~~~~~~~~~~
897 Updated Dutch translation (Jan Wagemakers).
899 01-May-2004
900 ~~~~~~~~~~~
901 Updated French translation (Vincent Lefèvre).
903 30-Apr-2004 (Release 2.1.2)
904 ~~~~~~~~~~~
905 Removed toolbar hint type from panel. It caused too many problems.
907 29-Apr-2004
908 ~~~~~~~~~~~
909 Added 'Download handler' to drag and drop options. This program is invoked
910 when a URI is dragged to the filer (eg, from a web-browser). The default
911 command runs wget to download the file (Andrew Flegg).
913 27-Apr-2004
914 ~~~~~~~~~~~
915 Bugfix: URIs received through drag-and-drop were unescaped twice, causing
916         problems with names containing the '%' character (spotted by Jonatan
917         Liljedahl).
919 21-Apr-2004
920 ~~~~~~~~~~~
921 Cope with spaces in ROX-Filer's path.
922 Added a load of default keys, since many GTK setups now make it almost
923 impossible to change shortcuts.
924 Added --leaks option to run ROX-Filer through valgrind with the memory
925 leak option checking on (Stephen Watson).
927 08-Apr-2004
928 ~~~~~~~~~~~
929 Added Xinerama support (Tony Houghton).
930 Set window type hint = toolbar for panel to prevent it appearing in pagers etc
931 (Tony Houghton).
933 04-Apr-2004
934 ~~~~~~~~~~~
935 Added method of saving display settings for directories. Mostly working,
936 but bugs remain related to size and position (Stephen Watson).
937 Updated Spanish translation (Marcelo Ramos).
939 03-Apr-2004
940 ~~~~~~~~~~~
941 Load extended attribute functions dynamically. This should mean that compiling
942 ROX-Filer with a new glibc won't make it stop working with older versions due
943 to the functions being missing.
945 02-Apr-2004
946 ~~~~~~~~~~~
947 Use * as a synonym for unfiltered (Stephen Watson).
949 25-Mar-2004
950 ~~~~~~~~~~~
951 Bookmarks can be given titles (Stephen Watson).
953 24-Mar-2004
954 ~~~~~~~~~~~
955 Fix memory leak in thumbnails code (Stephen Watson).
957 20-Mar-2004
958 ~~~~~~~~~~~
959 Fixed bug in details mode for showing hidden files (Stephen Watson).
961 18-Mar-2004
962 ~~~~~~~~~~~
963 Don't display an error box when installing the ROX icon theme. It just
964 worries people for no reason.
966 17-Mar-2004
967 ~~~~~~~~~~~
968 Updated Chinese translation (Babyfai Cheung).
970 16-Mar-2004
971 ~~~~~~~~~~~
972 Option to make the File menu appear directly when the menu is opened with
973 files selected (Peter Geer).
975 15-Mar-2004
976 ~~~~~~~~~~~
977 Added an arrow to the comparison area of the action box so you can see
978 which file overwrites the other (Stephen Watson).
980 10-Mar-2004
981 ~~~~~~~~~~~
982 Sort by user/group now uses the name, not the number (Stephen Watson).
984 07-Mar-2004
985 ~~~~~~~~~~~
986 Added 'Select by Name'.
988 06-Mar-2004
989 ~~~~~~~~~~~
990 Cope with XRandR screen resizing (Geoff Youngs and Tom Morton).
992 01-Mar-2004
993 ~~~~~~~~~~~
994 Can now filter files by name, using normal shell (glob) patterns (Stephen 
995 Watson).
997 03-Feb-2004
998 ~~~~~~~~~~~
999 Updated it.po and Manual-it (Yuri Bongiorno).
1001 01-Feb-2004
1002 ~~~~~~~~~~~
1003 Updated French translation (Vincent Lefèvre).
1005 24-Jan-2004 (Release 2.1.1)
1006 ~~~~~~~~~~~
1007 Updated French manual translation (Arnaud Calvo).
1008 Updated Dutch translation (Jan Wagemakers).
1010 22-Jan-2004
1011 ~~~~~~~~~~~
1012 Updated French translation (Vincent Lefèvre).
1014 21-Jan-2004
1015 ~~~~~~~~~~~
1016 Misc changes for next release.
1018 18-Jan-2004
1019 ~~~~~~~~~~~
1020 Accept Mozilla's alternative to the standard text/uri-list target during
1021 drag-and-drop (Andrew Flegg).
1023 07-Jan-2004
1024 ~~~~~~~~~~~
1025 Bugfix: Icon shortcuts with out modifier keys didn't work if NumLock,
1026         CapsLock, etc were turned on (reported by Peter Geer).
1027 Bugfix: Handle case when the output of uname -m contains spaces (Stephen 
1028         Watson, reported on #rox).
1030 06-Jan-2004
1031 ~~~~~~~~~~~
1032 Renamed some functions stolen from Gtk to avoid possible conflicts with
1033 the Gtk-2.3 series (reported by Stu Tissimus).
1035 20-Dec-2003
1036 ~~~~~~~~~~~
1037 Make the Ctrl-button-3 menu pointer appear at the same place regardless
1038 of the number of custom entries (Stephen Watson).
1040 19-Dec-2003
1041 ~~~~~~~~~~~
1042 Make Ctrl-button-3 open the menu slightly higher, so Delete isn't under the
1043 pointer (suggested by Ryan Pavlik).
1045 10-Dec-2003
1046 ~~~~~~~~~~~
1047 Allow non image/* thumbnails in details mode. Label next to the combo 
1048 in the Set Type action dialog is now "Type" and not "Command" (Stephen
1049 Watson).
1051 03-Dec-2003
1052 ~~~~~~~~~~~
1053 Work out which include file we need for getxattr (Stephen Watson).
1055 02-Dec-2003
1056 ~~~~~~~~~~~
1057 Allow editing a symlink's target from the Properties box (suggested by Arnaud
1058 Calvo).
1059 Experimental extended attributes support for setting MIME types (Stephen
1060 Watson).
1062 29-Nov-2003
1063 ~~~~~~~~~~~
1064 More drag and drop fixes relating to escaped URI's (Stephen Watson).
1066 23-Nov-2003
1067 ~~~~~~~~~~~
1068 Added 'Specify the prefix' install option (Ryan Pavlik).
1069 Updated Russian translation (Vladimir Popov).
1071 20-Nov-2003
1072 ~~~~~~~~~~~
1073 Bugfix: Cancelling the info window with a du process still running could
1074         crash the filer (reported by Peter Geer).
1076 17-Nov-2003
1077 ~~~~~~~~~~~
1078 Renamed 'Info' menu item to 'Properties'.
1080 31-Oct-2003
1081 ~~~~~~~~~~~
1082 If a panel icon has an empty label, show it full size (requested by Stephen
1083 Crouch).
1085 26-Oct-2003
1086 ~~~~~~~~~~~
1087 Use apsymbols.h (from autopackage.org) if possible for binary compatibility
1088 with older glibc versions. Use g_ascii_* functions instead of the ctypes ones
1089 for the same reason.
1090 Bugfix: Files with '&' in their names couldn't be saved in groups (reported
1091         by Nils-Erik Svangård).
1093 25-Oct-2003
1094 ~~~~~~~~~~~
1095 Updated Dutch translation (Jan Wagemakers).
1096 Resizing by double clicking on background now optional (Stephen Watson).
1098 22-Oct-2003
1099 ~~~~~~~~~~~
1100 Added optional top and bottom margines for iconized window placement
1101 (Stephen Watson).
1103 16-Oct-2003
1104 ~~~~~~~~~~~
1105 Don't lower the panel due when the pointer 'leaves' due to a grab (eg, clicking
1106 or opening a menu). This also prevents a flickering problem with Openbox 3.
1108 15-Oct-2003
1109 ~~~~~~~~~~~
1110 Bugfix: FreeBSD reported file sizes with units of 'null' due to large file
1111         support not being detected (igla).
1113 14-Oct-2003
1114 ~~~~~~~~~~~
1115 Larger default size for bookmarks editor (requested by Matthew Weier OPhinney).
1117 13-Oct 2003
1118 ~~~~~~~~~~~
1119 Let the thumbnail helpers be app dirs, plus can be set from the Set Icon
1120 dialog (Stephen Watson).
1122 09-Oct-2003
1123 ~~~~~~~~~~~
1124 Improved socket icon (taken from Howard Shane's new theme).
1126 08-Oct-2003
1127 ~~~~~~~~~~~
1128 Updated French manual translation (Arnaud Calvo).
1129 Updated German translation (Guido Schimmels).
1130 Offer Eject even for unmounted disks (reported by Matthew Weier O'Phinney).
1131 Try to load icons at 'huge' size, so SVG icons get the chance to scale up
1132 nicely.
1134 07-Oct-2003 (Release 2.1.0)
1135 ~~~~~~~~~~~
1136 Updated French translation (Vincent Lefèvre).
1137 Removed some dead code, memory leaks, etc that had crept in.
1139 04-Oct-2003
1140 ~~~~~~~~~~~
1141 New icon for selection ops.
1143 03-Oct-2003
1144 ~~~~~~~~~~~
1145 Updated Spanish translation (Marcelo Ramos).
1147 01-Oct-2003
1148 ~~~~~~~~~~~
1149 Minor fix to German translation (Daniel Pörsch).
1151 30-Sep-2003
1152 ~~~~~~~~~~~
1153 Update error message about missing MIME database to give the new URI.
1155 29-Sep-2003
1156 ~~~~~~~~~~~
1157 Stock icons in panel and pinboard menus.
1158 Added icon theme selector.
1160 28-Sep-2003
1161 ~~~~~~~~~~~
1162 Added 'Customise Menu' to file menu. Use this to replace Format and Free.
1164 27-Sep-2003
1165 ~~~~~~~~~~~
1166 Allow icons in Choices to override the theme.
1168 26-Sep-2003
1169 ~~~~~~~~~~~
1170 Bugfix: If no pinboard or panel icons were present, the menu could not be
1171         opened (reported by John Pettigrew).
1173 22-Sep-2003
1174 ~~~~~~~~~~~
1175 Added italian manual, updated it.po (Yuri Bongiorno).
1176 Implementation of Format, just as a user-defined command. Also mount
1177 point menu items reflect mounted/not mounted status (Stephen Watson).
1179 18-Sep-2003
1180 ~~~~~~~~~~~
1181 Implementation of Free Space (Stephen Watson). OpenDir SOAP message now
1182 takes an optional Window element. Pass the same Window to re-use the window.
1184 17-Sep-2003
1185 ~~~~~~~~~~~
1186 Allow ejecting mounted media.
1188 12-Sep-2003
1189 ~~~~~~~~~~~
1190 Don't create a corrupted pinboard/panel file if a non-UTF8 pathname is
1191 dragged to it (reported by Eugeni Andreechtchev).
1192 Get file icons using freedesktop.org icon theme system.
1194 05-Sep-2003
1195 ~~~~~~~~~~~
1196 Added Czech translation (Jan Provaznik).
1198 20-Aug-2003
1199 ~~~~~~~~~~~
1200 Help, Format, Eject and Free Space now appear in the AppMenu section of the
1201 menu. Help is only shown for applications, and the others only for mount
1202 points.
1204 16-Aug-2003
1205 ~~~~~~~~~~~
1206 Added ability to call external programs to generate thumbnails for types 
1207 other than image/* (Stephen Watson).
1209 12-Aug-2003
1210 ~~~~~~~~~~~
1211 If a string can't be converted from the local character set to UTF-8,
1212 fallback to converting from iso-8859-1.
1214 07-Aug-2003
1215 ~~~~~~~~~~~
1216 Get shared MIME database through Zero Install, if possible.
1217 Bugfix: Didn't use XDG_DATA_DIRS to find type descriptions.
1219 06-Aug-2003
1220 ~~~~~~~~~~~
1221 Updated French manual translation (Arnaud Calvo).
1223 02-Aug-2003
1224 ~~~~~~~~~~~
1225 Allow types other than image/* to have thumbnails, although we can't 
1226 generate them yet (Stephen Watson).
1227 Added Eject menu option for unmounted mount points (Stephen Watson).
1229 28-Jul-2003
1230 ~~~~~~~~~~~
1231 Doing a Refresh in a directory under /uri/0install triggers a remote refresh.
1233 14-Jul-2003
1234 ~~~~~~~~~~~
1235 Less frame-heavy look for info box (Thomas Leonard).
1236 When mounting, force a refresh even if the mtime of the new disk is the same,
1237 since some formats don't change it. Also, if mounting gives an error, check to
1238 see if it worked anyway (Thomas Leonard).
1240 13-Jul-2003
1241 ~~~~~~~~~~~
1242 Added sort and selection buttons to the toolbar. They start off disabled,
1243 enable them from Options->Tools if you want them (Stephen Watson).
1245 Escape text/uri-list for drag and drop operations (Stephen Watson).
1247 12-Jul-2003
1248 ~~~~~~~~~~~
1249 Don't show hidden files on the SendTo menu (reported by Arnaud Calvo).
1251 10-Jul-2003
1252 ~~~~~~~~~~~
1253 Added CheckButtons to the info window to allow manipulation of permission 
1254 bits (Stephen Watson).
1256 09-Jul-2003
1257 ~~~~~~~~~~~
1258 Added count of directory contents to info window (Stephen Watson).
1260 04-Jul-2003
1261 ~~~~~~~~~~~
1262 Updated italian translation in AppInfo.xml and src/po/it.po (Yuri Bongiorno)
1264 30-Jun-2003
1265 ~~~~~~~~~~~
1266 When renaming a non-UTF8 file, still assume the directory is valid UTF-8
1267 (reported by Arnaud Calvo).
1269 29-Jun-2003
1270 ~~~~~~~~~~~
1271 Sort items on the SendTo menu (requested by John Pettigrew).
1273 27-Jun-2003
1274 ~~~~~~~~~~~
1275 Removed the menu-on-button-2 option. It was too inconsistant with everything
1276 else, including panel applets and window managers, to be useful. Edit bind.c if
1277 you really need it.
1279 25-Jun-2003
1280 ~~~~~~~~~~~
1281 Button-2 drags on panel applets always work now, even if the applet doesn't
1282 forward them explicitly.
1284 19-Jun-2003
1285 ~~~~~~~~~~~
1286 Fix scrolling problem with GTK+-2.2.2 (reported by Alastair Porter, with
1287 help from Götz Waschk).
1289 16-Jun-2003
1290 ~~~~~~~~~~~
1291 Bugfix: Resize on style change didn't do anything (Andy Hanton).
1292 Bugfix: Dragging to panel and pinboard directories didn't offer the DnD
1293         menu (reported by BluPhoenyx).
1295 11-Jun-2003
1296 ~~~~~~~~~~~
1297 New SetBackdrop() SOAP method (Matthew Weier O'Phinney).
1299 04-Jun-2003
1300 ~~~~~~~~~~~
1301 Bugfix: Closing a window using the menu didn't offer to unmount (James Bursa).
1303 02-Jun-2003
1304 ~~~~~~~~~~~
1305 Updated Spanish translation (Marcelo Ramos).
1307 01-Jun-2003
1308 ~~~~~~~~~~~
1309 Fix compiler warning when not using dnotify (reported by Damien Couderc).
1310 Show files being operated upon in action windows (Stephen Watson).
1312 30-May-2003 (Release 2.0.0)
1313 ~~~~~~~~~~~
1314 Updated Japanese translation (Hirosi Utumi).
1316 29-May-2003
1317 ~~~~~~~~~~~
1318 Updated it.po and AppInfo.xml (Yuri Bongiorno).
1320 28-May-2003 (Release 1.3.10)
1321 ~~~~~~~~~~~
1322 Updated French manual translation (Arnaud Calvo).
1324 27-May-2003
1325 ~~~~~~~~~~~
1326 When dragging a lasso box in List view, don't stop scrolling when the pointer
1327 leaves the window (reported by Robert Davison).
1328 Updated Polish translation (Andrzej Borsuk).
1329 Updated Italian translation (Yuri Bongiorno).
1331 26-May-2003
1332 ~~~~~~~~~~~
1333 Updated German translation (Guido Schimmels).
1335 25-May-2003
1336 ~~~~~~~~~~~
1337 Updated Dutch translation (Jan Wagemakers).
1339 24-May-2003
1340 ~~~~~~~~~~~
1341 Updated French translation (Vincent Lefèvre).
1343 22-May-2003
1344 ~~~~~~~~~~~
1345 Minor updates to the manual.
1346 Bugfix: Using the Edit MIME types button in the Options window opened the
1347         old directory. Refer people to the MIME-Editor application instead.
1349 18-May-2003
1350 ~~~~~~~~~~~
1351 Fixed focussing problems in Icons View (reported by Andrzej Radecki).
1352 Updated French manual translation (Arnaud Calvo).
1354 16-May-2003 (Release 1.3.9)
1355 ~~~~~~~~~~~
1356 New icon for the filer (Geoff Youngs).
1357 Updated it.po and AppInfo.xml (Yuri Bongiorno).
1359 15-May-2003
1360 ~~~~~~~~~~~
1361 Added Japanese translation (Hirosi Utumi).
1362 When a directory change is detected, wait a little before rescanning to
1363 reduce flickering effect.
1365 14-May-2003
1366 ~~~~~~~~~~~
1367 Page Up and Page Down now work again in List View.
1369 27-Apr-2003
1370 ~~~~~~~~~~~
1371 Updated install script to use new XDG Base Directory spec (reported by
1372 Vincent Lefevre).
1373 Also install man pages under 'share/man'.
1375 25-Apr-2003
1376 ~~~~~~~~~~~
1377 Close stdout when running child processes for users running startx from the
1378 console, since some terminal applications try to read from the console,
1379 freezing X (Keith R. John Warno).
1380 Forward scroll events on pinboard to window manager, and add option to
1381 workaround *box issues (Matthew Weier O'Phinney).
1383 24-Apr-2003
1384 ~~~~~~~~~~~
1385 Using the bookmarks menu to open an unmounted mount point will mount it
1386 (suggested by Arnaud Calvo).
1388 17-Apr-2003
1389 ~~~~~~~~~~~
1390 Updates for the new shared MIME database.
1392 15-Apr-2003
1393 ~~~~~~~~~~~
1394 Refresh refreshed the directory twice (because updating the MIME info triggers
1395 a refresh too).
1397 12-Apr-2003
1398 ~~~~~~~~~~~
1399 Remove default GtkTreeView keys (they conflicted with the menus).
1400 Fixed some minor cursor problems in List view.
1402 10-Apr-2003
1403 ~~~~~~~~~~~
1404 Winking now works in List view.
1406 09-Apr-2003
1407 ~~~~~~~~~~~
1408 Lasso selections now work in List view.
1410 08-Apr-2003
1411 ~~~~~~~~~~~
1412 The hack we have to use to draw pinboard icons on GTK+-2.0 doesn't work
1413 on 2.2. Show a warning instead of crashing (reported by Keith R. John Warno).
1415 03-Apr-2003
1416 ~~~~~~~~~~~
1417 Fix the message in install.sh, since there is no information toolbar icon
1418 now (spotted by Albert Wagner).
1420 29-Mar-2003 (Release 1.3.8)
1421 ~~~~~~~~~~~
1422 Updated French manual translation (Arnaud Calvo).
1424 28-Mar-2003
1425 ~~~~~~~~~~~
1426 Updated French translation (Vincent Lefèvre).
1428 27-Mar-2003
1429 ~~~~~~~~~~~
1430 Allow dragging a file into a GtkEntry to insert the filename.
1431 Bugfix: Selections in List View didn't work properly (reported by Stephen
1432         Watson).
1433 Updated Spanish translation (Marcelo Ramos).
1435 23-Mar-2003
1436 ~~~~~~~~~~~
1437 Fixed use of a GTK+-2.2-only function (Geoff Youngs).
1438 New option to set the panel size (Geoff Youngs).
1440 21-Mar-2003
1441 ~~~~~~~~~~~
1442 Scroll panels when the pointer is at the end, not by dragging the middle
1443 (Geoff Youngs).
1444 Stop the pinboard from flickering when removing icons or iconfied windows.
1446 20-Mar-2003
1447 ~~~~~~~~~~~
1448 Centre the image for iconified windows.
1449 Double-buffer slightly larger areas.
1451 18-Mar-2003
1452 ~~~~~~~~~~~
1453 Better way to implement selections in List View (suggested by Jonathan
1454 Blandford).
1455 Updated Italian translation (Yuri Bongiorno).
1457 15-Mar-2003
1458 ~~~~~~~~~~~
1459 Bugfix: Never show the copy/move/link menu when dragging to an application.
1461 11-Mar-2003
1462 ~~~~~~~~~~~
1463 Bugfix: Comments about a MIME type were loaded from the first file to contain
1464         information about the type, not the first to contain a comment about
1465         the type.
1467 09-Mar-2003
1468 ~~~~~~~~~~~
1469 Don't mark widget documentation as translatable.
1470 Make sure the tooltip for pinboard and panel icons is up-to-date (reported
1471 by krjw).
1472 Use pinboard backdrop colour for scaled and centred images (requested by
1473 Marcelo Ramos).
1474 Shade the backdrop style buttons when an external program is being used to
1475 set the backdrop.
1476 Updated Spanish translation (Marcelo Ramos).
1478 08-Mar-2003
1479 ~~~~~~~~~~~
1480 Updated Dutch translation (Jan Wagemakers).
1482 07-Mar-2003
1483 ~~~~~~~~~~~
1484 Use stock icons in pinboard and panel menus.
1485 Updated Spanish translation (Marcelo Ramos).
1487 03-Mar-2003
1488 ~~~~~~~~~~~
1489 Use stock icons in menus, and fix some possible problems in the menu code
1490 (Stephen Watson).
1492 02-Mar-2003
1493 ~~~~~~~~~~~
1494 Stop pinboard icons flickering when you move over them (Daniele Peri).
1495 Use XSettings drag-and-drop threshold.
1497 01-Mar-2003
1498 ~~~~~~~~~~~
1499 Bugfix: Backdrop image could be redrawn in the wrong place (Stephen Watson).
1501 27-Feb-2003 (Release 1.3.7)
1502 ~~~~~~~~~~~
1503 Updated French manual translation (Arnaud Calvo).
1504 Allow an empty AppInfo translation so that a label can be translated without
1505 changing the value.
1507 25-Feb-2003
1508 ~~~~~~~~~~~
1509 Updated Russian translation (Alexey Lubimov).
1511 23-Feb-2003
1512 ~~~~~~~~~~~
1513 When using the Rename and Link boxes, use the appropriate drag cursor
1514 (suggested by Michael Adams).
1515 Bugfix: A double-click which starts on one file and ends on another is now
1516         ignored (reported by Michael Adams).
1517 Bugfix: Test for valid sort-type in SOAP call was reserved, so you couldn't set
1518         the sort type (reported by Damjan Bole).
1519 Bugfix: Using a SOAP call to open a non-existant directory made the filer
1520         crash.
1521 Bugfix: Drag-and-drop raising on the panel didn't quite work (Daniele Peri).
1523 22-Feb-2003
1524 ~~~~~~~~~~~
1525 Make Size toolbar icon only set the size. Use a second button to set automatic
1526 mode.
1528 13-Feb-2003
1529 ~~~~~~~~~~~
1530 Updated Spanish translation (Marcelo Ramos).
1531 Alpha blended pinboard icons now get clipped correctly even with GTK+-2.0.
1533 12-Feb-2003
1534 ~~~~~~~~~~~
1535 Fixed some spelling errors (Marcelo Ramos).
1536 Select the current style by default when opening the Set Backdrop box
1537 (reported by Marcelo Ramos).
1538 Fix problems with pinboard drawing of semi-transparent icons (fixed for
1539 GTK+-2.2 only).
1541 11-Feb-2003
1542 ~~~~~~~~~~~
1543 Merged Set Run Action, Set Icon and Set Backdrop dropboxes into a single
1544 Ultimate DropBox widget, and made all three interfaces much nicer.
1545 Dragging to the Home and Up toolbar tools now supports the menu-on-drag
1546 option (reported by Laurent Moussault).
1547 Allow changing the pinboard style without having to drag the image back in
1548 (requested by Jesse Wagner).
1549 Remove button style from iconified windows. Use a semi-transparent border
1550 instead. The actual effect is flexible; perhaps someone with artistic
1551 talent can do something better?
1552 Double-buffer small pinboard updates.
1553 Updated Spanish translation (Marcelo Ramos).
1555 10-Feb-2003
1556 ~~~~~~~~~~~
1557 Option to turn off column headings in List View (Adam Sampson).
1558 Panel auto-raising also works during drag-and-drop.
1559 Bugfix: Installing to /usr put the MIME files in the wrong place (reported
1560         by Albert Wagner).
1562 09-Feb-2003
1563 ~~~~~~~~~~~
1564 Allow dragging to a selected directory as long as it's not the source of the
1565 drag.
1566 If an error occurs opening a directory then don't report it in an error box if
1567 a drag-and-drop operation is in progress.
1568 Keep the title up-to-date for iconified windows.
1569 Option to show menu on button-1 drags instead of copying.
1570 Aborting an action window tries to kill all child processes, not just the
1571 immediate child, and doesn't close the window until it has actually stopped.
1572 Symlinks to mount points now work (reported by Daniele Peri).
1573 Include textual description of types in various places (Stephen Watson).
1574 Allow dragging directories to bookmarks edit window or toolbar icon, with
1575 spring loading (suggested by Stephen Watson and George De Bruin).
1576 Removed confusing Set Icon choice from DnD menu.
1577 Bugfix: If a directory on the panel changed to/from being an application, the
1578         label wasn't hidden / shown.
1580 08-Feb-2003
1581 ~~~~~~~~~~~
1582 Changing the icon for a MIME type updates all filer windows.
1583 When dragging a pinboard icon over itself, pretend the icon isn't there to
1584 allow fine repositioning.
1585 When an error prevents scanning a directory, show the error in the window
1586 title bar, and only report it once in an error box.
1587 Don't create thumbnails of thumbnails by checking if the image is in
1588 ~/.thumbnails/normal. Before, the test was the size of the file, not its
1589 location.
1590 Pinboard image style Scale is now called Stretch; Scale now scales without
1591 changing the aspect ratio.
1593 07-Feb-2003
1594 ~~~~~~~~~~~
1595 Auto-scrolling during drag-and-drop works again, and now in list view too.
1597 02-Feb-2003
1598 ~~~~~~~~~~~
1599 Fixed clipping and wrapping problems with pinboard icon text.
1601 01-Feb-2003
1602 ~~~~~~~~~~~
1603 Don't use double-buffering for the pinboard. This might make things flicker
1604 slightly, but it's much faster on some systems.
1605 Updated Spanish translation (Marcelo Ramos).
1607 31-Jan-2003
1608 ~~~~~~~~~~~
1609 Added Bookmarks 'Recently Visited' submenu (Stephen Watson).
1611 28-Jan-2003
1612 ~~~~~~~~~~~
1613 Replaced some of the icons with some GNOME ones (slightly modified in some
1614 cases).
1616 27-Jan-2003
1617 ~~~~~~~~~~~
1618 Slightly adjusted the 'normal' icon height to be the same size as GNOME to
1619 make sharing icons easier.
1620 Updated Polish translation (Marcin Juszkiewicz).
1622 26-Jan-2003
1623 ~~~~~~~~~~~
1624 Bugfix: Symlinking to an application required the symlink, rather than the
1625         target directory, to have the same owner as the AppRun (Keith Warno).
1627 25-Jan-2003
1628 ~~~~~~~~~~~
1629 Bugfix: Hyper and Super modifiers didn't work properly as icon shortcuts.
1631 23-Jan-2003
1632 ~~~~~~~~~~~
1633 Work around changes in Gtk+-2.2 that stopped the panel from appearing on all
1634 workspaces.
1635 Add scrollbars to bookmarks editor window (requested by George De Bruin).
1637 22-Jan-2003
1638 ~~~~~~~~~~~
1639 Bugfix: Filer would quit if only the Bookmarks editor window was open (reported
1640         by Bernard Jungen).
1642 20-Jan-2003
1643 ~~~~~~~~~~~
1644 New option to sort capitalised names first (requested by Paul Etchells and
1645 others).
1647 19-Jan-2003
1648 ~~~~~~~~~~~
1649 Updated Spanish translation (Marcelo Ramos).
1650 Fixed wheel mouse scroll bug in List View (reported by Vincent Lefevre and
1651 others).
1652 Attempt to improve the autosizing by examining the item with the longest name.
1653 Don't scale icons up in Huge mode.
1654 In translated <About> sections in AppInfo.xml files, allow a 'label=' attribute
1655 to translate the key (requested by Guido Schimmels).
1657 18-Jan-2003
1658 ~~~~~~~~~~~
1659 Added dnotify support, so that on Linux the filer now updates automatically
1660 when a directory is changed (requested by Taras and Dave C).
1662 16-Jan-2003
1663 ~~~~~~~~~~~
1664 Added icon to infobox (Geoff Youngs and Marcin Juszkiewicz).
1666 14-Jan-2003
1667 ~~~~~~~~~~~
1668 Add GTK versions used for compiling and running to -v output (suggested by
1669 Vincent Lefèvre).
1670 Bugfix: Drag-and-drop in Icons View didn't work while scrolled (reported by
1671         Brian Langenberger).
1673 13-Jan-2003
1674 ~~~~~~~~~~~
1675 Change 'Type' to 'Types' (Vincent Lefèvre).
1676 Don't resize when changing the view type if auto-resizing is off (Keith R. John
1677 Warno).
1678 Added missing cast and detect long files on OpenBSD (Damien Couderc).
1680 10-Jan-2003
1681 ~~~~~~~~~~~
1682 Remove -o from --help output (spotted by Karol Krenski).
1683 Updated Spanish translation (Marcelo Ramos).
1685 09-Jan-2003 (Release 1.3.6)
1686 ~~~~~~~~~~~
1687 Fix reference counting problem shown up by Gtk+-2.2.
1689 06-Jan-2003
1690 ~~~~~~~~~~~
1691 Updated German translation (Guido Schimmels).
1692 Make toolbar extend the whole width of the window (suggested by Andrzej
1693 Radecki).
1695 05-Jan-2003
1696 ~~~~~~~~~~~
1697 Updated Polish translation (Marcin Juszkiewicz).
1699 04-Jan-2003
1700 ~~~~~~~~~~~
1701 Updated French translation and fixed untranslatable string (Vincent Lefèvre).
1702 When using bigger/smaller, don't wrap at the end (suggested by Arnaud Calvo).
1703 Updated French manual translation (Arnaud Calvo).
1705 02-Jan-2003
1706 ~~~~~~~~~~~
1707 Updated Spanish translation (Marcelo Ramos).
1708 Updated Dutch translation (Jan Wagemakers).
1710 01-Jan-2003
1711 ~~~~~~~~~~~
1712 Added button in options window to purge thumbnails cache.
1714 30-Dec-2002
1715 ~~~~~~~~~~~
1716 Preserve selection when changing view type.
1717 Shade selection when we don't have primary.
1719 29-Dec-2002
1720 ~~~~~~~~~~~
1721 Show thumbnails in List view. Allow changing the icon size. If the size is
1722 automatic, show thumbnails as Huge and everything else as Small.
1723 Scroll wheel now works in List view.
1725 28-Dec-2002
1726 ~~~~~~~~~~~
1727 Use bold style to indicate recent items (instead of the pink background).
1729 27-Dec-2002
1730 ~~~~~~~~~~~
1731 Sort type is shared between Icon and List views. Sort order can be reversed.
1732 Highlight recently changed items with a tasteful pink background.
1733 When the bookmark editor window first opened, no item was selected. If the
1734 user clicked on it to select it, editing mode started instead (reported by
1735 Bernard Jungen).
1736 Removed most of the options section of the manual, since it was just echoing
1737 the information in the tooltips anyway.
1739 26-Dec-2002
1740 ~~~~~~~~~~~
1741 Various fixes to new list view (reported by George De Bruin).
1742 Mounting and unmounting auto-resizes the window.
1744 25-Dec-2002
1745 ~~~~~~~~~~~
1746 Right-clicking the Size button switches to automatic mode and resizes the
1747 window.
1749 24-Dec-2002
1750 ~~~~~~~~~~~
1751 Made 'Automatic' an icon size, rather than a separate option.
1752 Size toolbar button shows a menu, including the new Automatic setting.
1754 23-Dec-2002
1755 ~~~~~~~~~~~
1756 Rearranged menus and options for new List View mode.
1758 20-Dec-2002
1759 ~~~~~~~~~~~
1760 Removed warning message from --new. It can be useful for a session manager...
1761 Draw iconified windows with a background, so they don't get confused with other
1762 icons (suggested by Joakim Andreasson).
1763 Bugfix: Stupid bug stopped iconified windows from being removed and could
1764         cause a crash!
1766 17-Dec-2002
1767 ~~~~~~~~~~~
1768 The 'Directories always come first' option now only applies to name sorts.
1769 Sort by date and size default order has been reversed.
1770 Always use case-insensitive sort.
1772 16-Dec-2002
1773 ~~~~~~~~~~~
1774 Updated French manual translation (Arnaud Calvo).
1776 12-Dec-2002
1777 ~~~~~~~~~~~
1778 Details toolbar button switches to the new (unfinished) details view.
1779 Bugfix: Fix detection of new pango wrapping system (Richard Olsson)
1781 11-Dec-2002
1782 ~~~~~~~~~~~
1783 Style improvements to Edit Icon box.
1784 Don't show Size attribute for directories in the Info box. It was confusing,
1785 since it didn't include the contents.
1786 Bugfix: Right-clicking on the Bookmarks icon to edit the bookmarks would
1787         cause a crash if the bookmarks were not yet loaded.
1789 10-Dec-2002
1790 ~~~~~~~~~~~
1791 Code tidying (Bernard Jungen).
1793 09-Dec-2002
1794 ~~~~~~~~~~~
1795 Style improvements to options window.
1797 08-Dec-2002
1798 ~~~~~~~~~~~
1799 Updated Spanish translation (Marcelo Ramos).
1801 06-Dec-2002
1802 ~~~~~~~~~~~
1803 Updated German translation (Guido Schimmels).
1805 04-Dec-2002 (Release 1.3.5)
1806 ~~~~~~~~~~~
1807 Using the Close toolbar button also offers to unmount devices (spotted by
1808 Götz Waschk).
1810 03-Dec-2002
1811 ~~~~~~~~~~~
1812 Clicking on a mount point auto-mounts. The shift action is now to open without
1813 mounting. Closing a filer window showing a mount point offers to unmount it
1814 (suggested by Guido Schimmels and others).
1815 Use stock icons in more dialogs.
1817 02-Dec-2002
1818 ~~~~~~~~~~~
1819 Allow editing the path for bookmarks.
1821 01-Dec-2002
1822 ~~~~~~~~~~~
1823 Added 'Edit Bookmarks' dialog and 'Show Bookmarks' menu entry.
1825 29-Nov-2002
1826 ~~~~~~~~~~~
1827 New mount icons (suggested by Marcin Juszkiewicz).
1828 Don't show separator in bookmarks menu when there is nothing below it.
1830 28-Nov-2002
1831 ~~~~~~~~~~~
1832 Added a default hander for HTML files, otherwise newbies can't read the
1833 manual!
1834 Bugfix: Pinboards without backdrop images didn't get the correct colour set
1835         by default.
1837 27-Nov-2002
1838 ~~~~~~~~~~~
1839 Better positioning of bookmarks menu.
1841 22-Nov-2002
1842 ~~~~~~~~~~~
1843 Updated Spanish translation (Marcelo Ramos).
1844 Allow translation of About AppInfo section.
1845 Bugfix: When using Metacity, some minimised windows weren't shown (reported by
1846         Alastair Porter).
1848 21-Nov-2002
1849 ~~~~~~~~~~~
1850 More tooltips for the Set Icon dialog.
1852 20-Nov-2002
1853 ~~~~~~~~~~~
1854 Use better wrapping system, if available (Richard Olsson).
1856 15-Nov-2002
1857 ~~~~~~~~~~~
1858 Removed ASCII sort option. Useless, and didn't work with UTF-8 anyway.
1860 13-Nov-2002
1861 ~~~~~~~~~~~
1862 New sorting system to cope with UTF-8 filenames.
1864 12-Nov-2002
1865 ~~~~~~~~~~~
1866 Use stdout, not stderr, for --help and --version, and use xmllint instead of
1867 nsgmls to check for valid DocBook (Eric Gillespie).
1868 Updated Chinese translation (babyfai Cheung).
1870 11-Nov-2002
1871 ~~~~~~~~~~~
1872 Added note about checking permissions to message complaining that the MIME
1873 database can't be found (suggested by Keir Mierle).
1875 07-Nov-2002
1876 ~~~~~~~~~~~
1877 Set hint to make panels appear on all workspaces, and support metacity-style
1878 iconified windows (reported by Alastair Porter; suggested fix by Laurent
1879 Moussault).
1881 05-Nov-2002
1882 ~~~~~~~~~~~
1883 Added Bookmarks toolbar icon (Liav).
1885 04-Nov-2002
1886 ~~~~~~~~~~~
1887 Removed some unused code and fixed a possible race condition.
1889 03-Nov-2002
1890 ~~~~~~~~~~~
1891 Update error message to give correct version of MIME database (reported by
1892 FD Cami).
1894 31-Oct-2002
1895 ~~~~~~~~~~~
1896 Make the Find and Permissions help windows look nicer.
1897 Added support for shadowed labels on the pinboard (Andras Mohari).
1899 29-Oct-2002
1900 ~~~~~~~~~~~
1901 Stop Metacity from complaining that it can't decide whether the pinboard is
1902 resizable or not (reported by Alastair Porter, solution suggested by 
1903 Havoc Pennington).
1905 28-Oct-2002
1906 ~~~~~~~~~~~
1907 Make it more obvious that --new is only for debugging.
1908 Added Norwegian translation (Sigve Indregard).
1910 27-Oct-2002
1911 ~~~~~~~~~~~
1912 Use our own stock icons for 'show hidden' and 'show details' toolbar buttons
1913 (Stephen Watson). New details icon is a modified version of a Gtk stock
1914 icon, while show hidden is taken from sawfish.
1916 26-Oct-2002
1917 ~~~~~~~~~~~
1918 Code tidying (Bernard Jungen).
1920 23-Oct-2002
1921 ~~~~~~~~~~~
1922 Switch button-1/2 on Help, as it was too annoying.
1923 Create thumbnails at 128x128 to be in-line with current thumbnails spec.
1924 Bugfix: When using the lasso box with the pinboard, select icons based on
1925         where they actually are, not where they want to be (useful if you've
1926         just changed to a lower resolution and they're all stuck at the side!).
1928 22-Oct-2002
1929 ~~~~~~~~~~~
1930 Button-1 on Help shows the manual, other button opens the Help directory
1931 (Marcin Juszkiewicz).
1933 21-Oct-2002
1934 ~~~~~~~~~~~
1935 More checks to cope with invalid filenames (Marcin Juszkiewicz).
1936 Updated Polish translation (Marcin Juszkiewicz).
1938 19-Oct-2002
1939 ~~~~~~~~~~~
1940 Updated Spanish translation (Marcelo Ramos).
1942 18-Oct-2002
1943 ~~~~~~~~~~~
1944 Cope slightly better with invalid filenames in various places (reported by
1945 Marcin Juszkiewicz and Andras Mohari).
1946 Make panel menus appear nearer the edge of the screen for top, left and right
1947 panels (suggested by Bernard Jungen).
1948 Bugfix: When installing the binary release, don't warn the user that the source
1949         is missing (reported by John Pettigrew).
1951 17-Oct-2002
1952 ~~~~~~~~~~~
1953 Code tidying (Bernard Jungen).
1954 Fixed broken links to citations in manual (reported by Bernard Jungen).
1955 Renamed sp.po to es.po (requested by Quique).
1957 12-Oct-2002
1958 ~~~~~~~~~~~
1959 Added Swedish translation (Marcus Lundblad).
1960 Bugfix: Invert Selection failed to work correctly on the first item (spotted by
1961         Stephen Watson).
1963 09-Oct-2002
1964 ~~~~~~~~~~~
1965 Updated French manual translation (Arnaud Calvo).
1967 07-Oct-2002
1968 ~~~~~~~~~~~
1969 Updated French translation (Vincent Lefèvre).
1971 01-Oct-2002 (Release 1.3.4)
1972 ~~~~~~~~~~~
1973 Require glib >= 2.0.3, or action windows leak file handles (reported by
1974 Musus Umbra).
1976 27-Sep-2002
1977 ~~~~~~~~~~~
1978 Allow multiple pinboard icons to be repositioned at once.
1980 26-Sep-2002
1981 ~~~~~~~~~~~
1982 Allow multiple pinboard icons to be selected by dragging a box around them.
1984 23-Sep-2002
1985 ~~~~~~~~~~~
1986 Pinboard and panel icons can now have keyboard shortcuts assigned to them.
1987 Bugfix: Fixed a couple of cursor positioning problems (reported by Andras
1988 Mohari).
1990 22-Sep-2002
1991 ~~~~~~~~~~~
1992 Replace -o command-line option with a toggle button in the options window.
1994 17-Sep-2002
1995 ~~~~~~~~~~~
1996 Updated French manual translation (Arnaud Calvo).
1998 05-Sep-2002
1999 ~~~~~~~~~~~
2000 Be more forceful about setting the pinboard backdrop; some themes were
2001 overriding it (reported by Biju Chacko).
2002 Use K, M and G consistantly (Marcin Juszkiewicz).
2004 03-Sep-2002
2005 ~~~~~~~~~~~
2006 Shift Open had stopped working (spotted by Matthew Weier O'Phinney).
2008 02-Sep-2002
2009 ~~~~~~~~~~~
2010 Changed default Set Run Action shell command from "$1" to "$@" (suggested by
2011 krjw).
2013 01-Sep-2002
2014 ~~~~~~~~~~~
2015 Updated Spanish translation (Marcelo Ramos).
2017 30-Aug-2002
2018 ~~~~~~~~~~~
2019 New 'Class' parameter to Filer_OpenDir SOAP method allows setting the
2020 WM_CLASS of a new window so that the window manager can treat it
2021 specially, such as opening it in a certain place, or make it sticky
2022 (requested by Matthew Weier O'Phinney).
2024 27-Aug-2002
2025 ~~~~~~~~~~~
2026 New option to set the pinboard font (Krzysztof Luks).
2028 26-Aug-2002
2029 ~~~~~~~~~~~
2030 Updated French translation (Vincent Lefèvre).
2031 Updated Italian translation (Daniele Peri).
2033 17-Aug-2002
2034 ~~~~~~~~~~~
2035 Increase time between updates while scanning from 0.5s to 1.5s. Now that the
2036 names are all shown from the start, fast feedback here is less useful.
2037 When resizing due to a key event, warp the pointer (for sloppy focus users).
2039 13-Aug-2002
2040 ~~~~~~~~~~~
2041 Removed Re-read MIME types button. Use Refresh on the toolbar instead.
2043 11-Aug-2002
2044 ~~~~~~~~~~~
2045 Internal changes: moved menu and toolbar over to View interface.
2047 05-Aug-2002
2048 ~~~~~~~~~~~
2049 Open the menu on the 'popup-menu' signal. Allows you to use the default Gtk
2050 keyboard shortcuts to open the menu.
2051 Translated AppInfo menu entries into Hungarian (Andras Mohari) and
2052 Spanish (Marcelo Ramos).
2053 After dragging to a remote application which didn't respond, the filer
2054 refused to gain the primary selection until the operation timed out.
2056 02-Aug-2002
2057 ~~~~~~~~~~~
2058 Use stock icons for multi-file drag-and-drop, files with missing icons, and
2059 files that can't be statted (Marcin Juszkiewicz).
2061 01-Aug-2002
2062 ~~~~~~~~~~~
2063 Make --version's output convert to the local character set (Vincent Lefevre).
2064 Make menu items in AppInfo.xml files translatable (requested by
2065 Wilbert Berendsen, Andras Mohari and Marcelo Ramos).
2067 29-Jul-2002
2068 ~~~~~~~~~~~
2069 Change pinboard option to forward button 3 to forward all buttons (requested
2070 by Matthew Weier O'Phinney).
2072 28-Jul-2002
2073 ~~~~~~~~~~~
2074 Use Gtk's new stock info icon instead of help icon for minibuffer, etc.
2076 26-Jul-2002
2077 ~~~~~~~~~~~
2078 Updated French translation (Vincent Lefèvre).
2079 Updated Spanish translation (Marcelo Ramos).
2080 Using Edit MIME types in the Options box now opens the new 'packages'
2081 directory instead of the old 'mime-info' one (reported by Goetz Waschk).
2083 24-Jul-2002 (Release 1.3.3)
2084 ~~~~~~~~~~~
2085 Updated to new shared MIME database format.
2087 23-Jul-2002
2088 ~~~~~~~~~~~
2089 Alt-Return or Alt-Button-1 on a file works like clicking with button-2; it
2090 opens a directory in a new window and closes the directory when opening a file
2091 (suggested by Gregory Spath).
2093 22-Jul-2002
2094 ~~~~~~~~~~~
2095 Use stock icons for toolbar, to make it themeable (requested by Michael Adams).
2097 21-Jul-2002
2098 ~~~~~~~~~~~
2099 Made the stepper arrows in the scrollbars scroll by one item's height, fixed
2100 an untranslatable string and fixed a slight error in the size calculation
2101 (Bernard Jungen).
2103 19-Jul-2002
2104 ~~~~~~~~~~~
2105 Rearraged File menu (suggested by Tomas Berg).
2107 16-Jul-2002
2108 ~~~~~~~~~~~
2109 Added support for Solaris 'Door' files (Stephen Watson).
2111 12-Jul-2002
2112 ~~~~~~~~~~~
2113 Added Help menu with both About and Show Files entries, and a new entry to
2114 load the corrent manual for the current locale (suggested by Arnaud Calvo).
2116 11-Jul-2002
2117 ~~~~~~~~~~~
2118 Updated French manual translation (Arnaud Calvo).
2119 Changed 'Show ROX-Filer Help' to 'About ROX-Filer...'. This shows the Info
2120 box, with a new 'Show Help Files' button (Geoff Youngs).
2122 09-Jul-2002
2123 ~~~~~~~~~~~
2124 Don't close the Set Run Action box after showing the usage message if the user
2125 enters an invalid command (spotted by krjw).
2127 07-Jul-2002
2128 ~~~~~~~~~~~
2129 Bugfix: Changing the pinboard colours when iconfied windows were not in use
2130         displayed a (harmless) warning message (reported by krjw).
2132 02-Jul-2002
2133 ~~~~~~~~~~~
2134 Security fix: Set Run Action to a shell command would make the executable
2135               world-writeable (spotted by alexander).
2137 28-Jun-2002
2138 ~~~~~~~~~~~
2139 Bugfix: Tooltips for files sometimes didn't get displayed.
2141 26-Jun-2002
2142 ~~~~~~~~~~~
2143 Added reminder about having NumLock on when using groups from the keypad
2144 (suggested by Gombok Arthur).
2146 25-Jun-2002
2147 ~~~~~~~~~~~
2148 Turned on more compiler warnings, and fixed some minor issues it threw up.
2150 22-Jun-2002 (Release 1.3.2)
2151 ~~~~~~~~~~~
2152 Updated French translation (Vincent Lefèvre).
2154 21-Jun-2002
2155 ~~~~~~~~~~~
2156 Added 'Text beside icon' toolbar style (Michael Adams).
2158 20-Jun-2002
2159 ~~~~~~~~~~~
2160 Bugfix: Using another window in between entering target mode and selecting
2161         the target printed a warning instead of performing the operation.
2163 17-Jun-2002
2164 ~~~~~~~~~~~
2165 Fix problem with root menu positioning on icewm (reported by Bernard Jungen).
2167 16-Jun-2002
2168 ~~~~~~~~~~~
2169 More robust approach to SOAP errors.
2171 11-Jun-2002
2172 ~~~~~~~~~~~
2173 Require version 2.0.1 or later of Gtk, due to bugs in 2.0.0.
2174 Changing the pinboard font realigns the icons.
2175 Bugfix: Symlinked items in the SendTo menu didn't use globicons correctly
2176         (spotted by Arnaud Calvo).
2177 Bugfix: Filer sometimes failed to load the backdrop supplied by a program
2178         (reported by Arnaud Calvo).
2180 10-Jun-2002
2181 ~~~~~~~~~~~
2182 Updated Spanish translation (Marcelo Ramos).
2184 08-Jun-2002
2185 ~~~~~~~~~~~
2186 Move Xterm Here to Window menu and add Switch to xterm (suggested by
2187 Gregory Spath).
2188 Bugfix: Some shortcuts didn't work properly on some keyboards (reported by
2189         Lorint and Musus Umbra).
2191 06-Jun-2002
2192 ~~~~~~~~~~~
2193 When installing without a manpage, just warn the user instead of aborting
2194 (suggested by Simon Britnell).
2196 01-Jun-2002
2197 ~~~~~~~~~~~
2198 Code tidying (Bernard Jungen).
2200 31-May-2002
2201 ~~~~~~~~~~~
2202 Option to switch automatically between Large and Small icons (Stephen Watson).
2203 Allow blank icon names (suggested by Gregory Spath).
2204 Bugfix: Default icon for iconified windows wasn't found (Jimmy Olgeni).
2205 Bugfix: Sometimes the SOAP message sent to a running process got displayed.
2207 30-May-2002 (Release 1.3.1)
2208 ~~~~~~~~~~~
2209 Fix redraw bug with selected icons.
2211 29-May-2002
2212 ~~~~~~~~~~~
2213 Respect CHOICESPATH when installing (spotted by Vincent Lefevre).
2214 Set Icon now creates icons in PNG format (spotted by Wilbert Berendsen).
2216 28-May-2002
2217 ~~~~~~~~~~~
2218 Merged in icons from rox-base (converted to PNG format and renamed).
2219 Bugfix: When showing iconified windows, the filer could crash if a window
2220         disappeared at the wrong moment.
2222 27-May-2002
2223 ~~~~~~~~~~~
2224 Set _XROOTPMAP_ID property on root window so that Eterm and friends show
2225 the right backdrop (requested by Simon Britnell).
2226 Use .png icons in MIME-icons instead of .xpm (needed to change anyway as
2227 the new shared MIME database uses different types in many places).
2228 Updated French translation (Vincent Lefèvre).
2229 Updated Dutch translation (Wilbert Berendsen).
2230 Updated Hungarian translation (Andras Mohari).
2232 24-May-2002
2233 ~~~~~~~~~~~
2234 When using -d or -s options, don't follow symlinks in paths starting with '/'
2235 (suggested by Darrell Taylor).
2237 23-May-2002
2238 ~~~~~~~~~~~
2239 Code tidying (Bernard Jungen).
2241 21-May-2002
2242 ~~~~~~~~~~~
2243 Updated Polish translation (Krzysztof Krzy¿aniak).
2245 19-May-2002
2246 ~~~~~~~~~~~
2247 Setting the background colour doesn't lose the image (spotted by Jasper
2248 Huijsmans).
2250 18-May-2002
2251 ~~~~~~~~~~~
2252 Iconified windows are shown with their own icon, if they have one.
2254 17-May-2002
2255 ~~~~~~~~~~~
2256 Options to set iconification layout policy.
2257 Fix compiler warnings on some systems (Stephen Watson).
2258 Added 'Follow Symbolic Links' menu item (Stephen Watson).
2260 16-May-2002
2261 ~~~~~~~~~~~
2262 Pinboard background colour option works again.
2263 Position iconified windows sensibly.
2264 Bugfix: Typing too fast into the minibuffer could miss characters.
2266 15-May-2002
2267 ~~~~~~~~~~~
2268 Wrap long icon names onto multiple lines.
2269 Options to forward button-3 clicks on the pinboard to the window manager
2270 (requested by Ryan Harris).
2272 14-May-2002
2273 ~~~~~~~~~~~
2274 Code tidying (Bernard Jungen).
2275 Bugfix: Ctrl-clicking on icons can unselect, not just select.
2277 13-May-2002
2278 ~~~~~~~~~~~
2279 Bugfix: Short form of '--client-id' option didn't work (reported by Julio
2280         Hugo Toloza).
2282 12-May-2002
2283 ~~~~~~~~~~~
2284 Allow hidden subdirectories in <Choices>/SendTo which have their contents
2285 included only for certain MIME types (Geoff Youngs).
2286 When changing directory, remove any trailing /s from the path.
2287 Make sure panels never get lowered under the pinboard.
2288 Iconified windows are now displayed on the pinboard, not floating over
2289 everything else.
2290 Bugfix: Using a savebox when the pathname contained multi-byte characters
2291         caused the initial selected region to be positioned incorrectly.
2293 10-May-2002
2294 ~~~~~~~~~~~
2295 Initial support for showing iconified windows.
2297 09-May-2002
2298 ~~~~~~~~~~~
2299 Changed the way pinboard icons are implemented.
2300 Changed the way backdrop applications set the backdrop.
2301 Always use button-3 for the pinboard menu, as the window manager menu must
2302 be on button-2 (spotted by Geoff Youngs).
2304 08-May-2002
2305 ~~~~~~~~~~~
2306 Updated French manual translation (Arnaud Calvo).
2307 Middle button clicks on the pinboard are passed to the window manager.
2308 Many improvements to the pinboard:
2309 - Changing font updates the pinboard icons.
2310 - Button-2 clicks are passed to window manager.
2311 - Drop highlight doesn't flicker.
2313 07-May-2002
2314 ~~~~~~~~~~~
2315 Improved highlighting of icons (Andras Mohari).
2317 06-May-2002
2318 ~~~~~~~~~~~
2319 The pinboard is now a screen-sized window. Faster and better looking.
2320 Setting the backdrop is now done from the filer.
2322 03-May-2002
2323 ~~~~~~~~~~~
2324 The Link box allows an existing symlink to be replaced, instead of
2325 complaining that the destination already exists (suggested by Arnaud Calvo).
2326 Bugfix: When editing a panel icon, the tooltip didn't update until the next
2327         restart (Olli Helenius).
2329 02-May-2002
2330 ~~~~~~~~~~~
2331 Added Sort to the OpenDir SOAP method (Stephen Watson).
2333 30-Apr-2002
2334 ~~~~~~~~~~~
2335 Alpha-blending for Small icons, too.
2336 Bugfix: When copying directories, ignore an error caused by filesystems,
2337         such as Samba shares, that don't support chmod fully (reported by
2338         Andrew S Dixon).
2340 29-Apr-2002
2341 ~~~~~~~~~~~
2342 SOAP method OpenDir now allows Style and Details to be specified
2343 (Stephen Watson).
2345 28-Apr-2002
2346 ~~~~~~~~~~~
2347 Use alpha-blending in Large and Huge display modes. Limit icons in menus to
2348 Small and Large sizes.
2350 27-Apr-2002
2351 ~~~~~~~~~~~
2352 Return in Permissions box activates Quiet.
2354 26-Apr-2002
2355 ~~~~~~~~~~~
2356 MIME information is now read from the freedesktop.org shared database rather
2357 than the old Choices/MIME-info directories.
2359 25-Apr-2002
2360 ~~~~~~~~~~~
2361 Don't convert to `real' path when following symlinks, so that Up now returns
2362 to the directory containing the symlink, not the thing it linked to
2363 (requested by Gregory Spath).
2364 Don't quit while Options window is open.
2366 21-Apr-2002
2367 ~~~~~~~~~~~
2368 Allow panel style to be set from ~/.gtkrc-2.0, using 'rox-panel' to identify
2369 the window (requested by Ashwin).
2370 Merged OK and Save buttons in the Options box. Revert shades when it would
2371 have no effect.
2373 17-Apr-2002
2374 ~~~~~~~~~~~
2375 'New ...' for a template always copies without confirming (suggested by
2376 Wilbert Berendsen).
2378 16-Apr-2002
2379 ~~~~~~~~~~~
2380 Set-keybindings button in options box now checks that this feature is on,
2381 and explains what to do if not (suggested by Francesco Bochicchio).
2383 15-Apr-2002
2384 ~~~~~~~~~~~
2385 Updated French translation (Vincent Lefèvre).
2386 Message in translation options switches language as you move through the
2387 options.
2389 14-Apr-2002
2390 ~~~~~~~~~~~
2391 Added Chinese translation (babyfai cheung).
2393 14-Apr-2002 (Release 1.3.0)
2394 ~~~~~~~~~~~
2395 Fixed a minor redraw box (a single pixel could get left after a lasso drag).
2396                         
2397 13-Apr-2002
2398 ~~~~~~~~~~~
2399 Place action windows under pointer (suggested by txapela).
2401 11-Apr-2002
2402 ~~~~~~~~~~~
2403 Set collection style in the program. Choices/ROX-Filer/Styles is no longer
2404 used.
2405 Made background pixmaps for Collections work again (reported by Stephen
2406 Watson).
2407 Removed pinboard text background style option (it never worked with Gtk+-2.0).
2409 09-Apr-2002
2410 ~~~~~~~~~~~
2411 Added units display to options and improved toolbar options layout (Andras
2412 Mohari).
2413 When setting the icon for a directory, offer to create a .DirIcon
2414 (requested by Matjaz Mihelic).
2416 08-Apr-2002
2417 ~~~~~~~~~~~
2418 Much improved layout for Options box (Andras Mohari).
2419 Allow subdirectories in the Send To menu (Stephen Watson).
2421 06-Apr-2002
2422 ~~~~~~~~~~~
2423 Code tidying in various places (Bernard Jungen).
2424 Filer windows update automatically when the font or theme changes.
2426 05-Apr-2002
2427 ~~~~~~~~~~~
2428 Various speed improvements.
2429 Removed GNOME VFS option (never worked with Gtk+-2.0).
2431 04-Apr-2002
2432 ~~~~~~~~~~~
2433 Auto-raise panels when the pointer hits the side of the screen, and lower
2434 when it leaves the panel (Geoff Youngs).
2436 03-Apr-2002
2437 ~~~~~~~~~~~
2438 Slight speed increase when starting.
2440 02-Apr-2002
2441 ~~~~~~~~~~~
2442 Added Danish translation (Christian Storgaard).
2444 01-Apr-2002
2445 ~~~~~~~~~~~
2446 Internal tidy-up of the icon code: PinIcon and PanelIcon are now subclasses
2447 of Icon, which is now a GObject. Dragging pinboard icons with the middle
2448 button is no longer supported.
2450 28-Mar-2002
2451 ~~~~~~~~~~~
2452 Updated Polish translation (Krzysztof Krzy¿aniak).
2454 25-Mar-2002
2455 ~~~~~~~~~~~
2456 New 'Short titlebar flags' option (requested by Andras Mohari).
2458 24-Mar-2002
2459 ~~~~~~~~~~~
2460 Fixed problem which allowed the panel to get the input focus (reported by
2461 Brendan McCarthy).
2463 22-Mar-2002
2464 ~~~~~~~~~~~
2465 Large (over 50K) image files are now loaded in a subprocess. Faster, less
2466 likely to crash due to bad images, and more responsive.
2468 21-Mar-2002
2469 ~~~~~~~~~~~
2470 Filenames which are not valid UTF-8 are shown in red. A tooltip explains the
2471 problem. CHARSET is used to try and render the name anyway, and the rename
2472 box can be used to fix it (reported by Christopher Arndt).
2474 20-Mar-2002
2475 ~~~~~~~~~~~
2476 Times weren't converted to UTF-8, causing errors in some locales (reported
2477 by Christopher Arndt and tracked down by Andras Mohari).
2478 Informational messages are now shown with the info icon, not the error symbol
2479 (suggested by Andras Mohari).
2481 18-Mar-2002
2482 ~~~~~~~~~~~
2483 Set _WIN_HINTS for pinboard and panel icons so that they don't appear on
2484 task-lists or get selected when Alt-Tabbing (Brendan McCarthy).
2485 Allow COMPOUND_TEXT target for pinboard and panels (allows pasting into
2486 gnome-terminal).
2487 The Path Entry minibuffer now highlights invalid paths in red, instead of
2488 beeping.
2490 17-Mar-2002
2491 ~~~~~~~~~~~
2492 Internal changes: MaskedPixmap, Directory and XMLwrapper types are now
2493 GObjects. FSCache now works on GObjects, and the interface is therefore
2494 simpler now.
2496 16-Mar-2002
2497 ~~~~~~~~~~~
2498 Sorted out some focussing and defaulting behaviour in action windows.
2500 14-Mar-2002
2501 ~~~~~~~~~~~
2502 Split action window code, so that most of the GUI stuff is now in abox.c,
2503 and converted to new dialog style.
2505 13-Mar-2002
2506 ~~~~~~~~~~~
2507 Removed remaining support for the old libvfs.
2508 Updated lots of code to new Gtk+-2.0 style.
2510 12-Mar-2002
2511 ~~~~~~~~~~~
2512 Panel icons highlight when the pointer is over them.
2513 Fixed some untranslatable strings (Andras Mohari).
2515 11-Mar-2002
2516 ~~~~~~~~~~~
2517 Converted Set Run Action box to new style.
2519 10-Mar-2002
2520 ~~~~~~~~~~~
2521 New panel style; better looking, and sensitive right up to the edge of the
2522 screen.
2523 Converted action window results list to use the new GtkTreeView widget.
2525 09-Mar-2002
2526 ~~~~~~~~~~~
2527 Converted Savebox widget to new Gtk style.
2529 07-Mar-2002
2530 ~~~~~~~~~~~
2531 Fix compile problems with Gtk+-2.0-rc1 (missing X libs and cflags).
2532 Added stock icons to Options box. The filer now requires Gtk+-2.0.
2533 Updated Infobox to use new GtkTreeView widget.
2535 05-Mar-2002
2536 ~~~~~~~~~~~
2537 Display action window questions in bold (suggested by Andras Mohari).
2538 Added PanelAdd and PinboardAdd SOAP methods (Stephen Watson).
2540 28-Feb-2002
2541 ~~~~~~~~~~~
2542 Fixed sensitive region of icons in large with details display (Bernard
2543 Jungen).
2545 27-Feb-2002
2546 ~~~~~~~~~~~
2547 Added Newer option for Copy and Move operations (Stephen Watson).
2549 26-Feb-2002
2550 ~~~~~~~~~~~
2551 Centre colour selector on mouse, and close when options box closes.
2552 Got background pixmaps working with Gtk+-2.0.
2554 21-Feb-2002
2555 ~~~~~~~~~~~
2556 Changes to options now take effect instantly. The old Apply button is gone,
2557 and Cancel is now Revert.
2558 Fixed stupid bug in charset conversions (reported by Andras Mohari).
2559 Initial support for gnome-vfs (Mark Heily).
2561 20-Feb-2002
2562 ~~~~~~~~~~~
2563 Internal changes to the options system. See text at start of options.c.
2565 19-Feb-2002
2566 ~~~~~~~~~~~
2567 Changed 'Ignore case' option to 'Intelligent sorting'. A non-ASCII sort now
2568 handles numbers in a sensible way, so that 'file10' comes after 'file9', etc
2569 (Micah Dowty).
2570 Fix possible type conversion problem in charset conversion code
2571 (reported by Serban Udrea).
2572 Allow xml:lang attribute in AppInfo files for translations; see
2573 ROX-Filer/AppInfo.xml for an example (suggested by Wilbert Berendsen).
2575 18-Feb-2002
2576 ~~~~~~~~~~~
2577 Try to compile against Gtk+-2.0 first, and only fallback to 1.2 if it's not
2578 found.
2579 In an Infobox, strip trailing newlines from file's output as Gtk+-2.0
2580 labels display them.
2581 Scroll in whole items with Gtk+-1.2, plus better cursor alignment (Bernard
2582 Jungen).
2584 17-Feb-2002 (Release 1.2.0)
2585 ~~~~~~~~~~~
2586 New stable release.
2588 13-Feb-2002 (Release 1.1.14)
2589 ~~~~~~~~~~~
2590 Pressing Escape in a dialog box now closes the box.
2592 12-Feb-2002
2593 ~~~~~~~~~~~
2594 Fix compile problem if iconv.h is missing and allow CPPFLAGS settings to
2595 be used in Makefile (Jim Knoble).
2596 Undo 'double clicking unselects' change (requested by Andreas).
2598 11-Feb-2002
2599 ~~~~~~~~~~~
2600 Updated Spanish translation (Marcelo Ramos).
2601 Updated French manual translation (Arnaud Calvo).
2603 08-Feb-2002 (Release 1.1.13)
2604 ~~~~~~~~~~~
2605 Use fixed font in minibuffer.
2607 07-Feb-2002
2608 ~~~~~~~~~~~
2609 Updated French manual translation (Arnaud Calvo).
2610 Updated Russian translation (Dmitry Elfimov).
2612 06-Feb-2002
2613 ~~~~~~~~~~~
2614 When dragging a lasso box around items, limit the allowed overlap (the
2615 space you can drag over the edge of the next item without selecting it)
2616 so that very wide items (eg, those with details) are easier to select
2617 (requested by Andras Mohari).
2619 04-Feb-2002
2620 ~~~~~~~~~~~
2621 Updated Italian translation (Denis Manente).
2623 03-Feb-2002
2624 ~~~~~~~~~~~
2625 Updated German translation (André Wyrwa).
2626 Updated Spanish translation (Marcelo Ramos).
2628 02-Feb-2002
2629 ~~~~~~~~~~~
2630 Updated to version 0.5 of the thumbnails standard. You should rename
2631 '~/.thumbnails/96x96' to '~/.thumbnails/normal' to avoid having to recreate
2632 them all.
2634 01-Feb-2002
2635 ~~~~~~~~~~~
2636 Do UTF-8 conversions for globicons and file groups, as we now do for pinboards
2637 and panels (reported by Arnaud Calvo).
2639 31-Jan-2002
2640 ~~~~~~~~~~~
2641 Updated Hungarian translation (Andras Mohari).
2642 Double-clicking an item always clears the selection, removed extra newline
2643 from man-page and fixed a misplaced #endif (Bernard Jungen).
2645 30-Jan-2002
2646 ~~~~~~~~~~~
2647 Updated Dutch translation (Wilbert Berendsen).
2648 Updated to Gtk+-1.3.13 (action window scrolling now works).
2650 28-Jan-2002
2651 ~~~~~~~~~~~
2652 OK and Cancel buttons in savebox can no longer be focussed. Fixes problem
2653 where opening a savebox put the focus on the last used button instead of
2654 the entry (reported by Karol Krenski).
2655 Added instructions for Window Maker pinboard icons to the manual
2656 (Jim Knoble).
2657 Resizer now allows space for the 'Running as ...' message (reported by
2658 Wilbert Berendsen).
2660 25-Jan-2002
2661 ~~~~~~~~~~~
2662 If conversion to 'ISO8859-1' doesn't work, try 'iso-8859-1' and 'UTF-8' instead
2663 of giving a warning (reported by Gregory Spath).
2665 24-Jan-2002 (Release 1.1.12)
2666 ~~~~~~~~~~~
2667 Updated Hungarian translation (Andras Mohari).
2669 23-Jan-2002
2670 ~~~~~~~~~~~
2671 Only check for thumbnails in the thumbnail scanning code, not when loading
2672 any image (saves time).
2673 Assume pathnames and labels for pinboards and panels are in the local charset
2674 for Gtk+-1.2, and in UTF-8 for Gtk+-2.0.
2675 When using 'Shell Command...' from the menu with an item selected by opening
2676 the menu, the item now remains selected when you enter the command.
2678 Updated French translation (Vincent Lefèvre).
2679 Updated Dutch translation (Wilbert Berendsen).
2681 22-Jan-2002
2682 ~~~~~~~~~~~
2683 _ROX_PANEL_MENU_POS property is now set on each GtkSocket window, rather than
2684 the panel, so that applets can find it more easiliy (requested by Stephen
2685 Watson).
2686 Only use Gtk+-2.0 if '--compile --with-gtk2' is used.
2687 Loading a thumbnail now stores the details when loading started, not
2688 when it finished.
2689 Bugfix: Under Gtk+-2.0, the savebox focussed the OK button rather than the
2690         text entry.
2692 21-Jan-2002
2693 ~~~~~~~~~~~
2694 Changing the permission on a file failed to update the display (reported by
2695 Karol Krenski). Also made other updates more efficient.
2696 Allow COMPOUND_TEXT selection type (same as STRING for now), as gnome-terminal
2697 has stopped accepting STRING.
2699 20-Jan-2002
2700 ~~~~~~~~~~~
2701 Added a configure check for iconv.h.
2702 Use double instead of long for file sizes in find.c (Bernard Jungen).
2704 19-Jan-2002
2705 ~~~~~~~~~~~
2706 Thumbnails code failed to update images when they changed (reported by
2707 Andreas).
2709 18-Jan-2002
2710 ~~~~~~~~~~~
2711 Use 'ISO8859-1' instead of 'iso-8859-1' and fallback to strdup if charset
2712 conversion fails (Stephen Watson).
2714 Deleting a symlink to a pinboard or panel icon showed a warning, even though
2715 there was no danger, because it followed the symlink. Trying to copy a symlink
2716 inside the directory it pointed to failed for the same reason.
2718 17-Jan-2002
2719 ~~~~~~~~~~~
2720 Big changes to internationalisation for pinboards and panels to fix problems
2721 with incompatible character sets (reported by Arnaud Calvo).
2722 When creating thumbnails, create to a temporary file and rename in case another
2723 program tries to write the save thumbnail at the same time.
2724 As a special case, running with just '-v' doesn't call gtk_init, allowing
2725 installing without an X server (requested by Michael Duelli).
2727 16-Jan-2002
2728 ~~~~~~~~~~~
2729 Converter for old-format config files now stops if the file looks like
2730 XML (probably from a failed conversion).
2731 Allow '~' in globicons file.
2732 Bugfix: When using spring-opening or following symlinks, trying to open
2733         a non-existant directory could cause a crash.
2734 Bugfix: The pinboard would highlight to accept any type of drop (not just
2735         files).
2737 13-Jan-2002
2738 ~~~~~~~~~~~
2739 Fixed some compile problems on Solaris (Andreas Dehmel).
2740 Clicking an unscanned item now scans it (instead of reporting an error).
2741 Dialog boxes in Gtk+-2.0 now set a default button.
2742 Number keys on the keypad couldn't be used for groups (reported by Arnaud
2743 Calvo).
2745 11-Jan-2002
2746 ~~~~~~~~~~~
2747 Updated Spanish translation (Marcelo Ramos).
2748 Updated the French manual translation (Arnaud Calvo and Vincent Lefèvre).
2750 09-Jan-2002
2751 ~~~~~~~~~~~
2752 Converted French manual to DocBook (Arnaud Calvo).
2753 Fixed some compiler warnings (Vincent Lefèvre).
2755 09-Jan-2002 (Release-1.1.11)
2756 ~~~~~~~~~~~
2757 Mark action windows as dialogs (requested by Daniel Pittman).
2758 Reset the background colour when drawing, as the Xenophilia keeps changing
2759 it (reported by Wilbert Berendsen).
2761 08-Jan-2002
2762 ~~~~~~~~~~~
2763 Changed == to = in make-mo script (Vincent Lefèvre).
2764 Added -lm to libpng linker flags (reported by Stephen Watson).
2765 Updated the French translation (Vincent Lefèvre).
2767 07-Jan-2002
2768 ~~~~~~~~~~~
2769 Bugfix: Closing a filer window with a tooltip removes the tip now (before, the
2770         tooltip could get stuck on the screen).
2772 06-Jan-2002
2773 ~~~~~~~~~~~
2774 Bugfix: Options box didn't work unless options had already been saved
2775         (reported by Iain Stevenson).
2777 05-Jan-2002
2778 ~~~~~~~~~~~
2779 Stopped unnecessary redrawing of the display (when sorting an already-sorted
2780 list).
2781 Thumbnails can now also be saved using Gtk+-1.2, if libpng is available
2782 (Andras Mohari).
2784 04-Jan-2002
2785 ~~~~~~~~~~~
2786 Fixed compile problem (reported by Vincent Lefèvre).
2787 Updated French translation (Vincent Lefèvre).
2789 03-Jan-2002
2790 ~~~~~~~~~~~
2791 Added _ROX_PANEL_MENU_POS property on panel windows to help applets position
2792 their menus correctly.
2793 Bugfix: 'From LANG' translation setting had stopped working (reported by
2794         Vincent Lefèvre).
2796 02-Jan-2002
2797 ~~~~~~~~~~~
2798 Saved pinboards and panels are now stored in an XML format. Old files should
2799 be converted automatically. Icon names may now contain the < and > characters
2800 (requested by Bernard Jungen).
2802 01-Jan-2002
2803 ~~~~~~~~~~~
2804 Updated French translation (Vincent Lefèvre).
2805 Updated Polish translation (Krzysztof Krzy¿aniak).
2807 30-Dec-2001
2808 ~~~~~~~~~~~
2809 Updated Spanish translation (Marcelo Ramos).
2811 29-Dec-2001
2812 ~~~~~~~~~~~
2813 When changing directory, make more effort to wink or select the appropriate
2814 item.
2816 29-Dec-2001 (Release 1.1.10)
2817 ~~~~~~~~~~~
2818 Updated French translation (Vincent Lefèvre).
2819 Bugfix: Using Shift to open the Send To menu without a selected file stopped
2820         the toggle menu items from working!
2822 28-Dec-2001
2823 ~~~~~~~~~~~
2824 With Gtk+-2.0, the effective permissions are now underlined (like they are
2825 with Gtk+-1.2).
2826 Put all the flags in the options box on one line, along with the Quiet button
2827 (looks neater).
2828 Updated manual.
2830 27-Dec-2001
2831 ~~~~~~~~~~~
2832 Reorganised the Options box somewhat.
2833 Bugfix: Closing a window while creating thumbnails caused a crash.
2835 26-Dec-2001
2836 ~~~~~~~~~~~
2837 Icons are dragged from their corners again (requested by Liav Asseraf).
2838 Unknown SOAP methods now get a SOAP Fault response. Updated SOAP namespaces.
2839 Renamed '.DirIcon.png' to just '.DirIcon'.
2840 In action windows, standard error from moving, copying and mounting operations
2841 is captured and displayed, giving a more useful message (Stephen Watson).
2842 Support for Gtk+-1.3.12.
2844 25-Dec-2001
2845 ~~~~~~~~~~~
2846 Updated Polish translation (Krzysztof Krzy¿aniak).
2848 24-Dec-2001
2849 ~~~~~~~~~~~
2850 File groups are now saved (automatically).
2851 The old 'AppMenu' file is no longer checked for (use AppInfo.xml instead).
2853 23-Dec-2001
2854 ~~~~~~~~~~~
2855 Added Version SOAP RPC.
2856 With Gtk+-2.0 UTF-8 converstion, the filer now converts from the charset
2857 specified in the translation (was always using iso-8859-1).
2859 22-Dec-2001
2860 ~~~~~~~~~~~
2861 If thumbnailing is cancelled, it can be resumed later. Hiding thumbnails
2862 stops any scan in progress automatically. Added 'All' and 'Thumbs' status
2863 flags to title bar.
2865 21-Dec-2001
2866 ~~~~~~~~~~~
2867 New 'Show image thumnails' option to set this as the default (requested by
2868 Kristian Rink).
2869 Got details working again with Gtk+-1.2 (spotted by Kristian Rink).
2871 20-Dec-2001
2872 ~~~~~~~~~~~
2873 New thumbnail system. 'Create Thumbs' is now 'Show Thumbnails' and can
2874 be turned on and off. Thumbnails are loaded in the background, and a progress
2875 bar is displayed in the filer window.
2876 Replaced old Gtk+-1.2.x text widget in action windows with new one.
2878 19-Dec-2001
2879 ~~~~~~~~~~~
2880 Improved error reporting.
2881 Improved sizing code when details are on.
2883 18-Dec-2001
2884 ~~~~~~~~~~~
2885 Updated to new version 0.4 of the thumbnails standard.
2886 Added 'Quiet' check box to action windows. Quiet button now turns on
2887 check box and does 'Yes'.
2889 17-Dec-2001
2890 ~~~~~~~~~~~
2891 Gtk+-2.0 uses UTF-8 for strings. Translation files are now converted to
2892 UTF-8 as they are loaded.
2893 Added a missing #ifdef for the regex code (Damien Couderc).
2894 All file leafnames now use AA fonts with Gtk+-2.0 (details are still
2895 fixed, though).
2897 16-Dec-2001
2898 ~~~~~~~~~~~
2899 Closing a window with a keypress caused warnings to appear (reported by
2900 Fabien Coutant).
2901 Updated Spanish translation (Marcelo Ramos).
2902 New 'Single click nagivation on the pinboard' option (requested by
2903 Michael).
2904 Fix for compiling problem on NetBSD (Eric Gillespie, Jr.).
2906 Internal changes to options system:
2907 - Options can be used as soon as they are registered (not just once the
2908   filer is fully initialised).
2909 - New widget types can be registered in a modular fashion.
2911 13-Dec-2001 (Release 1.1.9)
2912 ~~~~~~~~~~~
2913 More fixes for panel resizing (reported by Stephen Watson).
2914 Target mode, dragging an unselected item, and auto-selecting an item when
2915 opening the menu now all work without grabbing the primary selection.
2916 Finished new scanning code (image == NULL is now OK everywhere).
2918 12-Dec-2001
2919 ~~~~~~~~~~~
2920 Clicking on an item which is selected, but not part of the primary selection,
2921 now reclaims the selection.
2922 Removed default minibuffer option for now.
2923 The dash forms in Find tests can be combined, eg '-rwx'.
2924 Updated manual.
2926 11-Dec-2001
2927 ~~~~~~~~~~~
2928 Additional window hints - pinboard and panels refuse focus and pinboard
2929 icons are marked as desktop features (requested by Laurent Moussault).
2930 Thumbnails are now stored using an md5 hash of their names.
2931 Pinboard icons can be repositioned by dragging with the left mouse button
2932 (middle button drag stopped working with sawfish, and this is easier anyway).
2934 10-Dec-2001
2935 ~~~~~~~~~~~
2936 New scanning system: blank items are added to the window first and then the
2937 icons and types get filled in later. Looks better and simplifies the sizing
2938 code a bit.
2939 Code tidying in various places.
2941 09-Dec-2001
2942 ~~~~~~~~~~~
2943 Bugfix: Filer would quit if only Info boxes were open.
2944 Bugfix: Pinboard and panel windows didn't get the correct hints set under
2945         Gtk+-2.0.
2947 08-Dec-2001
2948 ~~~~~~~~~~~
2949 Many internal changes to Collection widget for Gtk+-2.0. Should be more
2950 efficient now, and easier to get aa fonts working...
2952 07-Dec-2001
2953 ~~~~~~~~~~~
2954 Fixed Gtk+-2.0 wheel mouse support.
2955 In the Info box, 'File says...' was reporting on the program used to
2956 edit the file, not the file itself!
2957 For glib-2.0, use the new spawn function and report errors nicely.
2959 06-Dec-2001
2960 ~~~~~~~~~~~
2961 Updated Russian translation (Dmitry Elfimov).
2962 Thumbnail information in the PNG image is now namespaced to 'Thumb'
2963 (recommended by Jens Finke).
2964 FileType SOAP RPC return format has been updated to the latest version
2965 of the SOAP working draft.
2966 Added Large File Support: files over 4Gb now have their sizes detected
2967 correctly (Stephen Watson). Note: this disables libvfs support.
2968 New option to have the minibuffer open by default on new windows
2969 (Bochicchio).
2971 05-Dec-2001
2972 ~~~~~~~~~~~
2973 When resizing the collection, only ensure the cursor is still visible if
2974 it was in the displayed area before.
2976 When closing the Enter Path minibuffer, keep Show Hidden on if the cursor is
2977 on a hidden item.
2979 When using --show with a hidden file, turn on Show Hidden. Also, delay the
2980 winking effect until the window actually appears.
2982 04-Dec-2001
2983 ~~~~~~~~~~~
2984 Support for new thumbnails spec; thumbnails are saved inside ~/.thumbnails
2985 so they redisplay quickly next time the filer is loaded (requested by
2986 Kristian A. Rink and others).
2988 Bugfix: Toggling the section with a middle button drag could lose the primary
2989         selection (Andras Mohari).
2991 03-Dec-2001
2992 ~~~~~~~~~~~
2993 Use gtk_set_locale instead of setlocale (Andras Mohari).
2995 02-Dec-2001
2996 ~~~~~~~~~~~
2997 Added 'Invert Selection' (Stephen Watson; suggested by Andras Mohari).
2999 01-Dec-2001
3000 ~~~~~~~~~~~
3001 Added a new root window property (_ROX_FILER_EUID_HOST) which points to
3002 the SOAP IPC window for a particular hostname and user ID. This makes it
3003 easier for other programs to talk to the filer.
3005 30-Nov-2001
3006 ~~~~~~~~~~~
3007 Added new SOAP methods Copy, Move, Link, Mount and FileType (Stephen Watson).
3009 29-Nov-2001
3010 ~~~~~~~~~~~
3011 Moved 'Select All', 'Clear Selection' and 'Select If...' to a new 'Select'
3012 submenu.
3013 The filer now closes stdin when it starts. This is to prevent child
3014 processes, such as auto-mounters, from trying to read a password from
3015 the console (Olivier Fourdan).
3017 27-Nov-2001
3018 ~~~~~~~~~~~
3019 Manpage is now generated automatically from DocBook source.
3020 Short forms for many find expressions, such as -d for IsDir (suggested by
3021 (Andras Mohari).
3023 26-Nov-2001
3024 ~~~~~~~~~~~
3025 More Gtk+-1.3.11 support, including use of the new message dialog.
3026 When the filer loses the primary selection, display the selected items
3027 shaded, but don't unselect them (Andras Mohari).
3029 24-Nov-2001
3030 ~~~~~~~~~~~
3031 Updated to Gtk+-1.3.11.
3033 23-Nov-2001
3034 ~~~~~~~~~~~
3035 Show the current run action for a file in the Info box (Stephen Watson).
3037 21-Nov-2001
3038 ~~~~~~~~~~~
3039 If a panel applet quits then it is removed from the panel, instead of being
3040 replaced by a Restart button.
3042 16-Nov-2001
3043 ~~~~~~~~~~~
3044 With Gtk+-2.0 and the 'Unique windows' option on, reshow the existing window
3045 instead of destroying it and creating a new one (suggested by Greg Spath).
3047 15-Nov-2001
3048 ~~~~~~~~~~~
3049 Changes to the French translation (Thierry Godefroy and Vincent Lefevre).
3051 14-Nov-2001
3052 ~~~~~~~~~~~
3053 Code tidying in menu.c (Bernard Jungen).
3055 13-Nov-2001
3056 ~~~~~~~~~~~
3057 Opening a filer window from the Set Icon dialog turns thumbnails display
3058 on (suggested by Francesco Bochicchio).
3059 Right-clicking the Help toolbar button reuses the same window.
3061 12-Nov-2001
3062 ~~~~~~~~~~~
3063 Made some strings easier to translate, fixed a problem with translating a blank
3064 string, and changed the details toolbar button to leave the size alone (Andras
3065 Mohari).
3066 Improved key handling (key presses were sometimes ignored).
3067 Bugfix: A very long and narrow icon could make the filer try to scale to a
3068         width or height of zero (Andras Mohari).
3070 09-Nov-2001
3071 ~~~~~~~~~~~
3072 Allow current directory and selection to be stored with Ctrl+[0-9] and
3073 retrieved by pressing [0-9] (suggested by Jakub Turski). The groups are not
3074 saved yet.
3076 08-Nov-2001
3077 ~~~~~~~~~~~
3078 Don't use re_set_syntax() on systems that don't have it (reported by
3079 Damien Couderc).
3080 In action windows, the a long filename no longer makes the window get wider
3081 (requested by Graham Borland).
3082 Added 'Types' section to the Options window, allowing easy(ish) access
3083 to the MIME-info files, plus a reload button, and icons for MIME-types can
3084 be set from the 'Set Icon...' box (Stephen Watson).
3086 07-Nov-2001
3087 ~~~~~~~~~~~
3088 Added a menu to the 'Set Icon...' box which shows all directories currently
3089 used for icons (Francesco Bochicchio).
3090 Fix small error in German translation (Christopher Arndt).
3091 Bugfix: 'New Directory' didn't correctly select the leafname with Gtk+-2.0.
3093 06-Nov-2001
3094 ~~~~~~~~~~~
3095 Added Spanish translation (Marcelo Ramos).
3096 Applied Bernard Jungen's latest patch:
3097 - Disk usage forgot to count special files like pipes, etc.
3098 - Page up/down scrolls a window full at a time instead of 10 items.
3099 - Don't get icons from the cache if thumbnail mode is off anymore.
3100 - modechange.c: deleted useless stuff and fixed octal parsing to detect
3101   *all* illegal values (eg 010000000000000).
3102 - Added 'Show/hide hidden files' toolbar button.
3103 - Lots of code tidying.
3106 05-Nov-2001
3107 ~~~~~~~~~~~
3108 Holding the pointer over a symlink shows the target in a tooltip
3109 (Stephen Watson; suggested by Arnaud Calvo).
3111 01-Nov-2001
3112 ~~~~~~~~~~~
3113 Updated French translation (Vincent Lefèvre).
3115 30-Oct-2001 (Release 1.1.8)
3116 ~~~~~~~~~~~
3117 Updated to support Gtk+-1.3.10.
3119 17-Oct-2001
3120 ~~~~~~~~~~~
3121 Slightly better positioning of filenames and details (Bernard Jungen).
3122 When resizing, only add space for an extra row in Small Icons mode.
3124 16-Oct-2001
3125 ~~~~~~~~~~~
3126 Make the Set Run Action box command box have the "$1" already filled in
3127 (suggested by Helgi Hrafn Gunnarsson).
3129 15-Oct-2001
3130 ~~~~~~~~~~~
3131 Set the WM_CLASS for saveboxes, so that window managers can treat them
3132 specially, if required (Andrew Flegg).
3134 14-Oct-2001
3135 ~~~~~~~~~~~
3136 Changed internal format used to send to requests to SOAP, and added --RPC
3137 option to access it directly.
3139 12-Oct-2001
3140 ~~~~~~~~~~~
3141 Open new windows at the mouse position (suggested by Helgi Hrafn Gunnarsson).
3142 Bugfix: If file doesn't accept the '-b' option then examining a file in
3143         the root directory didn't work (Stephen Watson).
3145 10-Oct-2001
3146 ~~~~~~~~~~~
3147 Use --version instead of 'which' to test for programs as not everyone has
3148 which (suggested by Vincent Lefevre).
3149 Bugfix: When setting an icon for a file with a space in the name, the
3150         setting wasn't saved correctly (spotted by Arnaud Calvo and Jakub
3151         Turski). The 'globicons' file should be converted automatically
3152         when the filer is run.
3154 08-Oct-2001
3155 ~~~~~~~~~~~
3156 Added support for the regex field in MIME-info. This allows files to be
3157 matched with patterns, not just on their extensions. For example, '.gtkrc'
3158 is now typed 'x-gtkrc' despite having no extension (Stephen Watson and
3159 Andras Mohari).
3161 05-Oct-2001
3162 ~~~~~~~~~~~
3163 Allow AppIcon.xpm and .DirIcon.png to be symlinks (Bernard Jungen).
3165 04-Oct-2001
3166 ~~~~~~~~~~~
3167 When running on a remote machine, display the remote host's name in the
3168 title bar (Stephen Watson).
3170 02-Oct-2001
3171 ~~~~~~~~~~~
3172 New option to control whether a middle button drag moves the files or
3173 brings up a menu.
3174 Allow submenus in AppInfo.xml file (Stephen Watson).
3176 26-Sep-2001
3177 ~~~~~~~~~~~
3178 Now supports Gtk+-1.3.9, but not earlier developer releases.
3180 25-Sep-2001
3181 ~~~~~~~~~~~
3182 Disk Usage can cope with larger sizes, and reports the number of files and
3183 directories counted; new Show Hidden and Inherit Options options; new -D
3184 option to close directories; and changes to formatting of file sizes
3185 (Bernard Jungen).
3187 24-Sep-2001
3188 ~~~~~~~~~~~
3189 Updated Hungarian translation (Andras Mohari).
3190 Improved the filename colouring code so that colours are only allocated
3191 if needed (Andras Mohari) and fixed a colourmap problem (Stephen Watson).
3192 Bugfix: When sorting while winking an item, the filer would sometimes scroll
3193         to the wrong place (Andras Mohari).
3194 Bugfix: If all the selected files were deleted, then trying to paste the
3195         selection caused a crash (Fabien Coutant).
3197 20-Sep-2001
3198 ~~~~~~~~~~~
3199 Colour files by type (Andras Mohari).
3201 11-Sep-2001
3202 ~~~~~~~~~~~
3203 Added -p to mkdir in install scripts to create any missing parent
3204 directories (Michel Alexandre Salim).
3206 09-Sep-2001
3207 ~~~~~~~~~~~
3208 Dragging files with the middle button (or Button1+Alt) brings up a menu
3209 of possible actions (Taras).
3210 New option to control size of icons in `New' and `Send To' menus (Stephen
3211 Watson).
3212 Bugfix: Pinboard icons didn't draw correctly if their windows got resized
3213         (reported by Michel Alexandre Salim).
3215 06-Sep-2001
3216 ~~~~~~~~~~~
3217 Window positions can be saved and restored by a session manager (Anders
3218 Lundmark).
3220 05-Sep-2001
3221 ~~~~~~~~~~~
3222 Fixed an untranslated string (Andras Mohari).
3224 04-Sep-2001
3225 ~~~~~~~~~~~
3226 The style for pinboard and panel icon text can be set (requested by Greg
3227 Spath) with:
3229         widget "*.pinboard-icon" style "..."
3230         widget "*.panel-icon.*" style "..."
3232 03-Sep-2001
3233 ~~~~~~~~~~~
3234 Bugfix: Entering a blank expression in the 'Select If' minibuffer displayed
3235         a (harmless) warning message (reported by Vincent Lefèvre).
3237 03-Sep-2001 (Release 1.1.7)
3238 ~~~~~~~~~~~
3239 Added an option to control whether extensions take precedence over the
3240 executable bit of a file (requested by MJ Ray).
3241 Updated French translation (Vincent Lefèvre and Arnaud Calvo).
3242 Disabled the UTF-8 conversion (doesn't work on older versions of Gtk).
3244 02-Sep-2001
3245 ~~~~~~~~~~~
3246 The options controlling when windows resize work again.
3248 31-Aug-2001
3249 ~~~~~~~~~~~
3250 Better guessing of window size for display styles with details.
3252 29-Aug-2001
3253 ~~~~~~~~~~~
3254 The 'src/po/dist' script now converts all text to UTF-8.
3256 28-Aug-2001
3257 ~~~~~~~~~~~
3258 Fixed some problems with the configure.in script and autoconf 2.50 (Richard
3259 Boulton).
3261 27-Aug-2001
3262 ~~~~~~~~~~~
3263 Updated Dutch translation (Jasper Huijsmans).
3264 Send To menu lists contents of all Send To directories in Choices, not just
3265 the first one found.
3266 Fixed another XML compiling problem (Stephen Watson).
3268 23-Aug-2001
3269 ~~~~~~~~~~~
3270 Added Customise to `Send To' menu.
3272 22-Aug-2001
3273 ~~~~~~~~~~~
3274 Detached Send To menu from main menu structure. Allows key-binding to open
3275 the menu, at least. Main menu now opens quicker (no scanning of Send To dir).
3276 Shift+Menu brings up the menu directly.
3278 20-Aug-2001
3279 ~~~~~~~~~~~
3280 Fixed compiling problem with some versions of libxml (Stephen Watson).
3281 Changed a text message in the Options box (about binding keys to menus) into
3282 a button which shows the message in an alert box. Maybe people will read the
3283 message now?
3285 19-Aug-2001
3286 ~~~~~~~~~~~
3287 Only use Gtk+ 2.0 if version 1.3.6 or later is installed.
3288 Scrolling using a wheel mouse now always goes at the same speed, whatever the
3289 display style (requested by aardvark joe).
3291 10-Aug-2001
3292 ~~~~~~~~~~~
3293 Added 'Send To' menu (Stephen Watson).
3295 Bugfix: Renaming a panel icon didn't update the display (reported by Andrew
3296         Booker).
3298 07-Aug-2001
3299 ~~~~~~~~~~~
3300 Fixed some minor compilation issues (reported by Jasper Huijsmans and Daniel
3301 Richard G.)
3303 03-Aug-2001
3304 ~~~~~~~~~~~
3305 Added French translation of the manual (Arnaud Calvo).
3307 24-Jul-2001
3308 ~~~~~~~~~~~
3309 Filer wouldn't compile or run if it was in a directory with spaces in the
3310 name (reported by Benjamin Munoz).
3312 23-Jul-2001
3313 ~~~~~~~~~~~
3314 Added options for default action window settings for Brief, Force and Recurse
3315 (Liav Asseraf).
3316 New default for sort type is Sort By Name (requested by Andreas Dehmel).
3317 Bugfix: Clicking on a file with no run action set gave two error boxes.
3319 19-Jul-2001
3320 ~~~~~~~~~~~
3321 Make Enter in the minibuffer work like Return (requested by Arnaud Calvo).
3323 18-Jul-2001
3324 ~~~~~~~~~~~
3325 Added some more hints to pinboard and panel windows to comply with the new
3326 freedesktop.org window manger spec.
3328 15-Jul-2001
3329 ~~~~~~~~~~~
3330 New option to set the maximum size the auto-resizer will resize a window to
3331 (requested by Andreas Dehmel).
3333 14-Jul-2001
3334 ~~~~~~~~~~~
3335 When using the Set Run Action box, make the command default to the currently
3336 set command (suggested by Arnaud Calvo).
3338 12-Jul-2001 (Release 1.1.6)
3339 ~~~~~~~~~~~
3340 Updated the French translation (Vincent Lefèvre).
3342 10-Jul-2001
3343 ~~~~~~~~~~~
3344 Renamed 'New File' submenu to 'New' and moved 'New Directory' into it.
3346 09-Jul-2001
3347 ~~~~~~~~~~~
3348 Use the user's preferred font for item filenames, not the Gtk default
3349 (requested by Jim Knoble).
3351 03-Jul-2001
3352 ~~~~~~~~~~~
3353 Redid text handling on the panel. Now uses nice fonts under Gtk+ 2.0.
3355 02-Jul-2001
3356 ~~~~~~~~~~~
3357 Don't show tooltips for applets as it causes problems (reported by Stephen
3358 Watson).
3360 30-Jun-2001
3361 ~~~~~~~~~~~
3362 Gtk+-2.0: Support for anti-aliased fonts on the pinboard (also word-wraps
3363           long names too). Fixed a crash-on-click problem on the root window.
3365 29-Jun-2001
3366 ~~~~~~~~~~~
3367 More work on Gtk+-2.0 -- seems to be usable now :-)
3369 28-Jun-2001
3370 ~~~~~~~~~~~
3371 Started work to support Gtk+-2.0.
3373 26-Jun-2001
3374 ~~~~~~~~~~~
3375 Moved 'relative link' option above the buttons in the Link box (Stephen
3376 Watson).
3377 Bugfix: Rescanning could sometimes make the cursor reappear, causing the
3378         display to scroll (reported by Andreas Dehmel).
3380 21-Jun-2001
3381 ~~~~~~~~~~~
3382 Replaced 'New File...' menu item with a submenu generated from the contents
3383 of '<Choices>/Templates' (Stephen Watson).
3385 20-Jun-2001
3386 ~~~~~~~~~~~
3387 `Xterm here' command can contain arguments (Andras Mohari).
3388 Made the menu appear in a sensible place, so it's easy to get to the File
3389 submenu (suggested by André Wyrwa).
3391 19-Jun-2001
3392 ~~~~~~~~~~~
3393 Updated French translation (Vincent Lefèvre).
3394 Added a German translation (André Wyrwa).
3396 13-Jun-2001
3397 ~~~~~~~~~~~
3398 Added an extra option to control the resizing behaviour. Can be set to resize
3399 never, always, or only when the display style changes (requested by Andreas).
3401 07-Jun-2001 (Release 1.1.5)
3402 ~~~~~~~~~~~
3403 Updated Russian translation (Dmitry Elfimov).
3405 06-Jun-2001
3406 ~~~~~~~~~~~
3407 Unless compiling with mc's libvfs for virtual filesystem support, change the
3408 menu structure for use with the newer AVFS system.
3409 (http://www.inf.bme.hu/~mszeredi/avfs/) (José Romildo Malaquias).
3411 Bug fix: Running the filer with a translation set would make it crash
3412          (reported by Dmitry Elfimov).
3414 04-Jun-2001 (Release 1.1.4)
3415 ~~~~~~~~~~~
3416 Added 'Details' toolbar icon. Toggles display between Small Icons with Summary
3417 and the default size with no details.
3419 30-May-2001
3420 ~~~~~~~~~~~
3421 Replaced Large/Small toolbar buttons with a single Size button which
3422 cycles through Small/Large/Huge (other button to reverse).
3424 28-May-2001
3425 ~~~~~~~~~~~
3426 Added Shift Open, Set Run Action and Set Icon to the pinboard and panel
3427 menus.
3429 25-May-2001
3430 ~~~~~~~~~~~
3431 Long leafnames wrap onto multiple lines in Huge mode, like they do for
3432 Large Icons mode.
3434 24-May-2001
3435 ~~~~~~~~~~~
3436 Display tooltips for pinboard and panel icons, where needed.
3438 23-May-2001
3439 ~~~~~~~~~~~
3440 New option to show number of files / size of selected files in the toolbar
3441 (Andras Mohari).
3443 22-May-2001
3444 ~~~~~~~~~~~
3445 New options section 'panel' allows icon text to be hidden for all icons, no
3446 icons, or just applications (suggested by José Romildo Malaquias).
3448 17-May-2001
3449 ~~~~~~~~~~~
3450 Converted the options window to a tabbed notebook (Denis Manente).
3452 16-May-2001
3453 ~~~~~~~~~~~
3454 Pressing the mouse button down on an icon no longer winks it; only releasing
3455 the button to run it does.
3456 Added 'Show Info' to panel/pinboard menu.
3457 The File Info box grabs the primary selection when a row is selected
3458 (allows you to paste email addresses, URLs, etc).
3460 15-May-2001
3461 ~~~~~~~~~~~
3462 Opening a pinboard or panel menu over an icon no longer selects it -- this
3463 allows the selection to be passed to an application run using its AppMenu
3464 (requested by Christopher Arndt).
3466 14-May-2001
3467 ~~~~~~~~~~~
3468 In Large Icons display style, a file's name may wrap onto a second line.
3470 13-May-2001
3471 ~~~~~~~~~~~
3472 Merged code for handling selections and menus that was common to pinboards
3473 and panels into icon.c.
3475 09-May-2001
3476 ~~~~~~~~~~~
3477 When using 'From LANG', extract the language code from the string to get
3478 the filename, instead of using the whole string (Andras Mohari).
3479 Added support for very old versions of libxml (reported by Lukasz Stelmach
3480 and Vincent Lefèvre).
3482 08-May-2001
3483 ~~~~~~~~~~~
3484 Updated French (Vincent Lefevre) and Hungarian (Andras Mohari) translations.
3486 07-May-2001 (Release 1.1.3)
3487 ~~~~~~~~~~~
3488 Updated the documentation.
3490 06-May-2001
3491 ~~~~~~~~~~~
3492 Added 'Huge, With...' display styles. In huge mode, normal icons are scaled
3493 up if they're too small.
3495 03-May-2001
3496 ~~~~~~~~~~~
3497 Gtk styles can be overridden in <Choices>/ROX-Filer/Styles (suggested by
3498 Stephen Watson).
3499 Pinboards and panels should now work with IceWM without needing -o
3500 (Christopher Arndt).
3501 Allow text messages in the toolbar to go off the side (instead of resizing the
3502 window).
3504 02-May-2001
3505 ~~~~~~~~~~~
3506 Opening the shell minibuffer with a selection adds ' "$@' after the cursor.
3507 Without a selection, the name of the file under the cursor is added.
3509 29-Apr-2001
3510 ~~~~~~~~~~~
3511 Pressing the `\' key opens the menu (suggested by Christopher Arndt). Hold
3512 down Ctrl for the File submenu.
3514 28-Apr-2001
3515 ~~~~~~~~~~~
3516 Added a new 'About' section to AppInfo. Any elements in here are added
3517 into the info box. Added a 'Refresh' button to the info box.
3518 Added a ROX-Filer/Styles file for default colours (default filer background
3519 is now lighter).
3521 27-Apr-2001
3522 ~~~~~~~~~~~
3523 Rewrote the file info box. Looks a bit nicer, and it's easier to add extra
3524 info to it later...
3526 26-Apr-2001
3527 ~~~~~~~~~~~
3528 Updated Russian translation (Dmitry Elfimov).
3530 25-Apr-2001
3531 ~~~~~~~~~~~
3532 AppInfo file may contain a <Summary> element - the text inside will be
3533 displayed in a tooltip if the mouse is held over the item in a filer
3534 window.
3536 22-Apr-2001
3537 ~~~~~~~~~~~
3538 Filer now looks for AppInfo.xml before AppMenu. This is for future
3539 expansion...
3541 18-Apr-2001
3542 ~~~~~~~~~~~
3543 Automatic resizing of windows when changing directory is now optional
3544 (requested by Paul E. Johnson and Andreas Thorn).
3546 11-Apr-2001
3547 ~~~~~~~~~~~
3548 The symlink box allows you to choose to create relative or absolute links
3549 (suggested by Stephen Watson).
3551 09-Apr-2001
3552 ~~~~~~~~~~~
3553 Fix some typos and untranslated strings (Andras Mohari).
3555 08-Apr-2001
3556 ~~~~~~~~~~~
3557 Added a Russian translation (Dmitry Elfimov).
3559 06-Apr-2001
3560 ~~~~~~~~~~~
3561 Fixed a couple of errors in the man-page (spotted by Damien Couderc).
3563 05-Apr-2001
3564 ~~~~~~~~~~~
3565 Winking an item in a directory makes it flash twice instead of once (easier
3566 to see). Also, creating a new file or directory from the menu winks the new
3567 item.
3569 Bugfix: When a directory was rescanned because of a move operation,
3570         the `Set Icon...' settings didn't work (reported by Damien
3571         Couderc).
3573 02-Apr-2001
3574 ~~~~~~~~~~~
3575 New display style 'Huge Icons' to make viewing thumbnails easier.
3576 Added a Hungarian translation (Andras Mohari).
3577 Updated the French translation (Vincent Lefèvre).
3578 Double clicking on a filer window's background resizes the window (Denis
3579 Manente).
3581 01-Apr-2001
3582 ~~~~~~~~~~~
3583 If an item's name is truncated, show it in a tooltip when the pointer is
3584 held over the item (Denis Manente).
3586 30-Mar-2001 (Release 1.1.2)
3587 ~~~~~~~~~~~
3588 Asking for help on a directory always tries to open <dir>/Help first, even
3589 for non-applications.
3591 29-Mar-2001
3592 ~~~~~~~~~~~
3593 If run without -n, the filer will put itself in the background. Thus,
3594 the 'rox' command behaves the same whether or not the filer is already
3595 running.
3597 27-Mar-2001
3598 ~~~~~~~~~~~
3599 Support for the new version of libxml (reported by Andreas Dehmel).
3601 26-Mar-2001
3602 ~~~~~~~~~~~
3603 Rewrote parser for options. Smaller and neater (hopefully this will fix
3604 the bugs reported by Andreas Dehmel and Ewan Mac Mahon).
3606 Bugfix: While scanning, the resizer could make the window too large.
3608 23-Mar-2001
3609 ~~~~~~~~~~~
3610 Moving the cursor down in the next-to-last row will move to the last
3611 item if there is nothing under the cursor (suggested by Graham Borland).
3613 21-Mar-2001
3614 ~~~~~~~~~~~
3615 When changing directory, only make the window larger (if needed), never
3616 smaller (suggested by Diego Zamboni).
3618 17-Mar-2001
3619 ~~~~~~~~~~~
3620 Changing directory autosizes the window automatically (Denis Manente).
3621 Internal changes to the way different layouts are handled.
3623 15-Mar-2001
3624 ~~~~~~~~~~~
3625 Pressing space (to select/unselect an item) now also moves the cursor to
3626 the next item (suggested by Anders Lundmark).
3628 Copying directories tries to preserve the timestamps, like it does for
3629 files (suggested by José Romildo Malaquias).
3631 14-Mar-2001
3632 ~~~~~~~~~~~
3633 Added '--mime-type FILE' option, which simply writes the type of FILE to
3634 standard output (Stephen Watson).
3636 Added 'Home Directory' to Window menu (requested by Graham Borland).
3638 11-Mar-2001
3639 ~~~~~~~~~~~
3640 Copying a directory which doesn't have user write permission will give it
3641 user write during the copy to avoid permission denied errors (suggested by
3642 Liav Asseraf).
3644 New sort option - 'Directories always come first' (requested by Liav Asseraf).
3646 10-Mar-2001
3647 ~~~~~~~~~~~
3648 Dragging a lasso box with the middle button toggles the selected state
3649 of the items enclosed (Denis Manente).
3651 09-Mar-2001
3652 ~~~~~~~~~~~
3653 Changing the display style now resizes the window (Denis Manente).
3655 08-Mar-2001
3656 ~~~~~~~~~~~
3657 New pinboards get a 'Home' icon in the top left corner as new users often
3658 think the pinboard isn't working because it starts empty (suggested by
3659 Vor'Cha).
3661 Converted AppMenu file format to XML.
3662 Added AppMenu file with options to control the pinboard.
3664 06-Mar-2001
3665 ~~~~~~~~~~~
3666 Highlight invalid Find expressions in red (Anders Lundmark).
3668 04-Mar-2001
3669 ~~~~~~~~~~~
3670 When resizing windows, try to keep the window fully inside the screen area
3671 (Denis Manente).
3673 03-Mar-2001
3674 ~~~~~~~~~~~
3675 Updated the Dutch translation (Jan Wagemakers).
3677 27-Feb-2001
3678 ~~~~~~~~~~~
3679 When mounting a device, the new window appears after mounting, not before.
3680 This means that it's more likely to get sized correctly (requested by
3681 Ewan Mac Mahon).
3683 24-Feb-2001
3684 ~~~~~~~~~~~
3685 Added two new options to control when minibuffer completion beeps (requested
3686 by Liav Asseraf).
3688 20-Feb-2001
3689 ~~~~~~~~~~~
3690 Added 'New File...' feature (James Kermode).
3692 16-Feb-2001
3693 ~~~~~~~~~~~
3694 Dropping icons on the pinboard positions them sensibly (Diego Zamboni).
3696 09-Feb-2001 (Release 1.1.1)
3697 ~~~~~~~~~~~
3698 Moving pinboard icons is nicer - it no longer assumes you dragged the middle
3699 of the text... (Diego Zamboni).
3701 Added a Polish translation (Andrzej Borsuk).
3703 Bugfix: Sometimes it wasn't possible to delete something that was on a
3704         pinboard or panel, even after confirming (reported by Diego Zamboni).
3706 07-Feb-2001
3707 ~~~~~~~~~~~
3708 Sliders in the options box can have a numerical value display (Diego Zamboni).
3709 Fixed a stray warning message displayed when non-default pinboard options
3710 were used (Diego Zamboni).
3712 New menu item 'Set Icon...' allows you to choose any icon for any file or
3713 directory. Also allow .DirIcon.png to set a directory's icon (Diego Zamboni).
3715 03-Feb-2001
3716 ~~~~~~~~~~~
3717 Many internal changes to the Options system.
3719 30-Jan-2001
3720 ~~~~~~~~~~~
3721 Bugfix: On filesystems which aren't case sensitive (eg DOS) it was possible
3722         to copy 'tmp' as 'Tmp' and lose it! (reported by Denis Manente)
3724 28-Jan-2001
3725 ~~~~~~~~~~~
3726 Added Diego Zamboni's patch to make configuring VFS easier.
3728 27-Jan-2001
3729 ~~~~~~~~~~~
3730 Improved compiling - now correctly reports an error if the file doesn't
3731 compile. If configure is missing then autoconf is run automatically.
3733 After a Find completes, you are given the option of doing the search again
3734 (Anders Lundmark).
3736 Applications can define a list of menu items to display on their menus
3737 (Diego Zamboni). The file should be called 'AppMenu' and contains a list of
3738 lines in the form 'option Text'.
3740 24-Jan-2001
3741 ~~~~~~~~~~~
3742 Added two new pinboard options - one to allow setting the grid step size
3743 and one to allow icons to go slightly off the side of the screen (Diego
3744 Zamboni).
3746 23-Jan-2001
3747 ~~~~~~~~~~~
3748 Bugfix: Textured window backgrounds could cause a crash (reported by Diego
3749         Zamboni).
3751 22-Jan-2001
3752 ~~~~~~~~~~~
3753 Updated the French translation (Vincent Lefèvre).
3755 Bugfix: The pixbuf stuff didn't work on some displays (reported by Stephen
3756         Watson).
3758 20-Jan-2001 (Release 1.1.0)
3759 ~~~~~~~~~~~
3760 Removed the 'Initial window height' option. The filer tries to pick a
3761 sensible shape itself now.
3763 Bugfix: If an image was moved to a directory which didn't generate thumbs
3764         then it would display, but never be updated. Even if it wasn't that
3765         file at all, just a reused inode!
3766 Bugfix: Changing the display style didn't always redraw the display.
3767 Bugfix: In 'Small, With...' display mode, clicking beyond the far right
3768         column acted like clicking on the far-right column.
3770 18-Jan-2001
3771 ~~~~~~~~~~~
3772 Changed background colour to be more compatible with the Gtk themes system.
3774 12-Jan-2001
3775 ~~~~~~~~~~~
3776 Removed all the message window stuff. ROX-Filer no longer grabs standard
3777 error from its child processes. Changed because ROX-Session now does a much
3778 better job.
3780 10-Jan-2001
3781 ~~~~~~~~~~~
3782 Filer is more generous in what hostnames it considers local.
3783 Patch to include pixbuf headers correctly (Diego Zamboni).
3785 08-Jan-2001
3786 ~~~~~~~~~~~
3787 Bug fix: Didn't always use the fully qualified host name for DnD.
3789 30-Dec-2000
3790 ~~~~~~~~~~~
3791 If a file has a known extension then it is given the appropriate type even
3792 if the file is executable (Simon Britnell).
3794 28-Dec-2000
3795 ~~~~~~~~~~~
3796 Added a menu entry 'Resize Window' to set the window to a sensible size
3797 when you want it.
3799 25-Dec-2000
3800 ~~~~~~~~~~~
3801 Try to open new windows at a sensible size for their contents (Denis Manente).
3803 24-Dec-2000
3804 ~~~~~~~~~~~
3805 Bugfix: When mounting or unmounting subdirectories of '/', the mount symbol
3806         wasn't updated (reported by Wilbert Berendsen).
3808 20-Dec-2000
3809 ~~~~~~~~~~~
3810 Fixed a couple of memory leaks in the choices system (Diego Zamboni).
3811 Updated French translation (Vincent Lefèvre).
3812 Added new 'Create Thumbs' entry on the Display menu which tries to load
3813 every file in the directory as an image and use that image for the file
3814 (suggested by Sprague and Simon Britnell).
3816 19-Dec-2000
3817 ~~~~~~~~~~~
3818 Converted to use gdk-pixbuf instead of ImLib.
3819 Fixed a few compiler warnings and improved the error message displayed
3820 if you try to invoke rox on a missing file (reported by Vincent Lefèvre).
3821 Changed the -w, -W and -i flags to the simpler -x=FILE, which reexamines the
3822 given file, updating directory views and icons as needed.
3824 18-Dec-2000
3825 ~~~~~~~~~~~
3826 AppIcon.xpm must be a regular file (stops people trying to crash the
3827 filer by symlinking to /dev/...).
3828 Fixed a missing translation in the pinboard options (Denis Manente).
3830 17-Dec-2000
3831 ~~~~~~~~~~~
3832 Attempting to run the filer before compiling will now ask if you want
3833 to compile.
3834 Removed lots of platform-specific mount point code and replaced it with
3835 python's portable system.
3836 New options section allows you to choose a translation without having to
3837 set the LANG variable.
3839 16-Dec-2000
3840 ~~~~~~~~~~~
3841 Added '-w', '-i' and '-W' command line options for forcing icons or
3842 directories to be rescanned (Diego Zamboni).
3844 13-Dec-2000 (Release 1.0.0)
3845 ~~~~~~~~~~~
3846 Made a few updates to the manual.
3848 08-Dec-2000
3849 ~~~~~~~~~~~
3850 Fixes to make compiling easier on Solaris (Diego Zamboni). Also, after showing
3851 a pinboard icon, tries to send it to the back (might help with some WMs).
3853 04-Dec-2000 (Release 0.1.30)
3854 ~~~~~~~~~~~
3855 When a panel is used for the first time, put the user's home directory and
3856 the directory containing ROX-Filer on it instead of leaving it blank.
3858 24-Nov-2000
3859 ~~~~~~~~~~~
3860 Patch to make compiling easier under FreeBSD (Jimmy Olgeni).
3861 Added a #include for OSF1 (Vincent Lefevre).
3863 23-Nov-2000
3864 ~~~~~~~~~~~
3865 Bugfix: On many systems, the filer would fail to remove zombie processes
3866         due to a typo (spotted by Philip Hazel and tracked down by Stephen
3867         Watson).
3869 22-Nov-2000
3870 ~~~~~~~~~~~
3871 Bugfix: Removing an item from the panel now resizes the panel (reported
3872         by Wilbert Berendsen).
3873 Bugfix: Editing an icon's path failed to update its hash entry.
3875 20-Nov-2000
3876 ~~~~~~~~~~~
3877 If a case-sensitve match for an extension can't be found then try a
3878 case-insensitive match - so .BMP and similar work (Denis Manente).
3880 17-Nov-2000
3881 ~~~~~~~~~~~
3882 A few changes to remove some compiler warnings (reported by Vincent Lefevre).
3883 Added a VFS menu entry for .deb files (Vincent Ledda).
3885 11-Nov-2000
3886 ~~~~~~~~~~~
3887 Mounting or unmounting a directory forces mtab to be reread, even if the
3888 timestamp hasn't changed (problem reported by Wilbert Berendsen).
3890 When the 'Unique windows' option is on, remove the old window AFTER creating
3891 the new one, so that the filer doesn't quit because there are zero windows
3892 open... (Denis Manente).
3894 07-Nov-2000
3895 ~~~~~~~~~~~
3896 Updated the Dutch translation (Jan Wagemakers).
3898 29-Oct-2000
3899 ~~~~~~~~~~~
3900 Updated the French translation (Vincent Lefèvre).
3902 Using --version and --help options no longer requires an X server connection,
3903 the man-pages are more standard, and 'man ROX-Filer' is allowed as well as
3904 'man rox' (Bernard Jungen). 
3906 Bugfix: A corrupted AppIcon.xpm could crash the filer.
3908 24-Oct-2000 (Release 0.1.29)
3909 ~~~~~~~~~~~
3910 Code tidying: Replaced an XLib call with a gdk one (Denis Manente) and amended
3911         the makedist script to remove the .cvsignore files (spotted by Andy
3912         Piper).
3914 20-Oct-2000
3915 ~~~~~~~~~~~
3916 Improved the install script so that it installs the man-page. Also made it
3917 easier to use. Updated the French translation and fixed a couple of
3918 typos (Vincent Lefèvre).
3920 17-Oct-2000
3921 ~~~~~~~~~~~
3922 Gtk+ doesn't always scroll entry widgets to show the selection - apply a
3923 workaround (Denis Manente) - this improves the Copy/Rename/etc boxes.
3925 08-Oct-2000
3926 ~~~~~~~~~~~
3927 Added a Dutch translation (Jan Wagemakers).
3929 05-Oct-2000
3930 ~~~~~~~~~~~
3931 Added an Italian translation (Denis Manente).
3933 04-Oct-2000
3934 ~~~~~~~~~~~
3935 Bugfix: If AppRun was a symlink, then the owner of the file was checked, not
3936         the owner of the symlink. Slight security risk, and also prevented
3937         users symlinking AppRun to their binaries...
3939 29-Sep-2000
3940 ~~~~~~~~~~~
3941 Bugfix: Deleting a pinboard icon while it was highlighted caused a crash.
3942         This means it is now possible to click on a pinboard icon to change
3943         between pinboards...
3945 Bugfix: Textured window backgrounds didn't redraw correctly when scrolled
3946         or resized. Now flickers when resizing if there's a textured
3947         background - seems to be necessary :-(
3949 26-Sep-2000
3950 ~~~~~~~~~~~
3951 Running as root now simply turns on the -u flag, rather than displaying
3952 a warning box.
3954 The toolbar height is now correctly taken into account when sizing a new filer
3955 window (Denis Manente).
3957 When guessing file types from extensions, the filer now tries to find the
3958 longest extension that matches (eg .ps.gz, then .gz).
3960 25-Sep-2000
3961 ~~~~~~~~~~~
3962 The lasso box is now drawn so that the box will be in the foreground colour
3963 over the background, rather than by just inverting the pixel value and hoping
3964 it's visible (spotted by Philip Hazel).
3966 24-Sep-2000
3967 ~~~~~~~~~~~
3968 If the home directory is '/' then don't show it as '~' (suggested by
3969 Bernard Jungen).
3971 Added '--show=FILE' option - this will be needed by other ROX
3972 applications, so it needs to be in version 1.0.0.
3974 Bugfix: -d option didn't use realpath before sending to an already-running
3975 filer.
3977 22-Sep-2000
3978 ~~~~~~~~~~~
3979 The 'install.sh' script now uses 'printf' instead of 'echo -e' to suppress
3980 newlines (suggested by Bernard Jungen).
3982 Bugfix: Close tool was always disabled on startup (reported by Martin Ward).
3984 20-Sep-2000
3985 ~~~~~~~~~~~
3986 Added a man-page (Andy Piper).
3987 Changed `install.sh' from bash to sh (Bernard Jungen).
3989 18-Sep-2000 (Release 0.1.28)
3990 ~~~~~~~~~~~
3991 Bugfix: menu entries on the pinboard menu weren't being shaded and
3992         unshaded correctly.
3994 17-Sep-2000
3995 ~~~~~~~~~~~
3996 Changed 'Rename Item' to 'Edit Icon' and allowed changing the path that
3997 the icon points to as well as its name.
3999 All i?86 platforms are treated as being equivalent (so, if you compile
4000 on a 386 then it'll still run on a 486).
4002 16-Sep-2000
4003 ~~~~~~~~~~~
4004 Pinboard icons can also be renamed.
4005 Pinboard and panel icons can have '~' or '~/' at the start of their
4006 pathnames - this should make it easier to create a system-wide default
4007 panel or pinboard with icons relative to the user's home directory.
4009 14-Sep-2000
4010 ~~~~~~~~~~~
4011 Panel icons can now be renamed (suggested by Ewan Mac Mahon).
4013 13-Sep-2000
4014 ~~~~~~~~~~~
4015 Changing the toolbar options affects existing windows, not just new ones.
4016 Removed the 'Size Bars' display style and replaced it with 'Permissions',
4017 'Type' and 'Times' styles.
4019 12-Sep-2000
4020 ~~~~~~~~~~~
4021 With items that spread over their normal width because they're on the
4022 edge of the window, clicking on the extra bit now works.
4024 Added a size limit of 400K on application icons. This is to prevent
4025 someone trying to crash the filer by linking /tmp/MyApp/AppIcon.xpm
4026 to some huge file!
4028 Dragging an item with the middle button when none are selected unselects
4029 the item after the drag.
4031 Added 'Show Location' feature for pinboard and panels - opens a directory
4032 showing where the file really is.
4034 11-Sep-2000
4035 ~~~~~~~~~~~
4036 Allowed items in the far right column to spread right to the edge of the
4037 window. Fixed a bug which prevented Delete from working if there was
4038 no pinboard.
4040 10-Sep-2000
4041 ~~~~~~~~~~~
4042 Deleting items first checks if it will affect the pinboard or panel. A
4043 warning is displayed if so.
4045 Upgraded the query dialog (from ROX-Session) - looks nicer.
4047 09-Sep-2000
4048 ~~~~~~~~~~~
4049 'Unique filer windows' option now has no effect while the spring open
4050 feature is active (spotted by Andrew Booker). Also, when opening a new
4051 window, the old window is destroyed and a new one created (rather than
4052 reusing the old one). This ensures that the new window appears in the
4053 right place.
4055 When a drag from the pinboard or a filer window ends, the selection is
4056 only cleared if the icon was selected by starting the drag. Thus, it now
4057 works like the panels.
4059 08-Sep-2000
4060 ~~~~~~~~~~~
4061 New Close toolbar button (requested by Martin Ward).
4062 Toolbar icons can be turned on and off from the Options box.
4063 Removed the 'Mount' menu entry, since 'Shift Open' does it too.
4064 Made the Shift Open menu text change depending on what is selected.
4065 Bugfix: dragging icons around no longer saved the new pinboard state!
4067 07-Sep-2000
4068 ~~~~~~~~~~~
4069 Running a second copy of the filer as another user will start a new copy
4070 instead of reusing the existing one. Added the '-u' option to display the
4071 name of the user running the filer in each window (also suppresses the
4072 normal don't-run-as-root warning).
4074 Added '-d', which opens a directory as a directory, even if it looks like
4075 an application.
4077 Updated the manual.
4079 Added Large and Small toolbar buttons. Right-clicking brings up a menu.
4081 06-Sep-2000
4082 ~~~~~~~~~~~
4083 Moved 'Set Run Action' to the file menu (suggested by Ewan Mac Mahon), and
4084 made using it bring up a dialog rather than a minibuffer. Hopefully it is now
4085 easier to use!
4087 Added much improved icons for executables and for applications without icons
4088 of their own (Victor Liu See-le).
4090 Allow '/' on the pinboard and panel (text wasn't displayed - spotted by
4091 Tim Rowledge).
4093 Bugfix: auto-scrolling didn't always stop when a drag ended.
4094 Bugfix: creating a panel with the same name as a file in the current
4095         directory caused an error due to a throwback from when panels were
4096         directories (spotted by Ewan Mac Mahon).
4098 30-Aug-2000 (Release 0.1.27)
4099 ~~~~~~~~~~~
4100 Increased the distance you have to move the pointer to start a drag
4101 slightly. Updated the manual.
4103 Panel icons can now be moved from one side to the other by simply moving
4104 over the gap in the middle. Previously, you had to jump over an icon on
4105 the other side.
4107 Left and right panels look better now. Also, they shrink if you add a top
4108 or bottom panel to make room.
4110 28-Aug-2000
4111 ~~~~~~~~~~~
4112 Dragging on the panel background allows you to slide the bar back and
4113 forth.
4115 27-Aug-2000
4116 ~~~~~~~~~~~
4117 Fixed a slight bug with lasso boxes, which could cause them to be drawn in
4118 the wrong place. Install script no longer overwrites the default run
4119 actions; if the user has changed them leave them alone!
4120 (Martin Ward noted that symlinking to an executable would cause the
4121 executable to be destroyed on upgrade!)
4123 24-Aug-2000
4124 ~~~~~~~~~~~
4125 More improvements to the event handling. Seems to be working again at
4126 last!
4127 Made the toolbar buttons slightly larger, and added a textual display
4128 for 'Next Click' mode (eg 'Delete ... ?' when it's waiting for you to
4129 click).
4130 Moved the pinboard over to the new mouse binding code too.
4132 21-Aug-2000
4133 ~~~~~~~~~~~
4134 Started rewriting the event handling for filer windows to go through
4135 the new code in bind.c, like the panel handling does.
4137 20-Aug-2000
4138 ~~~~~~~~~~~
4139 You can now drag icons from the panel to other applications.
4141 18-Aug-2000
4142 ~~~~~~~~~~~
4143 Dragging panel icons with the middle button allows you to move them around.
4145 New option to set the default height for new filer windows (patch from
4146 James Kermode).
4148 17-Aug-2000
4149 ~~~~~~~~~~~
4150 Selecting panel icons now grabs the primary selection. Pasting pastes all
4151 selected file path names. Icons can now be added to either side of the panel.
4153 Bug fix: Moving a file didn't always update the source directory.
4155 16-Aug-2000
4156 ~~~~~~~~~~~
4157 Many improvements to the panel - drag and drop to icons, adding new icons,
4158 selections (doesn't grab the primary selection yet though), removing icons
4159 and automatically saving the panel when it's changed.
4160         
4161 11-Aug-2000
4162 ~~~~~~~~~~~
4163 Improved reference counting on images (hopefully!). Lots of work on
4164 rewriting the panel system.
4166 07-Aug-2000
4167 ~~~~~~~~~~~
4168 Made the timeout for the spring-open feature configurable (requested by
4169 Chris Garrett).
4171 Use short form of --version in install.sh and don't use unsetenv() if it
4172 isn't available (Mattias Engdegård).
4174 06-Aug-2000
4175 ~~~~~~~~~~~
4176 New options to set the pinboard text foreground and background colours
4177 (suggested by James Kermode).
4179 05-Aug-2000
4180 ~~~~~~~~~~~
4181 Your home directory is now displayed as '~' in the title bar, rather
4182 than as a full path.
4184 01-Aug-2000 (Release 0.1.26)
4185 ~~~~~~~~~~~
4186 Added a popup menu of commonly used chmod strings to the Permissions
4187 box. Bracketed text and spaces are now ignored in the commands.
4188 Bug fix: Only menu keys changed since the last load were saved!
4190 31-Jul-2000
4191 ~~~~~~~~~~~
4192 Bug fix: Mount points on the pinboard didn't always redraw when the
4193 mounted/unmounted state changed.
4195 30-Jul-2000
4196 ~~~~~~~~~~~
4197 Renaming now uses the action windows. This means that you can now
4198 rename something onto another filesystem.
4200 28-Jul-2000
4201 ~~~~~~~~~~~
4202 The menu key bindings are now only saved if they actually changed.
4204 Code tidying: Moved some typedefs to the new `global.h' file and
4205 thus removed the dependencies between header files :-)
4207 26-Jul-2000
4208 ~~~~~~~~~~~
4209 Tab and Shift-Tab move to next and previous selected item.
4211 25-Jul-2000
4212 ~~~~~~~~~~~
4213 The new display styles can now be saved as the defaults (bug spotted by
4214 Vladimir Klebanov).
4216 When autoscrolling is used, prevent the last-highlighted directory
4217 from springing open. 'spring open' now defaults to off.
4219 The toolbar Up and Home buttons can act as drop targets (and spring open
4220 too!).
4222 Options to set the pinboard text background style (suggested by James
4223 Kermode).
4225 23-Jul-2000
4226 ~~~~~~~~~~~
4227 Added an option to control the spring-loading feature. Added tooltips
4228 to some of the options. Improved the rule for deciding whether to open
4229 a new window when you click on the toolbar buttons.
4231 Stopped the spring-open window moving while it's open (prevents a bug
4232 in GTK+ from causing problems). Please use GTK+ 1.2.8 or later now!
4234 Dragging near the edge of a window scrolls. Improved the lasso box drag
4235 to use the same system (so it scrolls without you having to move the
4236 mouse).
4238 22-Jul-2000
4239 ~~~~~~~~~~~
4240 Added 'spring-loaded' directories. If you drag a file over a directory and
4241 hold it there, the directory will spring open! (suggested by Barney
4242 Clarkson)
4244 21-Jul-2000
4245 ~~~~~~~~~~~
4246 In the path entry minibuffer, an exact match is favoured over any other
4247 match. So, if you enter '.xsession' and press Return you'll get it, not
4248 '.xsession-errors' or whatever!
4250 The filer now clears APP_DIR from the environment so that child processes
4251 don't get it. Fixed a bug which caused problems when using a small version
4252 of the 'missing image' image.
4254 19-Jul-2000
4255 ~~~~~~~~~~~
4256 Creating a new directory now makes sure the display is updated.
4258 18-Jul-2000 (Release 0.1.25)
4259 ~~~~~~~~~~~
4260 Prevent dragging from a pinboard selection to itself, or onto the desktop
4261 background.
4263 17-Jul-2000
4264 ~~~~~~~~~~~
4265 Clicking on the root window works (button-1 clears the selection,
4266 button-3 opens the pinboard menu). The pinboard can own the primary
4267 selection, which means that you can select something and then paste
4268 its name into another program.
4270 Keys bound to menu entries are automatically saved when the filer quits.
4272 16-Jul-2000
4273 ~~~~~~~~~~~
4274 Changed the install script so that the CVS directories don't get installed.
4276 The 'rox' script now just calls AppRun directly.
4277 Panels can be created without starting a new copy of the filer.
4278 The pinboard can be changed or removed by using --pinboard a second time.
4280 Files can be given as arguments - they are opened as if they were clicked
4281 on in a filer window (suggested by Alex Holden).  If no arguments are
4282 given then the default is now the current directory (not your home
4283 directory).
4285 If you start the leafname in the path minibuffer with '.' then the Show
4286 Hidden feature is temporarily turned on.
4288 15-Jul-2000
4289 ~~~~~~~~~~~
4290 Ctrl-clicking selects and unselects pinboard icons. Menu clicking
4291 selects the icon clicked on while the menu is open. Pinned icons are
4292 now updated when the pointer moves over them, if necessary.
4294 14-Jul-2000
4295 ~~~~~~~~~~~
4296 Menu-clicking on a pinboard icon now brings up a menu.
4297 Clicks on the root window are still ignored though; need to support
4298 the GNOME-compliant window manager system for passing root clicks on...
4300 12-Jul-2000
4301 ~~~~~~~~~~~
4302 Files can now be dragged to pinboard icons, and they highlight nicely too!
4303 If the --override option is used, the filer will bypass the window manager
4304 and position the icons directly.
4306 11-Jul-2000
4307 ~~~~~~~~~~~
4308 Pinboard icons can now be dragged to filer windows or applications, just
4309 like normal icons.
4311 10-Jul-2000
4312 ~~~~~~~~~~~
4313 Changed the DnD code to make it easier for the pinboard code to use it.
4314 Up and Home buttons on the toolbar now use the 'New window on button 1'
4315 option setting (suggested by Vincent Lefèvre).
4317 09-Jul-2000
4318 ~~~~~~~~~~~
4319 Pinboard can have mount points and symlinks on it.
4321 06-Jul-2000
4322 ~~~~~~~~~~~
4323 Dragging with the Menu button moves icons around. Clicking with the
4324 other button removes icons from the pinboard.
4326 05-Jul-2000
4327 ~~~~~~~~~~~
4328 Dragging files to the pinboard adds them to it and automatically saves
4329 the pinboard too.
4331 02-Jul-2000
4332 ~~~~~~~~~~~
4333 Pinboard is now loaded from a file specified on the command line.
4335 01-Jul-2000
4336 ~~~~~~~~~~~
4337 'Home' now appears on the background if you run it with --pinboard.
4338 Clicking opens your home directory. Doesn't do much else.
4339 Fixed a bug which prevented the minibuffer label from appearing on
4340 some versions of GTK+.
4342 30-Jun-2000
4343 ~~~~~~~~~~~
4344 First steps towards pinboard support (requested by P.S.S.Camp and
4345 Darren Winsper).
4347 16-Jun-2000
4348 ~~~~~~~~~~~
4349 Changed the Display menu layout - now there are four basic types (Large or
4350 Small, with or without details) and the type of detail desired is chosen
4351 from a sub-sub-menu.
4353 Added a new display style - bars showing the sizes of the files. The bars are
4354 drawn on a log scale.
4356 15-Jun-2000
4357 ~~~~~~~~~~~
4358 Changed the display menu - you can now choose large or small icons, with or
4359 without details. The details displayed can also be changed. I'm not quite
4360 happy with the UI yet though...
4362 Split the filer.c source file into two (filer.c and display.c) since it was
4363 becoming rather unwieldy. This means that some of the option names have
4364 changed because they've moved to a new section in the options window...
4366 14-Jun-2000
4367 ~~~~~~~~~~~
4368 Fixed a problem where ImLib support failed on multi-depth displays (reported
4369 by Stephen Harrison).
4371 06-Jun-2000 (Release 0.1.24)
4372 ~~~~~~~~~~~
4373 Added the install.sh script for easier installation.
4374 Removed 'MIME-info' file from ROX-Filer - now we always assume that the
4375 standard types are in Choices.
4376 Fixed a bug which could cause 'top' panels to appear in the wrong place
4377 (Alex Holden).
4378 Changed the sort order for Sort By Type so that directories come before
4379 files (suggested by Chris Garrett).
4380 `Single-click navigation' and 'Ignore case when sorting' now both default
4381 to On.
4383 03-Jun-2000
4384 ~~~~~~~~~~~
4385 Improved the theme support to allow tiled background images.
4386 Fixed a bug which prevented tilde expansion from working in the
4387 shell command minibuffer.
4389 02-Jun-2000
4390 ~~~~~~~~~~~
4391 Made the help button look a bit nicer and changed the Find and Permissions
4392 action windows to use the icon instead of a text button.
4393 Removed the 3D borders from the help and toolbar buttons when not selected
4394 (looks much better!). Setting a run action by dragging to a symlink now
4395 dereferences the link (suggested by Ewan Mac Mahon).
4397 Default search path for Choices is now:
4398         ~/Choices:/usr/local/share/Choices:/usr/share/Choices
4400 Fixed (possibly) a bug which sometimes causes the redraw to miss bits. This
4401 probably slows everything down, but the next Gtk+ release should do double
4402 buffering so all this will get changed then...
4404 01-Jun-2000
4405 ~~~~~~~~~~~
4406 Added a Help icon to the toolbar, which does the same as choosing `Show
4407 ROX-Filer Help' from the menu.
4409 25-May-2000
4410 ~~~~~~~~~~~
4411 Started adding some code to truncate long filenames (not finished yet).
4412 Fixed a bug which could cause directories to appear empty when using VFS.
4413 Added the 'Select If' minibuffer, which selects all files matching the
4414 entered expression.
4416 21-May-2000
4417 ~~~~~~~~~~~
4418 Moved most of the icons from pixmaps to MIME-icons (outside ROX-Filer).
4419 Updated several of the remaining icons by copying them from the GNOME
4420 desktop (suggested by Volker Braun).
4423 16-May-2000 (Release 0.1.23)
4424 ~~~~~~~~~~~
4425 Added the `Window->Set Run Action' menu item. This allows you to specify the
4426 default run action for a file by simply dragging the file into a program.
4427 You can also enter a shell command in the minibuffer to make that command
4428 the default.
4429 The cursor is a bit nicer and usually appears where you want it to now. You
4430 can also get rid of it by pressing Escape.
4432 12-May-2000
4433 ~~~~~~~~~~~
4434 Applied Bernard's patch (a couple of cosmetic changes to the action windows).
4435 Applied Vincent's patch (minor updates to the Frech translation).
4436 Fixed a problem with the pixmap caching - the filer would detect that the
4437 file had changed and try to reload it, but ImLib would simply return its
4438 cached copy!
4440 28-Apr-2000
4441 ~~~~~~~~~~~
4442 Removed a debugging message that had somehow got into the release version :-(
4443 Fixed a bug in the minibuffer code - pressing Return when the cursor was in
4444 an empty directory caused odd effects.
4446 24-Apr-2000 (Release 0.1.22)
4447 ~~~~~~~~~~~
4448 When starting, the filer will check to see if it is already running.
4449 If it is then the arguments are passed to that copy.
4451 23-Apr-2000
4452 ~~~~~~~~~~~
4453 Bug fix: Attempting to open a Find preview window could cause a crash
4454 if the directory containing the item could not be opened.
4455 Button-3 clicking on the toolbar icons opens a new window.
4458 21-Apr-2000
4459 ~~~~~~~~~~~
4460 Added Vincent Lefevre's French translation. Changed to using my own
4461 gettext function because some platforms don't have it or implement
4462 it differently.
4464 18-Apr-2000 (Release 0.1.21)
4465 ~~~~~~~~~~~
4466 Completed marking translatable strings. Dragging with the middle button
4467 now moves files.
4469 17-Apr-2000
4470 ~~~~~~~~~~~
4471 Made lots of changes to the way menus are stored; this makes i18n of the
4472 menus easier.
4474 16-Apr-2000
4475 ~~~~~~~~~~~
4476 Added GNU gettext support.
4477 Shell meta-characters in shell commands are escaped.
4479 15-Apr-2000
4480 ~~~~~~~~~~~
4481 Tab in the shell commands minibuffer does shell-style completion.
4483 14-Apr-2000 (Release 0.1.20)
4484 ~~~~~~~~~~~
4485 ImLib is used for rendering if possible. Small Icons super-samples the
4486 image down.
4488 13-Apr-2000
4489 ~~~~~~~~~~~
4490 Copying from inside a VFS directory now works.
4492 09-Apr-2000
4493 ~~~~~~~~~~~
4494 Added the Shell Command feature to the minibuffer.
4495 Fixed a bug which causes unnecessary flickering when a hidden file was
4496 detected.
4497 Removed 'Touch' from the menu; easy enough from the minibuffer now.
4498 Changed the type guessing system - scans all files in MIME-info directories
4499 now.
4501 02-Apr-2000
4502 ~~~~~~~~~~~
4503 Added a nice list displaying the found files. Clicking opens a preview window
4504 onto the directory and winks the file.
4506 18-Mar-2000
4507 ~~~~~~~~~~~
4508 Merged the MIME-Type and Special fields in the info window into a single
4509 Type field (since only one could be used at a time anyway).
4510 Made lots of changes to the panel menu. You can now remove things much more
4511 easily.
4512 Unstat()able files now display the error message in the Full Info display,
4513 instead of random values.
4514 Check for copying a directory onto itself, as well as into itself.
4516 Applied Bernard's patch:
4517 - Copy (menu entry) now works with action window.
4518 - Deleted/moved directory displays are automatically hidden.
4519 - Added option not to allow run/copy when object
4520   dragged to filer (not panels) icons. Some people like
4521   it the RISC OS way...
4522 - Full info alignment of App objects and owner/group
4523   alignment corrected.
4524 - Info window: added special info for symlinks, apps
4525   and mount points.
4527 17-Mar-2000
4528 ~~~~~~~~~~~
4529 Added support for mc's Virtual File System.
4531 12-Mar-2000
4532 ~~~~~~~~~~~
4533 New Window appears greyed out if Unique Windows is selected.
4534 Added 'Permissions' (chmod) feature.
4536 10-Mar-2000
4537 ~~~~~~~~~~~
4538 Added Bernard Jungen's patch:
4539 - Dates are displayed in a more RISC OS like format.
4540 - (Scanning) is shown in the titlebar during scans.
4541 - Option to only display one window per directory.
4542 - User and group names displayed in the Full Info view.
4543 - Open Parent in the root does nothing.
4544 - Errors in options are only reported once.
4545 - File does chdir() if -b isn't possible (prevents getting the full path
4546   in the file(1) says... box).
4549 Before the Changes file
4550 ~~~~~~~~~~~~~~~~~~~~~~~
4551 The following people added code before I started keeping this log:
4553 Jens Askengren          GNOME-style toolbar
4554 Bernard Jungen          lots of patches all over the place!
4555 Christiansen Merel      initial support for ImLib
4556 Chris Sawer             leafname field in the Info box
4557 Simon Truss             support for mount points on NetBSD