r250: Completed marking translatable strings. Tested by reversing all the strings
[rox-filer/ma.git] / ROX-Filer / Help / Changes
blob5f7f1407ea4fedc6a96f07c37e7c17273cc29cd2
1                         ROX-Filer
2                         A RISC OS-like filer for X
3                         by Thomas Leonard
6 17-Apr-2000
7 ~~~~~~~~~~~
8 Made lots of changes to the way menus are stored; this makes i18n of the
9 menus easier.
11 16-Apr-2000
12 ~~~~~~~~~~~
13 Added GNU gettext support.
14 Shell meta-characters in shell commands are escaped.
16 15-Apr-2000
17 ~~~~~~~~~~~
18 Tab in the shell commands minibuffer does shell-style completion.
20 14-Apr-2000 (Release 0.1.20)
21 ~~~~~~~~~~~
22 ImLib is used for rendering if possible. Small Icons super-samples the
23 image down.
25 13-Apr-2000
26 ~~~~~~~~~~~
27 Copying from inside a VFS directory now works.
29 09-Apr-2000
30 ~~~~~~~~~~~
31 Added the Shell Command feature to the minibuffer.
32 Fixed a bug which causes unnecessary flickering when a hidden file was
33 detected.
34 Removed 'Touch' from the menu; easy enough from the minibuffer now.
35 Changed the type guessing system - scans all files in MIME-info directories
36 now.
38 02-Apr-2000
39 ~~~~~~~~~~~
40 Added a nice list displaying the found files. Clicking opens a preview window
41 onto the directory and winks the file.
43 18-Mar-2000
44 ~~~~~~~~~~~
45 Merged the MIME-Type and Special fields in the info window into a single
46 Type field (since only one could be used at a time anyway).
47 Made lots of changes to the panel menu. You can now remove things much more
48 easily.
49 Unstat()able files now display the error message in the Full Info display,
50 instead of random values.
51 Check for copying a directory onto itself, as well as into itself.
53 Applied Bernard's patch:
54 - Copy (menu entry) now works with action window.
55 - Deleted/moved directory displays are automatically hidden.
56 - Added option not to allow run/copy when object
57   dragged to filer (not panels) icons. Some people like
58   it the RISC OS way...
59 - Full info alignment of App objects and owner/group
60   alignment corrected.
61 - Info window: added special info for symlinks, apps
62   and mount points.
64 17-Mar-2000
65 ~~~~~~~~~~~
66 Added support for mc's Virtual File System.
68 12-Mar-2000
69 ~~~~~~~~~~~
70 New Window appears greyed out if Unique Windows is selected.
71 Added 'Permissions' (chmod) feature.
73 10-Mar-20000
74 ~~~~~~~~~~~~
75 Added Bernard Jungen's patch:
76 - Dates are displayed in a more RISC OS like format.
77 - (Scanning) is shown in the titlebar during scans.
78 - Option to only display one window per directory.
79 - User and group names displayed in the Full Info view.
80 - Open Parent in the root does nothing.
81 - Errors in options are only reported once.
82 - File does chdir() if -b isn't possible (prevents getting the full path
83   in the file(1) says... box).