2 A RISC OS-like filer for X
7 Updated French manual translation (Arnaud Calvo).
11 When dragging a lasso box around items, limit the allowed overlap (the
12 space you can drag over the edge of the next item without selecting it)
13 so that very wide items (eg, those with details) are easier to select
14 (requested by Andras Mohari).
18 Updated Italian translation (Denis Manente).
22 Updated German translation (André Wyrwa).
23 Updated Spanish translation (Marcelo Ramos).
27 Updated to version 0.5 of the thumbnails standard. You should rename
28 '~/.thumbnails/96x96' to '~/.thumbnails/normal' to avoid having to recreate
33 Do UTF-8 conversions for globicons and file groups, as we now do for pinboards
34 and panels (reported by Arnaud Calvo).
38 Updated Hungarian translation (Andras Mohari).
39 Double-clicking an item always clears the selection, removed extra newline
40 from man-page and fixed a misplaced #endif (Bernard Jungen).
44 Updated Dutch translation (Wilbert Berendsen).
45 Updated to Gtk+-1.3.13 (action window scrolling now works).
49 OK and Cancel buttons in savebox can no longer be focussed. Fixes problem
50 where opening a savebox put the focus on the last used button instead of
51 the entry (reported by Karol Krenski).
52 Added instructions for Window Maker pinboard icons to the manual
54 Resizer now allows space for the 'Running as ...' message (reported by
59 If conversion to 'ISO8859-1' doesn't work, try 'iso-8859-1' and 'UTF-8' instead
60 of giving a warning (reported by Gregory Spath).
62 24-Jan-2002 (Release 1.1.12)
64 Updated Hungarian translation (Andras Mohari).
68 Only check for thumbnails in the thumbnail scanning code, not when loading
69 any image (saves time).
70 Assume pathnames and labels for pinboards and panels are in the local charset
71 for Gtk+-1.2, and in UTF-8 for Gtk+-2.0.
72 When using 'Shell Command...' from the menu with an item selected by opening
73 the menu, the item now remains selected when you enter the command.
75 Updated French translation (Vincent Lefèvre).
76 Updated Dutch translation (Wilbert Berendsen).
80 _ROX_PANEL_MENU_POS property is now set on each GtkSocket window, rather than
81 the panel, so that applets can find it more easiliy (requested by Stephen
83 Only use Gtk+-2.0 if '--compile --with-gtk2' is used.
84 Loading a thumbnail now stores the details when loading started, not
86 Bugfix: Under Gtk+-2.0, the savebox focussed the OK button rather than the
91 Changing the permission on a file failed to update the display (reported by
92 Karol Krenski). Also made other updates more efficient.
93 Allow COMPOUND_TEXT selection type (same as STRING for now), as gnome-terminal
94 has stopped accepting STRING.
98 Added a configure check for iconv.h.
99 Use double instead of long for file sizes in find.c (Bernard Jungen).
103 Thumbnails code failed to update images when they changed (reported by
108 Use 'ISO8859-1' instead of 'iso-8859-1' and fallback to strdup if charset
109 conversion fails (Stephen Watson).
111 Deleting a symlink to a pinboard or panel icon showed a warning, even though
112 there was no danger, because it followed the symlink. Trying to copy a symlink
113 inside the directory it pointed to failed for the same reason.
117 Big changes to internationalisation for pinboards and panels to fix problems
118 with incompatible character sets (reported by Arnaud Calvo).
119 When creating thumbnails, create to a temporary file and rename in case another
120 program tries to write the save thumbnail at the same time.
121 As a special case, running with just '-v' doesn't call gtk_init, allowing
122 installing without an X server (requested by Michael Duelli).
126 Converter for old-format config files now stops if the file looks like
127 XML (probably from a failed conversion).
128 Allow '~' in globicons file.
129 Bugfix: When using spring-opening or following symlinks, trying to open
130 a non-existant directory could cause a crash.
131 Bugfix: The pinboard would highlight to accept any type of drop (not just
136 Fixed some compile problems on Solaris (Andreas Dehmel).
137 Clicking an unscanned item now scans it (instead of reporting an error).
138 Dialog boxes in Gtk+-2.0 now set a default button.
139 Number keys on the keypad couldn't be used for groups (reported by Arnaud
144 Updated Spanish translation (Marcelo Ramos).
145 Updated the French manual translation (Arnaud Calvo and Vincent Lefèvre).
149 Converted French manual to DocBook (Arnaud Calvo).
150 Fixed some compiler warnings (Vincent Lefèvre).
152 09-Jan-2002 (Release-1.1.11)
154 Mark action windows as dialogs (requested by Daniel Pittman).
155 Reset the background colour when drawing, as the Xenophilia keeps changing
156 it (reported by Wilbert Berendsen).
160 Changed == to = in make-mo script (Vincent Lefèvre).
161 Added -lm to libpng linker flags (reported by Stephen Watson).
162 Updated the French translation (Vincent Lefèvre).
166 Bugfix: Closing a filer window with a tooltip removes the tip now (before, the
167 tooltip could get stuck on the screen).
171 Bugfix: Options box didn't work unless options had already been saved
172 (reported by Iain Stevenson).
176 Stopped unnecessary redrawing of the display (when sorting an already-sorted
178 Thumbnails can now also be saved using Gtk+-1.2, if libpng is available
183 Fixed compile problem (reported by Vincent Lefèvre).
184 Updated French translation (Vincent Lefèvre).
188 Added _ROX_PANEL_MENU_POS property on panel windows to help applets position
189 their menus correctly.
190 Bugfix: 'From LANG' translation setting had stopped working (reported by
195 Saved pinboards and panels are now stored in an XML format. Old files should
196 be converted automatically. Icon names may now contain the < and > characters
197 (requested by Bernard Jungen).
201 Updated French translation (Vincent Lefèvre).
202 Updated Polish translation (Krzysztof Krzy¿aniak).
206 Updated Spanish translation (Marcelo Ramos).
210 When changing directory, make more effort to wink or select the appropriate
213 29-Dec-2001 (Release 1.1.10)
215 Updated French translation (Vincent Lefèvre).
216 Bugfix: Using Shift to open the Send To menu without a selected file stopped
217 the toggle menu items from working!
221 With Gtk+-2.0, the effective permissions are now underlined (like they are
223 Put all the flags in the options box on one line, along with the Quiet button
229 Reorganised the Options box somewhat.
230 Bugfix: Closing a window while creating thumbnails caused a crash.
234 Icons are dragged from their corners again (requested by Liav Asseraf).
235 Unknown SOAP methods now get a SOAP Fault response. Updated SOAP namespaces.
236 Renamed '.DirIcon.png' to just '.DirIcon'.
237 In action windows, standard error from moving, copying and mounting operations
238 is captured and displayed, giving a more useful message (Stephen Watson).
239 Support for Gtk+-1.3.12.
243 Updated Polish translation (Krzysztof Krzy¿aniak).
247 File groups are now saved (automatically).
248 The old 'AppMenu' file is no longer checked for (use AppInfo.xml instead).
252 Added Version SOAP RPC.
253 With Gtk+-2.0 UTF-8 converstion, the filer now converts from the charset
254 specified in the translation (was always using iso-8859-1).
258 If thumbnailing is cancelled, it can be resumed later. Hiding thumbnails
259 stops any scan in progress automatically. Added 'All' and 'Thumbs' status
264 New 'Show image thumnails' option to set this as the default (requested by
266 Got details working again with Gtk+-1.2 (spotted by Kristian Rink).
270 New thumbnail system. 'Create Thumbs' is now 'Show Thumbnails' and can
271 be turned on and off. Thumbnails are loaded in the background, and a progress
272 bar is displayed in the filer window.
273 Replaced old Gtk+-1.2.x text widget in action windows with new one.
277 Improved error reporting.
278 Improved sizing code when details are on.
282 Updated to new version 0.4 of the thumbnails standard.
283 Added 'Quiet' check box to action windows. Quiet button now turns on
284 check box and does 'Yes'.
288 Gtk+-2.0 uses UTF-8 for strings. Translation files are now converted to
289 UTF-8 as they are loaded.
290 Added a missing #ifdef for the regex code (Couderc Damien).
291 All file leafnames now use AA fonts with Gtk+-2.0 (details are still
296 Closing a window with a keypress caused warnings to appear (reported by
298 Updated Spanish translation (Marcelo Ramos).
299 New 'Single click nagivation on the pinboard' option (requested by
301 Fix for compiling problem on NetBSD (Eric Gillespie, Jr.).
303 Internal changes to options system:
304 - Options can be used as soon as they are registered (not just once the
305 filer is fully initialised).
306 - New widget types can be registered in a modular fashion.
308 13-Dec-2001 (Release 1.1.9)
310 More fixes for panel resizing (reported by Stephen Watson).
311 Target mode, dragging an unselected item, and auto-selecting an item when
312 opening the menu now all work without grabbing the primary selection.
313 Finished new scanning code (image == NULL is now OK everywhere).
317 Clicking on an item which is selected, but not part of the primary selection,
318 now reclaims the selection.
319 Removed default minibuffer option for now.
320 The dash forms in Find tests can be combined, eg '-rwx'.
325 Additional window hints - pinboard and panels refuse focus and pinboard
326 icons are marked as desktop features (requested by Laurent Moussault).
327 Thumbnails are now stored using an md5 hash of their names.
328 Pinboard icons can be repositioned by dragging with the left mouse button
329 (middle button drag stopped working with sawfish, and this is easier anyway).
333 New scanning system: blank items are added to the window first and then the
334 icons and types get filled in later. Looks better and simplifies the sizing
336 Code tidying in various places.
340 Bugfix: Filer would quit if only Info boxes were open.
341 Bugfix: Pinboard and panel windows didn't get the correct hints set under
346 Many internal changes to Collection widget for Gtk+-2.0. Should be more
347 efficient now, and easier to get aa fonts working...
351 Fixed Gtk+-2.0 wheel mouse support.
352 In the Info box, 'File says...' was reporting on the program used to
353 edit the file, not the file itself!
354 For glib-2.0, use the new spawn function and report errors nicely.
358 Updated Russian translation (Dmitry Elfimov).
359 Thumbnail information in the PNG image is now namespaced to 'Thumb'
360 (recommended by Jens Finke).
361 FileType SOAP RPC return format has been updated to the latest version
362 of the SOAP working draft.
363 Added Large File Support: files over 4Gb now have their sizes detected
364 correctly (Stephen Watson). Note: this disables libvfs support.
365 New option to have the minibuffer open by default on new windows
370 When resizing the collection, only ensure the cursor is still visible if
371 it was in the displayed area before.
373 When closing the Enter Path minibuffer, keep Show Hidden on if the cursor is
376 When using --show with a hidden file, turn on Show Hidden. Also, delay the
377 winking effect until the window actually appears.
381 Support for new thumbnails spec; thumbnails are saved inside ~/.thumbnails
382 so they redisplay quickly next time the filer is loaded (requested by
383 Kristian A. Rink and others).
385 Bugfix: Toggling the section with a middle button drag could lose the primary
386 selection (Andras Mohari).
390 Use gtk_set_locale instead of setlocale (Andras Mohari).
394 Added 'Invert Selection' (Stephen Watson; suggested by Andras Mohari).
398 Added a new root window property (_ROX_FILER_EUID_HOST) which points to
399 the SOAP IPC window for a particular hostname and user ID. This makes it
400 easier for other programs to talk to the filer.
404 Added new SOAP methods Copy, Move, Link, Mount and FileType (Stephen Watson).
408 Moved 'Select All', 'Clear Selection' and 'Select If...' to a new 'Select'
410 The filer now closes stdin when it starts. This is to prevent child
411 processes, such as auto-mounters, from trying to read a password from
412 the console (Olivier Fourdan).
416 Manpage is now generated automatically from DocBook source.
417 Short forms for many find expressions, such as -d for IsDir (suggested by
422 More Gtk+-1.3.11 support, including use of the new message dialog.
423 When the filer loses the primary selection, display the selected items
424 shaded, but don't unselect them (Andras Mohari).
428 Updated to Gtk+-1.3.11.
432 Show the current run action for a file in the Info box (Stephen Watson).
436 If a panel applet quits then it is removed from the panel, instead of being
437 replaced by a Restart button.
441 With Gtk+-2.0 and the 'Unique windows' option on, reshow the existing window
442 instead of destroying it and creating a new one (suggested by Greg Spath).
446 Changes to the French translation (Thierry Godefroy and Vincent Lefevre).
450 Code tidying in menu.c (Bernard Jungen).
454 Opening a filer window from the Set Icon dialog turns thumbnails display
455 on (suggested by Francesco Bochicchio).
456 Right-clicking the Help toolbar button reuses the same window.
460 Made some strings easier to translate, fixed a problem with translating a blank
461 string, and changed the details toolbar button to leave the size alone (Andras
463 Improved key handling (key presses were sometimes ignored).
464 Bugfix: A very long and narrow icon could make the filer try to scale to a
465 width or height of zero (Andras Mohari).
469 Allow current directory and selection to be stored with Ctrl+[0-9] and
470 retrieved by pressing [0-9] (suggested by Jakub Turski). The groups are not
475 Don't use re_set_syntax() on systems that don't have it (reported by
477 In action windows, the a long filename no longer makes the window get wider
478 (requested by Graham Borland).
479 Added 'Types' section to the Options window, allowing easy(ish) access
480 to the MIME-info files, plus a reload button, and icons for MIME-types can
481 be set from the 'Set Icon...' box (Stephen Watson).
485 Added a menu to the 'Set Icon...' box which shows all directories currently
486 used for icons (Francesco Bochicchio).
487 Fix small error in German translation (Christopher Arndt).
488 Bugfix: 'New Directory' didn't correctly select the leafname with Gtk+-2.0.
492 Added Spanish translation (Marcelo Ramos).
493 Applied Bernard Jungen's latest patch:
494 - Disk usage forgot to count special files like pipes, etc.
495 - Page up/down scrolls a window full at a time instead of 10 items.
496 - Don't get icons from the cache if thumbnail mode is off anymore.
497 - modechange.c: deleted useless stuff and fixed octal parsing to detect
498 *all* illegal values (eg 010000000000000).
499 - Added 'Show/hide hidden files' toolbar button.
500 - Lots of code tidying.
505 Holding the pointer over a symlink shows the target in a tooltip
506 (Stephen Watson; suggested by Arnaud Calvo).
510 Updated French translation (Vincent Lefèvre).
512 30-Oct-2001 (Release 1.1.8)
514 Updated to support Gtk+-1.3.10.
518 Slightly better positioning of filenames and details (Bernard Jungen).
519 When resizing, only add space for an extra row in Small Icons mode.
523 Make the Set Run Action box command box have the "$1" already filled in
524 (suggested by Helgi Hrafn Gunnarsson).
528 Set the WM_CLASS for saveboxes, so that window managers can treat them
529 specially, if required (Andrew Flegg).
533 Changed internal format used to send to requests to SOAP, and added --RPC
534 option to access it directly.
538 Open new windows at the mouse position (suggested by Helgi Hrafn Gunnarsson).
539 Bugfix: If file doesn't accept the '-b' option then examining a file in
540 the root directory didn't work (Stephen Watson).
544 Use --version instead of 'which' to test for programs as not everyone has
545 which (suggested by Vincent Lefevre).
546 Bugfix: When setting an icon for a file with a space in the name, the
547 setting wasn't saved correctly (spotted by Arnaud Calvo and Jakub
548 Turski). The 'globicons' file should be converted automatically
549 when the filer is run.
553 Added support for the regex field in MIME-info. This allows files to be
554 matched with patterns, not just on their extensions. For example, '.gtkrc'
555 is now typed 'x-gtkrc' despite having no extension (Stephen Watson and
560 Allow AppIcon.xpm and .DirIcon.png to be symlinks (Bernard Jungen).
564 When running on a remote machine, display the remote host's name in the
565 title bar (Stephen Watson).
569 New option to control whether a middle button drag moves the files or
571 Allow submenus in AppInfo.xml file (Stephen Watson).
575 Now supports Gtk+-1.3.9, but not earlier developer releases.
579 Disk Usage can cope with larger sizes, and reports the number of files and
580 directories counted; new Show Hidden and Inherit Options options; new -D
581 option to close directories; and changes to formatting of file sizes
586 Updated Hungarian translation (Andras Mohari).
587 Improved the filename colouring code so that colours are only allocated
588 if needed (Andras Mohari) and fixed a colourmap problem (Stephen Watson).
589 Bugfix: When sorting while winking an item, the filer would sometimes scroll
590 to the wrong place (Andras Mohari).
591 Bugfix: If all the selected files were deleted, then trying to paste the
592 selection caused a crash (Fabien Coutant).
596 Colour files by type (Andras Mohari).
600 Added -p to mkdir in install scripts to create any missing parent
601 directories (Michel Alexandre Salim).
605 Dragging files with the middle button (or Button1+Alt) brings up a menu
606 of possible actions (Taras).
607 New option to control size of icons in `New' and `Send To' menus (Stephen
609 Bugfix: Pinboard icons didn't draw correctly if their windows got resized
610 (reported by Michel Alexandre Salim).
614 Window positions can be saved and restored by a session manager (Anders
619 Fixed an untranslated string (Andras Mohari).
623 The style for pinboard and panel icon text can be set (requested by Greg
626 widget "*.pinboard-icon" style "..."
627 widget "*.panel-icon.*" style "..."
631 Bugfix: Entering a blank expression in the 'Select If' minibuffer displayed
632 a (harmless) warning message (reported by Vincent Lefèvre).
634 03-Sep-2001 (Release 1.1.7)
636 Added an option to control whether extensions take precedence over the
637 executable bit of a file (requested by MJ Ray).
638 Updated French translation (Vincent Lefèvre and Arnaud Calvo).
639 Disabled the UTF-8 conversion (doesn't work on older versions of Gtk).
643 The options controlling when windows resize work again.
647 Better guessing of window size for display styles with details.
651 The 'src/po/dist' script now converts all text to UTF-8.
655 Fixed some problems with the configure.in script and autoconf 2.50 (Richard
660 Updated Dutch translation (Jasper Huijsmans).
661 Send To menu lists contents of all Send To directories in Choices, not just
663 Fixed another XML compiling problem (Stephen Watson).
667 Added Customise to `Send To' menu.
671 Detached Send To menu from main menu structure. Allows key-binding to open
672 the menu, at least. Main menu now opens quicker (no scanning of Send To dir).
673 Shift+Menu brings up the menu directly.
677 Fixed compiling problem with some versions of libxml (Stephen Watson).
678 Changed a text message in the Options box (about binding keys to menus) into
679 a button which shows the message in an alert box. Maybe people will read the
684 Only use Gtk+ 2.0 if version 1.3.6 or later is installed.
685 Scrolling using a wheel mouse now always goes at the same speed, whatever the
686 display style (requested by aardvark joe).
690 Added 'Send To' menu (Stephen Watson).
692 Bugfix: Renaming a panel icon didn't update the display (reported by Andrew
697 Fixed some minor compilation issues (reported by Jasper Huijsmans and Daniel
702 Added French translation of the manual (Arnaud Calvo).
706 Filer wouldn't compile or run if it was in a directory with spaces in the
707 name (reported by Benjamin Munoz).
711 Added options for default action window settings for Brief, Force and Recurse
713 New default for sort type is Sort By Name (requested by Andreas Dehmel).
714 Bugfix: Clicking on a file with no run action set gave two error boxes.
718 Make Enter in the minibuffer work like Return (requested by Arnaud Calvo).
722 Added some more hints to pinboard and panel windows to comply with the new
723 freedesktop.org window manger spec.
727 New option to set the maximum size the auto-resizer will resize a window to
728 (requested by Andreas Dehmel).
732 When using the Set Run Action box, make the command default to the currently
733 set command (suggested by Arnaud Calvo).
735 12-Jul-2001 (Release 1.1.6)
737 Updated the French translation (Vincent Lefèvre).
741 Renamed 'New File' submenu to 'New' and moved 'New Directory' into it.
745 Use the user's preferred font for item filenames, not the Gtk default
746 (requested by Jim Knoble).
750 Redid text handling on the panel. Now uses nice fonts under Gtk+ 2.0.
754 Don't show tooltips for applets as it causes problems (reported by Stephen
759 Gtk+-2.0: Support for anti-aliased fonts on the pinboard (also word-wraps
760 long names too). Fixed a crash-on-click problem on the root window.
764 More work on Gtk+-2.0 -- seems to be usable now :-)
768 Started work to support Gtk+-2.0.
772 Moved 'relative link' option above the buttons in the Link box (Stephen
774 Bugfix: Rescanning could sometimes make the cursor reappear, causing the
775 display to scroll (reported by Andreas Dehmel).
779 Replaced 'New File...' menu item with a submenu generated from the contents
780 of '<Choices>/Templates' (Stephen Watson).
784 `Xterm here' command can contain arguments (Andras Mohari).
785 Made the menu appear in a sensible place, so it's easy to get to the File
786 submenu (suggested by André Wyrwa).
790 Updated French translation (Vincent Lefèvre).
791 Added a German translation (André Wyrwa).
795 Added an extra option to control the resizing behaviour. Can be set to resize
796 never, always, or only when the display style changes (requested by Andreas).
798 07-Jun-2001 (Release 1.1.5)
800 Updated Russian translation (Dmitry Elfimov).
804 Unless compiling with mc's libvfs for virtual filesystem support, change the
805 menu structure for use with the newer AVFS system.
806 (http://www.inf.bme.hu/~mszeredi/avfs/) (José Romildo Malaquias).
808 Bug fix: Running the filer with a translation set would make it crash
809 (reported by Dmitry Elfimov).
811 04-Jun-2001 (Release 1.1.4)
813 Added 'Details' toolbar icon. Toggles display between Small Icons with Summary
814 and the default size with no details.
818 Replaced Large/Small toolbar buttons with a single Size button which
819 cycles through Small/Large/Huge (other button to reverse).
823 Added Shift Open, Set Run Action and Set Icon to the pinboard and panel
828 Long leafnames wrap onto multiple lines in Huge mode, like they do for
833 Display tooltips for pinboard and panel icons, where needed.
837 New option to show number of files / size of selected files in the toolbar
842 New options section 'panel' allows icon text to be hidden for all icons, no
843 icons, or just applications (suggested by José Romildo Malaquias).
847 Converted the options window to a tabbed notebook (Denis Manente).
851 Pressing the mouse button down on an icon no longer winks it; only releasing
852 the button to run it does.
853 Added 'Show Info' to panel/pinboard menu.
854 The File Info box grabs the primary selection when a row is selected
855 (allows you to paste email addresses, URLs, etc).
859 Opening a pinboard or panel menu over an icon no longer selects it -- this
860 allows the selection to be passed to an application run using its AppMenu
861 (requested by Christopher Arndt).
865 In Large Icons display style, a file's name may wrap onto a second line.
869 Merged code for handling selections and menus that was common to pinboards
870 and panels into icon.c.
874 When using 'From LANG', extract the language code from the string to get
875 the filename, instead of using the whole string (Andras Mohari).
876 Added support for very old versions of libxml (reported by Lukasz Stelmach
877 and Vincent Lefèvre).
881 Updated French (Vincent Lefevre) and Hungarian (Andras Mohari) translations.
883 07-May-2001 (Release 1.1.3)
885 Updated the documentation.
889 Added 'Huge, With...' display styles. In huge mode, normal icons are scaled
890 up if they're too small.
894 Gtk styles can be overridden in <Choices>/ROX-Filer/Styles (suggested by
896 Pinboards and panels should now work with IceWM without needing -o
898 Allow text messages in the toolbar to go off the side (instead of resizing the
903 Opening the shell minibuffer with a selection adds ' "$@' after the cursor.
904 Without a selection, the name of the file under the cursor is added.
908 Pressing the `\' key opens the menu (suggested by Christopher Arndt). Hold
909 down Ctrl for the File submenu.
913 Added a new 'About' section to AppInfo. Any elements in here are added
914 into the info box. Added a 'Refresh' button to the info box.
915 Added a ROX-Filer/Styles file for default colours (default filer background
920 Rewrote the file info box. Looks a bit nicer, and it's easier to add extra
925 Updated Russian translation (Dmitry Elfimov).
929 AppInfo file may contain a <Summary> element - the text inside will be
930 displayed in a tooltip if the mouse is held over the item in a filer
935 Filer now looks for AppInfo.xml before AppMenu. This is for future
940 Automatic resizing of windows when changing directory is now optional
941 (requested by Paul E. Johnson and Andreas Thorn).
945 The symlink box allows you to choose to create relative or absolute links
946 (suggested by Stephen Watson).
950 Fix some typos and untranslated strings (Andras Mohari).
954 Added a Russian translation (Dmitry Elfimov).
958 Fixed a couple of errors in the man-page (spotted by Damien Couderc).
962 Winking an item in a directory makes it flash twice instead of once (easier
963 to see). Also, creating a new file or directory from the menu winks the new
966 Bugfix: When a directory was rescanned because of a move operation,
967 the `Set Icon...' settings didn't work (reported by Damien
972 New display style 'Huge Icons' to make viewing thumbnails easier.
973 Added a Hungarian translation (Andras Mohari).
974 Updated the French translation (Vincent Lefèvre).
975 Double clicking on a filer window's background resizes the window (Denis
980 If an item's name is truncated, show it in a tooltip when the pointer is
981 held over the item (Denis Manente).
983 30-Mar-2001 (Release 1.1.2)
985 Asking for help on a directory always tries to open <dir>/Help first, even
986 for non-applications.
990 If run without -n, the filer will put itself in the background. Thus,
991 the 'rox' command behaves the same whether or not the filer is already
996 Support for the new version of libxml (reported by Andreas Dehmel).
1000 Rewrote parser for options. Smaller and neater (hopefully this will fix
1001 the bugs reported by Andreas Dehmel and Ewan Mac Mahon).
1003 Bugfix: While scanning, the resizer could make the window too large.
1007 Moving the cursor down in the next-to-last row will move to the last
1008 item if there is nothing under the cursor (suggested by Graham Borland).
1012 When changing directory, only make the window larger (if needed), never
1013 smaller (suggested by Diego Zamboni).
1017 Changing directory autosizes the window automatically (Denis Manente).
1018 Internal changes to the way different layouts are handled.
1022 Pressing space (to select/unselect an item) now also moves the cursor to
1023 the next item (suggested by Anders Lundmark).
1025 Copying directories tries to preserve the timestamps, like it does for
1026 files (suggested by José Romildo Malaquias).
1030 Added '--mime-type FILE' option, which simply writes the type of FILE to
1031 standard output (Stephen Watson).
1033 Added 'Home Directory' to Window menu (requested by Graham Borland).
1037 Copying a directory which doesn't have user write permission will give it
1038 user write during the copy to avoid permission denied errors (suggested by
1041 New sort option - 'Directories always come first' (requested by Liav Asseraf).
1045 Dragging a lasso box with the middle button toggles the selected state
1046 of the items enclosed (Denis Manente).
1050 Changing the display style now resizes the window (Denis Manente).
1054 New pinboards get a 'Home' icon in the top left corner as new users often
1055 think the pinboard isn't working because it starts empty (suggested by
1058 Converted AppMenu file format to XML.
1059 Added AppMenu file with options to control the pinboard.
1063 Highlight invalid Find expressions in red (Anders Lundmark).
1067 When resizing windows, try to keep the window fully inside the screen area
1072 Updated the Dutch translation (Jan Wagemakers).
1076 When mounting a device, the new window appears after mounting, not before.
1077 This means that it's more likely to get sized correctly (requested by
1082 Added two new options to control when minibuffer completion beeps (requested
1087 Added 'New File...' feature (James Kermode).
1091 Dropping icons on the pinboard positions them sensibly (Diego Zamboni).
1093 09-Feb-2001 (Release 1.1.1)
1095 Moving pinboard icons is nicer - it no longer assumes you dragged the middle
1096 of the text... (Diego Zamboni).
1098 Added a Polish translation (Andrzej Borsuk).
1100 Bugfix: Sometimes it wasn't possible to delete something that was on a
1101 pinboard or panel, even after confirming (reported by Diego Zamboni).
1105 Sliders in the options box can have a numerical value display (Diego Zamboni).
1106 Fixed a stray warning message displayed when non-default pinboard options
1107 were used (Diego Zamboni).
1109 New menu item 'Set Icon...' allows you to choose any icon for any file or
1110 directory. Also allow .DirIcon.png to set a directory's icon (Diego Zamboni).
1114 Many internal changes to the Options system.
1118 Bugfix: On filesystems which aren't case sensitive (eg DOS) it was possible
1119 to copy 'tmp' as 'Tmp' and lose it! (reported by Denis Manente)
1123 Added Diego Zamboni's patch to make configuring VFS easier.
1127 Improved compiling - now correctly reports an error if the file doesn't
1128 compile. If configure is missing then autoconf is run automatically.
1130 After a Find completes, you are given the option of doing the search again
1133 Applications can define a list of menu items to display on their menus
1134 (Diego Zamboni). The file should be called 'AppMenu' and contains a list of
1135 lines in the form 'option Text'.
1139 Added two new pinboard options - one to allow setting the grid step size
1140 and one to allow icons to go slightly off the side of the screen (Diego
1145 Bugfix: Textured window backgrounds could cause a crash (reported by Diego
1150 Updated the French translation (Vincent Lefèvre).
1152 Bugfix: The pixbuf stuff didn't work on some displays (reported by Stephen
1155 20-Jan-2001 (Release 1.1.0)
1157 Removed the 'Initial window height' option. The filer tries to pick a
1158 sensible shape itself now.
1160 Bugfix: If an image was moved to a directory which didn't generate thumbs
1161 then it would display, but never be updated. Even if it wasn't that
1162 file at all, just a reused inode!
1163 Bugfix: Changing the display style didn't always redraw the display.
1164 Bugfix: In 'Small, With...' display mode, clicking beyond the far right
1165 column acted like clicking on the far-right column.
1169 Changed background colour to be more compatible with the Gtk themes system.
1173 Removed all the message window stuff. ROX-Filer no longer grabs standard
1174 error from its child processes. Changed because ROX-Session now does a much
1179 Filer is more generous in what hostnames it considers local.
1180 Patch to include pixbuf headers correctly (Diego Zamboni).
1184 Bug fix: Didn't always use the fully qualified host name for DnD.
1188 If a file has a known extension then it is given the appropriate type even
1189 if the file is executable (Simon Britnell).
1193 Added a menu entry 'Resize Window' to set the window to a sensible size
1198 Try to open new windows at a sensible size for their contents (Denis Manente).
1202 Bugfix: When mounting or unmounting subdirectories of '/', the mount symbol
1203 wasn't updated (reported by Wilbert Berendsen).
1207 Fixed a couple of memory leaks in the choices system (Diego Zamboni).
1208 Updated French translation (Vincent Lefèvre).
1209 Added new 'Create Thumbs' entry on the Display menu which tries to load
1210 every file in the directory as an image and use that image for the file
1211 (suggested by Sprague and Simon Britnell).
1215 Converted to use gdk-pixbuf instead of ImLib.
1216 Fixed a few compiler warnings and improved the error message displayed
1217 if you try to invoke rox on a missing file (reported by Vincent Lefèvre).
1218 Changed the -w, -W and -i flags to the simpler -x=FILE, which reexamines the
1219 given file, updating directory views and icons as needed.
1223 AppIcon.xpm must be a regular file (stops people trying to crash the
1224 filer by symlinking to /dev/...).
1225 Fixed a missing translation in the pinboard options (Denis Manente).
1229 Attempting to run the filer before compiling will now ask if you want
1231 Removed lots of platform-specific mount point code and replaced it with
1232 python's portable system.
1233 New options section allows you to choose a translation without having to
1234 set the LANG variable.
1238 Added '-w', '-i' and '-W' command line options for forcing icons or
1239 directories to be rescanned (Diego Zamboni).
1241 13-Dec-2000 (Release 1.0.0)
1243 Made a few updates to the manual.
1247 Fixes to make compiling easier on Solaris (Diego Zamboni). Also, after showing
1248 a pinboard icon, tries to send it to the back (might help with some WMs).
1250 04-Dec-2000 (Release 0.1.30)
1252 When a panel is used for the first time, put the user's home directory and
1253 the directory containing ROX-Filer on it instead of leaving it blank.
1257 Patch to make compiling easier under FreeBSD (Jimmy Olgeni).
1258 Added a #include for OSF1 (Vincent Lefevre).
1262 Bugfix: On many systems, the filer would fail to remove zombie processes
1263 due to a typo (spotted by Philip Hazel and tracked down by Stephen
1268 Bugfix: Removing an item from the panel now resizes the panel (reported
1269 by Wilbert Berendsen).
1270 Bugfix: Editing an icon's path failed to update its hash entry.
1274 If a case-sensitve match for an extension can't be found then try a
1275 case-insensitive match - so .BMP and similar work (Denis Manente).
1279 A few changes to remove some compiler warnings (reported by Vincent Lefevre).
1280 Added a VFS menu entry for .deb files (Vincent Ledda).
1284 Mounting or unmounting a directory forces mtab to be reread, even if the
1285 timestamp hasn't changed (problem reported by Wilbert Berendsen).
1287 When the 'Unique windows' option is on, remove the old window AFTER creating
1288 the new one, so that the filer doesn't quit because there are zero windows
1289 open... (Denis Manente).
1293 Updated the Dutch translation (Jan Wagemakers).
1297 Updated the French translation (Vincent Lefèvre).
1299 Using --version and --help options no longer requires an X server connection,
1300 the man-pages are more standard, and 'man ROX-Filer' is allowed as well as
1301 'man rox' (Bernard Jungen).
1303 Bugfix: A corrupted AppIcon.xpm could crash the filer.
1305 24-Oct-2000 (Release 0.1.29)
1307 Code tidying: Replaced an XLib call with a gdk one (Denis Manente) and amended
1308 the makedist script to remove the .cvsignore files (spotted by Andy
1313 Improved the install script so that it installs the man-page. Also made it
1314 easier to use. Updated the French translation and fixed a couple of
1315 typos (Vincent Lefèvre).
1319 Gtk+ doesn't always scroll entry widgets to show the selection - apply a
1320 workaround (Denis Manente) - this improves the Copy/Rename/etc boxes.
1324 Added a Dutch translation (Jan Wagemakers).
1328 Added an Italian translation (Denis Manente).
1332 Bugfix: If AppRun was a symlink, then the owner of the file was checked, not
1333 the owner of the symlink. Slight security risk, and also prevented
1334 users symlinking AppRun to their binaries...
1338 Bugfix: Deleting a pinboard icon while it was highlighted caused a crash.
1339 This means it is now possible to click on a pinboard icon to change
1340 between pinboards...
1342 Bugfix: Textured window backgrounds didn't redraw correctly when scrolled
1343 or resized. Now flickers when resizing if there's a textured
1344 background - seems to be necessary :-(
1348 Running as root now simply turns on the -u flag, rather than displaying
1351 The toolbar height is now correctly taken into account when sizing a new filer
1352 window (Denis Manente).
1354 When guessing file types from extensions, the filer now tries to find the
1355 longest extension that matches (eg .ps.gz, then .gz).
1359 The lasso box is now drawn so that the box will be in the foreground colour
1360 over the background, rather than by just inverting the pixel value and hoping
1361 it's visible (spotted by Philip Hazel).
1365 If the home directory is '/' then don't show it as '~' (suggested by
1368 Added '--show=FILE' option - this will be needed by other ROX
1369 applications, so it needs to be in version 1.0.0.
1371 Bugfix: -d option didn't use realpath before sending to an already-running
1376 The 'install.sh' script now uses 'printf' instead of 'echo -e' to suppress
1377 newlines (suggested by Bernard Jungen).
1379 Bugfix: Close tool was always disabled on startup (reported by Martin Ward).
1383 Added a man-page (Andy Piper).
1384 Changed `install.sh' from bash to sh (Bernard Jungen).
1386 18-Sep-2000 (Release 0.1.28)
1388 Bugfix: menu entries on the pinboard menu weren't being shaded and
1393 Changed 'Rename Item' to 'Edit Icon' and allowed changing the path that
1394 the icon points to as well as its name.
1396 All i?86 platforms are treated as being equivalent (so, if you compile
1397 on a 386 then it'll still run on a 486).
1401 Pinboard icons can also be renamed.
1402 Pinboard and panel icons can have '~' or '~/' at the start of their
1403 pathnames - this should make it easier to create a system-wide default
1404 panel or pinboard with icons relative to the user's home directory.
1408 Panel icons can now be renamed (suggested by Ewan Mac Mahon).
1412 Changing the toolbar options affects existing windows, not just new ones.
1413 Removed the 'Size Bars' display style and replaced it with 'Permissions',
1414 'Type' and 'Times' styles.
1418 With items that spread over their normal width because they're on the
1419 edge of the window, clicking on the extra bit now works.
1421 Added a size limit of 400K on application icons. This is to prevent
1422 someone trying to crash the filer by linking /tmp/MyApp/AppIcon.xpm
1425 Dragging an item with the middle button when none are selected unselects
1426 the item after the drag.
1428 Added 'Show Location' feature for pinboard and panels - opens a directory
1429 showing where the file really is.
1433 Allowed items in the far right column to spread right to the edge of the
1434 window. Fixed a bug which prevented Delete from working if there was
1439 Deleting items first checks if it will affect the pinboard or panel. A
1440 warning is displayed if so.
1442 Upgraded the query dialog (from ROX-Session) - looks nicer.
1446 'Unique filer windows' option now has no effect while the spring open
1447 feature is active (spotted by Andrew Booker). Also, when opening a new
1448 window, the old window is destroyed and a new one created (rather than
1449 reusing the old one). This ensures that the new window appears in the
1452 When a drag from the pinboard or a filer window ends, the selection is
1453 only cleared if the icon was selected by starting the drag. Thus, it now
1454 works like the panels.
1458 New Close toolbar button (requested by Martin Ward).
1459 Toolbar icons can be turned on and off from the Options box.
1460 Removed the 'Mount' menu entry, since 'Shift Open' does it too.
1461 Made the Shift Open menu text change depending on what is selected.
1462 Bugfix: dragging icons around no longer saved the new pinboard state!
1466 Running a second copy of the filer as another user will start a new copy
1467 instead of reusing the existing one. Added the '-u' option to display the
1468 name of the user running the filer in each window (also suppresses the
1469 normal don't-run-as-root warning).
1471 Added '-d', which opens a directory as a directory, even if it looks like
1476 Added Large and Small toolbar buttons. Right-clicking brings up a menu.
1480 Moved 'Set Run Action' to the file menu (suggested by Ewan Mac Mahon), and
1481 made using it bring up a dialog rather than a minibuffer. Hopefully it is now
1484 Added much improved icons for executables and for applications without icons
1485 of their own (Victor Liu See-le).
1487 Allow '/' on the pinboard and panel (text wasn't displayed - spotted by
1490 Bugfix: auto-scrolling didn't always stop when a drag ended.
1491 Bugfix: creating a panel with the same name as a file in the current
1492 directory caused an error due to a throwback from when panels were
1493 directories (spotted by Ewan Mac Mahon).
1495 30-Aug-2000 (Release 0.1.27)
1497 Increased the distance you have to move the pointer to start a drag
1498 slightly. Updated the manual.
1500 Panel icons can now be moved from one side to the other by simply moving
1501 over the gap in the middle. Previously, you had to jump over an icon on
1504 Left and right panels look better now. Also, they shrink if you add a top
1505 or bottom panel to make room.
1509 Dragging on the panel background allows you to slide the bar back and
1514 Fixed a slight bug with lasso boxes, which could cause them to be drawn in
1515 the wrong place. Install script no longer overwrites the default run
1516 actions; if the user has changed them leave them alone!
1517 (Martin Ward noted that symlinking to an executable would cause the
1518 executable to be destroyed on upgrade!)
1522 More improvements to the event handling. Seems to be working again at
1524 Made the toolbar buttons slightly larger, and added a textual display
1525 for 'Next Click' mode (eg 'Delete ... ?' when it's waiting for you to
1527 Moved the pinboard over to the new mouse binding code too.
1531 Started rewriting the event handling for filer windows to go through
1532 the new code in bind.c, like the panel handling does.
1536 You can now drag icons from the panel to other applications.
1540 Dragging panel icons with the middle button allows you to move them around.
1542 New option to set the default height for new filer windows (patch from
1547 Selecting panel icons now grabs the primary selection. Pasting pastes all
1548 selected file path names. Icons can now be added to either side of the panel.
1550 Bug fix: Moving a file didn't always update the source directory.
1554 Many improvements to the panel - drag and drop to icons, adding new icons,
1555 selections (doesn't grab the primary selection yet though), removing icons
1556 and automatically saving the panel when it's changed.
1560 Improved reference counting on images (hopefully!). Lots of work on
1561 rewriting the panel system.
1565 Made the timeout for the spring-open feature configurable (requested by
1568 Use short form of --version in install.sh and don't use unsetenv() if it
1569 isn't available (Mattias Engdegård).
1573 New options to set the pinboard text foreground and background colours
1574 (suggested by James Kermode).
1578 Your home directory is now displayed as '~' in the title bar, rather
1579 than as a full path.
1581 01-Aug-2000 (Release 0.1.26)
1583 Added a popup menu of commonly used chmod strings to the Permissions
1584 box. Bracketed text and spaces are now ignored in the commands.
1585 Bug fix: Only menu keys changed since the last load were saved!
1589 Bug fix: Mount points on the pinboard didn't always redraw when the
1590 mounted/unmounted state changed.
1594 Renaming now uses the action windows. This means that you can now
1595 rename something onto another filesystem.
1599 The menu key bindings are now only saved if they actually changed.
1601 Code tidying: Moved some typedefs to the new `global.h' file and
1602 thus removed the dependencies between header files :-)
1606 Tab and Shift-Tab move to next and previous selected item.
1610 The new display styles can now be saved as the defaults (bug spotted by
1613 When autoscrolling is used, prevent the last-highlighted directory
1614 from springing open. 'spring open' now defaults to off.
1616 The toolbar Up and Home buttons can act as drop targets (and spring open
1619 Options to set the pinboard text background style (suggested by James
1624 Added an option to control the spring-loading feature. Added tooltips
1625 to some of the options. Improved the rule for deciding whether to open
1626 a new window when you click on the toolbar buttons.
1628 Stopped the spring-open window moving while it's open (prevents a bug
1629 in GTK+ from causing problems). Please use GTK+ 1.2.8 or later now!
1631 Dragging near the edge of a window scrolls. Improved the lasso box drag
1632 to use the same system (so it scrolls without you having to move the
1637 Added 'spring-loaded' directories. If you drag a file over a directory and
1638 hold it there, the directory will spring open! (suggested by Barney
1643 In the path entry minibuffer, an exact match is favoured over any other
1644 match. So, if you enter '.xsession' and press Return you'll get it, not
1645 '.xsession-errors' or whatever!
1647 The filer now clears APP_DIR from the environment so that child processes
1648 don't get it. Fixed a bug which caused problems when using a small version
1649 of the 'missing image' image.
1653 Creating a new directory now makes sure the display is updated.
1655 18-Jul-2000 (Release 0.1.25)
1657 Prevent dragging from a pinboard selection to itself, or onto the desktop
1662 Clicking on the root window works (button-1 clears the selection,
1663 button-3 opens the pinboard menu). The pinboard can own the primary
1664 selection, which means that you can select something and then paste
1665 its name into another program.
1667 Keys bound to menu entries are automatically saved when the filer quits.
1671 Changed the install script so that the CVS directories don't get installed.
1673 The 'rox' script now just calls AppRun directly.
1674 Panels can be created without starting a new copy of the filer.
1675 The pinboard can be changed or removed by using --pinboard a second time.
1677 Files can be given as arguments - they are opened as if they were clicked
1678 on in a filer window (suggested by Alex Holden). If no arguments are
1679 given then the default is now the current directory (not your home
1682 If you start the leafname in the path minibuffer with '.' then the Show
1683 Hidden feature is temporarily turned on.
1687 Ctrl-clicking selects and unselects pinboard icons. Menu clicking
1688 selects the icon clicked on while the menu is open. Pinned icons are
1689 now updated when the pointer moves over them, if necessary.
1693 Menu-clicking on a pinboard icon now brings up a menu.
1694 Clicks on the root window are still ignored though; need to support
1695 the GNOME-compliant window manager system for passing root clicks on...
1699 Files can now be dragged to pinboard icons, and they highlight nicely too!
1700 If the --override option is used, the filer will bypass the window manager
1701 and position the icons directly.
1705 Pinboard icons can now be dragged to filer windows or applications, just
1710 Changed the DnD code to make it easier for the pinboard code to use it.
1711 Up and Home buttons on the toolbar now use the 'New window on button 1'
1712 option setting (suggested by Vincent Lefèvre).
1716 Pinboard can have mount points and symlinks on it.
1720 Dragging with the Menu button moves icons around. Clicking with the
1721 other button removes icons from the pinboard.
1725 Dragging files to the pinboard adds them to it and automatically saves
1730 Pinboard is now loaded from a file specified on the command line.
1734 'Home' now appears on the background if you run it with --pinboard.
1735 Clicking opens your home directory. Doesn't do much else.
1736 Fixed a bug which prevented the minibuffer label from appearing on
1737 some versions of GTK+.
1741 First steps towards pinboard support (requested by P.S.S.Camp and
1746 Changed the Display menu layout - now there are four basic types (Large or
1747 Small, with or without details) and the type of detail desired is chosen
1748 from a sub-sub-menu.
1750 Added a new display style - bars showing the sizes of the files. The bars are
1751 drawn on a log scale.
1755 Changed the display menu - you can now choose large or small icons, with or
1756 without details. The details displayed can also be changed. I'm not quite
1757 happy with the UI yet though...
1759 Split the filer.c source file into two (filer.c and display.c) since it was
1760 becoming rather unwieldy. This means that some of the option names have
1761 changed because they've moved to a new section in the options window...
1765 Fixed a problem where ImLib support failed on multi-depth displays (reported
1766 by Stephen Harrison).
1768 06-Jun-2000 (Release 0.1.24)
1770 Added the install.sh script for easier installation.
1771 Removed 'MIME-info' file from ROX-Filer - now we always assume that the
1772 standard types are in Choices.
1773 Fixed a bug which could cause 'top' panels to appear in the wrong place
1775 Changed the sort order for Sort By Type so that directories come before
1776 files (suggested by Chris Garrett).
1777 `Single-click navigation' and 'Ignore case when sorting' now both default
1782 Improved the theme support to allow tiled background images.
1783 Fixed a bug which prevented tilde expansion from working in the
1784 shell command minibuffer.
1788 Made the help button look a bit nicer and changed the Find and Permissions
1789 action windows to use the icon instead of a text button.
1790 Removed the 3D borders from the help and toolbar buttons when not selected
1791 (looks much better!). Setting a run action by dragging to a symlink now
1792 dereferences the link (suggested by Ewan Mac Mahon).
1794 Default search path for Choices is now:
1795 ~/Choices:/usr/local/share/Choices:/usr/share/Choices
1797 Fixed (possibly) a bug which sometimes causes the redraw to miss bits. This
1798 probably slows everything down, but the next Gtk+ release should do double
1799 buffering so all this will get changed then...
1803 Added a Help icon to the toolbar, which does the same as choosing `Show
1804 ROX-Filer Help' from the menu.
1808 Started adding some code to truncate long filenames (not finished yet).
1809 Fixed a bug which could cause directories to appear empty when using VFS.
1810 Added the 'Select If' minibuffer, which selects all files matching the
1815 Moved most of the icons from pixmaps to MIME-icons (outside ROX-Filer).
1816 Updated several of the remaining icons by copying them from the GNOME
1817 desktop (suggested by Volker Braun).
1820 16-May-2000 (Release 0.1.23)
1822 Added the `Window->Set Run Action' menu item. This allows you to specify the
1823 default run action for a file by simply dragging the file into a program.
1824 You can also enter a shell command in the minibuffer to make that command
1826 The cursor is a bit nicer and usually appears where you want it to now. You
1827 can also get rid of it by pressing Escape.
1831 Applied Bernard's patch (a couple of cosmetic changes to the action windows).
1832 Applied Vincent's patch (minor updates to the Frech translation).
1833 Fixed a problem with the pixmap caching - the filer would detect that the
1834 file had changed and try to reload it, but ImLib would simply return its
1839 Removed a debugging message that had somehow got into the release version :-(
1840 Fixed a bug in the minibuffer code - pressing Return when the cursor was in
1841 an empty directory caused odd effects.
1843 24-Apr-2000 (Release 0.1.22)
1845 When starting, the filer will check to see if it is already running.
1846 If it is then the arguments are passed to that copy.
1850 Bug fix: Attempting to open a Find preview window could cause a crash
1851 if the directory containing the item could not be opened.
1852 Button-3 clicking on the toolbar icons opens a new window.
1857 Added Vincent Lefevre's French translation. Changed to using my own
1858 gettext function because some platforms don't have it or implement
1861 18-Apr-2000 (Release 0.1.21)
1863 Completed marking translatable strings. Dragging with the middle button
1868 Made lots of changes to the way menus are stored; this makes i18n of the
1873 Added GNU gettext support.
1874 Shell meta-characters in shell commands are escaped.
1878 Tab in the shell commands minibuffer does shell-style completion.
1880 14-Apr-2000 (Release 0.1.20)
1882 ImLib is used for rendering if possible. Small Icons super-samples the
1887 Copying from inside a VFS directory now works.
1891 Added the Shell Command feature to the minibuffer.
1892 Fixed a bug which causes unnecessary flickering when a hidden file was
1894 Removed 'Touch' from the menu; easy enough from the minibuffer now.
1895 Changed the type guessing system - scans all files in MIME-info directories
1900 Added a nice list displaying the found files. Clicking opens a preview window
1901 onto the directory and winks the file.
1905 Merged the MIME-Type and Special fields in the info window into a single
1906 Type field (since only one could be used at a time anyway).
1907 Made lots of changes to the panel menu. You can now remove things much more
1909 Unstat()able files now display the error message in the Full Info display,
1910 instead of random values.
1911 Check for copying a directory onto itself, as well as into itself.
1913 Applied Bernard's patch:
1914 - Copy (menu entry) now works with action window.
1915 - Deleted/moved directory displays are automatically hidden.
1916 - Added option not to allow run/copy when object
1917 dragged to filer (not panels) icons. Some people like
1918 it the RISC OS way...
1919 - Full info alignment of App objects and owner/group
1920 alignment corrected.
1921 - Info window: added special info for symlinks, apps
1926 Added support for mc's Virtual File System.
1930 New Window appears greyed out if Unique Windows is selected.
1931 Added 'Permissions' (chmod) feature.
1935 Added Bernard Jungen's patch:
1936 - Dates are displayed in a more RISC OS like format.
1937 - (Scanning) is shown in the titlebar during scans.
1938 - Option to only display one window per directory.
1939 - User and group names displayed in the Full Info view.
1940 - Open Parent in the root does nothing.
1941 - Errors in options are only reported once.
1942 - File does chdir() if -b isn't possible (prevents getting the full path
1943 in the file(1) says... box).
1946 Before the Changes file
1947 ~~~~~~~~~~~~~~~~~~~~~~~
1948 The following people added code before I started keeping this log:
1950 Jens Askengren GNOME-style toolbar
1951 Bernard Jungen lots of patches all over the place!
1952 Christiansen Merel initial support for ImLib
1953 Chris Sawer leafname field in the Info box
1954 Simon Truss support for mount points on NetBSD