r496: Many internal changes to the Options system.
[rox-filer.git] / ROX-Filer / Help / Changes
blob91bb65c7aad580f0119a290089af5288ef2d69b9
1                         ROX-Filer
2                         A RISC OS-like filer for X
3                         by Thomas Leonard
5 03-Feb-2001
6 ~~~~~~~~~~~
7 Many internal changes to the Options system.
9 30-Jan-2001
10 ~~~~~~~~~~~
11 Bugfix: On filesystems which aren't case sensitive (eg DOS) it was possible
12         to copy 'tmp' as 'Tmp' and lose it! (reported by Denis Manente)
14 28-Jan-2001
15 ~~~~~~~~~~~
16 Added Diego Zamboni's patch to make configuring VFS easier.
18 27-Jan-2001
19 ~~~~~~~~~~~
20 Improved compiling - now correctly reports an error if the file doesn't
21 compile. If configure is missing then autoconf is run automatically.
23 After a Find completes, you are given the option of doing the search again
24 (Anders Lundmark).
26 Applications can define a list of menu items to display on their menus
27 (Diego Zamboni). The file should be called 'AppMenu' and contains a list of
28 lines in the form 'option Text'.
30 24-Jan-2001
31 ~~~~~~~~~~~
32 Added two new pinboard options - one to allow setting the grid step size
33 and one to allow icons to go slightly off the side of the screen (Diego
34 Zamboni).
36 23-Jan-2001
37 ~~~~~~~~~~~
38 Bugfix: Textured window backgrounds could cause a crash (reported by Diego
39         Zamboni).
41 22-Jan-2001
42 ~~~~~~~~~~~
43 Updated the French translation (Vincent Lefèvre).
45 Bugfix: The pixbuf stuff didn't work on some displays (reported by Stephen
46         Watson).
48 20-Jan-2001 (Release 1.1.0)
49 ~~~~~~~~~~~
50 Removed the 'Initial window height' option. The filer tries to pick a
51 sensible shape itself now.
53 Bugfix: If an image was moved to a directory which didn't generate thumbs
54         then it would display, but never be updated. Even if it wasn't that
55         file at all, just a reused inode!
56 Bugfix: Changing the display style didn't always redraw the display.
57 Bugfix: In 'Small, With...' display mode, clicking beyond the far right
58         column acted like clicking on the far-right column.
60 18-Jan-2001
61 ~~~~~~~~~~~
62 Changed background colour to be more compatible with the Gtk themes system.
64 12-Jan-2001
65 ~~~~~~~~~~~
66 Removed all the message window stuff. ROX-Filer no longer grabs standard
67 error from its child processes. Changed because ROX-Session now does a much
68 better job.
70 10-Jan-2001
71 ~~~~~~~~~~~
72 Filer is more generous in what hostnames it considers local.
73 Patch to include pixbuf headers correctly (Diego Zamboni).
75 08-Jan-2001
76 ~~~~~~~~~~~
77 Bug fix: Didn't always use the fully qualified host name for DnD.
79 30-Dec-2000
80 ~~~~~~~~~~~
81 If a file has a known extension then it is given the appropriate type even
82 if the file is executable (Simon Britnell).
84 28-Dec-2000
85 ~~~~~~~~~~~
86 Added a menu entry 'Resize Window' to set the window to a sensible size
87 when you want it.
89 25-Dec-2000
90 ~~~~~~~~~~~
91 Try to open new windows at a sensible size for their contents (Denis Manente).
93 24-Dec-2000
94 ~~~~~~~~~~~
95 Bugfix: When mounting or unmounting subdirectories of '/', the mount symbol
96         wasn't updated (reported by Wilbert Berendsen).
98 20-Dec-2000
99 ~~~~~~~~~~~
100 Fixed a couple of memory leaks in the choices system (Diego Zamboni).
101 Updated French translation (Vincent Lefèvre).
102 Added new 'Create Thumbs' entry on the Display menu which tries to load
103 every file in the directory as an image and use that image for the file
104 (suggested by Sprague and Simon Britnell).
106 19-Dec-2000
107 ~~~~~~~~~~~
108 Converted to use gdk-pixbuf instead of ImLib.
109 Fixed a few compiler warnings and improved the error message displayed
110 if you try to invoke rox on a missing file (reported by Vincent Lefèvre).
111 Changed the -w, -W and -i flags to the simpler -x=FILE, which reexamines the
112 given file, updating directory views and icons as needed.
114 18-Dec-2000
115 ~~~~~~~~~~~
116 AppIcon.xpm must be a regular file (stops people trying to crash the
117 filer by symlinking to /dev/...).
118 Fixed a missing translation in the pinboard options (Denis Manente).
120 17-Dec-2000
121 ~~~~~~~~~~~
122 Attempting to run the filer before compiling will now ask if you want
123 to compile.
124 Removed lots of platform-specific mount point code and replaced it with
125 python's portable system.
126 New options section allows you to choose a translation without having to
127 set the LANG variable.
129 16-Dec-2000
130 ~~~~~~~~~~~
131 Added '-w', '-i' and '-W' command line options for forcing icons or
132 directories to be rescanned (Diego Zamboni).
134 13-Dec-2000 (Release 1.0.0)
135 ~~~~~~~~~~~
136 Made a few updates to the manual.
138 08-Dec-2000
139 ~~~~~~~~~~~
140 Fixes to make compiling easier on Solaris (Diego Zamboni). Also, after showing
141 a pinboard icon, tries to send it to the back (might help with some WMs).
143 04-Dec-2000 (Release 0.1.30)
144 ~~~~~~~~~~~
145 When a panel is used for the first time, put the user's home directory and
146 the directory containing ROX-Filer on it instead of leaving it blank.
148 24-Nov-2000
149 ~~~~~~~~~~~
150 Patch to make compiling easier under FreeBSD (Jimmy Olgeni).
151 Added a #include for OSF1 (Vincent Lefevre).
153 23-Nov-2000
154 ~~~~~~~~~~~
155 Bugfix: On many systems, the filer would fail to remove zombie processes
156         due to a typo (spotted by Philip Hazel and tracked down by Stephen
157         Watson).
159 22-Nov-2000
160 ~~~~~~~~~~~
161 Bugfix: Removing an item from the panel now resizes the panel (reported
162         by Wilbert Berendsen).
163 Bugfix: Editing an icon's path failed to update its hash entry.
165 20-Nov-2000
166 ~~~~~~~~~~~
167 If a case-sensitve match for an extension can't be found then try a
168 case-insensitive match - so .BMP and similar work (Denis Manente).
170 17-Nov-2000
171 ~~~~~~~~~~~
172 A few changes to remove some compiler warnings (reported by Vincent Lefevre).
173 Added a VFS menu entry for .deb files (Vincent Ledda).
175 11-Nov-2000
176 ~~~~~~~~~~~
177 Mounting or unmounting a directory forces mtab to be reread, even if the
178 timestamp hasn't changed (problem reported by Wilbert Berendsen).
180 When the 'Unique windows' option is on, remove the old window AFTER creating
181 the new one, so that the filer doesn't quit because there are zero windows
182 open... (Denis Manente).
184 07-Nov-2000
185 ~~~~~~~~~~~
186 Updated the Dutch translation (Jan Wagemakers).
188 29-Oct-2000
189 ~~~~~~~~~~~
190 Updated the French translation (Vincent Lefèvre).
192 Using --version and --help options no longer requires an X server connection,
193 the man-pages are more standard, and 'man ROX-Filer' is allowed as well as
194 'man rox' (Bernard Jungen). 
196 Bugfix: A corrupted AppIcon.xpm could crash the filer.
198 24-Oct-2000 (Release 0.1.29)
199 ~~~~~~~~~~~
200 Code tidying: Replaced an XLib call with a gdk one (Denis Manente) and amended
201         the makedist script to remove the .cvsignore files (spotted by Andy
202         Piper).
204 20-Oct-2000
205 ~~~~~~~~~~~
206 Improved the install script so that it installs the man-page. Also made it
207 easier to use. Updated the French translation and fixed a couple of
208 typos (Vincent Lefèvre).
210 17-Oct-2000
211 ~~~~~~~~~~~
212 Gtk+ doesn't always scroll entry widgets to show the selection - apply a
213 workaround (Denis Manente) - this improves the Copy/Rename/etc boxes.
215 08-Oct-2000
216 ~~~~~~~~~~~
217 Added a Dutch translation (Jan Wagemakers).
219 05-Oct-2000
220 ~~~~~~~~~~~
221 Added an Italian translation (Denis Manente).
223 04-Oct-2000
224 ~~~~~~~~~~~
225 Bugfix: If AppRun was a symlink, then the owner of the file was checked, not
226         the owner of the symlink. Slight security risk, and also prevented
227         users symlinking AppRun to their binaries...
229 29-Sep-2000
230 ~~~~~~~~~~~
231 Bugfix: Deleting a pinboard icon while it was highlighted caused a crash.
232         This means it is now possible to click on a pinboard icon to change
233         between pinboards...
235 Bugfix: Textured window backgrounds didn't redraw correctly when scrolled
236         or resized. Now flickers when resizing if there's a textured
237         background - seems to be necessary :-(
239 26-Sep-2000
240 ~~~~~~~~~~~
241 Running as root now simply turns on the -u flag, rather than displaying
242 a warning box.
244 The toolbar height is now correctly taken into account when sizing a new filer
245 window (Denis Manente).
247 When guessing file types from extensions, the filer now tries to find the
248 longest extension that matches (eg .ps.gz, then .gz).
250 25-Sep-2000
251 ~~~~~~~~~~~
252 The lasso box is now drawn so that the box will be in the foreground colour
253 over the background, rather than by just inverting the pixel value and hoping
254 it's visible (spotted by Philip Hazel).
256 24-Sep-2000
257 ~~~~~~~~~~~
258 If the home directory is '/' then don't show it as '~' (suggested by
259 Bernard Jungen).
261 Added '--show=FILE' option - this will be needed by other ROX
262 applications, so it needs to be in version 1.0.0.
264 Bugfix: -d option didn't use realpath before sending to an already-running
265 filer.
267 22-Sep-2000
268 ~~~~~~~~~~~
269 The 'install.sh' script now uses 'printf' instead of 'echo -e' to suppress
270 newlines (suggested by Bernard Jungen).
272 Bugfix: Close tool was always disabled on startup (reported by Martin Ward).
274 20-Sep-2000
275 ~~~~~~~~~~~
276 Added a man-page (Andy Piper).
277 Changed `install.sh' from bash to sh (Bernard Jungen).
279 18-Sep-2000 (Release 0.1.28)
280 ~~~~~~~~~~~
281 Bugfix: menu entries on the pinboard menu weren't being shaded and
282         unshaded correctly.
284 17-Sep-2000
285 ~~~~~~~~~~~
286 Changed 'Rename Item' to 'Edit Icon' and allowed changing the path that
287 the icon points to as well as its name.
289 All i?86 platforms are treated as being equivalent (so, if you compile
290 on a 386 then it'll still run on a 486).
292 16-Sep-2000
293 ~~~~~~~~~~~
294 Pinboard icons can also be renamed.
295 Pinboard and panel icons can have '~' or '~/' at the start of their
296 pathnames - this should make it easier to create a system-wide default
297 panel or pinboard with icons relative to the user's home directory.
299 14-Sep-2000
300 ~~~~~~~~~~~
301 Panel icons can now be renamed (suggested by Ewan Mac Mahon).
303 13-Sep-2000
304 ~~~~~~~~~~~
305 Changing the toolbar options affects existing windows, not just new ones.
306 Removed the 'Size Bars' display style and replaced it with 'Permissions',
307 'Type' and 'Times' styles.
309 12-Sep-2000
310 ~~~~~~~~~~~
311 With items that spread over their normal width because they're on the
312 edge of the window, clicking on the extra bit now works.
314 Added a size limit of 400K on application icons. This is to prevent
315 someone trying to crash the filer by linking /tmp/MyApp/AppIcon.xpm
316 to some huge file!
318 Dragging an item with the middle button when none are selected unselects
319 the item after the drag.
321 Added 'Show Location' feature for pinboard and panels - opens a directory
322 showing where the file really is.
324 11-Sep-2000
325 ~~~~~~~~~~~
326 Allowed items in the far right column to spread right to the edge of the
327 window. Fixed a bug which prevented Delete from working if there was
328 no pinboard.
330 10-Sep-2000
331 ~~~~~~~~~~~
332 Deleting items first checks if it will affect the pinboard or panel. A
333 warning is displayed if so.
335 Upgraded the query dialog (from ROX-Session) - looks nicer.
337 09-Sep-2000
338 ~~~~~~~~~~~
339 'Unique filer windows' option now has no effect while the spring open
340 feature is active (spotted by Andrew Booker). Also, when opening a new
341 window, the old window is destroyed and a new one created (rather than
342 reusing the old one). This ensures that the new window appears in the
343 right place.
345 When a drag from the pinboard or a filer window ends, the selection is
346 only cleared if the icon was selected by starting the drag. Thus, it now
347 works like the panels.
349 08-Sep-2000
350 ~~~~~~~~~~~
351 New Close toolbar button (requested by Martin Ward).
352 Toolbar icons can be turned on and off from the Options box.
353 Removed the 'Mount' menu entry, since 'Shift Open' does it too.
354 Made the Shift Open menu text change depending on what is selected.
355 Bugfix: dragging icons around no longer saved the new pinboard state!
357 07-Sep-2000
358 ~~~~~~~~~~~
359 Running a second copy of the filer as another user will start a new copy
360 instead of reusing the existing one. Added the '-u' option to display the
361 name of the user running the filer in each window (also suppresses the
362 normal don't-run-as-root warning).
364 Added '-d', which opens a directory as a directory, even if it looks like
365 an application.
367 Updated the manual.
369 Added Large and Small toolbar buttons. Right-clicking brings up a menu.
371 06-Sep-2000
372 ~~~~~~~~~~~
373 Moved 'Set Run Action' to the file menu (suggested by Ewan Mac Mahon), and
374 made using it bring up a dialog rather than a minibuffer. Hopefully it is now
375 easier to use!
377 Added much improved icons for executables and for applications without icons
378 of their own (Victor Liu See-le).
380 Allow '/' on the pinboard and panel (text wasn't displayed - spotted by
381 Tim Rowledge).
383 Bugfix: auto-scrolling didn't always stop when a drag ended.
384 Bugfix: creating a panel with the same name as a file in the current
385         directory caused an error due to a throwback from when panels were
386         directories (spotted by Ewan Mac Mahon).
388 30-Aug-2000 (Release 0.1.27)
389 ~~~~~~~~~~~
390 Increased the distance you have to move the pointer to start a drag
391 slightly. Updated the manual.
393 Panel icons can now be moved from one side to the other by simply moving
394 over the gap in the middle. Previously, you had to jump over an icon on
395 the other side.
397 Left and right panels look better now. Also, they shrink if you add a top
398 or bottom panel to make room.
400 28-Aug-2000
401 ~~~~~~~~~~~
402 Dragging on the panel background allows you to slide the bar back and
403 forth.
405 27-Aug-2000
406 ~~~~~~~~~~~
407 Fixed a slight bug with lasso boxes, which could cause them to be drawn in
408 the wrong place. Install script no longer overwrites the default run
409 actions; if the user has changed them leave them alone!
410 (Martin Ward noted that symlinking to an executable would cause the
411 executable to be destroyed on upgrade!)
413 24-Aug-2000
414 ~~~~~~~~~~~
415 More improvements to the event handling. Seems to be working again at
416 last!
417 Made the toolbar buttons slightly larger, and added a textual display
418 for 'Next Click' mode (eg 'Delete ... ?' when it's waiting for you to
419 click).
420 Moved the pinboard over to the new mouse binding code too.
422 21-Aug-2000
423 ~~~~~~~~~~~
424 Started rewriting the event handling for filer windows to go through
425 the new code in bind.c, like the panel handling does.
427 20-Aug-2000
428 ~~~~~~~~~~~
429 You can now drag icons from the panel to other applications.
431 18-Aug-2000
432 ~~~~~~~~~~~
433 Dragging panel icons with the middle button allows you to move them around.
435 New option to set the default height for new filer windows (patch from
436 James Kermode).
438 17-Aug-2000
439 ~~~~~~~~~~~
440 Selecting panel icons now grabs the primary selection. Pasting pastes all
441 selected file path names. Icons can now be added to either side of the panel.
443 Bug fix: Moving a file didn't always update the source directory.
445 16-Aug-2000
446 ~~~~~~~~~~~
447 Many improvements to the panel - drag and drop to icons, adding new icons,
448 selections (doesn't grab the primary selection yet though), removing icons
449 and automatically saving the panel when it's changed.
450         
451 11-Aug-2000
452 ~~~~~~~~~~~
453 Improved reference counting on images (hopefully!). Lots of work on
454 rewriting the panel system.
456 07-Aug-2000
457 ~~~~~~~~~~~
458 Made the timeout for the spring-open feature configurable (requested by
459 Chris Garrett).
461 Use short form of --version in install.sh and don't use unsetenv() if it
462 isn't available (Mattias Engdegård).
464 06-Aug-2000
465 ~~~~~~~~~~~
466 New options to set the pinboard text foreground and background colours
467 (suggested by James Kermode).
469 05-Aug-2000
470 ~~~~~~~~~~~
471 Your home directory is now displayed as '~' in the title bar, rather
472 than as a full path.
474 01-Aug-2000 (Release 0.1.26)
475 ~~~~~~~~~~~
476 Added a popup menu of commonly used chmod strings to the Permissions
477 box. Bracketed text and spaces are now ignored in the commands.
478 Bug fix: Only menu keys changed since the last load were saved!
480 31-Jul-2000
481 ~~~~~~~~~~~
482 Bug fix: Mount points on the pinboard didn't always redraw when the
483 mounted/unmounted state changed.
485 30-Jul-2000
486 ~~~~~~~~~~~
487 Renaming now uses the action windows. This means that you can now
488 rename something onto another filesystem.
490 28-Jul-2000
491 ~~~~~~~~~~~
492 The menu key bindings are now only saved if they actually changed.
494 Code tidying: Moved some typedefs to the new `global.h' file and
495 thus removed the dependencies between header files :-)
497 26-Jul-2000
498 ~~~~~~~~~~~
499 Tab and Shift-Tab move to next and previous selected item.
501 25-Jul-2000
502 ~~~~~~~~~~~
503 The new display styles can now be saved as the defaults (bug spotted by
504 Vladimir Klebanov).
506 When autoscrolling is used, prevent the last-highlighted directory
507 from springing open. 'spring open' now defaults to off.
509 The toolbar Up and Home buttons can act as drop targets (and spring open
510 too!).
512 Options to set the pinboard text background style (suggested by James
513 Kermode).
515 23-Jul-2000
516 ~~~~~~~~~~~
517 Added an option to control the spring-loading feature. Added tooltips
518 to some of the options. Improved the rule for deciding whether to open
519 a new window when you click on the toolbar buttons.
521 Stopped the spring-open window moving while it's open (prevents a bug
522 in GTK+ from causing problems). Please use GTK+ 1.2.8 or later now!
524 Dragging near the edge of a window scrolls. Improved the lasso box drag
525 to use the same system (so it scrolls without you having to move the
526 mouse).
528 22-Jul-2000
529 ~~~~~~~~~~~
530 Added 'spring-loaded' directories. If you drag a file over a directory and
531 hold it there, the directory will spring open! (suggested by Barney
532 Clarkson)
534 21-Jul-2000
535 ~~~~~~~~~~~
536 In the path entry minibuffer, an exact match is favoured over any other
537 match. So, if you enter '.xsession' and press Return you'll get it, not
538 '.xsession-errors' or whatever!
540 The filer now clears APP_DIR from the environment so that child processes
541 don't get it. Fixed a bug which caused problems when using a small version
542 of the 'missing image' image.
544 19-Jul-2000
545 ~~~~~~~~~~~
546 Creating a new directory now makes sure the display is updated.
548 18-Jul-2000 (Release 0.1.25)
549 ~~~~~~~~~~~
550 Prevent dragging from a pinboard selection to itself, or onto the desktop
551 background.
553 17-Jul-2000
554 ~~~~~~~~~~~
555 Clicking on the root window works (button-1 clears the selection,
556 button-3 opens the pinboard menu). The pinboard can own the primary
557 selection, which means that you can select something and then paste
558 its name into another program.
560 Keys bound to menu entries are automatically saved when the filer quits.
562 16-Jul-2000
563 ~~~~~~~~~~~
564 Changed the install script so that the CVS directories don't get installed.
566 The 'rox' script now just calls AppRun directly.
567 Panels can be created without starting a new copy of the filer.
568 The pinboard can be changed or removed by using --pinboard a second time.
570 Files can be given as arguments - they are opened as if they were clicked
571 on in a filer window (suggested by Alex Holden).  If no arguments are
572 given then the default is now the current directory (not your home
573 directory).
575 If you start the leafname in the path minibuffer with '.' then the Show
576 Hidden feature is temporarily turned on.
578 15-Jul-2000
579 ~~~~~~~~~~~
580 Ctrl-clicking selects and unselects pinboard icons. Menu clicking
581 selects the icon clicked on while the menu is open. Pinned icons are
582 now updated when the pointer moves over them, if necessary.
584 14-Jul-2000
585 ~~~~~~~~~~~
586 Menu-clicking on a pinboard icon now brings up a menu.
587 Clicks on the root window are still ignored though; need to support
588 the GNOME-compliant window manager system for passing root clicks on...
590 12-Jul-2000
591 ~~~~~~~~~~~
592 Files can now be dragged to pinboard icons, and they highlight nicely too!
593 If the --override option is used, the filer will bypass the window manager
594 and position the icons directly.
596 11-Jul-2000
597 ~~~~~~~~~~~
598 Pinboard icons can now be dragged to filer windows or applications, just
599 like normal icons.
601 10-Jul-2000
602 ~~~~~~~~~~~
603 Changed the DnD code to make it easier for the pinboard code to use it.
604 Up and Home buttons on the toolbar now use the 'New window on button 1'
605 option setting (suggested by Vincent Lefèvre).
607 09-Jul-2000
608 ~~~~~~~~~~~
609 Pinboard can have mount points and symlinks on it.
611 06-Jul-2000
612 ~~~~~~~~~~~
613 Dragging with the Menu button moves icons around. Clicking with the
614 other button removes icons from the pinboard.
616 05-Jul-2000
617 ~~~~~~~~~~~
618 Dragging files to the pinboard adds them to it and automatically saves
619 the pinboard too.
621 02-Jul-2000
622 ~~~~~~~~~~~
623 Pinboard is now loaded from a file specified on the command line.
625 01-Jul-2000
626 ~~~~~~~~~~~
627 'Home' now appears on the background if you run it with --pinboard.
628 Clicking opens your home directory. Doesn't do much else.
629 Fixed a bug which prevented the minibuffer label from appearing on
630 some versions of GTK+.
632 30-Jun-2000
633 ~~~~~~~~~~~
634 First steps towards pinboard support (requested by P.S.S.Camp and
635 Darren Winsper).
637 16-Jun-2000
638 ~~~~~~~~~~~
639 Changed the Display menu layout - now there are four basic types (Large or
640 Small, with or without details) and the type of detail desired is chosen
641 from a sub-sub-menu.
643 Added a new display style - bars showing the sizes of the files. The bars are
644 drawn on a log scale.
646 15-Jun-2000
647 ~~~~~~~~~~~
648 Changed the display menu - you can now choose large or small icons, with or
649 without details. The details displayed can also be changed. I'm not quite
650 happy with the UI yet though...
652 Split the filer.c source file into two (filer.c and display.c) since it was
653 becoming rather unwieldy. This means that some of the option names have
654 changed because they've moved to a new section in the options window...
656 14-Jun-2000
657 ~~~~~~~~~~~
658 Fixed a problem where ImLib support failed on multi-depth displays (reported
659 by Stephen Harrison).
661 06-Jun-2000 (Release 0.1.24)
662 ~~~~~~~~~~~
663 Added the install.sh script for easier installation.
664 Removed 'MIME-info' file from ROX-Filer - now we always assume that the
665 standard types are in Choices.
666 Fixed a bug which could cause 'top' panels to appear in the wrong place
667 (Alex Holden).
668 Changed the sort order for Sort By Type so that directories come before
669 files (suggested by Chris Garrett).
670 `Single-click navigation' and 'Ignore case when sorting' now both default
671 to On.
673 03-Jun-2000
674 ~~~~~~~~~~~
675 Improved the theme support to allow tiled background images.
676 Fixed a bug which prevented tilde expansion from working in the
677 shell command minibuffer.
679 02-Jun-2000
680 ~~~~~~~~~~~
681 Made the help button look a bit nicer and changed the Find and Permissions
682 action windows to use the icon instead of a text button.
683 Removed the 3D borders from the help and toolbar buttons when not selected
684 (looks much better!). Setting a run action by dragging to a symlink now
685 dereferences the link (suggested by Ewan Mac Mahon).
687 Default search path for Choices is now:
688         ~/Choices:/usr/local/share/Choices:/usr/share/Choices
690 Fixed (possibly) a bug which sometimes causes the redraw to miss bits. This
691 probably slows everything down, but the next Gtk+ release should do double
692 buffering so all this will get changed then...
694 01-Jun-2000
695 ~~~~~~~~~~~
696 Added a Help icon to the toolbar, which does the same as choosing `Show
697 ROX-Filer Help' from the menu.
699 25-May-2000
700 ~~~~~~~~~~~
701 Started adding some code to truncate long filenames (not finished yet).
702 Fixed a bug which could cause directories to appear empty when using VFS.
703 Added the 'Select If' minibuffer, which selects all files matching the
704 entered expression.
706 21-May-2000
707 ~~~~~~~~~~~
708 Moved most of the icons from pixmaps to MIME-icons (outside ROX-Filer).
709 Updated several of the remaining icons by copying them from the GNOME
710 desktop (suggested by Volker Braun).
713 16-May-2000 (Release 0.1.23)
714 ~~~~~~~~~~~
715 Added the `Window->Set Run Action' menu item. This allows you to specify the
716 default run action for a file by simply dragging the file into a program.
717 You can also enter a shell command in the minibuffer to make that command
718 the default.
719 The cursor is a bit nicer and usually appears where you want it to now. You
720 can also get rid of it by pressing Escape.
722 12-May-2000
723 ~~~~~~~~~~~
724 Applied Bernard's patch (a couple of cosmetic changes to the action windows).
725 Applied Vincent's patch (minor updates to the Frech translation).
726 Fixed a problem with the pixmap caching - the filer would detect that the
727 file had changed and try to reload it, but ImLib would simply return its
728 cached copy!
730 28-Apr-2000
731 ~~~~~~~~~~~
732 Removed a debugging message that had somehow got into the release version :-(
733 Fixed a bug in the minibuffer code - pressing Return when the cursor was in
734 an empty directory caused odd effects.
736 24-Apr-2000 (Release 0.1.22)
737 ~~~~~~~~~~~
738 When starting, the filer will check to see if it is already running.
739 If it is then the arguments are passed to that copy.
741 23-Apr-2000
742 ~~~~~~~~~~~
743 Bug fix: Attempting to open a Find preview window could cause a crash
744 if the directory containing the item could not be opened.
745 Button-3 clicking on the toolbar icons opens a new window.
748 21-Apr-2000
749 ~~~~~~~~~~~
750 Added Vincent Lefevre's French translation. Changed to using my own
751 gettext function because some platforms don't have it or implement
752 it differently.
754 18-Apr-2000 (Release 0.1.21)
755 ~~~~~~~~~~~
756 Completed marking translatable strings. Dragging with the middle button
757 now moves files.
759 17-Apr-2000
760 ~~~~~~~~~~~
761 Made lots of changes to the way menus are stored; this makes i18n of the
762 menus easier.
764 16-Apr-2000
765 ~~~~~~~~~~~
766 Added GNU gettext support.
767 Shell meta-characters in shell commands are escaped.
769 15-Apr-2000
770 ~~~~~~~~~~~
771 Tab in the shell commands minibuffer does shell-style completion.
773 14-Apr-2000 (Release 0.1.20)
774 ~~~~~~~~~~~
775 ImLib is used for rendering if possible. Small Icons super-samples the
776 image down.
778 13-Apr-2000
779 ~~~~~~~~~~~
780 Copying from inside a VFS directory now works.
782 09-Apr-2000
783 ~~~~~~~~~~~
784 Added the Shell Command feature to the minibuffer.
785 Fixed a bug which causes unnecessary flickering when a hidden file was
786 detected.
787 Removed 'Touch' from the menu; easy enough from the minibuffer now.
788 Changed the type guessing system - scans all files in MIME-info directories
789 now.
791 02-Apr-2000
792 ~~~~~~~~~~~
793 Added a nice list displaying the found files. Clicking opens a preview window
794 onto the directory and winks the file.
796 18-Mar-2000
797 ~~~~~~~~~~~
798 Merged the MIME-Type and Special fields in the info window into a single
799 Type field (since only one could be used at a time anyway).
800 Made lots of changes to the panel menu. You can now remove things much more
801 easily.
802 Unstat()able files now display the error message in the Full Info display,
803 instead of random values.
804 Check for copying a directory onto itself, as well as into itself.
806 Applied Bernard's patch:
807 - Copy (menu entry) now works with action window.
808 - Deleted/moved directory displays are automatically hidden.
809 - Added option not to allow run/copy when object
810   dragged to filer (not panels) icons. Some people like
811   it the RISC OS way...
812 - Full info alignment of App objects and owner/group
813   alignment corrected.
814 - Info window: added special info for symlinks, apps
815   and mount points.
817 17-Mar-2000
818 ~~~~~~~~~~~
819 Added support for mc's Virtual File System.
821 12-Mar-2000
822 ~~~~~~~~~~~
823 New Window appears greyed out if Unique Windows is selected.
824 Added 'Permissions' (chmod) feature.
826 10-Mar-2000
827 ~~~~~~~~~~~
828 Added Bernard Jungen's patch:
829 - Dates are displayed in a more RISC OS like format.
830 - (Scanning) is shown in the titlebar during scans.
831 - Option to only display one window per directory.
832 - User and group names displayed in the Full Info view.
833 - Open Parent in the root does nothing.
834 - Errors in options are only reported once.
835 - File does chdir() if -b isn't possible (prevents getting the full path
836   in the file(1) says... box).
839 Before the Changes file
840 ~~~~~~~~~~~~~~~~~~~~~~~
841 The following people added code before I started keeping this log:
843 Jens Askengren          GNOME-style toolbar
844 Bernard Jungen          lots of patches all over the place!
845 Christiansen Merel      initial support for ImLib
846 Chris Sawer             leafname field in the Info box
847 Simon Truss             support for mount points on NetBSD