r331: Creating a new directory now makes sure the display is updated.
[rox-filer/ma.git] / ROX-Filer / Help / Changes
blob0408c9bdff1b5bb558f97ccca7fd4bb123a50985
1                         ROX-Filer
2                         A RISC OS-like filer for X
3                         by Thomas Leonard
5 19-Jul-2000
6 ~~~~~~~~~~~
7 Creating a new directory now makes sure the display is updated.
9 18-Jul-2000
10 ~~~~~~~~~~~
11 Prevent dragging from a pinboard selection to itself, or onto the desktop
12 background.
14 17-Jul-2000
15 ~~~~~~~~~~~
16 Clicking on the root window works (button-1 clears the selection,
17 button-3 opens the pinboard menu). The pinboard can own the primary
18 selection, which means that you can select something and then paste
19 its name into another program.
21 Keys bound to menu entries are automatically saved when the filer quits.
23 16-Jul-2000
24 ~~~~~~~~~~~
25 Changed the install script so that the CVS directories don't get installed.
27 The 'rox' script now just calls AppRun directly.
28 Panels can be created without starting a new copy of the filer.
29 The pinboard can be changed or removed by using --pinboard a second time.
31 Files can be given as arguments - they are opened as if they were clicked
32 on in a filer window (suggested by Alex Holden).  If no arguments are
33 given then the default is now the current directory (not your home
34 directory).
36 If you start the leafname in the path minibuffer with '.' then the Show
37 Hidden feature is temporarily turned on.
39 15-Jul-2000
40 ~~~~~~~~~~~
41 Ctrl-clicking selects and unselects pinboard icons. Menu clicking
42 selects the icon clicked on while the menu is open. Pinned icons are
43 now updated when the pointer moves over them, if necessary.
45 14-Jul-2000
46 ~~~~~~~~~~~
47 Menu-clicking on a pinboard icon now brings up a menu.
48 Clicks on the root window are still ignored though; need to support
49 the GNOME-compliant window manager system for passing root clicks on...
51 12-Jul-2000
52 ~~~~~~~~~~~
53 Files can now be dragged to pinboard icons, and they highlight nicely too!
54 If the --override option is used, the filer will bypass the window manager
55 and position the icons directly.
57 11-Jul-2000
58 ~~~~~~~~~~~
59 Pinboard icons can now be dragged to filer windows or applications, just
60 like normal icons.
62 10-Jul-2000
63 ~~~~~~~~~~~
64 Changed the DnD code to make it easier for the pinboard code to use it.
65 Up and Home buttons on the toolbar now use the 'New window on button 1'
66 option setting (suggested by Vincent Lefèvre).
68 09-Jul-2000
69 ~~~~~~~~~~~
70 Pinboard can have mount points and symlinks on it.
72 06-Jul-2000
73 ~~~~~~~~~~~
74 Dragging with the Menu button moves icons around. Clicking with the
75 other button removes icons from the pinboard.
77 05-Jul-2000
78 ~~~~~~~~~~~
79 Dragging files to the pinboard adds them to it and automatically saves
80 the pinboard too.
82 02-Jul-2000
83 ~~~~~~~~~~~
84 Pinboard is now loaded from a file specified on the command line.
86 01-Jul-2000
87 ~~~~~~~~~~~
88 'Home' now appears on the background if you run it with --pinboard.
89 Clicking opens your home directory. Doesn't do much else.
90 Fixed a bug which prevented the minibuffer label from appearing on
91 some versions of GTK+.
93 30-Jun-2000
94 ~~~~~~~~~~~
95 First steps towards pinboard support (requested by P.S.S.Camp and
96 Darren Winsper).
98 16-Jun-2000
99 ~~~~~~~~~~~
100 Changed the Display menu layout - now there are four basic types (Large or
101 Small, with or without details) and the type of detail desired is chosen
102 from a sub-sub-menu.
104 Added a new display style - bars showing the sizes of the files. The bars are
105 drawn on a log scale.
107 15-Jun-2000
108 ~~~~~~~~~~~
109 Changed the display menu - you can now choose large or small icons, with or
110 without details. The details displayed can also be changed. I'm not quite
111 happy with the UI yet though...
113 Split the filer.c source file into two (filer.c and display.c) since it was
114 becoming rather unwieldy. This means that some of the option names have
115 changed because they've moved to a new section in the options window...
117 14-Jun-2000
118 ~~~~~~~~~~~
119 Fixed a problem where ImLib support failed on multi-depth displays (reported
120 by Stephen Harrison).
122 06-Jun-2000 (Release 0.1.24)
123 ~~~~~~~~~~~
124 Added the install.sh script for easier installation.
125 Removed 'MIME-info' file from ROX-Filer - now we always assume that the
126 standard types are in Choices.
127 Fixed a bug which could cause 'top' panels to appear in the wrong place
128 (Alex Holden).
129 Changed the sort order for Sort By Type so that directories come before
130 files (suggested by Chris Garrett).
131 `Single-click navigation' and 'Ignore case when sorting' now both default
132 to On.
134 03-Jun-2000
135 ~~~~~~~~~~~
136 Improved the theme support to allow tiled background images.
137 Fixed a bug which prevented tilde expansion from working in the
138 shell command minibuffer.
140 02-Jun-2000
141 ~~~~~~~~~~~
142 Made the help button look a bit nicer and changed the Find and Permissions
143 action windows to use the icon instead of a text button.
144 Removed the 3D borders from the help and toolbar buttons when not selected
145 (looks much better!). Setting a run action by dragging to a symlink now
146 dereferences the link (suggested by Ewan Mac Mahon).
148 Default search path for Choices is now:
149         ~/Choices:/usr/local/share/Choices:/usr/share/Choices
151 Fixed (possibly) a bug which sometimes causes the redraw to miss bits. This
152 probably slows everything down, but the next Gtk+ release should do double
153 buffering so all this will get changed then...
155 01-Jun-2000
156 ~~~~~~~~~~~
157 Added a Help icon to the toolbar, which does the same as choosing `Show
158 ROX-Filer Help' from the menu.
160 25-May-2000
161 ~~~~~~~~~~~
162 Started adding some code to truncate long filenames (not finished yet).
163 Fixed a bug which could cause directories to appear empty when using VFS.
164 Added the 'Select If' minibuffer, which selects all files matching the
165 entered expression.
167 21-May-2000
168 ~~~~~~~~~~~
169 Moved most of the icons from pixmaps to MIME-icons (outside ROX-Filer).
170 Updated several of the remaining icons by copying them from the GNOME
171 desktop (suggested by Volker Braun).
174 16-May-2000 (Release 0.1.23)
175 ~~~~~~~~~~~
176 Added the `Window->Set Run Action' menu item. This allows you to specify the
177 default run action for a file by simply dragging the file into a program.
178 You can also enter a shell command in the minibuffer to make that command
179 the default.
180 The cursor is a bit nicer and usually appears where you want it to now. You
181 can also get rid of it by pressing Escape.
183 12-May-2000
184 ~~~~~~~~~~~
185 Applied Bernard's patch (a couple of cosmetic changes to the action windows).
186 Applied Vincent's patch (minor updates to the Frech translation).
187 Fixed a problem with the pixmap caching - the filer would detect that the
188 file had changed and try to reload it, but ImLib would simply return its
189 cached copy!
191 28-Apr-2000
192 ~~~~~~~~~~~
193 Removed a debugging message that had somehow got into the release version :-(
194 Fixed a bug in the minibuffer code - pressing Return when the cursor was in
195 an empty directory caused odd effects.
197 24-Apr-2000 (Release 0.1.22)
198 ~~~~~~~~~~~
199 When starting, the filer will check to see if it is already running.
200 If it is then the arguments are passed to that copy.
202 23-Apr-2000
203 ~~~~~~~~~~~
204 Bug fix: Attempting to open a Find preview window could cause a crash
205 if the directory containing the item could not be opened.
206 Button-3 clicking on the toolbar icons opens a new window.
209 21-Apr-2000
210 ~~~~~~~~~~~
211 Added Vincent Lefevre's French translation. Changed to using my own
212 gettext function because some platforms don't have it or implement
213 it differently.
215 18-Apr-2000 (Release 0.1.21)
216 ~~~~~~~~~~~
217 Completed marking translatable strings. Dragging with the middle button
218 now moves files.
220 17-Apr-2000
221 ~~~~~~~~~~~
222 Made lots of changes to the way menus are stored; this makes i18n of the
223 menus easier.
225 16-Apr-2000
226 ~~~~~~~~~~~
227 Added GNU gettext support.
228 Shell meta-characters in shell commands are escaped.
230 15-Apr-2000
231 ~~~~~~~~~~~
232 Tab in the shell commands minibuffer does shell-style completion.
234 14-Apr-2000 (Release 0.1.20)
235 ~~~~~~~~~~~
236 ImLib is used for rendering if possible. Small Icons super-samples the
237 image down.
239 13-Apr-2000
240 ~~~~~~~~~~~
241 Copying from inside a VFS directory now works.
243 09-Apr-2000
244 ~~~~~~~~~~~
245 Added the Shell Command feature to the minibuffer.
246 Fixed a bug which causes unnecessary flickering when a hidden file was
247 detected.
248 Removed 'Touch' from the menu; easy enough from the minibuffer now.
249 Changed the type guessing system - scans all files in MIME-info directories
250 now.
252 02-Apr-2000
253 ~~~~~~~~~~~
254 Added a nice list displaying the found files. Clicking opens a preview window
255 onto the directory and winks the file.
257 18-Mar-2000
258 ~~~~~~~~~~~
259 Merged the MIME-Type and Special fields in the info window into a single
260 Type field (since only one could be used at a time anyway).
261 Made lots of changes to the panel menu. You can now remove things much more
262 easily.
263 Unstat()able files now display the error message in the Full Info display,
264 instead of random values.
265 Check for copying a directory onto itself, as well as into itself.
267 Applied Bernard's patch:
268 - Copy (menu entry) now works with action window.
269 - Deleted/moved directory displays are automatically hidden.
270 - Added option not to allow run/copy when object
271   dragged to filer (not panels) icons. Some people like
272   it the RISC OS way...
273 - Full info alignment of App objects and owner/group
274   alignment corrected.
275 - Info window: added special info for symlinks, apps
276   and mount points.
278 17-Mar-2000
279 ~~~~~~~~~~~
280 Added support for mc's Virtual File System.
282 12-Mar-2000
283 ~~~~~~~~~~~
284 New Window appears greyed out if Unique Windows is selected.
285 Added 'Permissions' (chmod) feature.
287 10-Mar-2000
288 ~~~~~~~~~~~
289 Added Bernard Jungen's patch:
290 - Dates are displayed in a more RISC OS like format.
291 - (Scanning) is shown in the titlebar during scans.
292 - Option to only display one window per directory.
293 - User and group names displayed in the Full Info view.
294 - Open Parent in the root does nothing.
295 - Errors in options are only reported once.
296 - File does chdir() if -b isn't possible (prevents getting the full path
297   in the file(1) says... box).