r277: Started adding support for setting run actions. Dialog box displays
[rox-filer.git] / ROX-Filer / Help / Changes
blob9529773fbec5f07082750255cdb9d0dfa0586bbb
1                         ROX-Filer
2                         A RISC OS-like filer for X
3                         by Thomas Leonard
6 12-May-2000
7 ~~~~~~~~~~~
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
12 cached copy!
14 28-Apr-2000
15 ~~~~~~~~~~~
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)
21 ~~~~~~~~~~~
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.
25 23-Apr-2000
26 ~~~~~~~~~~~
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.
32 21-Apr-2000
33 ~~~~~~~~~~~
34 Added Vincent Lefevre's French translation. Changed to using my own
35 gettext function because some platforms don't have it or implement
36 it differently.
38 18-Apr-2000 (Release 0.1.21)
39 ~~~~~~~~~~~
40 Completed marking translatable strings. Dragging with the middle button
41 now moves files.
43 17-Apr-2000
44 ~~~~~~~~~~~
45 Made lots of changes to the way menus are stored; this makes i18n of the
46 menus easier.
48 16-Apr-2000
49 ~~~~~~~~~~~
50 Added GNU gettext support.
51 Shell meta-characters in shell commands are escaped.
53 15-Apr-2000
54 ~~~~~~~~~~~
55 Tab in the shell commands minibuffer does shell-style completion.
57 14-Apr-2000 (Release 0.1.20)
58 ~~~~~~~~~~~
59 ImLib is used for rendering if possible. Small Icons super-samples the
60 image down.
62 13-Apr-2000
63 ~~~~~~~~~~~
64 Copying from inside a VFS directory now works.
66 09-Apr-2000
67 ~~~~~~~~~~~
68 Added the Shell Command feature to the minibuffer.
69 Fixed a bug which causes unnecessary flickering when a hidden file was
70 detected.
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
73 now.
75 02-Apr-2000
76 ~~~~~~~~~~~
77 Added a nice list displaying the found files. Clicking opens a preview window
78 onto the directory and winks the file.
80 18-Mar-2000
81 ~~~~~~~~~~~
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
85 easily.
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
95   it the RISC OS way...
96 - Full info alignment of App objects and owner/group
97   alignment corrected.
98 - Info window: added special info for symlinks, apps
99   and mount points.
101 17-Mar-2000
102 ~~~~~~~~~~~
103 Added support for mc's Virtual File System.
105 12-Mar-2000
106 ~~~~~~~~~~~
107 New Window appears greyed out if Unique Windows is selected.
108 Added 'Permissions' (chmod) feature.
110 10-Mar-20000
111 ~~~~~~~~~~~~
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).