r280: All objects now have MIME types. This allows you to specify the action for
[rox-filer/ma.git] / ROX-Filer / Help / Changes
blob220ab9bfbdf92fd4eec8d471c1185024f8e11b3c
1                         ROX-Filer
2                         A RISC OS-like filer for X
3                         by Thomas Leonard
6 16-May-2000
7 ~~~~~~~~~~~
8 Added the `Window->Set Run Action' menu item. This allows you to specify the
9 default run action for a file by simply dragging the file into a program.
10 You can also enter a shell command in the minibuffer to make that command
11 the default.
12 The cursor is a bit nicer and usually appears where you want it to now. You
13 can also get rid of it by pressing Escape.
15 12-May-2000
16 ~~~~~~~~~~~
17 Applied Bernard's patch (a couple of cosmetic changes to the action windows).
18 Applied Vincent's patch (minor updates to the Frech translation).
19 Fixed a problem with the pixmap caching - the filer would detect that the
20 file had changed and try to reload it, but ImLib would simply return its
21 cached copy!
23 28-Apr-2000
24 ~~~~~~~~~~~
25 Removed a debugging message that had somehow got into the release version :-(
26 Fixed a bug in the minibuffer code - pressing Return when the cursor was in
27 an empty directory caused odd effects.
29 24-Apr-2000 (Release 0.1.22)
30 ~~~~~~~~~~~
31 When starting, the filer will check to see if it is already running.
32 If it is then the arguments are passed to that copy.
34 23-Apr-2000
35 ~~~~~~~~~~~
36 Bug fix: Attempting to open a Find preview window could cause a crash
37 if the directory containing the item could not be opened.
38 Button-3 clicking on the toolbar icons opens a new window.
41 21-Apr-2000
42 ~~~~~~~~~~~
43 Added Vincent Lefevre's French translation. Changed to using my own
44 gettext function because some platforms don't have it or implement
45 it differently.
47 18-Apr-2000 (Release 0.1.21)
48 ~~~~~~~~~~~
49 Completed marking translatable strings. Dragging with the middle button
50 now moves files.
52 17-Apr-2000
53 ~~~~~~~~~~~
54 Made lots of changes to the way menus are stored; this makes i18n of the
55 menus easier.
57 16-Apr-2000
58 ~~~~~~~~~~~
59 Added GNU gettext support.
60 Shell meta-characters in shell commands are escaped.
62 15-Apr-2000
63 ~~~~~~~~~~~
64 Tab in the shell commands minibuffer does shell-style completion.
66 14-Apr-2000 (Release 0.1.20)
67 ~~~~~~~~~~~
68 ImLib is used for rendering if possible. Small Icons super-samples the
69 image down.
71 13-Apr-2000
72 ~~~~~~~~~~~
73 Copying from inside a VFS directory now works.
75 09-Apr-2000
76 ~~~~~~~~~~~
77 Added the Shell Command feature to the minibuffer.
78 Fixed a bug which causes unnecessary flickering when a hidden file was
79 detected.
80 Removed 'Touch' from the menu; easy enough from the minibuffer now.
81 Changed the type guessing system - scans all files in MIME-info directories
82 now.
84 02-Apr-2000
85 ~~~~~~~~~~~
86 Added a nice list displaying the found files. Clicking opens a preview window
87 onto the directory and winks the file.
89 18-Mar-2000
90 ~~~~~~~~~~~
91 Merged the MIME-Type and Special fields in the info window into a single
92 Type field (since only one could be used at a time anyway).
93 Made lots of changes to the panel menu. You can now remove things much more
94 easily.
95 Unstat()able files now display the error message in the Full Info display,
96 instead of random values.
97 Check for copying a directory onto itself, as well as into itself.
99 Applied Bernard's patch:
100 - Copy (menu entry) now works with action window.
101 - Deleted/moved directory displays are automatically hidden.
102 - Added option not to allow run/copy when object
103   dragged to filer (not panels) icons. Some people like
104   it the RISC OS way...
105 - Full info alignment of App objects and owner/group
106   alignment corrected.
107 - Info window: added special info for symlinks, apps
108   and mount points.
110 17-Mar-2000
111 ~~~~~~~~~~~
112 Added support for mc's Virtual File System.
114 12-Mar-2000
115 ~~~~~~~~~~~
116 New Window appears greyed out if Unique Windows is selected.
117 Added 'Permissions' (chmod) feature.
119 10-Mar-20000
120 ~~~~~~~~~~~~
121 Added Bernard Jungen's patch:
122 - Dates are displayed in a more RISC OS like format.
123 - (Scanning) is shown in the titlebar during scans.
124 - Option to only display one window per directory.
125 - User and group names displayed in the Full Info view.
126 - Open Parent in the root does nothing.
127 - Errors in options are only reported once.
128 - File does chdir() if -b isn't possible (prevents getting the full path
129   in the file(1) says... box).