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