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