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