r3669: Fixed wrong date
[rox-filer.git] / ROX-Filer / Help / Changes
blob72987b58e668694e9ba9820111c00dc7f51bd56f
1                         ROX-Filer
2                         A RISC OS-like filer for X
3                         by Thomas Leonard
5 21-Sep-2004
6 ~~~~~~~~~~~
7 Only examine items that are actually displayed, not all items in a directory.
8 Saves checking hidden files, which typically speeds up opening the home
9 directory. Removed an unnecessary extra scan when opening a directory
10 with the default filter setting. Removed the double scan when clicking Refresh
11 and two windows show the same directory (Thomas Leonard).
13 17-Sep-2004
14 ~~~~~~~~~~~
15 If we can't guess a file's type from its name or extended attribute, try
16 looking at its contents too, if we have gnomevfs 2.8.0 or later available
17 (Thomas Leonard).
19 11-Sep-2004
20 ~~~~~~~~~~~
21 Panel and pinboard icons can now have a single argument set for them.
22 If you need more than one argument, consider creating a wrapper
23 (Stephen Watson).
25 09-Sep-2004
26 ~~~~~~~~~~~
27 Added --massif option for profiling memory usage (Thomas Leonard).
28 Warn about missing libsm in configure.in (reported by fedewico).
30 06-Sep-2004
31 ~~~~~~~~~~~
32 When resizing a window, only warp the pointer as much as necessary to keep
33 it inside the window (Thomas Leonard).
35 02-Sep-2004
36 ~~~~~~~~~~~
37 Ensure that a panel applet's properties are set before starting the applet
38 (reported by Tony Houghton).
40 01-Sep-2004
41 ~~~~~~~~~~~
42 Fixed panel menu positioning for multiple monitors with different resolutions
43 (Tony Houghton).
44 Use _NET_WM_STATE_BELOW to raise and lower the panel (Tony Houghton). Not
45 changing to type DOCK yet as it breaks some WMs.
47 25-Aug-2004
48 ~~~~~~~~~~~
49 Use new GTK 2.2 functions to set window hints now that we don't support 2.0
50 anymore (Guido Schimmels).
52 23-Aug-2004
53 ~~~~~~~~~~~
54 Plug a memory leak when loading SVG type icons (Stephen Watson).
56 18-Aug-2004
57 ~~~~~~~~~~~
58 Fix for the Solaris extended attribute support (Stephen Watson). 
60 13-Aug-2004
61 ~~~~~~~~~~~
62 Set minimum width of toolbar so that all buttons are visible (Stephen Watson).
64 10-Aug-2004
65 ~~~~~~~~~~~
66 When adding an entry to the Recently Visited menu, remove its parent directory.
67 This stops the list filling up with near-duplicates when you have deeply
68 nested directories (Thomas Leonard).
70 08-Aug-2004
71 ~~~~~~~~~~~
72 Updated French manual translation (Arnaud Calvo).
74 05-Aug-2004
75 ~~~~~~~~~~~
76 For debugging, show the failed URI when dragging to the pinboard (Thomas
77 Leonard).
79 03-Aug-2004
80 ~~~~~~~~~~~
81 Use Help icon instead of Info icon for popup help buttons (Thomas Leonard).
83 02-Aug-2004
84 ~~~~~~~~~~~
85 Updated French translation (Vincent Lefèvre).
87 01-Aug-2004 (Release 2.1.3)
88 ~~~~~~~~~~~
89 Build in ROX-Filer/build, not ~/build/ROX-Filer.
91 30-Jul-2004
92 ~~~~~~~~~~~
93 Renamed Cancel to Close in the Properties box (suggested by Arnaud Calvo).
94 Updated some calls to use newer APIs, and allow compilation on systems where
95 deprecated widgets are disabled by default (reported by Vincent Lefèvre and
96 Guido Schimmels).
97 Bugfix: Panel icons were no longer shown highlighted when selected.
99 23-Jul-2004
100 ~~~~~~~~~~~
101 Bugfix: When opening a new directory with saved settings, the filer would
102         print a warning and then crash.
104 21-Jul-2004
105 ~~~~~~~~~~~
106 Changed email address given as the one to send bugs to when using
107 --help to the rox-devel list (Stephen Watson).
108 Thumbnail generation now handles files with UTF-8 characters (Anatoly
109 Asviyan). 
111 16-Jul-2004
112 ~~~~~~~~~~~
113 Removed action window screenshot from manual to save space.
115 15-Jul-2004
116 ~~~~~~~~~~~
117 Proper check for the stat[v]fs headers (Stephen Watson, reported by
118 Lucas Hazel).
120 13-Jul-2004
121 ~~~~~~~~~~~
122 Added firefox to list of default browsers (suggested by eugene).
124 10-Jul-2004
125 ~~~~~~~~~~~
126 Added Romanian translation (Cosma Florin).
128 01-Jul-2004
129 ~~~~~~~~~~~
130 Can now set "Brief" option on the Copy and Move action windows (Stephen 
131 Watson).
132 Properties window handles mount points specially when calculating their size
133 (Stephen Watson).
135 30-Jun-2004
136 ~~~~~~~~~~~
137 Bugfix: On Linux, the filer called setxattr instead of getxattr, thus
138         preventing setting filetypes with extended attributes from working.
139 Bugfix: Copy and Move now obey the "Brief" option (Stephen Watson, reported
140         by Graham Borland)
142 29-Jun-2004
143 ~~~~~~~~~~~
144 Bugfix: On multi-monitor setups, filer windows always opened on the top/left
145         monitor (reported by Kacper Wysocki). Now they open on the monitor
146         under the pointer.
148 27-Jun-2004
149 ~~~~~~~~~~~
150 Icons of minimized windows remember their positions on the pinboard (Stephen 
151 Watson).
152 Filer now officially requires GTK 2.2.0 or later (wasn't working with 2.0
153 anyway, and noone had complained).
154 Bugfix: A race in the code for updating iconified window titles could cause
155         the filer to crash with a BadWindow error.
157 26-Jun-2004
158 ~~~~~~~~~~~
159 Another Properties window fix: if there is no output from the du command
160 then put a message indicating an error (Stephen Watson).
161 Can now compile without Xinerama support on GTK+ < 2.2.0 (Tony Houghton).
163 23-Jun-2004
164 ~~~~~~~~~~~
165 Let the panel autoscroll during a drag (Stephen Watson).
167 18-Jun-2004
168 ~~~~~~~~~~~
169 Fix another bug when closing Properties window before it has finished
170 scanning the directory (Stephen Watson).
172 09-Jun-2004
173 ~~~~~~~~~~~
174 Improved Xinerama support: now works for tooltips and action windows; filer
175 windows are no longer prone to leaving their borders overlapping; panel uses
176 _NET_WM_STRUT_PARTIAL so it only affects the monitor it's on (Tony Houghton).
178 04-Jun-2004
179 ~~~~~~~~~~~
180 Make ignoring executable files with known extensions the default setting
181 (suggested by Daniel Poersch). Freedesktop.org is discussing a plan to mark
182 individual MIME types as executable, which may be a better long-term
183 solution.
184 Option to prevent maximising windows from covering the panels (requested
185 by Simon Templer and others).
187 29-May-2004
188 ~~~~~~~~~~~
189 Type specific Send To entries now shown for multiple files when they
190 are all of the same type (Stephen Watson).
191 Can now drag icons to the very end of the panel (Stephen Watson).
193 28-May-2004
194 ~~~~~~~~~~~
195 Another place to look for apsymbols.h (Stephen Watson).
197 26-May-2004
198 ~~~~~~~~~~~
199 More fixes for the new build system (Stephen Watson).
201 25-May-2004
202 ~~~~~~~~~~~
203 Fix portability of new build system and ensure configure can find the 
204 version number again (Stephen Watson).
206 22-May-2004
207 ~~~~~~~~~~~
208 Build object files in ~/build/ROX-Filer, in case source directory is read-only.
209 This also reduces the risk of distributing the object files by accident.
211 14-May-2004
212 ~~~~~~~~~~~
213 Don't allow toolbar buttons to focus (needed for GTK 2.4).
215 08-May-2004
216 ~~~~~~~~~~~
217 Fix loss of bookmark name when re-ordering (Rahsheen Porter).
218 Removed installation of thumbnail handlers via the Set Icon dialog. It was
219 never documented and all the thumbnailers use the mime_handler installation
220 anyway (Stephen Watson).
222 04-May-2004
223 ~~~~~~~~~~~
224 Updated French manual translation (Arnaud Calvo).
226 02-May-2004
227 ~~~~~~~~~~~
228 Updated Dutch translation (Jan Wagemakers).
230 01-May-2004
231 ~~~~~~~~~~~
232 Updated French translation (Vincent Lefèvre).
234 30-Apr-2004 (Release 2.1.2)
235 ~~~~~~~~~~~
236 Removed toolbar hint type from panel. It caused too many problems.
238 29-Apr-2004
239 ~~~~~~~~~~~
240 Added 'Download handler' to drag and drop options. This program is invoked
241 when a URI is dragged to the filer (eg, from a web-browser). The default
242 command runs wget to download the file (Andrew Flegg).
244 27-Apr-2004
245 ~~~~~~~~~~~
246 Bugfix: URIs received through drag-and-drop were unescaped twice, causing
247         problems with names containing the '%' character (spotted by Jonatan
248         Liljedahl).
250 21-Apr-2004
251 ~~~~~~~~~~~
252 Cope with spaces in ROX-Filer's path.
253 Added a load of default keys, since many GTK setups now make it almost
254 impossible to change shortcuts.
255 Added --leaks option to run ROX-Filer through valgrind with the memory
256 leak option checking on (Stephen Watson).
258 08-Apr-2004
259 ~~~~~~~~~~~
260 Added Xinerama support (Tony Houghton).
261 Set window type hint = toolbar for panel to prevent it appearing in pagers etc
262 (Tony Houghton).
264 04-Apr-2004
265 ~~~~~~~~~~~
266 Added method of saving display settings for directories. Mostly working,
267 but bugs remain related to size and position (Stephen Watson).
268 Updated Spanish translation (Marcelo Ramos).
270 03-Apr-2004
271 ~~~~~~~~~~~
272 Load extended attribute functions dynamically. This should mean that compiling
273 ROX-Filer with a new glibc won't make it stop working with older versions due
274 to the functions being missing.
276 02-Apr-2004
277 ~~~~~~~~~~~
278 Use * as a synonym for unfiltered (Stephen Watson).
280 25-Mar-2004
281 ~~~~~~~~~~~
282 Bookmarks can be given titles (Stephen Watson).
284 24-Mar-2004
285 ~~~~~~~~~~~
286 Fix memory leak in thumbnails code (Stephen Watson).
288 20-Mar-2004
289 ~~~~~~~~~~~
290 Fixed bug in details mode for showing hidden files (Stephen Watson).
292 18-Mar-2004
293 ~~~~~~~~~~~
294 Don't display an error box when installing the ROX icon theme. It just
295 worries people for no reason.
297 17-Mar-2004
298 ~~~~~~~~~~~
299 Updated Chinese translation (Babyfai Cheung).
301 16-Mar-2004
302 ~~~~~~~~~~~
303 Option to make the File menu appear directly when the menu is opened with
304 files selected (Peter Geer).
306 15-Mar-2004
307 ~~~~~~~~~~~
308 Added an arrow to the comparison area of the action box so you can see
309 which file overwrites the other (Stephen Watson).
311 10-Mar-2004
312 ~~~~~~~~~~~
313 Sort by user/group now uses the name, not the number (Stephen Watson).
315 07-Mar-2004
316 ~~~~~~~~~~~
317 Added 'Select by Name'.
319 06-Mar-2004
320 ~~~~~~~~~~~
321 Cope with XRandR screen resizing (Geoff Youngs and Tom Morton).
323 01-Mar-2004
324 ~~~~~~~~~~~
325 Can now filter files by name, using normal shell (glob) patterns (Stephen 
326 Watson).
328 03-Feb-2004
329 ~~~~~~~~~~~
330 Updated it.po and Manual-it (Yuri Bongiorno).
332 01-Feb-2004
333 ~~~~~~~~~~~
334 Updated French translation (Vincent Lefèvre).
336 24-Jan-2004 (Release 2.1.1)
337 ~~~~~~~~~~~
338 Updated French manual translation (Arnaud Calvo).
339 Updated Dutch translation (Jan Wagemakers).
341 22-Jan-2004
342 ~~~~~~~~~~~
343 Updated French translation (Vincent Lefèvre).
345 21-Jan-2004
346 ~~~~~~~~~~~
347 Misc changes for next release.
349 18-Jan-2004
350 ~~~~~~~~~~~
351 Accept Mozilla's alternative to the standard text/uri-list target during
352 drag-and-drop (Andrew Flegg).
354 07-Jan-2004
355 ~~~~~~~~~~~
356 Bugfix: Icon shortcuts with out modifier keys didn't work if NumLock,
357         CapsLock, etc were turned on (reported by Peter Geer).
358 Bugfix: Handle case when the output of uname -m contains spaces (Stephen 
359         Watson, reported on #rox).
361 06-Jan-2004
362 ~~~~~~~~~~~
363 Renamed some functions stolen from Gtk to avoid possible conflicts with
364 the Gtk-2.3 series (reported by Stu Tissimus).
366 20-Dec-2003
367 ~~~~~~~~~~~
368 Make the Ctrl-button-3 menu pointer appear at the same place regardless
369 of the number of custom entries (Stephen Watson).
371 19-Dec-2003
372 ~~~~~~~~~~~
373 Make Ctrl-button-3 open the menu slightly higher, so Delete isn't under the
374 pointer (suggested by Ryan Pavlik).
376 10-Dec-2003
377 ~~~~~~~~~~~
378 Allow non image/* thumbnails in details mode. Label next to the combo 
379 in the Set Type action dialog is now "Type" and not "Command" (Stephen
380 Watson).
382 03-Dec-2003
383 ~~~~~~~~~~~
384 Work out which include file we need for getxattr (Stephen Watson).
386 02-Dec-2003
387 ~~~~~~~~~~~
388 Allow editing a symlink's target from the Properties box (suggested by Arnaud
389 Calvo).
390 Experimental extended attributes support for setting MIME types (Stephen
391 Watson).
393 29-Nov-2003
394 ~~~~~~~~~~~
395 More drag and drop fixes relating to escaped URI's (Stephen Watson).
397 23-Nov-2003
398 ~~~~~~~~~~~
399 Added 'Specify the prefix' install option (Ryan Pavlik).
400 Updated Russian translation (Vladimir Popov).
402 20-Nov-2003
403 ~~~~~~~~~~~
404 Bugfix: Cancelling the info window with a du process still running could
405         crash the filer (reported by Peter Geer).
407 17-Nov-2003
408 ~~~~~~~~~~~
409 Renamed 'Info' menu item to 'Properties'.
411 31-Oct-2003
412 ~~~~~~~~~~~
413 If a panel icon has an empty label, show it full size (requested by Stephen
414 Crouch).
416 26-Oct-2003
417 ~~~~~~~~~~~
418 Use apsymbols.h (from autopackage.org) if possible for binary compatibility
419 with older glibc versions. Use g_ascii_* functions instead of the ctypes ones
420 for the same reason.
421 Bugfix: Files with '&' in their names couldn't be saved in groups (reported
422         by Nils-Erik Svangård).
424 25-Oct-2003
425 ~~~~~~~~~~~
426 Updated Dutch translation (Jan Wagemakers).
427 Resizing by double clicking on background now optional (Stephen Watson).
429 22-Oct-2003
430 ~~~~~~~~~~~
431 Added optional top and bottom margines for iconized window placement
432 (Stephen Watson).
434 16-Oct-2003
435 ~~~~~~~~~~~
436 Don't lower the panel due when the pointer 'leaves' due to a grab (eg, clicking
437 or opening a menu). This also prevents a flickering problem with Openbox 3.
439 15-Oct-2003
440 ~~~~~~~~~~~
441 Bugfix: FreeBSD reported file sizes with units of 'null' due to large file
442         support not being detected (igla).
444 14-Oct-2003
445 ~~~~~~~~~~~
446 Larger default size for bookmarks editor (requested by Matthew Weier OPhinney).
448 13-Oct 2003
449 ~~~~~~~~~~~
450 Let the thumbnail helpers be app dirs, plus can be set from the Set Icon
451 dialog (Stephen Watson).
453 09-Oct-2003
454 ~~~~~~~~~~~
455 Improved socket icon (taken from Howard Shane's new theme).
457 08-Oct-2003
458 ~~~~~~~~~~~
459 Updated French manual translation (Arnaud Calvo).
460 Updated German translation (Guido Schimmels).
461 Offer Eject even for unmounted disks (reported by Matthew Weier O'Phinney).
462 Try to load icons at 'huge' size, so SVG icons get the chance to scale up
463 nicely.
465 07-Oct-2003 (Release 2.1.0)
466 ~~~~~~~~~~~
467 Updated French translation (Vincent Lefèvre).
468 Removed some dead code, memory leaks, etc that had crept in.
470 04-Oct-2003
471 ~~~~~~~~~~~
472 New icon for selection ops.
474 03-Oct-2003
475 ~~~~~~~~~~~
476 Updated Spanish translation (Marcelo Ramos).
478 01-Oct-2003
479 ~~~~~~~~~~~
480 Minor fix to German translation (Daniel Pörsch).
482 30-Sep-2003
483 ~~~~~~~~~~~
484 Update error message about missing MIME database to give the new URI.
486 29-Sep-2003
487 ~~~~~~~~~~~
488 Stock icons in panel and pinboard menus.
489 Added icon theme selector.
491 28-Sep-2003
492 ~~~~~~~~~~~
493 Added 'Customise Menu' to file menu. Use this to replace Format and Free.
495 27-Sep-2003
496 ~~~~~~~~~~~
497 Allow icons in Choices to override the theme.
499 26-Sep-2003
500 ~~~~~~~~~~~
501 Bugfix: If no pinboard or panel icons were present, the menu could not be
502         opened (reported by John Pettigrew).
504 22-Sep-2003
505 ~~~~~~~~~~~
506 Added italian manual, updated it.po (Yuri Bongiorno).
507 Implementation of Format, just as a user-defined command. Also mount
508 point menu items reflect mounted/not mounted status (Stephen Watson).
510 18-Sep-2003
511 ~~~~~~~~~~~
512 Implementation of Free Space (Stephen Watson). OpenDir SOAP message now
513 takes an optional Window element. Pass the same Window to re-use the window.
515 17-Sep-2003
516 ~~~~~~~~~~~
517 Allow ejecting mounted media.
519 12-Sep-2003
520 ~~~~~~~~~~~
521 Don't create a corrupted pinboard/panel file if a non-UTF8 pathname is
522 dragged to it (reported by Eugeni Andreechtchev).
523 Get file icons using freedesktop.org icon theme system.
525 05-Sep-2003
526 ~~~~~~~~~~~
527 Added Czech translation (Jan Provaznik).
529 20-Aug-2003
530 ~~~~~~~~~~~
531 Help, Format, Eject and Free Space now appear in the AppMenu section of the
532 menu. Help is only shown for applications, and the others only for mount
533 points.
535 16-Aug-2003
536 ~~~~~~~~~~~
537 Added ability to call external programs to generate thumbnails for types 
538 other than image/* (Stephen Watson).
540 12-Aug-2003
541 ~~~~~~~~~~~
542 If a string can't be converted from the local character set to UTF-8,
543 fallback to converting from iso-8859-1.
545 07-Aug-2003
546 ~~~~~~~~~~~
547 Get shared MIME database through Zero Install, if possible.
548 Bugfix: Didn't use XDG_DATA_DIRS to find type descriptions.
550 06-Aug-2003
551 ~~~~~~~~~~~
552 Updated French manual translation (Arnaud Calvo).
554 02-Aug-2003
555 ~~~~~~~~~~~
556 Allow types other than image/* to have thumbnails, although we can't 
557 generate them yet (Stephen Watson).
558 Added Eject menu option for unmounted mount points (Stephen Watson).
560 28-Jul-2003
561 ~~~~~~~~~~~
562 Doing a Refresh in a directory under /uri/0install triggers a remote refresh.
564 14-Jul-2003
565 ~~~~~~~~~~~
566 Less frame-heavy look for info box (Thomas Leonard).
567 When mounting, force a refresh even if the mtime of the new disk is the same,
568 since some formats don't change it. Also, if mounting gives an error, check to
569 see if it worked anyway (Thomas Leonard).
571 13-Jul-2003
572 ~~~~~~~~~~~
573 Added sort and selection buttons to the toolbar. They start off disabled,
574 enable them from Options->Tools if you want them (Stephen Watson).
576 Escape text/uri-list for drag and drop operations (Stephen Watson).
578 12-Jul-2003
579 ~~~~~~~~~~~
580 Don't show hidden files on the SendTo menu (reported by Arnaud Calvo).
582 10-Jul-2003
583 ~~~~~~~~~~~
584 Added CheckButtons to the info window to allow manipulation of permission 
585 bits (Stephen Watson).
587 09-Jul-2003
588 ~~~~~~~~~~~
589 Added count of directory contents to info window (Stephen Watson).
591 04-Jul-2003
592 ~~~~~~~~~~~
593 Updated italian translation in AppInfo.xml and src/po/it.po (Yuri Bongiorno)
595 30-Jun-2003
596 ~~~~~~~~~~~
597 When renaming a non-UTF8 file, still assume the directory is valid UTF-8
598 (reported by Arnaud Calvo).
600 29-Jun-2003
601 ~~~~~~~~~~~
602 Sort items on the SendTo menu (requested by John Pettigrew).
604 27-Jun-2003
605 ~~~~~~~~~~~
606 Removed the menu-on-button-2 option. It was too inconsistant with everything
607 else, including panel applets and window managers, to be useful. Edit bind.c if
608 you really need it.
610 25-Jun-2003
611 ~~~~~~~~~~~
612 Button-2 drags on panel applets always work now, even if the applet doesn't
613 forward them explicitly.
615 19-Jun-2003
616 ~~~~~~~~~~~
617 Fix scrolling problem with GTK+-2.2.2 (reported by Alastair Porter, with
618 help from Götz Waschk).
620 16-Jun-2003
621 ~~~~~~~~~~~
622 Bugfix: Resize on style change didn't do anything (Andy Hanton).
623 Bugfix: Dragging to panel and pinboard directories didn't offer the DnD
624         menu (reported by BluPhoenyx).
626 11-Jun-2003
627 ~~~~~~~~~~~
628 New SetBackdrop() SOAP method (Matthew Weier O'Phinney).
630 04-Jun-2003
631 ~~~~~~~~~~~
632 Bugfix: Closing a window using the menu didn't offer to unmount (James Bursa).
634 02-Jun-2003
635 ~~~~~~~~~~~
636 Updated Spanish translation (Marcelo Ramos).
638 01-Jun-2003
639 ~~~~~~~~~~~
640 Fix compiler warning when not using dnotify (reported by Damien Couderc).
641 Show files being operated upon in action windows (Stephen Watson).
643 30-May-2003 (Release 2.0.0)
644 ~~~~~~~~~~~
645 Updated Japanese translation (Hirosi Utumi).
647 29-May-2003
648 ~~~~~~~~~~~
649 Updated it.po and AppInfo.xml (Yuri Bongiorno).
651 28-May-2003 (Release 1.3.10)
652 ~~~~~~~~~~~
653 Updated French manual translation (Arnaud Calvo).
655 27-May-2003
656 ~~~~~~~~~~~
657 When dragging a lasso box in List view, don't stop scrolling when the pointer
658 leaves the window (reported by Robert Davison).
659 Updated Polish translation (Andrzej Borsuk).
660 Updated Italian translation (Yuri Bongiorno).
662 26-May-2003
663 ~~~~~~~~~~~
664 Updated German translation (Guido Schimmels).
666 25-May-2003
667 ~~~~~~~~~~~
668 Updated Dutch translation (Jan Wagemakers).
670 24-May-2003
671 ~~~~~~~~~~~
672 Updated French translation (Vincent Lefèvre).
674 22-May-2003
675 ~~~~~~~~~~~
676 Minor updates to the manual.
677 Bugfix: Using the Edit MIME types button in the Options window opened the
678         old directory. Refer people to the MIME-Editor application instead.
680 18-May-2003
681 ~~~~~~~~~~~
682 Fixed focussing problems in Icons View (reported by Andrzej Radecki).
683 Updated French manual translation (Arnaud Calvo).
685 16-May-2003 (Release 1.3.9)
686 ~~~~~~~~~~~
687 New icon for the filer (Geoff Youngs).
688 Updated it.po and AppInfo.xml (Yuri Bongiorno).
690 15-May-2003
691 ~~~~~~~~~~~
692 Added Japanese translation (Hirosi Utumi).
693 When a directory change is detected, wait a little before rescanning to
694 reduce flickering effect.
696 14-May-2003
697 ~~~~~~~~~~~
698 Page Up and Page Down now work again in List View.
700 27-Apr-2003
701 ~~~~~~~~~~~
702 Updated install script to use new XDG Base Directory spec (reported by
703 Vincent Lefevre).
704 Also install man pages under 'share/man'.
706 25-Apr-2003
707 ~~~~~~~~~~~
708 Close stdout when running child processes for users running startx from the
709 console, since some terminal applications try to read from the console,
710 freezing X (Keith R. John Warno).
711 Forward scroll events on pinboard to window manager, and add option to
712 workaround *box issues (Matthew Weier O'Phinney).
714 24-Apr-2003
715 ~~~~~~~~~~~
716 Using the bookmarks menu to open an unmounted mount point will mount it
717 (suggested by Arnaud Calvo).
719 17-Apr-2003
720 ~~~~~~~~~~~
721 Updates for the new shared MIME database.
723 15-Apr-2003
724 ~~~~~~~~~~~
725 Refresh refreshed the directory twice (because updating the MIME info triggers
726 a refresh too).
728 12-Apr-2003
729 ~~~~~~~~~~~
730 Remove default GtkTreeView keys (they conflicted with the menus).
731 Fixed some minor cursor problems in List view.
733 10-Apr-2003
734 ~~~~~~~~~~~
735 Winking now works in List view.
737 09-Apr-2003
738 ~~~~~~~~~~~
739 Lasso selections now work in List view.
741 08-Apr-2003
742 ~~~~~~~~~~~
743 The hack we have to use to draw pinboard icons on GTK+-2.0 doesn't work
744 on 2.2. Show a warning instead of crashing (reported by Keith R. John Warno).
746 03-Apr-2003
747 ~~~~~~~~~~~
748 Fix the message in install.sh, since there is no information toolbar icon
749 now (spotted by Albert Wagner).
751 29-Mar-2003 (Release 1.3.8)
752 ~~~~~~~~~~~
753 Updated French manual translation (Arnaud Calvo).
755 28-Mar-2003
756 ~~~~~~~~~~~
757 Updated French translation (Vincent Lefèvre).
759 27-Mar-2003
760 ~~~~~~~~~~~
761 Allow dragging a file into a GtkEntry to insert the filename.
762 Bugfix: Selections in List View didn't work properly (reported by Stephen
763         Watson).
764 Updated Spanish translation (Marcelo Ramos).
766 23-Mar-2003
767 ~~~~~~~~~~~
768 Fixed use of a GTK+-2.2-only function (Geoff Youngs).
769 New option to set the panel size (Geoff Youngs).
771 21-Mar-2003
772 ~~~~~~~~~~~
773 Scroll panels when the pointer is at the end, not by dragging the middle
774 (Geoff Youngs).
775 Stop the pinboard from flickering when removing icons or iconfied windows.
777 20-Mar-2003
778 ~~~~~~~~~~~
779 Centre the image for iconified windows.
780 Double-buffer slightly larger areas.
782 18-Mar-2003
783 ~~~~~~~~~~~
784 Better way to implement selections in List View (suggested by Jonathan
785 Blandford).
786 Updated Italian translation (Yuri Bongiorno).
788 15-Mar-2003
789 ~~~~~~~~~~~
790 Bugfix: Never show the copy/move/link menu when dragging to an application.
792 11-Mar-2003
793 ~~~~~~~~~~~
794 Bugfix: Comments about a MIME type were loaded from the first file to contain
795         information about the type, not the first to contain a comment about
796         the type.
798 09-Mar-2003
799 ~~~~~~~~~~~
800 Don't mark widget documentation as translatable.
801 Make sure the tooltip for pinboard and panel icons is up-to-date (reported
802 by krjw).
803 Use pinboard backdrop colour for scaled and centred images (requested by
804 Marcelo Ramos).
805 Shade the backdrop style buttons when an external program is being used to
806 set the backdrop.
807 Updated Spanish translation (Marcelo Ramos).
809 08-Mar-2003
810 ~~~~~~~~~~~
811 Updated Dutch translation (Jan Wagemakers).
813 07-Mar-2003
814 ~~~~~~~~~~~
815 Use stock icons in pinboard and panel menus.
816 Updated Spanish translation (Marcelo Ramos).
818 03-Mar-2003
819 ~~~~~~~~~~~
820 Use stock icons in menus, and fix some possible problems in the menu code
821 (Stephen Watson).
823 02-Mar-2003
824 ~~~~~~~~~~~
825 Stop pinboard icons flickering when you move over them (Daniele Peri).
826 Use XSettings drag-and-drop threshold.
828 01-Mar-2003
829 ~~~~~~~~~~~
830 Bugfix: Backdrop image could be redrawn in the wrong place (Stephen Watson).
832 27-Feb-2003 (Release 1.3.7)
833 ~~~~~~~~~~~
834 Updated French manual translation (Arnaud Calvo).
835 Allow an empty AppInfo translation so that a label can be translated without
836 changing the value.
838 25-Feb-2003
839 ~~~~~~~~~~~
840 Updated Russian translation (Alexey Lubimov).
842 23-Feb-2003
843 ~~~~~~~~~~~
844 When using the Rename and Link boxes, use the appropriate drag cursor
845 (suggested by Michael Adams).
846 Bugfix: A double-click which starts on one file and ends on another is now
847         ignored (reported by Michael Adams).
848 Bugfix: Test for valid sort-type in SOAP call was reserved, so you couldn't set
849         the sort type (reported by Damjan Bole).
850 Bugfix: Using a SOAP call to open a non-existant directory made the filer
851         crash.
852 Bugfix: Drag-and-drop raising on the panel didn't quite work (Daniele Peri).
854 22-Feb-2003
855 ~~~~~~~~~~~
856 Make Size toolbar icon only set the size. Use a second button to set automatic
857 mode.
859 13-Feb-2003
860 ~~~~~~~~~~~
861 Updated Spanish translation (Marcelo Ramos).
862 Alpha blended pinboard icons now get clipped correctly even with GTK+-2.0.
864 12-Feb-2003
865 ~~~~~~~~~~~
866 Fixed some spelling errors (Marcelo Ramos).
867 Select the current style by default when opening the Set Backdrop box
868 (reported by Marcelo Ramos).
869 Fix problems with pinboard drawing of semi-transparent icons (fixed for
870 GTK+-2.2 only).
872 11-Feb-2003
873 ~~~~~~~~~~~
874 Merged Set Run Action, Set Icon and Set Backdrop dropboxes into a single
875 Ultimate DropBox widget, and made all three interfaces much nicer.
876 Dragging to the Home and Up toolbar tools now supports the menu-on-drag
877 option (reported by Laurent Moussault).
878 Allow changing the pinboard style without having to drag the image back in
879 (requested by Jesse Wagner).
880 Remove button style from iconified windows. Use a semi-transparent border
881 instead. The actual effect is flexible; perhaps someone with artistic
882 talent can do something better?
883 Double-buffer small pinboard updates.
884 Updated Spanish translation (Marcelo Ramos).
886 10-Feb-2003
887 ~~~~~~~~~~~
888 Option to turn off column headings in List View (Adam Sampson).
889 Panel auto-raising also works during drag-and-drop.
890 Bugfix: Installing to /usr put the MIME files in the wrong place (reported
891         by Albert Wagner).
893 09-Feb-2003
894 ~~~~~~~~~~~
895 Allow dragging to a selected directory as long as it's not the source of the
896 drag.
897 If an error occurs opening a directory then don't report it in an error box if
898 a drag-and-drop operation is in progress.
899 Keep the title up-to-date for iconified windows.
900 Option to show menu on button-1 drags instead of copying.
901 Aborting an action window tries to kill all child processes, not just the
902 immediate child, and doesn't close the window until it has actually stopped.
903 Symlinks to mount points now work (reported by Daniele Peri).
904 Include textual description of types in various places (Stephen Watson).
905 Allow dragging directories to bookmarks edit window or toolbar icon, with
906 spring loading (suggested by Stephen Watson and George De Bruin).
907 Removed confusing Set Icon choice from DnD menu.
908 Bugfix: If a directory on the panel changed to/from being an application, the
909         label wasn't hidden / shown.
911 08-Feb-2003
912 ~~~~~~~~~~~
913 Changing the icon for a MIME type updates all filer windows.
914 When dragging a pinboard icon over itself, pretend the icon isn't there to
915 allow fine repositioning.
916 When an error prevents scanning a directory, show the error in the window
917 title bar, and only report it once in an error box.
918 Don't create thumbnails of thumbnails by checking if the image is in
919 ~/.thumbnails/normal. Before, the test was the size of the file, not its
920 location.
921 Pinboard image style Scale is now called Stretch; Scale now scales without
922 changing the aspect ratio.
924 07-Feb-2003
925 ~~~~~~~~~~~
926 Auto-scrolling during drag-and-drop works again, and now in list view too.
928 02-Feb-2003
929 ~~~~~~~~~~~
930 Fixed clipping and wrapping problems with pinboard icon text.
932 01-Feb-2003
933 ~~~~~~~~~~~
934 Don't use double-buffering for the pinboard. This might make things flicker
935 slightly, but it's much faster on some systems.
936 Updated Spanish translation (Marcelo Ramos).
938 31-Jan-2003
939 ~~~~~~~~~~~
940 Added Bookmarks 'Recently Visited' submenu (Stephen Watson).
942 28-Jan-2003
943 ~~~~~~~~~~~
944 Replaced some of the icons with some GNOME ones (slightly modified in some
945 cases).
947 27-Jan-2003
948 ~~~~~~~~~~~
949 Slightly adjusted the 'normal' icon height to be the same size as GNOME to
950 make sharing icons easier.
951 Updated Polish translation (Marcin Juszkiewicz).
953 26-Jan-2003
954 ~~~~~~~~~~~
955 Bugfix: Symlinking to an application required the symlink, rather than the
956         target directory, to have the same owner as the AppRun (Keith Warno).
958 25-Jan-2003
959 ~~~~~~~~~~~
960 Bugfix: Hyper and Super modifiers didn't work properly as icon shortcuts.
962 23-Jan-2003
963 ~~~~~~~~~~~
964 Work around changes in Gtk+-2.2 that stopped the panel from appearing on all
965 workspaces.
966 Add scrollbars to bookmarks editor window (requested by George De Bruin).
968 22-Jan-2003
969 ~~~~~~~~~~~
970 Bugfix: Filer would quit if only the Bookmarks editor window was open (reported
971         by Bernard Jungen).
973 20-Jan-2003
974 ~~~~~~~~~~~
975 New option to sort capitalised names first (requested by Paul Etchells and
976 others).
978 19-Jan-2003
979 ~~~~~~~~~~~
980 Updated Spanish translation (Marcelo Ramos).
981 Fixed wheel mouse scroll bug in List View (reported by Vincent Lefevre and
982 others).
983 Attempt to improve the autosizing by examining the item with the longest name.
984 Don't scale icons up in Huge mode.
985 In translated <About> sections in AppInfo.xml files, allow a 'label=' attribute
986 to translate the key (requested by Guido Schimmels).
988 18-Jan-2003
989 ~~~~~~~~~~~
990 Added dnotify support, so that on Linux the filer now updates automatically
991 when a directory is changed (requested by Taras and Dave C).
993 16-Jan-2003
994 ~~~~~~~~~~~
995 Added icon to infobox (Geoff Youngs and Marcin Juszkiewicz).
997 14-Jan-2003
998 ~~~~~~~~~~~
999 Add GTK versions used for compiling and running to -v output (suggested by
1000 Vincent Lefèvre).
1001 Bugfix: Drag-and-drop in Icons View didn't work while scrolled (reported by
1002         Brian Langenberger).
1004 13-Jan-2003
1005 ~~~~~~~~~~~
1006 Change 'Type' to 'Types' (Vincent Lefèvre).
1007 Don't resize when changing the view type if auto-resizing is off (Keith R. John
1008 Warno).
1009 Added missing cast and detect long files on OpenBSD (Damien Couderc).
1011 10-Jan-2003
1012 ~~~~~~~~~~~
1013 Remove -o from --help output (spotted by Karol Krenski).
1014 Updated Spanish translation (Marcelo Ramos).
1016 09-Jan-2003 (Release 1.3.6)
1017 ~~~~~~~~~~~
1018 Fix reference counting problem shown up by Gtk+-2.2.
1020 06-Jan-2003
1021 ~~~~~~~~~~~
1022 Updated German translation (Guido Schimmels).
1023 Make toolbar extend the whole width of the window (suggested by Andrzej
1024 Radecki).
1026 05-Jan-2003
1027 ~~~~~~~~~~~
1028 Updated Polish translation (Marcin Juszkiewicz).
1030 04-Jan-2003
1031 ~~~~~~~~~~~
1032 Updated French translation and fixed untranslatable string (Vincent Lefèvre).
1033 When using bigger/smaller, don't wrap at the end (suggested by Arnaud Calvo).
1034 Updated French manual translation (Arnaud Calvo).
1036 02-Jan-2003
1037 ~~~~~~~~~~~
1038 Updated Spanish translation (Marcelo Ramos).
1039 Updated Dutch translation (Jan Wagemakers).
1041 01-Jan-2003
1042 ~~~~~~~~~~~
1043 Added button in options window to purge thumbnails cache.
1045 30-Dec-2002
1046 ~~~~~~~~~~~
1047 Preserve selection when changing view type.
1048 Shade selection when we don't have primary.
1050 29-Dec-2002
1051 ~~~~~~~~~~~
1052 Show thumbnails in List view. Allow changing the icon size. If the size is
1053 automatic, show thumbnails as Huge and everything else as Small.
1054 Scroll wheel now works in List view.
1056 28-Dec-2002
1057 ~~~~~~~~~~~
1058 Use bold style to indicate recent items (instead of the pink background).
1060 27-Dec-2002
1061 ~~~~~~~~~~~
1062 Sort type is shared between Icon and List views. Sort order can be reversed.
1063 Highlight recently changed items with a tasteful pink background.
1064 When the bookmark editor window first opened, no item was selected. If the
1065 user clicked on it to select it, editing mode started instead (reported by
1066 Bernard Jungen).
1067 Removed most of the options section of the manual, since it was just echoing
1068 the information in the tooltips anyway.
1070 26-Dec-2002
1071 ~~~~~~~~~~~
1072 Various fixes to new list view (reported by George De Bruin).
1073 Mounting and unmounting auto-resizes the window.
1075 25-Dec-2002
1076 ~~~~~~~~~~~
1077 Right-clicking the Size button switches to automatic mode and resizes the
1078 window.
1080 24-Dec-2002
1081 ~~~~~~~~~~~
1082 Made 'Automatic' an icon size, rather than a separate option.
1083 Size toolbar button shows a menu, including the new Automatic setting.
1085 23-Dec-2002
1086 ~~~~~~~~~~~
1087 Rearranged menus and options for new List View mode.
1089 20-Dec-2002
1090 ~~~~~~~~~~~
1091 Removed warning message from --new. It can be useful for a session manager...
1092 Draw iconified windows with a background, so they don't get confused with other
1093 icons (suggested by Joakim Andreasson).
1094 Bugfix: Stupid bug stopped iconified windows from being removed and could
1095         cause a crash!
1097 17-Dec-2002
1098 ~~~~~~~~~~~
1099 The 'Directories always come first' option now only applies to name sorts.
1100 Sort by date and size default order has been reversed.
1101 Always use case-insensitive sort.
1103 16-Dec-2002
1104 ~~~~~~~~~~~
1105 Updated French manual translation (Arnaud Calvo).
1107 12-Dec-2002
1108 ~~~~~~~~~~~
1109 Details toolbar button switches to the new (unfinished) details view.
1110 Bugfix: Fix detection of new pango wrapping system (Richard Olsson)
1112 11-Dec-2002
1113 ~~~~~~~~~~~
1114 Style improvements to Edit Icon box.
1115 Don't show Size attribute for directories in the Info box. It was confusing,
1116 since it didn't include the contents.
1117 Bugfix: Right-clicking on the Bookmarks icon to edit the bookmarks would
1118         cause a crash if the bookmarks were not yet loaded.
1120 10-Dec-2002
1121 ~~~~~~~~~~~
1122 Code tidying (Bernard Jungen).
1124 09-Dec-2002
1125 ~~~~~~~~~~~
1126 Style improvements to options window.
1128 08-Dec-2002
1129 ~~~~~~~~~~~
1130 Updated Spanish translation (Marcelo Ramos).
1132 06-Dec-2002
1133 ~~~~~~~~~~~
1134 Updated German translation (Guido Schimmels).
1136 04-Dec-2002 (Release 1.3.5)
1137 ~~~~~~~~~~~
1138 Using the Close toolbar button also offers to unmount devices (spotted by
1139 Götz Waschk).
1141 03-Dec-2002
1142 ~~~~~~~~~~~
1143 Clicking on a mount point auto-mounts. The shift action is now to open without
1144 mounting. Closing a filer window showing a mount point offers to unmount it
1145 (suggested by Guido Schimmels and others).
1146 Use stock icons in more dialogs.
1148 02-Dec-2002
1149 ~~~~~~~~~~~
1150 Allow editing the path for bookmarks.
1152 01-Dec-2002
1153 ~~~~~~~~~~~
1154 Added 'Edit Bookmarks' dialog and 'Show Bookmarks' menu entry.
1156 29-Nov-2002
1157 ~~~~~~~~~~~
1158 New mount icons (suggested by Marcin Juszkiewicz).
1159 Don't show separator in bookmarks menu when there is nothing below it.
1161 28-Nov-2002
1162 ~~~~~~~~~~~
1163 Added a default hander for HTML files, otherwise newbies can't read the
1164 manual!
1165 Bugfix: Pinboards without backdrop images didn't get the correct colour set
1166         by default.
1168 27-Nov-2002
1169 ~~~~~~~~~~~
1170 Better positioning of bookmarks menu.
1172 22-Nov-2002
1173 ~~~~~~~~~~~
1174 Updated Spanish translation (Marcelo Ramos).
1175 Allow translation of About AppInfo section.
1176 Bugfix: When using Metacity, some minimised windows weren't shown (reported by
1177         Alastair Porter).
1179 21-Nov-2002
1180 ~~~~~~~~~~~
1181 More tooltips for the Set Icon dialog.
1183 20-Nov-2002
1184 ~~~~~~~~~~~
1185 Use better wrapping system, if available (Richard Olsson).
1187 15-Nov-2002
1188 ~~~~~~~~~~~
1189 Removed ASCII sort option. Useless, and didn't work with UTF-8 anyway.
1191 13-Nov-2002
1192 ~~~~~~~~~~~
1193 New sorting system to cope with UTF-8 filenames.
1195 12-Nov-2002
1196 ~~~~~~~~~~~
1197 Use stdout, not stderr, for --help and --version, and use xmllint instead of
1198 nsgmls to check for valid DocBook (Eric Gillespie).
1199 Updated Chinese translation (babyfai Cheung).
1201 11-Nov-2002
1202 ~~~~~~~~~~~
1203 Added note about checking permissions to message complaining that the MIME
1204 database can't be found (suggested by Keir Mierle).
1206 07-Nov-2002
1207 ~~~~~~~~~~~
1208 Set hint to make panels appear on all workspaces, and support metacity-style
1209 iconified windows (reported by Alastair Porter; suggested fix by Laurent
1210 Moussault).
1212 05-Nov-2002
1213 ~~~~~~~~~~~
1214 Added Bookmarks toolbar icon (Liav).
1216 04-Nov-2002
1217 ~~~~~~~~~~~
1218 Removed some unused code and fixed a possible race condition.
1220 03-Nov-2002
1221 ~~~~~~~~~~~
1222 Update error message to give correct version of MIME database (reported by
1223 FD Cami).
1225 31-Oct-2002
1226 ~~~~~~~~~~~
1227 Make the Find and Permissions help windows look nicer.
1228 Added support for shadowed labels on the pinboard (Andras Mohari).
1230 29-Oct-2002
1231 ~~~~~~~~~~~
1232 Stop Metacity from complaining that it can't decide whether the pinboard is
1233 resizable or not (reported by Alastair Porter, solution suggested by 
1234 Havoc Pennington).
1236 28-Oct-2002
1237 ~~~~~~~~~~~
1238 Make it more obvious that --new is only for debugging.
1239 Added Norwegian translation (Sigve Indregard).
1241 27-Oct-2002
1242 ~~~~~~~~~~~
1243 Use our own stock icons for 'show hidden' and 'show details' toolbar buttons
1244 (Stephen Watson). New details icon is a modified version of a Gtk stock
1245 icon, while show hidden is taken from sawfish.
1247 26-Oct-2002
1248 ~~~~~~~~~~~
1249 Code tidying (Bernard Jungen).
1251 23-Oct-2002
1252 ~~~~~~~~~~~
1253 Switch button-1/2 on Help, as it was too annoying.
1254 Create thumbnails at 128x128 to be in-line with current thumbnails spec.
1255 Bugfix: When using the lasso box with the pinboard, select icons based on
1256         where they actually are, not where they want to be (useful if you've
1257         just changed to a lower resolution and they're all stuck at the side!).
1259 22-Oct-2002
1260 ~~~~~~~~~~~
1261 Button-1 on Help shows the manual, other button opens the Help directory
1262 (Marcin Juszkiewicz).
1264 21-Oct-2002
1265 ~~~~~~~~~~~
1266 More checks to cope with invalid filenames (Marcin Juszkiewicz).
1267 Updated Polish translation (Marcin Juszkiewicz).
1269 19-Oct-2002
1270 ~~~~~~~~~~~
1271 Updated Spanish translation (Marcelo Ramos).
1273 18-Oct-2002
1274 ~~~~~~~~~~~
1275 Cope slightly better with invalid filenames in various places (reported by
1276 Marcin Juszkiewicz and Andras Mohari).
1277 Make panel menus appear nearer the edge of the screen for top, left and right
1278 panels (suggested by Bernard Jungen).
1279 Bugfix: When installing the binary release, don't warn the user that the source
1280         is missing (reported by John Pettigrew).
1282 17-Oct-2002
1283 ~~~~~~~~~~~
1284 Code tidying (Bernard Jungen).
1285 Fixed broken links to citations in manual (reported by Bernard Jungen).
1286 Renamed sp.po to es.po (requested by Quique).
1288 12-Oct-2002
1289 ~~~~~~~~~~~
1290 Added Swedish translation (Marcus Lundblad).
1291 Bugfix: Invert Selection failed to work correctly on the first item (spotted by
1292         Stephen Watson).
1294 09-Oct-2002
1295 ~~~~~~~~~~~
1296 Updated French manual translation (Arnaud Calvo).
1298 07-Oct-2002
1299 ~~~~~~~~~~~
1300 Updated French translation (Vincent Lefèvre).
1302 01-Oct-2002 (Release 1.3.4)
1303 ~~~~~~~~~~~
1304 Require glib >= 2.0.3, or action windows leak file handles (reported by
1305 Musus Umbra).
1307 27-Sep-2002
1308 ~~~~~~~~~~~
1309 Allow multiple pinboard icons to be repositioned at once.
1311 26-Sep-2002
1312 ~~~~~~~~~~~
1313 Allow multiple pinboard icons to be selected by dragging a box around them.
1315 23-Sep-2002
1316 ~~~~~~~~~~~
1317 Pinboard and panel icons can now have keyboard shortcuts assigned to them.
1318 Bugfix: Fixed a couple of cursor positioning problems (reported by Andras
1319 Mohari).
1321 22-Sep-2002
1322 ~~~~~~~~~~~
1323 Replace -o command-line option with a toggle button in the options window.
1325 17-Sep-2002
1326 ~~~~~~~~~~~
1327 Updated French manual translation (Arnaud Calvo).
1329 05-Sep-2002
1330 ~~~~~~~~~~~
1331 Be more forceful about setting the pinboard backdrop; some themes were
1332 overriding it (reported by Biju Chacko).
1333 Use K, M and G consistantly (Marcin Juszkiewicz).
1335 03-Sep-2002
1336 ~~~~~~~~~~~
1337 Shift Open had stopped working (spotted by Matthew Weier O'Phinney).
1339 02-Sep-2002
1340 ~~~~~~~~~~~
1341 Changed default Set Run Action shell command from "$1" to "$@" (suggested by
1342 krjw).
1344 01-Sep-2002
1345 ~~~~~~~~~~~
1346 Updated Spanish translation (Marcelo Ramos).
1348 30-Aug-2002
1349 ~~~~~~~~~~~
1350 New 'Class' parameter to Filer_OpenDir SOAP method allows setting the
1351 WM_CLASS of a new window so that the window manager can treat it
1352 specially, such as opening it in a certain place, or make it sticky
1353 (requested by Matthew Weier O'Phinney).
1355 27-Aug-2002
1356 ~~~~~~~~~~~
1357 New option to set the pinboard font (Krzysztof Luks).
1359 26-Aug-2002
1360 ~~~~~~~~~~~
1361 Updated French translation (Vincent Lefèvre).
1362 Updated Italian translation (Daniele Peri).
1364 17-Aug-2002
1365 ~~~~~~~~~~~
1366 Increase time between updates while scanning from 0.5s to 1.5s. Now that the
1367 names are all shown from the start, fast feedback here is less useful.
1368 When resizing due to a key event, warp the pointer (for sloppy focus users).
1370 13-Aug-2002
1371 ~~~~~~~~~~~
1372 Removed Re-read MIME types button. Use Refresh on the toolbar instead.
1374 11-Aug-2002
1375 ~~~~~~~~~~~
1376 Internal changes: moved menu and toolbar over to View interface.
1378 05-Aug-2002
1379 ~~~~~~~~~~~
1380 Open the menu on the 'popup-menu' signal. Allows you to use the default Gtk
1381 keyboard shortcuts to open the menu.
1382 Translated AppInfo menu entries into Hungarian (Andras Mohari) and
1383 Spanish (Marcelo Ramos).
1384 After dragging to a remote application which didn't respond, the filer
1385 refused to gain the primary selection until the operation timed out.
1387 02-Aug-2002
1388 ~~~~~~~~~~~
1389 Use stock icons for multi-file drag-and-drop, files with missing icons, and
1390 files that can't be statted (Marcin Juszkiewicz).
1392 01-Aug-2002
1393 ~~~~~~~~~~~
1394 Make --version's output convert to the local character set (Vincent Lefevre).
1395 Make menu items in AppInfo.xml files translatable (requested by
1396 Wilbert Berendsen, Andras Mohari and Marcelo Ramos).
1398 29-Jul-2002
1399 ~~~~~~~~~~~
1400 Change pinboard option to forward button 3 to forward all buttons (requested
1401 by Matthew Weier O'Phinney).
1403 28-Jul-2002
1404 ~~~~~~~~~~~
1405 Use Gtk's new stock info icon instead of help icon for minibuffer, etc.
1407 26-Jul-2002
1408 ~~~~~~~~~~~
1409 Updated French translation (Vincent Lefèvre).
1410 Updated Spanish translation (Marcelo Ramos).
1411 Using Edit MIME types in the Options box now opens the new 'packages'
1412 directory instead of the old 'mime-info' one (reported by Goetz Waschk).
1414 24-Jul-2002 (Release 1.3.3)
1415 ~~~~~~~~~~~
1416 Updated to new shared MIME database format.
1418 23-Jul-2002
1419 ~~~~~~~~~~~
1420 Alt-Return or Alt-Button-1 on a file works like clicking with button-2; it
1421 opens a directory in a new window and closes the directory when opening a file
1422 (suggested by Gregory Spath).
1424 22-Jul-2002
1425 ~~~~~~~~~~~
1426 Use stock icons for toolbar, to make it themeable (requested by Michael Adams).
1428 21-Jul-2002
1429 ~~~~~~~~~~~
1430 Made the stepper arrows in the scrollbars scroll by one item's height, fixed
1431 an untranslatable string and fixed a slight error in the size calculation
1432 (Bernard Jungen).
1434 19-Jul-2002
1435 ~~~~~~~~~~~
1436 Rearraged File menu (suggested by Tomas Berg).
1438 16-Jul-2002
1439 ~~~~~~~~~~~
1440 Added support for Solaris 'Door' files (Stephen Watson).
1442 12-Jul-2002
1443 ~~~~~~~~~~~
1444 Added Help menu with both About and Show Files entries, and a new entry to
1445 load the corrent manual for the current locale (suggested by Arnaud Calvo).
1447 11-Jul-2002
1448 ~~~~~~~~~~~
1449 Updated French manual translation (Arnaud Calvo).
1450 Changed 'Show ROX-Filer Help' to 'About ROX-Filer...'. This shows the Info
1451 box, with a new 'Show Help Files' button (Geoff Youngs).
1453 09-Jul-2002
1454 ~~~~~~~~~~~
1455 Don't close the Set Run Action box after showing the usage message if the user
1456 enters an invalid command (spotted by krjw).
1458 07-Jul-2002
1459 ~~~~~~~~~~~
1460 Bugfix: Changing the pinboard colours when iconfied windows were not in use
1461         displayed a (harmless) warning message (reported by krjw).
1463 02-Jul-2002
1464 ~~~~~~~~~~~
1465 Security fix: Set Run Action to a shell command would make the executable
1466               world-writeable (spotted by alexander).
1468 28-Jun-2002
1469 ~~~~~~~~~~~
1470 Bugfix: Tooltips for files sometimes didn't get displayed.
1472 26-Jun-2002
1473 ~~~~~~~~~~~
1474 Added reminder about having NumLock on when using groups from the keypad
1475 (suggested by Gombok Arthur).
1477 25-Jun-2002
1478 ~~~~~~~~~~~
1479 Turned on more compiler warnings, and fixed some minor issues it threw up.
1481 22-Jun-2002 (Release 1.3.2)
1482 ~~~~~~~~~~~
1483 Updated French translation (Vincent Lefèvre).
1485 21-Jun-2002
1486 ~~~~~~~~~~~
1487 Added 'Text beside icon' toolbar style (Michael Adams).
1489 20-Jun-2002
1490 ~~~~~~~~~~~
1491 Bugfix: Using another window in between entering target mode and selecting
1492         the target printed a warning instead of performing the operation.
1494 17-Jun-2002
1495 ~~~~~~~~~~~
1496 Fix problem with root menu positioning on icewm (reported by Bernard Jungen).
1498 16-Jun-2002
1499 ~~~~~~~~~~~
1500 More robust approach to SOAP errors.
1502 11-Jun-2002
1503 ~~~~~~~~~~~
1504 Require version 2.0.1 or later of Gtk, due to bugs in 2.0.0.
1505 Changing the pinboard font realigns the icons.
1506 Bugfix: Symlinked items in the SendTo menu didn't use globicons correctly
1507         (spotted by Arnaud Calvo).
1508 Bugfix: Filer sometimes failed to load the backdrop supplied by a program
1509         (reported by Arnaud Calvo).
1511 10-Jun-2002
1512 ~~~~~~~~~~~
1513 Updated Spanish translation (Marcelo Ramos).
1515 08-Jun-2002
1516 ~~~~~~~~~~~
1517 Move Xterm Here to Window menu and add Switch to xterm (suggested by
1518 Gregory Spath).
1519 Bugfix: Some shortcuts didn't work properly on some keyboards (reported by
1520         Lorint and Musus Umbra).
1522 06-Jun-2002
1523 ~~~~~~~~~~~
1524 When installing without a manpage, just warn the user instead of aborting
1525 (suggested by Simon Britnell).
1527 01-Jun-2002
1528 ~~~~~~~~~~~
1529 Code tidying (Bernard Jungen).
1531 31-May-2002
1532 ~~~~~~~~~~~
1533 Option to switch automatically between Large and Small icons (Stephen Watson).
1534 Allow blank icon names (suggested by Gregory Spath).
1535 Bugfix: Default icon for iconified windows wasn't found (Jimmy Olgeni).
1536 Bugfix: Sometimes the SOAP message sent to a running process got displayed.
1538 30-May-2002 (Release 1.3.1)
1539 ~~~~~~~~~~~
1540 Fix redraw bug with selected icons.
1542 29-May-2002
1543 ~~~~~~~~~~~
1544 Respect CHOICESPATH when installing (spotted by Vincent Lefevre).
1545 Set Icon now creates icons in PNG format (spotted by Wilbert Berendsen).
1547 28-May-2002
1548 ~~~~~~~~~~~
1549 Merged in icons from rox-base (converted to PNG format and renamed).
1550 Bugfix: When showing iconified windows, the filer could crash if a window
1551         disappeared at the wrong moment.
1553 27-May-2002
1554 ~~~~~~~~~~~
1555 Set _XROOTPMAP_ID property on root window so that Eterm and friends show
1556 the right backdrop (requested by Simon Britnell).
1557 Use .png icons in MIME-icons instead of .xpm (needed to change anyway as
1558 the new shared MIME database uses different types in many places).
1559 Updated French translation (Vincent Lefèvre).
1560 Updated Dutch translation (Wilbert Berendsen).
1561 Updated Hungarian translation (Andras Mohari).
1563 24-May-2002
1564 ~~~~~~~~~~~
1565 When using -d or -s options, don't follow symlinks in paths starting with '/'
1566 (suggested by Darrell Taylor).
1568 23-May-2002
1569 ~~~~~~~~~~~
1570 Code tidying (Bernard Jungen).
1572 21-May-2002
1573 ~~~~~~~~~~~
1574 Updated Polish translation (Krzysztof Krzy¿aniak).
1576 19-May-2002
1577 ~~~~~~~~~~~
1578 Setting the background colour doesn't lose the image (spotted by Jasper
1579 Huijsmans).
1581 18-May-2002
1582 ~~~~~~~~~~~
1583 Iconified windows are shown with their own icon, if they have one.
1585 17-May-2002
1586 ~~~~~~~~~~~
1587 Options to set iconification layout policy.
1588 Fix compiler warnings on some systems (Stephen Watson).
1589 Added 'Follow Symbolic Links' menu item (Stephen Watson).
1591 16-May-2002
1592 ~~~~~~~~~~~
1593 Pinboard background colour option works again.
1594 Position iconified windows sensibly.
1595 Bugfix: Typing too fast into the minibuffer could miss characters.
1597 15-May-2002
1598 ~~~~~~~~~~~
1599 Wrap long icon names onto multiple lines.
1600 Options to forward button-3 clicks on the pinboard to the window manager
1601 (requested by Ryan Harris).
1603 14-May-2002
1604 ~~~~~~~~~~~
1605 Code tidying (Bernard Jungen).
1606 Bugfix: Ctrl-clicking on icons can unselect, not just select.
1608 13-May-2002
1609 ~~~~~~~~~~~
1610 Bugfix: Short form of '--client-id' option didn't work (reported by Julio
1611         Hugo Toloza).
1613 12-May-2002
1614 ~~~~~~~~~~~
1615 Allow hidden subdirectories in <Choices>/SendTo which have their contents
1616 included only for certain MIME types (Geoff Youngs).
1617 When changing directory, remove any trailing /s from the path.
1618 Make sure panels never get lowered under the pinboard.
1619 Iconified windows are now displayed on the pinboard, not floating over
1620 everything else.
1621 Bugfix: Using a savebox when the pathname contained multi-byte characters
1622         caused the initial selected region to be positioned incorrectly.
1624 10-May-2002
1625 ~~~~~~~~~~~
1626 Initial support for showing iconified windows.
1628 09-May-2002
1629 ~~~~~~~~~~~
1630 Changed the way pinboard icons are implemented.
1631 Changed the way backdrop applications set the backdrop.
1632 Always use button-3 for the pinboard menu, as the window manager menu must
1633 be on button-2 (spotted by Geoff Youngs).
1635 08-May-2002
1636 ~~~~~~~~~~~
1637 Updated French manual translation (Arnaud Calvo).
1638 Middle button clicks on the pinboard are passed to the window manager.
1639 Many improvements to the pinboard:
1640 - Changing font updates the pinboard icons.
1641 - Button-2 clicks are passed to window manager.
1642 - Drop highlight doesn't flicker.
1644 07-May-2002
1645 ~~~~~~~~~~~
1646 Improved highlighting of icons (Andras Mohari).
1648 06-May-2002
1649 ~~~~~~~~~~~
1650 The pinboard is now a screen-sized window. Faster and better looking.
1651 Setting the backdrop is now done from the filer.
1653 03-May-2002
1654 ~~~~~~~~~~~
1655 The Link box allows an existing symlink to be replaced, instead of
1656 complaining that the destination already exists (suggested by Arnaud Calvo).
1657 Bugfix: When editing a panel icon, the tooltip didn't update until the next
1658         restart (Olli Helenius).
1660 02-May-2002
1661 ~~~~~~~~~~~
1662 Added Sort to the OpenDir SOAP method (Stephen Watson).
1664 30-Apr-2002
1665 ~~~~~~~~~~~
1666 Alpha-blending for Small icons, too.
1667 Bugfix: When copying directories, ignore an error caused by filesystems,
1668         such as Samba shares, that don't support chmod fully (reported by
1669         Andrew S Dixon).
1671 29-Apr-2002
1672 ~~~~~~~~~~~
1673 SOAP method OpenDir now allows Style and Details to be specified
1674 (Stephen Watson).
1676 28-Apr-2002
1677 ~~~~~~~~~~~
1678 Use alpha-blending in Large and Huge display modes. Limit icons in menus to
1679 Small and Large sizes.
1681 27-Apr-2002
1682 ~~~~~~~~~~~
1683 Return in Permissions box activates Quiet.
1685 26-Apr-2002
1686 ~~~~~~~~~~~
1687 MIME information is now read from the freedesktop.org shared database rather
1688 than the old Choices/MIME-info directories.
1690 25-Apr-2002
1691 ~~~~~~~~~~~
1692 Don't convert to `real' path when following symlinks, so that Up now returns
1693 to the directory containing the symlink, not the thing it linked to
1694 (requested by Gregory Spath).
1695 Don't quit while Options window is open.
1697 21-Apr-2002
1698 ~~~~~~~~~~~
1699 Allow panel style to be set from ~/.gtkrc-2.0, using 'rox-panel' to identify
1700 the window (requested by Ashwin).
1701 Merged OK and Save buttons in the Options box. Revert shades when it would
1702 have no effect.
1704 17-Apr-2002
1705 ~~~~~~~~~~~
1706 'New ...' for a template always copies without confirming (suggested by
1707 Wilbert Berendsen).
1709 16-Apr-2002
1710 ~~~~~~~~~~~
1711 Set-keybindings button in options box now checks that this feature is on,
1712 and explains what to do if not (suggested by Francesco Bochicchio).
1714 15-Apr-2002
1715 ~~~~~~~~~~~
1716 Updated French translation (Vincent Lefèvre).
1717 Message in translation options switches language as you move through the
1718 options.
1720 14-Apr-2002
1721 ~~~~~~~~~~~
1722 Added Chinese translation (babyfai cheung).
1724 14-Apr-2002 (Release 1.3.0)
1725 ~~~~~~~~~~~
1726 Fixed a minor redraw box (a single pixel could get left after a lasso drag).
1727                         
1728 13-Apr-2002
1729 ~~~~~~~~~~~
1730 Place action windows under pointer (suggested by txapela).
1732 11-Apr-2002
1733 ~~~~~~~~~~~
1734 Set collection style in the program. Choices/ROX-Filer/Styles is no longer
1735 used.
1736 Made background pixmaps for Collections work again (reported by Stephen
1737 Watson).
1738 Removed pinboard text background style option (it never worked with Gtk+-2.0).
1740 09-Apr-2002
1741 ~~~~~~~~~~~
1742 Added units display to options and improved toolbar options layout (Andras
1743 Mohari).
1744 When setting the icon for a directory, offer to create a .DirIcon
1745 (requested by Matjaz Mihelic).
1747 08-Apr-2002
1748 ~~~~~~~~~~~
1749 Much improved layout for Options box (Andras Mohari).
1750 Allow subdirectories in the Send To menu (Stephen Watson).
1752 06-Apr-2002
1753 ~~~~~~~~~~~
1754 Code tidying in various places (Bernard Jungen).
1755 Filer windows update automatically when the font or theme changes.
1757 05-Apr-2002
1758 ~~~~~~~~~~~
1759 Various speed improvements.
1760 Removed GNOME VFS option (never worked with Gtk+-2.0).
1762 04-Apr-2002
1763 ~~~~~~~~~~~
1764 Auto-raise panels when the pointer hits the side of the screen, and lower
1765 when it leaves the panel (Geoff Youngs).
1767 03-Apr-2002
1768 ~~~~~~~~~~~
1769 Slight speed increase when starting.
1771 02-Apr-2002
1772 ~~~~~~~~~~~
1773 Added Danish translation (Christian Storgaard).
1775 01-Apr-2002
1776 ~~~~~~~~~~~
1777 Internal tidy-up of the icon code: PinIcon and PanelIcon are now subclasses
1778 of Icon, which is now a GObject. Dragging pinboard icons with the middle
1779 button is no longer supported.
1781 28-Mar-2002
1782 ~~~~~~~~~~~
1783 Updated Polish translation (Krzysztof Krzy¿aniak).
1785 25-Mar-2002
1786 ~~~~~~~~~~~
1787 New 'Short titlebar flags' option (requested by Andras Mohari).
1789 24-Mar-2002
1790 ~~~~~~~~~~~
1791 Fixed problem which allowed the panel to get the input focus (reported by
1792 Brendan McCarthy).
1794 22-Mar-2002
1795 ~~~~~~~~~~~
1796 Large (over 50K) image files are now loaded in a subprocess. Faster, less
1797 likely to crash due to bad images, and more responsive.
1799 21-Mar-2002
1800 ~~~~~~~~~~~
1801 Filenames which are not valid UTF-8 are shown in red. A tooltip explains the
1802 problem. CHARSET is used to try and render the name anyway, and the rename
1803 box can be used to fix it (reported by Christopher Arndt).
1805 20-Mar-2002
1806 ~~~~~~~~~~~
1807 Times weren't converted to UTF-8, causing errors in some locales (reported
1808 by Christopher Arndt and tracked down by Andras Mohari).
1809 Informational messages are now shown with the info icon, not the error symbol
1810 (suggested by Andras Mohari).
1812 18-Mar-2002
1813 ~~~~~~~~~~~
1814 Set _WIN_HINTS for pinboard and panel icons so that they don't appear on
1815 task-lists or get selected when Alt-Tabbing (Brendan McCarthy).
1816 Allow COMPOUND_TEXT target for pinboard and panels (allows pasting into
1817 gnome-terminal).
1818 The Path Entry minibuffer now highlights invalid paths in red, instead of
1819 beeping.
1821 17-Mar-2002
1822 ~~~~~~~~~~~
1823 Internal changes: MaskedPixmap, Directory and XMLwrapper types are now
1824 GObjects. FSCache now works on GObjects, and the interface is therefore
1825 simpler now.
1827 16-Mar-2002
1828 ~~~~~~~~~~~
1829 Sorted out some focussing and defaulting behaviour in action windows.
1831 14-Mar-2002
1832 ~~~~~~~~~~~
1833 Split action window code, so that most of the GUI stuff is now in abox.c,
1834 and converted to new dialog style.
1836 13-Mar-2002
1837 ~~~~~~~~~~~
1838 Removed remaining support for the old libvfs.
1839 Updated lots of code to new Gtk+-2.0 style.
1841 12-Mar-2002
1842 ~~~~~~~~~~~
1843 Panel icons highlight when the pointer is over them.
1844 Fixed some untranslatable strings (Andras Mohari).
1846 11-Mar-2002
1847 ~~~~~~~~~~~
1848 Converted Set Run Action box to new style.
1850 10-Mar-2002
1851 ~~~~~~~~~~~
1852 New panel style; better looking, and sensitive right up to the edge of the
1853 screen.
1854 Converted action window results list to use the new GtkTreeView widget.
1856 09-Mar-2002
1857 ~~~~~~~~~~~
1858 Converted Savebox widget to new Gtk style.
1860 07-Mar-2002
1861 ~~~~~~~~~~~
1862 Fix compile problems with Gtk+-2.0-rc1 (missing X libs and cflags).
1863 Added stock icons to Options box. The filer now requires Gtk+-2.0.
1864 Updated Infobox to use new GtkTreeView widget.
1866 05-Mar-2002
1867 ~~~~~~~~~~~
1868 Display action window questions in bold (suggested by Andras Mohari).
1869 Added PanelAdd and PinboardAdd SOAP methods (Stephen Watson).
1871 28-Feb-2002
1872 ~~~~~~~~~~~
1873 Fixed sensitive region of icons in large with details display (Bernard
1874 Jungen).
1876 27-Feb-2002
1877 ~~~~~~~~~~~
1878 Added Newer option for Copy and Move operations (Stephen Watson).
1880 26-Feb-2002
1881 ~~~~~~~~~~~
1882 Centre colour selector on mouse, and close when options box closes.
1883 Got background pixmaps working with Gtk+-2.0.
1885 21-Feb-2002
1886 ~~~~~~~~~~~
1887 Changes to options now take effect instantly. The old Apply button is gone,
1888 and Cancel is now Revert.
1889 Fixed stupid bug in charset conversions (reported by Andras Mohari).
1890 Initial support for gnome-vfs (Mark Heily).
1892 20-Feb-2002
1893 ~~~~~~~~~~~
1894 Internal changes to the options system. See text at start of options.c.
1896 19-Feb-2002
1897 ~~~~~~~~~~~
1898 Changed 'Ignore case' option to 'Intelligent sorting'. A non-ASCII sort now
1899 handles numbers in a sensible way, so that 'file10' comes after 'file9', etc
1900 (Micah Dowty).
1901 Fix possible type conversion problem in charset conversion code
1902 (reported by Serban Udrea).
1903 Allow xml:lang attribute in AppInfo files for translations; see
1904 ROX-Filer/AppInfo.xml for an example (suggested by Wilbert Berendsen).
1906 18-Feb-2002
1907 ~~~~~~~~~~~
1908 Try to compile against Gtk+-2.0 first, and only fallback to 1.2 if it's not
1909 found.
1910 In an Infobox, strip trailing newlines from file's output as Gtk+-2.0
1911 labels display them.
1912 Scroll in whole items with Gtk+-1.2, plus better cursor alignment (Bernard
1913 Jungen).
1915 17-Feb-2002 (Release 1.2.0)
1916 ~~~~~~~~~~~
1917 New stable release.
1919 13-Feb-2002 (Release 1.1.14)
1920 ~~~~~~~~~~~
1921 Pressing Escape in a dialog box now closes the box.
1923 12-Feb-2002
1924 ~~~~~~~~~~~
1925 Fix compile problem if iconv.h is missing and allow CPPFLAGS settings to
1926 be used in Makefile (Jim Knoble).
1927 Undo 'double clicking unselects' change (requested by Andreas).
1929 11-Feb-2002
1930 ~~~~~~~~~~~
1931 Updated Spanish translation (Marcelo Ramos).
1932 Updated French manual translation (Arnaud Calvo).
1934 08-Feb-2002 (Release 1.1.13)
1935 ~~~~~~~~~~~
1936 Use fixed font in minibuffer.
1938 07-Feb-2002
1939 ~~~~~~~~~~~
1940 Updated French manual translation (Arnaud Calvo).
1941 Updated Russian translation (Dmitry Elfimov).
1943 06-Feb-2002
1944 ~~~~~~~~~~~
1945 When dragging a lasso box around items, limit the allowed overlap (the
1946 space you can drag over the edge of the next item without selecting it)
1947 so that very wide items (eg, those with details) are easier to select
1948 (requested by Andras Mohari).
1950 04-Feb-2002
1951 ~~~~~~~~~~~
1952 Updated Italian translation (Denis Manente).
1954 03-Feb-2002
1955 ~~~~~~~~~~~
1956 Updated German translation (André Wyrwa).
1957 Updated Spanish translation (Marcelo Ramos).
1959 02-Feb-2002
1960 ~~~~~~~~~~~
1961 Updated to version 0.5 of the thumbnails standard. You should rename
1962 '~/.thumbnails/96x96' to '~/.thumbnails/normal' to avoid having to recreate
1963 them all.
1965 01-Feb-2002
1966 ~~~~~~~~~~~
1967 Do UTF-8 conversions for globicons and file groups, as we now do for pinboards
1968 and panels (reported by Arnaud Calvo).
1970 31-Jan-2002
1971 ~~~~~~~~~~~
1972 Updated Hungarian translation (Andras Mohari).
1973 Double-clicking an item always clears the selection, removed extra newline
1974 from man-page and fixed a misplaced #endif (Bernard Jungen).
1976 30-Jan-2002
1977 ~~~~~~~~~~~
1978 Updated Dutch translation (Wilbert Berendsen).
1979 Updated to Gtk+-1.3.13 (action window scrolling now works).
1981 28-Jan-2002
1982 ~~~~~~~~~~~
1983 OK and Cancel buttons in savebox can no longer be focussed. Fixes problem
1984 where opening a savebox put the focus on the last used button instead of
1985 the entry (reported by Karol Krenski).
1986 Added instructions for Window Maker pinboard icons to the manual
1987 (Jim Knoble).
1988 Resizer now allows space for the 'Running as ...' message (reported by
1989 Wilbert Berendsen).
1991 25-Jan-2002
1992 ~~~~~~~~~~~
1993 If conversion to 'ISO8859-1' doesn't work, try 'iso-8859-1' and 'UTF-8' instead
1994 of giving a warning (reported by Gregory Spath).
1996 24-Jan-2002 (Release 1.1.12)
1997 ~~~~~~~~~~~
1998 Updated Hungarian translation (Andras Mohari).
2000 23-Jan-2002
2001 ~~~~~~~~~~~
2002 Only check for thumbnails in the thumbnail scanning code, not when loading
2003 any image (saves time).
2004 Assume pathnames and labels for pinboards and panels are in the local charset
2005 for Gtk+-1.2, and in UTF-8 for Gtk+-2.0.
2006 When using 'Shell Command...' from the menu with an item selected by opening
2007 the menu, the item now remains selected when you enter the command.
2009 Updated French translation (Vincent Lefèvre).
2010 Updated Dutch translation (Wilbert Berendsen).
2012 22-Jan-2002
2013 ~~~~~~~~~~~
2014 _ROX_PANEL_MENU_POS property is now set on each GtkSocket window, rather than
2015 the panel, so that applets can find it more easiliy (requested by Stephen
2016 Watson).
2017 Only use Gtk+-2.0 if '--compile --with-gtk2' is used.
2018 Loading a thumbnail now stores the details when loading started, not
2019 when it finished.
2020 Bugfix: Under Gtk+-2.0, the savebox focussed the OK button rather than the
2021         text entry.
2023 21-Jan-2002
2024 ~~~~~~~~~~~
2025 Changing the permission on a file failed to update the display (reported by
2026 Karol Krenski). Also made other updates more efficient.
2027 Allow COMPOUND_TEXT selection type (same as STRING for now), as gnome-terminal
2028 has stopped accepting STRING.
2030 20-Jan-2002
2031 ~~~~~~~~~~~
2032 Added a configure check for iconv.h.
2033 Use double instead of long for file sizes in find.c (Bernard Jungen).
2035 19-Jan-2002
2036 ~~~~~~~~~~~
2037 Thumbnails code failed to update images when they changed (reported by
2038 Andreas).
2040 18-Jan-2002
2041 ~~~~~~~~~~~
2042 Use 'ISO8859-1' instead of 'iso-8859-1' and fallback to strdup if charset
2043 conversion fails (Stephen Watson).
2045 Deleting a symlink to a pinboard or panel icon showed a warning, even though
2046 there was no danger, because it followed the symlink. Trying to copy a symlink
2047 inside the directory it pointed to failed for the same reason.
2049 17-Jan-2002
2050 ~~~~~~~~~~~
2051 Big changes to internationalisation for pinboards and panels to fix problems
2052 with incompatible character sets (reported by Arnaud Calvo).
2053 When creating thumbnails, create to a temporary file and rename in case another
2054 program tries to write the save thumbnail at the same time.
2055 As a special case, running with just '-v' doesn't call gtk_init, allowing
2056 installing without an X server (requested by Michael Duelli).
2058 16-Jan-2002
2059 ~~~~~~~~~~~
2060 Converter for old-format config files now stops if the file looks like
2061 XML (probably from a failed conversion).
2062 Allow '~' in globicons file.
2063 Bugfix: When using spring-opening or following symlinks, trying to open
2064         a non-existant directory could cause a crash.
2065 Bugfix: The pinboard would highlight to accept any type of drop (not just
2066         files).
2068 13-Jan-2002
2069 ~~~~~~~~~~~
2070 Fixed some compile problems on Solaris (Andreas Dehmel).
2071 Clicking an unscanned item now scans it (instead of reporting an error).
2072 Dialog boxes in Gtk+-2.0 now set a default button.
2073 Number keys on the keypad couldn't be used for groups (reported by Arnaud
2074 Calvo).
2076 11-Jan-2002
2077 ~~~~~~~~~~~
2078 Updated Spanish translation (Marcelo Ramos).
2079 Updated the French manual translation (Arnaud Calvo and Vincent Lefèvre).
2081 09-Jan-2002
2082 ~~~~~~~~~~~
2083 Converted French manual to DocBook (Arnaud Calvo).
2084 Fixed some compiler warnings (Vincent Lefèvre).
2086 09-Jan-2002 (Release-1.1.11)
2087 ~~~~~~~~~~~
2088 Mark action windows as dialogs (requested by Daniel Pittman).
2089 Reset the background colour when drawing, as the Xenophilia keeps changing
2090 it (reported by Wilbert Berendsen).
2092 08-Jan-2002
2093 ~~~~~~~~~~~
2094 Changed == to = in make-mo script (Vincent Lefèvre).
2095 Added -lm to libpng linker flags (reported by Stephen Watson).
2096 Updated the French translation (Vincent Lefèvre).
2098 07-Jan-2002
2099 ~~~~~~~~~~~
2100 Bugfix: Closing a filer window with a tooltip removes the tip now (before, the
2101         tooltip could get stuck on the screen).
2103 06-Jan-2002
2104 ~~~~~~~~~~~
2105 Bugfix: Options box didn't work unless options had already been saved
2106         (reported by Iain Stevenson).
2108 05-Jan-2002
2109 ~~~~~~~~~~~
2110 Stopped unnecessary redrawing of the display (when sorting an already-sorted
2111 list).
2112 Thumbnails can now also be saved using Gtk+-1.2, if libpng is available
2113 (Andras Mohari).
2115 04-Jan-2002
2116 ~~~~~~~~~~~
2117 Fixed compile problem (reported by Vincent Lefèvre).
2118 Updated French translation (Vincent Lefèvre).
2120 03-Jan-2002
2121 ~~~~~~~~~~~
2122 Added _ROX_PANEL_MENU_POS property on panel windows to help applets position
2123 their menus correctly.
2124 Bugfix: 'From LANG' translation setting had stopped working (reported by
2125         Vincent Lefèvre).
2127 02-Jan-2002
2128 ~~~~~~~~~~~
2129 Saved pinboards and panels are now stored in an XML format. Old files should
2130 be converted automatically. Icon names may now contain the < and > characters
2131 (requested by Bernard Jungen).
2133 01-Jan-2002
2134 ~~~~~~~~~~~
2135 Updated French translation (Vincent Lefèvre).
2136 Updated Polish translation (Krzysztof Krzy¿aniak).
2138 30-Dec-2001
2139 ~~~~~~~~~~~
2140 Updated Spanish translation (Marcelo Ramos).
2142 29-Dec-2001
2143 ~~~~~~~~~~~
2144 When changing directory, make more effort to wink or select the appropriate
2145 item.
2147 29-Dec-2001 (Release 1.1.10)
2148 ~~~~~~~~~~~
2149 Updated French translation (Vincent Lefèvre).
2150 Bugfix: Using Shift to open the Send To menu without a selected file stopped
2151         the toggle menu items from working!
2153 28-Dec-2001
2154 ~~~~~~~~~~~
2155 With Gtk+-2.0, the effective permissions are now underlined (like they are
2156 with Gtk+-1.2).
2157 Put all the flags in the options box on one line, along with the Quiet button
2158 (looks neater).
2159 Updated manual.
2161 27-Dec-2001
2162 ~~~~~~~~~~~
2163 Reorganised the Options box somewhat.
2164 Bugfix: Closing a window while creating thumbnails caused a crash.
2166 26-Dec-2001
2167 ~~~~~~~~~~~
2168 Icons are dragged from their corners again (requested by Liav Asseraf).
2169 Unknown SOAP methods now get a SOAP Fault response. Updated SOAP namespaces.
2170 Renamed '.DirIcon.png' to just '.DirIcon'.
2171 In action windows, standard error from moving, copying and mounting operations
2172 is captured and displayed, giving a more useful message (Stephen Watson).
2173 Support for Gtk+-1.3.12.
2175 25-Dec-2001
2176 ~~~~~~~~~~~
2177 Updated Polish translation (Krzysztof Krzy¿aniak).
2179 24-Dec-2001
2180 ~~~~~~~~~~~
2181 File groups are now saved (automatically).
2182 The old 'AppMenu' file is no longer checked for (use AppInfo.xml instead).
2184 23-Dec-2001
2185 ~~~~~~~~~~~
2186 Added Version SOAP RPC.
2187 With Gtk+-2.0 UTF-8 converstion, the filer now converts from the charset
2188 specified in the translation (was always using iso-8859-1).
2190 22-Dec-2001
2191 ~~~~~~~~~~~
2192 If thumbnailing is cancelled, it can be resumed later. Hiding thumbnails
2193 stops any scan in progress automatically. Added 'All' and 'Thumbs' status
2194 flags to title bar.
2196 21-Dec-2001
2197 ~~~~~~~~~~~
2198 New 'Show image thumnails' option to set this as the default (requested by
2199 Kristian Rink).
2200 Got details working again with Gtk+-1.2 (spotted by Kristian Rink).
2202 20-Dec-2001
2203 ~~~~~~~~~~~
2204 New thumbnail system. 'Create Thumbs' is now 'Show Thumbnails' and can
2205 be turned on and off. Thumbnails are loaded in the background, and a progress
2206 bar is displayed in the filer window.
2207 Replaced old Gtk+-1.2.x text widget in action windows with new one.
2209 19-Dec-2001
2210 ~~~~~~~~~~~
2211 Improved error reporting.
2212 Improved sizing code when details are on.
2214 18-Dec-2001
2215 ~~~~~~~~~~~
2216 Updated to new version 0.4 of the thumbnails standard.
2217 Added 'Quiet' check box to action windows. Quiet button now turns on
2218 check box and does 'Yes'.
2220 17-Dec-2001
2221 ~~~~~~~~~~~
2222 Gtk+-2.0 uses UTF-8 for strings. Translation files are now converted to
2223 UTF-8 as they are loaded.
2224 Added a missing #ifdef for the regex code (Damien Couderc).
2225 All file leafnames now use AA fonts with Gtk+-2.0 (details are still
2226 fixed, though).
2228 16-Dec-2001
2229 ~~~~~~~~~~~
2230 Closing a window with a keypress caused warnings to appear (reported by
2231 Fabien Coutant).
2232 Updated Spanish translation (Marcelo Ramos).
2233 New 'Single click nagivation on the pinboard' option (requested by
2234 Michael).
2235 Fix for compiling problem on NetBSD (Eric Gillespie, Jr.).
2237 Internal changes to options system:
2238 - Options can be used as soon as they are registered (not just once the
2239   filer is fully initialised).
2240 - New widget types can be registered in a modular fashion.
2242 13-Dec-2001 (Release 1.1.9)
2243 ~~~~~~~~~~~
2244 More fixes for panel resizing (reported by Stephen Watson).
2245 Target mode, dragging an unselected item, and auto-selecting an item when
2246 opening the menu now all work without grabbing the primary selection.
2247 Finished new scanning code (image == NULL is now OK everywhere).
2249 12-Dec-2001
2250 ~~~~~~~~~~~
2251 Clicking on an item which is selected, but not part of the primary selection,
2252 now reclaims the selection.
2253 Removed default minibuffer option for now.
2254 The dash forms in Find tests can be combined, eg '-rwx'.
2255 Updated manual.
2257 11-Dec-2001
2258 ~~~~~~~~~~~
2259 Additional window hints - pinboard and panels refuse focus and pinboard
2260 icons are marked as desktop features (requested by Laurent Moussault).
2261 Thumbnails are now stored using an md5 hash of their names.
2262 Pinboard icons can be repositioned by dragging with the left mouse button
2263 (middle button drag stopped working with sawfish, and this is easier anyway).
2265 10-Dec-2001
2266 ~~~~~~~~~~~
2267 New scanning system: blank items are added to the window first and then the
2268 icons and types get filled in later. Looks better and simplifies the sizing
2269 code a bit.
2270 Code tidying in various places.
2272 09-Dec-2001
2273 ~~~~~~~~~~~
2274 Bugfix: Filer would quit if only Info boxes were open.
2275 Bugfix: Pinboard and panel windows didn't get the correct hints set under
2276         Gtk+-2.0.
2278 08-Dec-2001
2279 ~~~~~~~~~~~
2280 Many internal changes to Collection widget for Gtk+-2.0. Should be more
2281 efficient now, and easier to get aa fonts working...
2283 07-Dec-2001
2284 ~~~~~~~~~~~
2285 Fixed Gtk+-2.0 wheel mouse support.
2286 In the Info box, 'File says...' was reporting on the program used to
2287 edit the file, not the file itself!
2288 For glib-2.0, use the new spawn function and report errors nicely.
2290 06-Dec-2001
2291 ~~~~~~~~~~~
2292 Updated Russian translation (Dmitry Elfimov).
2293 Thumbnail information in the PNG image is now namespaced to 'Thumb'
2294 (recommended by Jens Finke).
2295 FileType SOAP RPC return format has been updated to the latest version
2296 of the SOAP working draft.
2297 Added Large File Support: files over 4Gb now have their sizes detected
2298 correctly (Stephen Watson). Note: this disables libvfs support.
2299 New option to have the minibuffer open by default on new windows
2300 (Bochicchio).
2302 05-Dec-2001
2303 ~~~~~~~~~~~
2304 When resizing the collection, only ensure the cursor is still visible if
2305 it was in the displayed area before.
2307 When closing the Enter Path minibuffer, keep Show Hidden on if the cursor is
2308 on a hidden item.
2310 When using --show with a hidden file, turn on Show Hidden. Also, delay the
2311 winking effect until the window actually appears.
2313 04-Dec-2001
2314 ~~~~~~~~~~~
2315 Support for new thumbnails spec; thumbnails are saved inside ~/.thumbnails
2316 so they redisplay quickly next time the filer is loaded (requested by
2317 Kristian A. Rink and others).
2319 Bugfix: Toggling the section with a middle button drag could lose the primary
2320         selection (Andras Mohari).
2322 03-Dec-2001
2323 ~~~~~~~~~~~
2324 Use gtk_set_locale instead of setlocale (Andras Mohari).
2326 02-Dec-2001
2327 ~~~~~~~~~~~
2328 Added 'Invert Selection' (Stephen Watson; suggested by Andras Mohari).
2330 01-Dec-2001
2331 ~~~~~~~~~~~
2332 Added a new root window property (_ROX_FILER_EUID_HOST) which points to
2333 the SOAP IPC window for a particular hostname and user ID. This makes it
2334 easier for other programs to talk to the filer.
2336 30-Nov-2001
2337 ~~~~~~~~~~~
2338 Added new SOAP methods Copy, Move, Link, Mount and FileType (Stephen Watson).
2340 29-Nov-2001
2341 ~~~~~~~~~~~
2342 Moved 'Select All', 'Clear Selection' and 'Select If...' to a new 'Select'
2343 submenu.
2344 The filer now closes stdin when it starts. This is to prevent child
2345 processes, such as auto-mounters, from trying to read a password from
2346 the console (Olivier Fourdan).
2348 27-Nov-2001
2349 ~~~~~~~~~~~
2350 Manpage is now generated automatically from DocBook source.
2351 Short forms for many find expressions, such as -d for IsDir (suggested by
2352 (Andras Mohari).
2354 26-Nov-2001
2355 ~~~~~~~~~~~
2356 More Gtk+-1.3.11 support, including use of the new message dialog.
2357 When the filer loses the primary selection, display the selected items
2358 shaded, but don't unselect them (Andras Mohari).
2360 24-Nov-2001
2361 ~~~~~~~~~~~
2362 Updated to Gtk+-1.3.11.
2364 23-Nov-2001
2365 ~~~~~~~~~~~
2366 Show the current run action for a file in the Info box (Stephen Watson).
2368 21-Nov-2001
2369 ~~~~~~~~~~~
2370 If a panel applet quits then it is removed from the panel, instead of being
2371 replaced by a Restart button.
2373 16-Nov-2001
2374 ~~~~~~~~~~~
2375 With Gtk+-2.0 and the 'Unique windows' option on, reshow the existing window
2376 instead of destroying it and creating a new one (suggested by Greg Spath).
2378 15-Nov-2001
2379 ~~~~~~~~~~~
2380 Changes to the French translation (Thierry Godefroy and Vincent Lefevre).
2382 14-Nov-2001
2383 ~~~~~~~~~~~
2384 Code tidying in menu.c (Bernard Jungen).
2386 13-Nov-2001
2387 ~~~~~~~~~~~
2388 Opening a filer window from the Set Icon dialog turns thumbnails display
2389 on (suggested by Francesco Bochicchio).
2390 Right-clicking the Help toolbar button reuses the same window.
2392 12-Nov-2001
2393 ~~~~~~~~~~~
2394 Made some strings easier to translate, fixed a problem with translating a blank
2395 string, and changed the details toolbar button to leave the size alone (Andras
2396 Mohari).
2397 Improved key handling (key presses were sometimes ignored).
2398 Bugfix: A very long and narrow icon could make the filer try to scale to a
2399         width or height of zero (Andras Mohari).
2401 09-Nov-2001
2402 ~~~~~~~~~~~
2403 Allow current directory and selection to be stored with Ctrl+[0-9] and
2404 retrieved by pressing [0-9] (suggested by Jakub Turski). The groups are not
2405 saved yet.
2407 08-Nov-2001
2408 ~~~~~~~~~~~
2409 Don't use re_set_syntax() on systems that don't have it (reported by
2410 Damien Couderc).
2411 In action windows, the a long filename no longer makes the window get wider
2412 (requested by Graham Borland).
2413 Added 'Types' section to the Options window, allowing easy(ish) access
2414 to the MIME-info files, plus a reload button, and icons for MIME-types can
2415 be set from the 'Set Icon...' box (Stephen Watson).
2417 07-Nov-2001
2418 ~~~~~~~~~~~
2419 Added a menu to the 'Set Icon...' box which shows all directories currently
2420 used for icons (Francesco Bochicchio).
2421 Fix small error in German translation (Christopher Arndt).
2422 Bugfix: 'New Directory' didn't correctly select the leafname with Gtk+-2.0.
2424 06-Nov-2001
2425 ~~~~~~~~~~~
2426 Added Spanish translation (Marcelo Ramos).
2427 Applied Bernard Jungen's latest patch:
2428 - Disk usage forgot to count special files like pipes, etc.
2429 - Page up/down scrolls a window full at a time instead of 10 items.
2430 - Don't get icons from the cache if thumbnail mode is off anymore.
2431 - modechange.c: deleted useless stuff and fixed octal parsing to detect
2432   *all* illegal values (eg 010000000000000).
2433 - Added 'Show/hide hidden files' toolbar button.
2434 - Lots of code tidying.
2437 05-Nov-2001
2438 ~~~~~~~~~~~
2439 Holding the pointer over a symlink shows the target in a tooltip
2440 (Stephen Watson; suggested by Arnaud Calvo).
2442 01-Nov-2001
2443 ~~~~~~~~~~~
2444 Updated French translation (Vincent Lefèvre).
2446 30-Oct-2001 (Release 1.1.8)
2447 ~~~~~~~~~~~
2448 Updated to support Gtk+-1.3.10.
2450 17-Oct-2001
2451 ~~~~~~~~~~~
2452 Slightly better positioning of filenames and details (Bernard Jungen).
2453 When resizing, only add space for an extra row in Small Icons mode.
2455 16-Oct-2001
2456 ~~~~~~~~~~~
2457 Make the Set Run Action box command box have the "$1" already filled in
2458 (suggested by Helgi Hrafn Gunnarsson).
2460 15-Oct-2001
2461 ~~~~~~~~~~~
2462 Set the WM_CLASS for saveboxes, so that window managers can treat them
2463 specially, if required (Andrew Flegg).
2465 14-Oct-2001
2466 ~~~~~~~~~~~
2467 Changed internal format used to send to requests to SOAP, and added --RPC
2468 option to access it directly.
2470 12-Oct-2001
2471 ~~~~~~~~~~~
2472 Open new windows at the mouse position (suggested by Helgi Hrafn Gunnarsson).
2473 Bugfix: If file doesn't accept the '-b' option then examining a file in
2474         the root directory didn't work (Stephen Watson).
2476 10-Oct-2001
2477 ~~~~~~~~~~~
2478 Use --version instead of 'which' to test for programs as not everyone has
2479 which (suggested by Vincent Lefevre).
2480 Bugfix: When setting an icon for a file with a space in the name, the
2481         setting wasn't saved correctly (spotted by Arnaud Calvo and Jakub
2482         Turski). The 'globicons' file should be converted automatically
2483         when the filer is run.
2485 08-Oct-2001
2486 ~~~~~~~~~~~
2487 Added support for the regex field in MIME-info. This allows files to be
2488 matched with patterns, not just on their extensions. For example, '.gtkrc'
2489 is now typed 'x-gtkrc' despite having no extension (Stephen Watson and
2490 Andras Mohari).
2492 05-Oct-2001
2493 ~~~~~~~~~~~
2494 Allow AppIcon.xpm and .DirIcon.png to be symlinks (Bernard Jungen).
2496 04-Oct-2001
2497 ~~~~~~~~~~~
2498 When running on a remote machine, display the remote host's name in the
2499 title bar (Stephen Watson).
2501 02-Oct-2001
2502 ~~~~~~~~~~~
2503 New option to control whether a middle button drag moves the files or
2504 brings up a menu.
2505 Allow submenus in AppInfo.xml file (Stephen Watson).
2507 26-Sep-2001
2508 ~~~~~~~~~~~
2509 Now supports Gtk+-1.3.9, but not earlier developer releases.
2511 25-Sep-2001
2512 ~~~~~~~~~~~
2513 Disk Usage can cope with larger sizes, and reports the number of files and
2514 directories counted; new Show Hidden and Inherit Options options; new -D
2515 option to close directories; and changes to formatting of file sizes
2516 (Bernard Jungen).
2518 24-Sep-2001
2519 ~~~~~~~~~~~
2520 Updated Hungarian translation (Andras Mohari).
2521 Improved the filename colouring code so that colours are only allocated
2522 if needed (Andras Mohari) and fixed a colourmap problem (Stephen Watson).
2523 Bugfix: When sorting while winking an item, the filer would sometimes scroll
2524         to the wrong place (Andras Mohari).
2525 Bugfix: If all the selected files were deleted, then trying to paste the
2526         selection caused a crash (Fabien Coutant).
2528 20-Sep-2001
2529 ~~~~~~~~~~~
2530 Colour files by type (Andras Mohari).
2532 11-Sep-2001
2533 ~~~~~~~~~~~
2534 Added -p to mkdir in install scripts to create any missing parent
2535 directories (Michel Alexandre Salim).
2537 09-Sep-2001
2538 ~~~~~~~~~~~
2539 Dragging files with the middle button (or Button1+Alt) brings up a menu
2540 of possible actions (Taras).
2541 New option to control size of icons in `New' and `Send To' menus (Stephen
2542 Watson).
2543 Bugfix: Pinboard icons didn't draw correctly if their windows got resized
2544         (reported by Michel Alexandre Salim).
2546 06-Sep-2001
2547 ~~~~~~~~~~~
2548 Window positions can be saved and restored by a session manager (Anders
2549 Lundmark).
2551 05-Sep-2001
2552 ~~~~~~~~~~~
2553 Fixed an untranslated string (Andras Mohari).
2555 04-Sep-2001
2556 ~~~~~~~~~~~
2557 The style for pinboard and panel icon text can be set (requested by Greg
2558 Spath) with:
2560         widget "*.pinboard-icon" style "..."
2561         widget "*.panel-icon.*" style "..."
2563 03-Sep-2001
2564 ~~~~~~~~~~~
2565 Bugfix: Entering a blank expression in the 'Select If' minibuffer displayed
2566         a (harmless) warning message (reported by Vincent Lefèvre).
2568 03-Sep-2001 (Release 1.1.7)
2569 ~~~~~~~~~~~
2570 Added an option to control whether extensions take precedence over the
2571 executable bit of a file (requested by MJ Ray).
2572 Updated French translation (Vincent Lefèvre and Arnaud Calvo).
2573 Disabled the UTF-8 conversion (doesn't work on older versions of Gtk).
2575 02-Sep-2001
2576 ~~~~~~~~~~~
2577 The options controlling when windows resize work again.
2579 31-Aug-2001
2580 ~~~~~~~~~~~
2581 Better guessing of window size for display styles with details.
2583 29-Aug-2001
2584 ~~~~~~~~~~~
2585 The 'src/po/dist' script now converts all text to UTF-8.
2587 28-Aug-2001
2588 ~~~~~~~~~~~
2589 Fixed some problems with the configure.in script and autoconf 2.50 (Richard
2590 Boulton).
2592 27-Aug-2001
2593 ~~~~~~~~~~~
2594 Updated Dutch translation (Jasper Huijsmans).
2595 Send To menu lists contents of all Send To directories in Choices, not just
2596 the first one found.
2597 Fixed another XML compiling problem (Stephen Watson).
2599 23-Aug-2001
2600 ~~~~~~~~~~~
2601 Added Customise to `Send To' menu.
2603 22-Aug-2001
2604 ~~~~~~~~~~~
2605 Detached Send To menu from main menu structure. Allows key-binding to open
2606 the menu, at least. Main menu now opens quicker (no scanning of Send To dir).
2607 Shift+Menu brings up the menu directly.
2609 20-Aug-2001
2610 ~~~~~~~~~~~
2611 Fixed compiling problem with some versions of libxml (Stephen Watson).
2612 Changed a text message in the Options box (about binding keys to menus) into
2613 a button which shows the message in an alert box. Maybe people will read the
2614 message now?
2616 19-Aug-2001
2617 ~~~~~~~~~~~
2618 Only use Gtk+ 2.0 if version 1.3.6 or later is installed.
2619 Scrolling using a wheel mouse now always goes at the same speed, whatever the
2620 display style (requested by aardvark joe).
2622 10-Aug-2001
2623 ~~~~~~~~~~~
2624 Added 'Send To' menu (Stephen Watson).
2626 Bugfix: Renaming a panel icon didn't update the display (reported by Andrew
2627         Booker).
2629 07-Aug-2001
2630 ~~~~~~~~~~~
2631 Fixed some minor compilation issues (reported by Jasper Huijsmans and Daniel
2632 Richard G.)
2634 03-Aug-2001
2635 ~~~~~~~~~~~
2636 Added French translation of the manual (Arnaud Calvo).
2638 24-Jul-2001
2639 ~~~~~~~~~~~
2640 Filer wouldn't compile or run if it was in a directory with spaces in the
2641 name (reported by Benjamin Munoz).
2643 23-Jul-2001
2644 ~~~~~~~~~~~
2645 Added options for default action window settings for Brief, Force and Recurse
2646 (Liav Asseraf).
2647 New default for sort type is Sort By Name (requested by Andreas Dehmel).
2648 Bugfix: Clicking on a file with no run action set gave two error boxes.
2650 19-Jul-2001
2651 ~~~~~~~~~~~
2652 Make Enter in the minibuffer work like Return (requested by Arnaud Calvo).
2654 18-Jul-2001
2655 ~~~~~~~~~~~
2656 Added some more hints to pinboard and panel windows to comply with the new
2657 freedesktop.org window manger spec.
2659 15-Jul-2001
2660 ~~~~~~~~~~~
2661 New option to set the maximum size the auto-resizer will resize a window to
2662 (requested by Andreas Dehmel).
2664 14-Jul-2001
2665 ~~~~~~~~~~~
2666 When using the Set Run Action box, make the command default to the currently
2667 set command (suggested by Arnaud Calvo).
2669 12-Jul-2001 (Release 1.1.6)
2670 ~~~~~~~~~~~
2671 Updated the French translation (Vincent Lefèvre).
2673 10-Jul-2001
2674 ~~~~~~~~~~~
2675 Renamed 'New File' submenu to 'New' and moved 'New Directory' into it.
2677 09-Jul-2001
2678 ~~~~~~~~~~~
2679 Use the user's preferred font for item filenames, not the Gtk default
2680 (requested by Jim Knoble).
2682 03-Jul-2001
2683 ~~~~~~~~~~~
2684 Redid text handling on the panel. Now uses nice fonts under Gtk+ 2.0.
2686 02-Jul-2001
2687 ~~~~~~~~~~~
2688 Don't show tooltips for applets as it causes problems (reported by Stephen
2689 Watson).
2691 30-Jun-2001
2692 ~~~~~~~~~~~
2693 Gtk+-2.0: Support for anti-aliased fonts on the pinboard (also word-wraps
2694           long names too). Fixed a crash-on-click problem on the root window.
2696 29-Jun-2001
2697 ~~~~~~~~~~~
2698 More work on Gtk+-2.0 -- seems to be usable now :-)
2700 28-Jun-2001
2701 ~~~~~~~~~~~
2702 Started work to support Gtk+-2.0.
2704 26-Jun-2001
2705 ~~~~~~~~~~~
2706 Moved 'relative link' option above the buttons in the Link box (Stephen
2707 Watson).
2708 Bugfix: Rescanning could sometimes make the cursor reappear, causing the
2709         display to scroll (reported by Andreas Dehmel).
2711 21-Jun-2001
2712 ~~~~~~~~~~~
2713 Replaced 'New File...' menu item with a submenu generated from the contents
2714 of '<Choices>/Templates' (Stephen Watson).
2716 20-Jun-2001
2717 ~~~~~~~~~~~
2718 `Xterm here' command can contain arguments (Andras Mohari).
2719 Made the menu appear in a sensible place, so it's easy to get to the File
2720 submenu (suggested by André Wyrwa).
2722 19-Jun-2001
2723 ~~~~~~~~~~~
2724 Updated French translation (Vincent Lefèvre).
2725 Added a German translation (André Wyrwa).
2727 13-Jun-2001
2728 ~~~~~~~~~~~
2729 Added an extra option to control the resizing behaviour. Can be set to resize
2730 never, always, or only when the display style changes (requested by Andreas).
2732 07-Jun-2001 (Release 1.1.5)
2733 ~~~~~~~~~~~
2734 Updated Russian translation (Dmitry Elfimov).
2736 06-Jun-2001
2737 ~~~~~~~~~~~
2738 Unless compiling with mc's libvfs for virtual filesystem support, change the
2739 menu structure for use with the newer AVFS system.
2740 (http://www.inf.bme.hu/~mszeredi/avfs/) (José Romildo Malaquias).
2742 Bug fix: Running the filer with a translation set would make it crash
2743          (reported by Dmitry Elfimov).
2745 04-Jun-2001 (Release 1.1.4)
2746 ~~~~~~~~~~~
2747 Added 'Details' toolbar icon. Toggles display between Small Icons with Summary
2748 and the default size with no details.
2750 30-May-2001
2751 ~~~~~~~~~~~
2752 Replaced Large/Small toolbar buttons with a single Size button which
2753 cycles through Small/Large/Huge (other button to reverse).
2755 28-May-2001
2756 ~~~~~~~~~~~
2757 Added Shift Open, Set Run Action and Set Icon to the pinboard and panel
2758 menus.
2760 25-May-2001
2761 ~~~~~~~~~~~
2762 Long leafnames wrap onto multiple lines in Huge mode, like they do for
2763 Large Icons mode.
2765 24-May-2001
2766 ~~~~~~~~~~~
2767 Display tooltips for pinboard and panel icons, where needed.
2769 23-May-2001
2770 ~~~~~~~~~~~
2771 New option to show number of files / size of selected files in the toolbar
2772 (Andras Mohari).
2774 22-May-2001
2775 ~~~~~~~~~~~
2776 New options section 'panel' allows icon text to be hidden for all icons, no
2777 icons, or just applications (suggested by José Romildo Malaquias).
2779 17-May-2001
2780 ~~~~~~~~~~~
2781 Converted the options window to a tabbed notebook (Denis Manente).
2783 16-May-2001
2784 ~~~~~~~~~~~
2785 Pressing the mouse button down on an icon no longer winks it; only releasing
2786 the button to run it does.
2787 Added 'Show Info' to panel/pinboard menu.
2788 The File Info box grabs the primary selection when a row is selected
2789 (allows you to paste email addresses, URLs, etc).
2791 15-May-2001
2792 ~~~~~~~~~~~
2793 Opening a pinboard or panel menu over an icon no longer selects it -- this
2794 allows the selection to be passed to an application run using its AppMenu
2795 (requested by Christopher Arndt).
2797 14-May-2001
2798 ~~~~~~~~~~~
2799 In Large Icons display style, a file's name may wrap onto a second line.
2801 13-May-2001
2802 ~~~~~~~~~~~
2803 Merged code for handling selections and menus that was common to pinboards
2804 and panels into icon.c.
2806 09-May-2001
2807 ~~~~~~~~~~~
2808 When using 'From LANG', extract the language code from the string to get
2809 the filename, instead of using the whole string (Andras Mohari).
2810 Added support for very old versions of libxml (reported by Lukasz Stelmach
2811 and Vincent Lefèvre).
2813 08-May-2001
2814 ~~~~~~~~~~~
2815 Updated French (Vincent Lefevre) and Hungarian (Andras Mohari) translations.
2817 07-May-2001 (Release 1.1.3)
2818 ~~~~~~~~~~~
2819 Updated the documentation.
2821 06-May-2001
2822 ~~~~~~~~~~~
2823 Added 'Huge, With...' display styles. In huge mode, normal icons are scaled
2824 up if they're too small.
2826 03-May-2001
2827 ~~~~~~~~~~~
2828 Gtk styles can be overridden in <Choices>/ROX-Filer/Styles (suggested by
2829 Stephen Watson).
2830 Pinboards and panels should now work with IceWM without needing -o
2831 (Christopher Arndt).
2832 Allow text messages in the toolbar to go off the side (instead of resizing the
2833 window).
2835 02-May-2001
2836 ~~~~~~~~~~~
2837 Opening the shell minibuffer with a selection adds ' "$@' after the cursor.
2838 Without a selection, the name of the file under the cursor is added.
2840 29-Apr-2001
2841 ~~~~~~~~~~~
2842 Pressing the `\' key opens the menu (suggested by Christopher Arndt). Hold
2843 down Ctrl for the File submenu.
2845 28-Apr-2001
2846 ~~~~~~~~~~~
2847 Added a new 'About' section to AppInfo. Any elements in here are added
2848 into the info box. Added a 'Refresh' button to the info box.
2849 Added a ROX-Filer/Styles file for default colours (default filer background
2850 is now lighter).
2852 27-Apr-2001
2853 ~~~~~~~~~~~
2854 Rewrote the file info box. Looks a bit nicer, and it's easier to add extra
2855 info to it later...
2857 26-Apr-2001
2858 ~~~~~~~~~~~
2859 Updated Russian translation (Dmitry Elfimov).
2861 25-Apr-2001
2862 ~~~~~~~~~~~
2863 AppInfo file may contain a <Summary> element - the text inside will be
2864 displayed in a tooltip if the mouse is held over the item in a filer
2865 window.
2867 22-Apr-2001
2868 ~~~~~~~~~~~
2869 Filer now looks for AppInfo.xml before AppMenu. This is for future
2870 expansion...
2872 18-Apr-2001
2873 ~~~~~~~~~~~
2874 Automatic resizing of windows when changing directory is now optional
2875 (requested by Paul E. Johnson and Andreas Thorn).
2877 11-Apr-2001
2878 ~~~~~~~~~~~
2879 The symlink box allows you to choose to create relative or absolute links
2880 (suggested by Stephen Watson).
2882 09-Apr-2001
2883 ~~~~~~~~~~~
2884 Fix some typos and untranslated strings (Andras Mohari).
2886 08-Apr-2001
2887 ~~~~~~~~~~~
2888 Added a Russian translation (Dmitry Elfimov).
2890 06-Apr-2001
2891 ~~~~~~~~~~~
2892 Fixed a couple of errors in the man-page (spotted by Damien Couderc).
2894 05-Apr-2001
2895 ~~~~~~~~~~~
2896 Winking an item in a directory makes it flash twice instead of once (easier
2897 to see). Also, creating a new file or directory from the menu winks the new
2898 item.
2900 Bugfix: When a directory was rescanned because of a move operation,
2901         the `Set Icon...' settings didn't work (reported by Damien
2902         Couderc).
2904 02-Apr-2001
2905 ~~~~~~~~~~~
2906 New display style 'Huge Icons' to make viewing thumbnails easier.
2907 Added a Hungarian translation (Andras Mohari).
2908 Updated the French translation (Vincent Lefèvre).
2909 Double clicking on a filer window's background resizes the window (Denis
2910 Manente).
2912 01-Apr-2001
2913 ~~~~~~~~~~~
2914 If an item's name is truncated, show it in a tooltip when the pointer is
2915 held over the item (Denis Manente).
2917 30-Mar-2001 (Release 1.1.2)
2918 ~~~~~~~~~~~
2919 Asking for help on a directory always tries to open <dir>/Help first, even
2920 for non-applications.
2922 29-Mar-2001
2923 ~~~~~~~~~~~
2924 If run without -n, the filer will put itself in the background. Thus,
2925 the 'rox' command behaves the same whether or not the filer is already
2926 running.
2928 27-Mar-2001
2929 ~~~~~~~~~~~
2930 Support for the new version of libxml (reported by Andreas Dehmel).
2932 26-Mar-2001
2933 ~~~~~~~~~~~
2934 Rewrote parser for options. Smaller and neater (hopefully this will fix
2935 the bugs reported by Andreas Dehmel and Ewan Mac Mahon).
2937 Bugfix: While scanning, the resizer could make the window too large.
2939 23-Mar-2001
2940 ~~~~~~~~~~~
2941 Moving the cursor down in the next-to-last row will move to the last
2942 item if there is nothing under the cursor (suggested by Graham Borland).
2944 21-Mar-2001
2945 ~~~~~~~~~~~
2946 When changing directory, only make the window larger (if needed), never
2947 smaller (suggested by Diego Zamboni).
2949 17-Mar-2001
2950 ~~~~~~~~~~~
2951 Changing directory autosizes the window automatically (Denis Manente).
2952 Internal changes to the way different layouts are handled.
2954 15-Mar-2001
2955 ~~~~~~~~~~~
2956 Pressing space (to select/unselect an item) now also moves the cursor to
2957 the next item (suggested by Anders Lundmark).
2959 Copying directories tries to preserve the timestamps, like it does for
2960 files (suggested by José Romildo Malaquias).
2962 14-Mar-2001
2963 ~~~~~~~~~~~
2964 Added '--mime-type FILE' option, which simply writes the type of FILE to
2965 standard output (Stephen Watson).
2967 Added 'Home Directory' to Window menu (requested by Graham Borland).
2969 11-Mar-2001
2970 ~~~~~~~~~~~
2971 Copying a directory which doesn't have user write permission will give it
2972 user write during the copy to avoid permission denied errors (suggested by
2973 Liav Asseraf).
2975 New sort option - 'Directories always come first' (requested by Liav Asseraf).
2977 10-Mar-2001
2978 ~~~~~~~~~~~
2979 Dragging a lasso box with the middle button toggles the selected state
2980 of the items enclosed (Denis Manente).
2982 09-Mar-2001
2983 ~~~~~~~~~~~
2984 Changing the display style now resizes the window (Denis Manente).
2986 08-Mar-2001
2987 ~~~~~~~~~~~
2988 New pinboards get a 'Home' icon in the top left corner as new users often
2989 think the pinboard isn't working because it starts empty (suggested by
2990 Vor'Cha).
2992 Converted AppMenu file format to XML.
2993 Added AppMenu file with options to control the pinboard.
2995 06-Mar-2001
2996 ~~~~~~~~~~~
2997 Highlight invalid Find expressions in red (Anders Lundmark).
2999 04-Mar-2001
3000 ~~~~~~~~~~~
3001 When resizing windows, try to keep the window fully inside the screen area
3002 (Denis Manente).
3004 03-Mar-2001
3005 ~~~~~~~~~~~
3006 Updated the Dutch translation (Jan Wagemakers).
3008 27-Feb-2001
3009 ~~~~~~~~~~~
3010 When mounting a device, the new window appears after mounting, not before.
3011 This means that it's more likely to get sized correctly (requested by
3012 Ewan Mac Mahon).
3014 24-Feb-2001
3015 ~~~~~~~~~~~
3016 Added two new options to control when minibuffer completion beeps (requested
3017 by Liav Asseraf).
3019 20-Feb-2001
3020 ~~~~~~~~~~~
3021 Added 'New File...' feature (James Kermode).
3023 16-Feb-2001
3024 ~~~~~~~~~~~
3025 Dropping icons on the pinboard positions them sensibly (Diego Zamboni).
3027 09-Feb-2001 (Release 1.1.1)
3028 ~~~~~~~~~~~
3029 Moving pinboard icons is nicer - it no longer assumes you dragged the middle
3030 of the text... (Diego Zamboni).
3032 Added a Polish translation (Andrzej Borsuk).
3034 Bugfix: Sometimes it wasn't possible to delete something that was on a
3035         pinboard or panel, even after confirming (reported by Diego Zamboni).
3037 07-Feb-2001
3038 ~~~~~~~~~~~
3039 Sliders in the options box can have a numerical value display (Diego Zamboni).
3040 Fixed a stray warning message displayed when non-default pinboard options
3041 were used (Diego Zamboni).
3043 New menu item 'Set Icon...' allows you to choose any icon for any file or
3044 directory. Also allow .DirIcon.png to set a directory's icon (Diego Zamboni).
3046 03-Feb-2001
3047 ~~~~~~~~~~~
3048 Many internal changes to the Options system.
3050 30-Jan-2001
3051 ~~~~~~~~~~~
3052 Bugfix: On filesystems which aren't case sensitive (eg DOS) it was possible
3053         to copy 'tmp' as 'Tmp' and lose it! (reported by Denis Manente)
3055 28-Jan-2001
3056 ~~~~~~~~~~~
3057 Added Diego Zamboni's patch to make configuring VFS easier.
3059 27-Jan-2001
3060 ~~~~~~~~~~~
3061 Improved compiling - now correctly reports an error if the file doesn't
3062 compile. If configure is missing then autoconf is run automatically.
3064 After a Find completes, you are given the option of doing the search again
3065 (Anders Lundmark).
3067 Applications can define a list of menu items to display on their menus
3068 (Diego Zamboni). The file should be called 'AppMenu' and contains a list of
3069 lines in the form 'option Text'.
3071 24-Jan-2001
3072 ~~~~~~~~~~~
3073 Added two new pinboard options - one to allow setting the grid step size
3074 and one to allow icons to go slightly off the side of the screen (Diego
3075 Zamboni).
3077 23-Jan-2001
3078 ~~~~~~~~~~~
3079 Bugfix: Textured window backgrounds could cause a crash (reported by Diego
3080         Zamboni).
3082 22-Jan-2001
3083 ~~~~~~~~~~~
3084 Updated the French translation (Vincent Lefèvre).
3086 Bugfix: The pixbuf stuff didn't work on some displays (reported by Stephen
3087         Watson).
3089 20-Jan-2001 (Release 1.1.0)
3090 ~~~~~~~~~~~
3091 Removed the 'Initial window height' option. The filer tries to pick a
3092 sensible shape itself now.
3094 Bugfix: If an image was moved to a directory which didn't generate thumbs
3095         then it would display, but never be updated. Even if it wasn't that
3096         file at all, just a reused inode!
3097 Bugfix: Changing the display style didn't always redraw the display.
3098 Bugfix: In 'Small, With...' display mode, clicking beyond the far right
3099         column acted like clicking on the far-right column.
3101 18-Jan-2001
3102 ~~~~~~~~~~~
3103 Changed background colour to be more compatible with the Gtk themes system.
3105 12-Jan-2001
3106 ~~~~~~~~~~~
3107 Removed all the message window stuff. ROX-Filer no longer grabs standard
3108 error from its child processes. Changed because ROX-Session now does a much
3109 better job.
3111 10-Jan-2001
3112 ~~~~~~~~~~~
3113 Filer is more generous in what hostnames it considers local.
3114 Patch to include pixbuf headers correctly (Diego Zamboni).
3116 08-Jan-2001
3117 ~~~~~~~~~~~
3118 Bug fix: Didn't always use the fully qualified host name for DnD.
3120 30-Dec-2000
3121 ~~~~~~~~~~~
3122 If a file has a known extension then it is given the appropriate type even
3123 if the file is executable (Simon Britnell).
3125 28-Dec-2000
3126 ~~~~~~~~~~~
3127 Added a menu entry 'Resize Window' to set the window to a sensible size
3128 when you want it.
3130 25-Dec-2000
3131 ~~~~~~~~~~~
3132 Try to open new windows at a sensible size for their contents (Denis Manente).
3134 24-Dec-2000
3135 ~~~~~~~~~~~
3136 Bugfix: When mounting or unmounting subdirectories of '/', the mount symbol
3137         wasn't updated (reported by Wilbert Berendsen).
3139 20-Dec-2000
3140 ~~~~~~~~~~~
3141 Fixed a couple of memory leaks in the choices system (Diego Zamboni).
3142 Updated French translation (Vincent Lefèvre).
3143 Added new 'Create Thumbs' entry on the Display menu which tries to load
3144 every file in the directory as an image and use that image for the file
3145 (suggested by Sprague and Simon Britnell).
3147 19-Dec-2000
3148 ~~~~~~~~~~~
3149 Converted to use gdk-pixbuf instead of ImLib.
3150 Fixed a few compiler warnings and improved the error message displayed
3151 if you try to invoke rox on a missing file (reported by Vincent Lefèvre).
3152 Changed the -w, -W and -i flags to the simpler -x=FILE, which reexamines the
3153 given file, updating directory views and icons as needed.
3155 18-Dec-2000
3156 ~~~~~~~~~~~
3157 AppIcon.xpm must be a regular file (stops people trying to crash the
3158 filer by symlinking to /dev/...).
3159 Fixed a missing translation in the pinboard options (Denis Manente).
3161 17-Dec-2000
3162 ~~~~~~~~~~~
3163 Attempting to run the filer before compiling will now ask if you want
3164 to compile.
3165 Removed lots of platform-specific mount point code and replaced it with
3166 python's portable system.
3167 New options section allows you to choose a translation without having to
3168 set the LANG variable.
3170 16-Dec-2000
3171 ~~~~~~~~~~~
3172 Added '-w', '-i' and '-W' command line options for forcing icons or
3173 directories to be rescanned (Diego Zamboni).
3175 13-Dec-2000 (Release 1.0.0)
3176 ~~~~~~~~~~~
3177 Made a few updates to the manual.
3179 08-Dec-2000
3180 ~~~~~~~~~~~
3181 Fixes to make compiling easier on Solaris (Diego Zamboni). Also, after showing
3182 a pinboard icon, tries to send it to the back (might help with some WMs).
3184 04-Dec-2000 (Release 0.1.30)
3185 ~~~~~~~~~~~
3186 When a panel is used for the first time, put the user's home directory and
3187 the directory containing ROX-Filer on it instead of leaving it blank.
3189 24-Nov-2000
3190 ~~~~~~~~~~~
3191 Patch to make compiling easier under FreeBSD (Jimmy Olgeni).
3192 Added a #include for OSF1 (Vincent Lefevre).
3194 23-Nov-2000
3195 ~~~~~~~~~~~
3196 Bugfix: On many systems, the filer would fail to remove zombie processes
3197         due to a typo (spotted by Philip Hazel and tracked down by Stephen
3198         Watson).
3200 22-Nov-2000
3201 ~~~~~~~~~~~
3202 Bugfix: Removing an item from the panel now resizes the panel (reported
3203         by Wilbert Berendsen).
3204 Bugfix: Editing an icon's path failed to update its hash entry.
3206 20-Nov-2000
3207 ~~~~~~~~~~~
3208 If a case-sensitve match for an extension can't be found then try a
3209 case-insensitive match - so .BMP and similar work (Denis Manente).
3211 17-Nov-2000
3212 ~~~~~~~~~~~
3213 A few changes to remove some compiler warnings (reported by Vincent Lefevre).
3214 Added a VFS menu entry for .deb files (Vincent Ledda).
3216 11-Nov-2000
3217 ~~~~~~~~~~~
3218 Mounting or unmounting a directory forces mtab to be reread, even if the
3219 timestamp hasn't changed (problem reported by Wilbert Berendsen).
3221 When the 'Unique windows' option is on, remove the old window AFTER creating
3222 the new one, so that the filer doesn't quit because there are zero windows
3223 open... (Denis Manente).
3225 07-Nov-2000
3226 ~~~~~~~~~~~
3227 Updated the Dutch translation (Jan Wagemakers).
3229 29-Oct-2000
3230 ~~~~~~~~~~~
3231 Updated the French translation (Vincent Lefèvre).
3233 Using --version and --help options no longer requires an X server connection,
3234 the man-pages are more standard, and 'man ROX-Filer' is allowed as well as
3235 'man rox' (Bernard Jungen). 
3237 Bugfix: A corrupted AppIcon.xpm could crash the filer.
3239 24-Oct-2000 (Release 0.1.29)
3240 ~~~~~~~~~~~
3241 Code tidying: Replaced an XLib call with a gdk one (Denis Manente) and amended
3242         the makedist script to remove the .cvsignore files (spotted by Andy
3243         Piper).
3245 20-Oct-2000
3246 ~~~~~~~~~~~
3247 Improved the install script so that it installs the man-page. Also made it
3248 easier to use. Updated the French translation and fixed a couple of
3249 typos (Vincent Lefèvre).
3251 17-Oct-2000
3252 ~~~~~~~~~~~
3253 Gtk+ doesn't always scroll entry widgets to show the selection - apply a
3254 workaround (Denis Manente) - this improves the Copy/Rename/etc boxes.
3256 08-Oct-2000
3257 ~~~~~~~~~~~
3258 Added a Dutch translation (Jan Wagemakers).
3260 05-Oct-2000
3261 ~~~~~~~~~~~
3262 Added an Italian translation (Denis Manente).
3264 04-Oct-2000
3265 ~~~~~~~~~~~
3266 Bugfix: If AppRun was a symlink, then the owner of the file was checked, not
3267         the owner of the symlink. Slight security risk, and also prevented
3268         users symlinking AppRun to their binaries...
3270 29-Sep-2000
3271 ~~~~~~~~~~~
3272 Bugfix: Deleting a pinboard icon while it was highlighted caused a crash.
3273         This means it is now possible to click on a pinboard icon to change
3274         between pinboards...
3276 Bugfix: Textured window backgrounds didn't redraw correctly when scrolled
3277         or resized. Now flickers when resizing if there's a textured
3278         background - seems to be necessary :-(
3280 26-Sep-2000
3281 ~~~~~~~~~~~
3282 Running as root now simply turns on the -u flag, rather than displaying
3283 a warning box.
3285 The toolbar height is now correctly taken into account when sizing a new filer
3286 window (Denis Manente).
3288 When guessing file types from extensions, the filer now tries to find the
3289 longest extension that matches (eg .ps.gz, then .gz).
3291 25-Sep-2000
3292 ~~~~~~~~~~~
3293 The lasso box is now drawn so that the box will be in the foreground colour
3294 over the background, rather than by just inverting the pixel value and hoping
3295 it's visible (spotted by Philip Hazel).
3297 24-Sep-2000
3298 ~~~~~~~~~~~
3299 If the home directory is '/' then don't show it as '~' (suggested by
3300 Bernard Jungen).
3302 Added '--show=FILE' option - this will be needed by other ROX
3303 applications, so it needs to be in version 1.0.0.
3305 Bugfix: -d option didn't use realpath before sending to an already-running
3306 filer.
3308 22-Sep-2000
3309 ~~~~~~~~~~~
3310 The 'install.sh' script now uses 'printf' instead of 'echo -e' to suppress
3311 newlines (suggested by Bernard Jungen).
3313 Bugfix: Close tool was always disabled on startup (reported by Martin Ward).
3315 20-Sep-2000
3316 ~~~~~~~~~~~
3317 Added a man-page (Andy Piper).
3318 Changed `install.sh' from bash to sh (Bernard Jungen).
3320 18-Sep-2000 (Release 0.1.28)
3321 ~~~~~~~~~~~
3322 Bugfix: menu entries on the pinboard menu weren't being shaded and
3323         unshaded correctly.
3325 17-Sep-2000
3326 ~~~~~~~~~~~
3327 Changed 'Rename Item' to 'Edit Icon' and allowed changing the path that
3328 the icon points to as well as its name.
3330 All i?86 platforms are treated as being equivalent (so, if you compile
3331 on a 386 then it'll still run on a 486).
3333 16-Sep-2000
3334 ~~~~~~~~~~~
3335 Pinboard icons can also be renamed.
3336 Pinboard and panel icons can have '~' or '~/' at the start of their
3337 pathnames - this should make it easier to create a system-wide default
3338 panel or pinboard with icons relative to the user's home directory.
3340 14-Sep-2000
3341 ~~~~~~~~~~~
3342 Panel icons can now be renamed (suggested by Ewan Mac Mahon).
3344 13-Sep-2000
3345 ~~~~~~~~~~~
3346 Changing the toolbar options affects existing windows, not just new ones.
3347 Removed the 'Size Bars' display style and replaced it with 'Permissions',
3348 'Type' and 'Times' styles.
3350 12-Sep-2000
3351 ~~~~~~~~~~~
3352 With items that spread over their normal width because they're on the
3353 edge of the window, clicking on the extra bit now works.
3355 Added a size limit of 400K on application icons. This is to prevent
3356 someone trying to crash the filer by linking /tmp/MyApp/AppIcon.xpm
3357 to some huge file!
3359 Dragging an item with the middle button when none are selected unselects
3360 the item after the drag.
3362 Added 'Show Location' feature for pinboard and panels - opens a directory
3363 showing where the file really is.
3365 11-Sep-2000
3366 ~~~~~~~~~~~
3367 Allowed items in the far right column to spread right to the edge of the
3368 window. Fixed a bug which prevented Delete from working if there was
3369 no pinboard.
3371 10-Sep-2000
3372 ~~~~~~~~~~~
3373 Deleting items first checks if it will affect the pinboard or panel. A
3374 warning is displayed if so.
3376 Upgraded the query dialog (from ROX-Session) - looks nicer.
3378 09-Sep-2000
3379 ~~~~~~~~~~~
3380 'Unique filer windows' option now has no effect while the spring open
3381 feature is active (spotted by Andrew Booker). Also, when opening a new
3382 window, the old window is destroyed and a new one created (rather than
3383 reusing the old one). This ensures that the new window appears in the
3384 right place.
3386 When a drag from the pinboard or a filer window ends, the selection is
3387 only cleared if the icon was selected by starting the drag. Thus, it now
3388 works like the panels.
3390 08-Sep-2000
3391 ~~~~~~~~~~~
3392 New Close toolbar button (requested by Martin Ward).
3393 Toolbar icons can be turned on and off from the Options box.
3394 Removed the 'Mount' menu entry, since 'Shift Open' does it too.
3395 Made the Shift Open menu text change depending on what is selected.
3396 Bugfix: dragging icons around no longer saved the new pinboard state!
3398 07-Sep-2000
3399 ~~~~~~~~~~~
3400 Running a second copy of the filer as another user will start a new copy
3401 instead of reusing the existing one. Added the '-u' option to display the
3402 name of the user running the filer in each window (also suppresses the
3403 normal don't-run-as-root warning).
3405 Added '-d', which opens a directory as a directory, even if it looks like
3406 an application.
3408 Updated the manual.
3410 Added Large and Small toolbar buttons. Right-clicking brings up a menu.
3412 06-Sep-2000
3413 ~~~~~~~~~~~
3414 Moved 'Set Run Action' to the file menu (suggested by Ewan Mac Mahon), and
3415 made using it bring up a dialog rather than a minibuffer. Hopefully it is now
3416 easier to use!
3418 Added much improved icons for executables and for applications without icons
3419 of their own (Victor Liu See-le).
3421 Allow '/' on the pinboard and panel (text wasn't displayed - spotted by
3422 Tim Rowledge).
3424 Bugfix: auto-scrolling didn't always stop when a drag ended.
3425 Bugfix: creating a panel with the same name as a file in the current
3426         directory caused an error due to a throwback from when panels were
3427         directories (spotted by Ewan Mac Mahon).
3429 30-Aug-2000 (Release 0.1.27)
3430 ~~~~~~~~~~~
3431 Increased the distance you have to move the pointer to start a drag
3432 slightly. Updated the manual.
3434 Panel icons can now be moved from one side to the other by simply moving
3435 over the gap in the middle. Previously, you had to jump over an icon on
3436 the other side.
3438 Left and right panels look better now. Also, they shrink if you add a top
3439 or bottom panel to make room.
3441 28-Aug-2000
3442 ~~~~~~~~~~~
3443 Dragging on the panel background allows you to slide the bar back and
3444 forth.
3446 27-Aug-2000
3447 ~~~~~~~~~~~
3448 Fixed a slight bug with lasso boxes, which could cause them to be drawn in
3449 the wrong place. Install script no longer overwrites the default run
3450 actions; if the user has changed them leave them alone!
3451 (Martin Ward noted that symlinking to an executable would cause the
3452 executable to be destroyed on upgrade!)
3454 24-Aug-2000
3455 ~~~~~~~~~~~
3456 More improvements to the event handling. Seems to be working again at
3457 last!
3458 Made the toolbar buttons slightly larger, and added a textual display
3459 for 'Next Click' mode (eg 'Delete ... ?' when it's waiting for you to
3460 click).
3461 Moved the pinboard over to the new mouse binding code too.
3463 21-Aug-2000
3464 ~~~~~~~~~~~
3465 Started rewriting the event handling for filer windows to go through
3466 the new code in bind.c, like the panel handling does.
3468 20-Aug-2000
3469 ~~~~~~~~~~~
3470 You can now drag icons from the panel to other applications.
3472 18-Aug-2000
3473 ~~~~~~~~~~~
3474 Dragging panel icons with the middle button allows you to move them around.
3476 New option to set the default height for new filer windows (patch from
3477 James Kermode).
3479 17-Aug-2000
3480 ~~~~~~~~~~~
3481 Selecting panel icons now grabs the primary selection. Pasting pastes all
3482 selected file path names. Icons can now be added to either side of the panel.
3484 Bug fix: Moving a file didn't always update the source directory.
3486 16-Aug-2000
3487 ~~~~~~~~~~~
3488 Many improvements to the panel - drag and drop to icons, adding new icons,
3489 selections (doesn't grab the primary selection yet though), removing icons
3490 and automatically saving the panel when it's changed.
3491         
3492 11-Aug-2000
3493 ~~~~~~~~~~~
3494 Improved reference counting on images (hopefully!). Lots of work on
3495 rewriting the panel system.
3497 07-Aug-2000
3498 ~~~~~~~~~~~
3499 Made the timeout for the spring-open feature configurable (requested by
3500 Chris Garrett).
3502 Use short form of --version in install.sh and don't use unsetenv() if it
3503 isn't available (Mattias Engdegård).
3505 06-Aug-2000
3506 ~~~~~~~~~~~
3507 New options to set the pinboard text foreground and background colours
3508 (suggested by James Kermode).
3510 05-Aug-2000
3511 ~~~~~~~~~~~
3512 Your home directory is now displayed as '~' in the title bar, rather
3513 than as a full path.
3515 01-Aug-2000 (Release 0.1.26)
3516 ~~~~~~~~~~~
3517 Added a popup menu of commonly used chmod strings to the Permissions
3518 box. Bracketed text and spaces are now ignored in the commands.
3519 Bug fix: Only menu keys changed since the last load were saved!
3521 31-Jul-2000
3522 ~~~~~~~~~~~
3523 Bug fix: Mount points on the pinboard didn't always redraw when the
3524 mounted/unmounted state changed.
3526 30-Jul-2000
3527 ~~~~~~~~~~~
3528 Renaming now uses the action windows. This means that you can now
3529 rename something onto another filesystem.
3531 28-Jul-2000
3532 ~~~~~~~~~~~
3533 The menu key bindings are now only saved if they actually changed.
3535 Code tidying: Moved some typedefs to the new `global.h' file and
3536 thus removed the dependencies between header files :-)
3538 26-Jul-2000
3539 ~~~~~~~~~~~
3540 Tab and Shift-Tab move to next and previous selected item.
3542 25-Jul-2000
3543 ~~~~~~~~~~~
3544 The new display styles can now be saved as the defaults (bug spotted by
3545 Vladimir Klebanov).
3547 When autoscrolling is used, prevent the last-highlighted directory
3548 from springing open. 'spring open' now defaults to off.
3550 The toolbar Up and Home buttons can act as drop targets (and spring open
3551 too!).
3553 Options to set the pinboard text background style (suggested by James
3554 Kermode).
3556 23-Jul-2000
3557 ~~~~~~~~~~~
3558 Added an option to control the spring-loading feature. Added tooltips
3559 to some of the options. Improved the rule for deciding whether to open
3560 a new window when you click on the toolbar buttons.
3562 Stopped the spring-open window moving while it's open (prevents a bug
3563 in GTK+ from causing problems). Please use GTK+ 1.2.8 or later now!
3565 Dragging near the edge of a window scrolls. Improved the lasso box drag
3566 to use the same system (so it scrolls without you having to move the
3567 mouse).
3569 22-Jul-2000
3570 ~~~~~~~~~~~
3571 Added 'spring-loaded' directories. If you drag a file over a directory and
3572 hold it there, the directory will spring open! (suggested by Barney
3573 Clarkson)
3575 21-Jul-2000
3576 ~~~~~~~~~~~
3577 In the path entry minibuffer, an exact match is favoured over any other
3578 match. So, if you enter '.xsession' and press Return you'll get it, not
3579 '.xsession-errors' or whatever!
3581 The filer now clears APP_DIR from the environment so that child processes
3582 don't get it. Fixed a bug which caused problems when using a small version
3583 of the 'missing image' image.
3585 19-Jul-2000
3586 ~~~~~~~~~~~
3587 Creating a new directory now makes sure the display is updated.
3589 18-Jul-2000 (Release 0.1.25)
3590 ~~~~~~~~~~~
3591 Prevent dragging from a pinboard selection to itself, or onto the desktop
3592 background.
3594 17-Jul-2000
3595 ~~~~~~~~~~~
3596 Clicking on the root window works (button-1 clears the selection,
3597 button-3 opens the pinboard menu). The pinboard can own the primary
3598 selection, which means that you can select something and then paste
3599 its name into another program.
3601 Keys bound to menu entries are automatically saved when the filer quits.
3603 16-Jul-2000
3604 ~~~~~~~~~~~
3605 Changed the install script so that the CVS directories don't get installed.
3607 The 'rox' script now just calls AppRun directly.
3608 Panels can be created without starting a new copy of the filer.
3609 The pinboard can be changed or removed by using --pinboard a second time.
3611 Files can be given as arguments - they are opened as if they were clicked
3612 on in a filer window (suggested by Alex Holden).  If no arguments are
3613 given then the default is now the current directory (not your home
3614 directory).
3616 If you start the leafname in the path minibuffer with '.' then the Show
3617 Hidden feature is temporarily turned on.
3619 15-Jul-2000
3620 ~~~~~~~~~~~
3621 Ctrl-clicking selects and unselects pinboard icons. Menu clicking
3622 selects the icon clicked on while the menu is open. Pinned icons are
3623 now updated when the pointer moves over them, if necessary.
3625 14-Jul-2000
3626 ~~~~~~~~~~~
3627 Menu-clicking on a pinboard icon now brings up a menu.
3628 Clicks on the root window are still ignored though; need to support
3629 the GNOME-compliant window manager system for passing root clicks on...
3631 12-Jul-2000
3632 ~~~~~~~~~~~
3633 Files can now be dragged to pinboard icons, and they highlight nicely too!
3634 If the --override option is used, the filer will bypass the window manager
3635 and position the icons directly.
3637 11-Jul-2000
3638 ~~~~~~~~~~~
3639 Pinboard icons can now be dragged to filer windows or applications, just
3640 like normal icons.
3642 10-Jul-2000
3643 ~~~~~~~~~~~
3644 Changed the DnD code to make it easier for the pinboard code to use it.
3645 Up and Home buttons on the toolbar now use the 'New window on button 1'
3646 option setting (suggested by Vincent Lefèvre).
3648 09-Jul-2000
3649 ~~~~~~~~~~~
3650 Pinboard can have mount points and symlinks on it.
3652 06-Jul-2000
3653 ~~~~~~~~~~~
3654 Dragging with the Menu button moves icons around. Clicking with the
3655 other button removes icons from the pinboard.
3657 05-Jul-2000
3658 ~~~~~~~~~~~
3659 Dragging files to the pinboard adds them to it and automatically saves
3660 the pinboard too.
3662 02-Jul-2000
3663 ~~~~~~~~~~~
3664 Pinboard is now loaded from a file specified on the command line.
3666 01-Jul-2000
3667 ~~~~~~~~~~~
3668 'Home' now appears on the background if you run it with --pinboard.
3669 Clicking opens your home directory. Doesn't do much else.
3670 Fixed a bug which prevented the minibuffer label from appearing on
3671 some versions of GTK+.
3673 30-Jun-2000
3674 ~~~~~~~~~~~
3675 First steps towards pinboard support (requested by P.S.S.Camp and
3676 Darren Winsper).
3678 16-Jun-2000
3679 ~~~~~~~~~~~
3680 Changed the Display menu layout - now there are four basic types (Large or
3681 Small, with or without details) and the type of detail desired is chosen
3682 from a sub-sub-menu.
3684 Added a new display style - bars showing the sizes of the files. The bars are
3685 drawn on a log scale.
3687 15-Jun-2000
3688 ~~~~~~~~~~~
3689 Changed the display menu - you can now choose large or small icons, with or
3690 without details. The details displayed can also be changed. I'm not quite
3691 happy with the UI yet though...
3693 Split the filer.c source file into two (filer.c and display.c) since it was
3694 becoming rather unwieldy. This means that some of the option names have
3695 changed because they've moved to a new section in the options window...
3697 14-Jun-2000
3698 ~~~~~~~~~~~
3699 Fixed a problem where ImLib support failed on multi-depth displays (reported
3700 by Stephen Harrison).
3702 06-Jun-2000 (Release 0.1.24)
3703 ~~~~~~~~~~~
3704 Added the install.sh script for easier installation.
3705 Removed 'MIME-info' file from ROX-Filer - now we always assume that the
3706 standard types are in Choices.
3707 Fixed a bug which could cause 'top' panels to appear in the wrong place
3708 (Alex Holden).
3709 Changed the sort order for Sort By Type so that directories come before
3710 files (suggested by Chris Garrett).
3711 `Single-click navigation' and 'Ignore case when sorting' now both default
3712 to On.
3714 03-Jun-2000
3715 ~~~~~~~~~~~
3716 Improved the theme support to allow tiled background images.
3717 Fixed a bug which prevented tilde expansion from working in the
3718 shell command minibuffer.
3720 02-Jun-2000
3721 ~~~~~~~~~~~
3722 Made the help button look a bit nicer and changed the Find and Permissions
3723 action windows to use the icon instead of a text button.
3724 Removed the 3D borders from the help and toolbar buttons when not selected
3725 (looks much better!). Setting a run action by dragging to a symlink now
3726 dereferences the link (suggested by Ewan Mac Mahon).
3728 Default search path for Choices is now:
3729         ~/Choices:/usr/local/share/Choices:/usr/share/Choices
3731 Fixed (possibly) a bug which sometimes causes the redraw to miss bits. This
3732 probably slows everything down, but the next Gtk+ release should do double
3733 buffering so all this will get changed then...
3735 01-Jun-2000
3736 ~~~~~~~~~~~
3737 Added a Help icon to the toolbar, which does the same as choosing `Show
3738 ROX-Filer Help' from the menu.
3740 25-May-2000
3741 ~~~~~~~~~~~
3742 Started adding some code to truncate long filenames (not finished yet).
3743 Fixed a bug which could cause directories to appear empty when using VFS.
3744 Added the 'Select If' minibuffer, which selects all files matching the
3745 entered expression.
3747 21-May-2000
3748 ~~~~~~~~~~~
3749 Moved most of the icons from pixmaps to MIME-icons (outside ROX-Filer).
3750 Updated several of the remaining icons by copying them from the GNOME
3751 desktop (suggested by Volker Braun).
3754 16-May-2000 (Release 0.1.23)
3755 ~~~~~~~~~~~
3756 Added the `Window->Set Run Action' menu item. This allows you to specify the
3757 default run action for a file by simply dragging the file into a program.
3758 You can also enter a shell command in the minibuffer to make that command
3759 the default.
3760 The cursor is a bit nicer and usually appears where you want it to now. You
3761 can also get rid of it by pressing Escape.
3763 12-May-2000
3764 ~~~~~~~~~~~
3765 Applied Bernard's patch (a couple of cosmetic changes to the action windows).
3766 Applied Vincent's patch (minor updates to the Frech translation).
3767 Fixed a problem with the pixmap caching - the filer would detect that the
3768 file had changed and try to reload it, but ImLib would simply return its
3769 cached copy!
3771 28-Apr-2000
3772 ~~~~~~~~~~~
3773 Removed a debugging message that had somehow got into the release version :-(
3774 Fixed a bug in the minibuffer code - pressing Return when the cursor was in
3775 an empty directory caused odd effects.
3777 24-Apr-2000 (Release 0.1.22)
3778 ~~~~~~~~~~~
3779 When starting, the filer will check to see if it is already running.
3780 If it is then the arguments are passed to that copy.
3782 23-Apr-2000
3783 ~~~~~~~~~~~
3784 Bug fix: Attempting to open a Find preview window could cause a crash
3785 if the directory containing the item could not be opened.
3786 Button-3 clicking on the toolbar icons opens a new window.
3789 21-Apr-2000
3790 ~~~~~~~~~~~
3791 Added Vincent Lefevre's French translation. Changed to using my own
3792 gettext function because some platforms don't have it or implement
3793 it differently.
3795 18-Apr-2000 (Release 0.1.21)
3796 ~~~~~~~~~~~
3797 Completed marking translatable strings. Dragging with the middle button
3798 now moves files.
3800 17-Apr-2000
3801 ~~~~~~~~~~~
3802 Made lots of changes to the way menus are stored; this makes i18n of the
3803 menus easier.
3805 16-Apr-2000
3806 ~~~~~~~~~~~
3807 Added GNU gettext support.
3808 Shell meta-characters in shell commands are escaped.
3810 15-Apr-2000
3811 ~~~~~~~~~~~
3812 Tab in the shell commands minibuffer does shell-style completion.
3814 14-Apr-2000 (Release 0.1.20)
3815 ~~~~~~~~~~~
3816 ImLib is used for rendering if possible. Small Icons super-samples the
3817 image down.
3819 13-Apr-2000
3820 ~~~~~~~~~~~
3821 Copying from inside a VFS directory now works.
3823 09-Apr-2000
3824 ~~~~~~~~~~~
3825 Added the Shell Command feature to the minibuffer.
3826 Fixed a bug which causes unnecessary flickering when a hidden file was
3827 detected.
3828 Removed 'Touch' from the menu; easy enough from the minibuffer now.
3829 Changed the type guessing system - scans all files in MIME-info directories
3830 now.
3832 02-Apr-2000
3833 ~~~~~~~~~~~
3834 Added a nice list displaying the found files. Clicking opens a preview window
3835 onto the directory and winks the file.
3837 18-Mar-2000
3838 ~~~~~~~~~~~
3839 Merged the MIME-Type and Special fields in the info window into a single
3840 Type field (since only one could be used at a time anyway).
3841 Made lots of changes to the panel menu. You can now remove things much more
3842 easily.
3843 Unstat()able files now display the error message in the Full Info display,
3844 instead of random values.
3845 Check for copying a directory onto itself, as well as into itself.
3847 Applied Bernard's patch:
3848 - Copy (menu entry) now works with action window.
3849 - Deleted/moved directory displays are automatically hidden.
3850 - Added option not to allow run/copy when object
3851   dragged to filer (not panels) icons. Some people like
3852   it the RISC OS way...
3853 - Full info alignment of App objects and owner/group
3854   alignment corrected.
3855 - Info window: added special info for symlinks, apps
3856   and mount points.
3858 17-Mar-2000
3859 ~~~~~~~~~~~
3860 Added support for mc's Virtual File System.
3862 12-Mar-2000
3863 ~~~~~~~~~~~
3864 New Window appears greyed out if Unique Windows is selected.
3865 Added 'Permissions' (chmod) feature.
3867 10-Mar-2000
3868 ~~~~~~~~~~~
3869 Added Bernard Jungen's patch:
3870 - Dates are displayed in a more RISC OS like format.
3871 - (Scanning) is shown in the titlebar during scans.
3872 - Option to only display one window per directory.
3873 - User and group names displayed in the Full Info view.
3874 - Open Parent in the root does nothing.
3875 - Errors in options are only reported once.
3876 - File does chdir() if -b isn't possible (prevents getting the full path
3877   in the file(1) says... box).
3880 Before the Changes file
3881 ~~~~~~~~~~~~~~~~~~~~~~~
3882 The following people added code before I started keeping this log:
3884 Jens Askengren          GNOME-style toolbar
3885 Bernard Jungen          lots of patches all over the place!
3886 Christiansen Merel      initial support for ImLib
3887 Chris Sawer             leafname field in the Info box
3888 Simon Truss             support for mount points on NetBSD