0.10    First version. (26-07-2004)

0.11    Will now find words containing the same top bit characte more 
        than once. (26-07-2004)

0.12    Bug removed concerning empty input.

1.00    First public release
        - Multiple windows (maximum of 10) are possible
        - Better interactive Help file
        - Better memory management

1.01    Screen redraw problem solved, thanks to Justin Fletcher.

1.02    Fix for the bug concerning redraw of multiple windows.
        And a few more minor bug fixes.

1.10    Major improvements:
        - Two-modes operation - the original one, and a so-called
        Tiny ne. See !Help for an explanation
        - Unicode fonts enabled. Only applicable on RISC OS 5 
        computers.
        - Saveboxes added, for saving the output directly to other 
        applications.
        - Bug fixes.

1.11    Bug fix for Strategies window. Bug fix for main menu.

1.12    Better CreateWindow routine. Laid-out window won't cover 
        iconbar anymore.

1.13    Tiny Window can be opened in the centre of the iconbar,
        by entering No-c in the Config file.

1.14    Fix for bug in error report (!)

1.15    - Fix for bug in switching between operation modes
        - !Boot file checks for ABClib module.
        
        (Both the bug report and files were provided by Richard 
        Watkinson, who demands some recognition.)
        
        Other bug reports came from Jeremy B. Nicoll, Eddie Lord, 
        Paul Beverley, Stefan Bellon, Justin Fletcher and probably
        some others too, thus painfully showing my programming level.

1.16    - Config-file is now in !Boot.choices
        - Output files are now in Wimp$ScrapDir
        
1.17    Config-file has moved to <Choices$Dir>.Dict (on request of
        Jeremy Nicoll).
        
1.18    Cancel and OK buttons in Savebox windows now work.

1.18b   Fix for little bug in save routine

1.19	Main output window can be closed with Ctrl-F2 (without gaining
	input focus, though).
	
1.20	- Support for direct choice of servers
	- Opening the Config file can be done from the iconbar menu
	- A new Config entry is added, being the default server

1.21	- Saving the laid-out file also adds the name of the server
	- Output windows can be scrolled with PageUp and PageDown,
	  or with Ctrl-arrowUp and Ctrl-arrowDown.
	  (as long as the main window has input focus)

1.22	- !Dict is now using MessageTrans to read config file.
	- A new entry in the config file to set a special colour to
	  particular dictionaries.
	  
1.23	- Little bugfix concerning <Wimp$Scrap> savings
	- Reason code 19 removed (Receiver died!)
	- Warning if server doesn't function or doesn't exist
	  (Thanks to Stefan Bellon for the necessary code!)
	- Output window passes input focus to input icon when clicked
	  (for closing with Ctrl-F2, for example)
	  
1.23b	- Error trapping when strings exceed 255 characters.	  

1.23c   - Error trapping when no dictrc list is created

1.24a	- Start with databases selection
	  (Click Adjust on server - no selection possible yet, though)
	- Dict.org is automatically configured to show all the
	  databases (huge!)
	  
1.25	Direct save of text from other applications into window
	(thanks to Peter Scheele).
	
1.26	Will find words with more than one Dutch ij

1.27	Forgot to write down

1.28	Tiny Mode now expects (and accepts) unicode input.
	In 'Choices' an extra font can be defined for unicode input.
	Latin input is still possible in normal mode.
	
	Preferences are now managed by a window, rather than a text
	file, that has to be edited manually.
	Font names, however, as well as font sizes and font colours
	still have to be entered manually in the Config window.
	
	Font menus are added, at last!
	!Dict will choose \EUTF8 encoding automatically when it
	detects RISC OS 5.xx as OS.
	
	Font sizes and font colours can now be chosen from menus,
	rather than enter them manually.
	
	'Cancel' button added to Configure Window.
	
	Choosing a colour in 'Choices' will update the appropriate
	icons real time, for a quick check.
	
	Chosen fonts in the Choices window will be painted as such.
	
	Text in 'Special dicts' in the Choices window is painted in
	the font that is specified as Italic.
	
	Dict.org no longer will display all of its dicts automatical-
	ly (see under Note 1.24a). If you still want to explore all,
	please choose dict.org.all as a server.
	
	Rather than checking for the OS version number, !Dict will
	now read the FontManager and the ROMFonts versions, in order
	to decide whether unicode is applicable.
	
	Reading the FontManager version appears not to be fool proof.
	Instead we now use a routine, kindly provided by Martin
	Wrthner, that checks for unicode functionality with a simple
	trial and error. (FNcheckUnicode)
	
	Better font checks, both in unicode and non-unicode systems.
	
	TAB characters in dict text file are now being removed, since
	they prohibited especially French dicts from showing their
	contents.
	
	Text dragging in Tiny mode causes an error. Therefore, an
	error warning now pops up instead.
	
	Changing a server automatically changes the output appropria-
	tely (if any).
	
	Empty lines in the server list (in the UnixHome directory)
	will be replaces by lines in the server menu.
	
        Help-, Web- and Open Servers buttons added to Info window.
         
1.29	Finally, the screen gets redrawn properly.

   
   	Well, properly...
   	There was a weird behaviour at re-entering the desktop after
   	F12 or a full screen program. Now fixed.
   	
   	The "From..." can no longer be counted, because I don't see
   	how the redraw routine knows which "From" it is. Therefore
   	replaced by >>>

	Last line was calculated falsely.

	Tab characters in dicts are now replaced by 3 spaces, rather
	than skipping the entire line (!).
	
	The !Run file now checks for the presence of the Dict app and
	the !UnixHome directory.