2 A RISC OS-like filer for X
8 Applied Bernard's patch (a couple of cosmetic changes to the action windows).
9 Applied Vincent's patch (minor updates to the Frech translation).
10 Fixed a problem with the pixmap caching - the filer would detect that the
11 file had changed and try to reload it, but ImLib would simply return its
16 Removed a debugging message that had somehow got into the release version :-(
17 Fixed a bug in the minibuffer code - pressing Return when the cursor was in
18 an empty directory caused odd effects.
20 24-Apr-2000 (Release 0.1.22)
22 When starting, the filer will check to see if it is already running.
23 If it is then the arguments are passed to that copy.
27 Bug fix: Attempting to open a Find preview window could cause a crash
28 if the directory containing the item could not be opened.
29 Button-3 clicking on the toolbar icons opens a new window.
34 Added Vincent Lefevre's French translation. Changed to using my own
35 gettext function because some platforms don't have it or implement
38 18-Apr-2000 (Release 0.1.21)
40 Completed marking translatable strings. Dragging with the middle button
45 Made lots of changes to the way menus are stored; this makes i18n of the
50 Added GNU gettext support.
51 Shell meta-characters in shell commands are escaped.
55 Tab in the shell commands minibuffer does shell-style completion.
57 14-Apr-2000 (Release 0.1.20)
59 ImLib is used for rendering if possible. Small Icons super-samples the
64 Copying from inside a VFS directory now works.
68 Added the Shell Command feature to the minibuffer.
69 Fixed a bug which causes unnecessary flickering when a hidden file was
71 Removed 'Touch' from the menu; easy enough from the minibuffer now.
72 Changed the type guessing system - scans all files in MIME-info directories
77 Added a nice list displaying the found files. Clicking opens a preview window
78 onto the directory and winks the file.
82 Merged the MIME-Type and Special fields in the info window into a single
83 Type field (since only one could be used at a time anyway).
84 Made lots of changes to the panel menu. You can now remove things much more
86 Unstat()able files now display the error message in the Full Info display,
87 instead of random values.
88 Check for copying a directory onto itself, as well as into itself.
90 Applied Bernard's patch:
91 - Copy (menu entry) now works with action window.
92 - Deleted/moved directory displays are automatically hidden.
93 - Added option not to allow run/copy when object
94 dragged to filer (not panels) icons. Some people like
96 - Full info alignment of App objects and owner/group
98 - Info window: added special info for symlinks, apps
103 Added support for mc's Virtual File System.
107 New Window appears greyed out if Unique Windows is selected.
108 Added 'Permissions' (chmod) feature.
112 Added Bernard Jungen's patch:
113 - Dates are displayed in a more RISC OS like format.
114 - (Scanning) is shown in the titlebar during scans.
115 - Option to only display one window per directory.
116 - User and group names displayed in the Full Info view.
117 - Open Parent in the root does nothing.
118 - Errors in options are only reported once.
119 - File does chdir() if -b isn't possible (prevents getting the full path
120 in the file(1) says... box).