0.93
====

Added addToTray support for Python plugin.
Spells plugin gets a configuration overhaul.

0.91
====

TurfProtocol has a right button click popup menu now in the gnome 
interface.
Fixed TurfProtocol copyover bug from above upgrade.
PythonPlugin now supports c15 c.
Added oxo.py, a noughts and crosses python plugin.
Added --enable-gtk2 option for plugins to compile them with GTK2 widgets
	where appropriate (and avoid the use of gnome).
Changed configure to use --with-interface=interface.
Spells plugin fix - no longer attempts to scroll the VT 100 times per use.
Weird PythonPlugin/TurfProtocol interaction crash on exit bug fixed.
	
0.85
====

PapayaUsers plugin unnecessary for most users now.
Added SpellStacker plugin.  Requires TurfProtocol.
TurfProtocol bug fix - previously any TurfProtocol captured command's prompt would not get to the rest of papaya.  This only became a problem when the SpellStacker plugin was added and mana levels failed to update properly in the prompt.
Support added for Python aliases.
PythonPlugin really works properly now.  See documentation in doc/PythonPlugin.
PromptPlugin now takes a flexible number of bars, up to eight.  No need to configure, just set your prompt accordingly.
Added 'Multi' by John Carpenter (barak@wi.rr.com)
Updated the README in the main plugin directory to include submission info.
Added TurfProtocol support for the Python plugin.  The PythonPlugin should
	work without TurfProtocol installed - it dynamically looks for the
	TurfProtocol plugin when needed.
Added tooltips to all the plugins that have a presence in the plugin area -
	as requested by Mavetju.
LagIndicator out by factor of 1000 fix. (doh)
Fix to PythonPlugin input/output/prompt/event to reset papaya_connection
	each time a callback is called rather than once (callbacks might
	alter this variable).
Added sys.argv setting to PythonPlugin to allow OO GTK plugins to work.
Added userlist.py and popup.py python plugins to contrib.
Changed all plugins to be (hopefully) load and unload on the fly friendly.
All TurfProtocol dependent plugins now search for TurfProtocol on the fly.
Moved the Who plugin to an 'old' directory as it's obsolete and never worked.
	
0.83
====

Fixed some memory leaks in the plugins.
Updated Spells plugin to new Preferences structure.
Updated PromptPlugin and Fraction to new Preferences structure. [chris]
TurfProtocol keep-alive. [chris]
	
0.81
====

Added 'spell file' preference to the Spells plugin.  This file should be
saved in ~/.papaya/.

0.75
=====

Connect four support added to the TurfProtocol plugin.  (Turf only.)
./configure script added.
Modified plugins to use PapayaList.h instead of List.h.
	
0.73-1
======

Fixed up some MUDSelector memory leaks.
Moved main_window code into separate class - ditto notebook code.
Added speedwalk plugin.  A plugin for all MUDs. :)
Loads and loads and loads of plugin crash bug fixes.
Added PostgresQuery plugin - really only useful with Turf unless you change all the regexps and triggers (and have Turf Protocol...)

0.71
====

PromptPlugin format change: uses : instead of /.
PromptPlugin can now calculate simple formulae to get data such as
	progress to next level on the prompt bars.
PapayaUsers plugin updates more frequently.
Hopefully fixed lag = spam and missed responses bug in TurfProtocol.
Added new plugin: LoginTracker.  Attempts to keep track of invis to you
 	logins via the time command.
Login tracker now uses TurfProtocol to detect logins.  Old spam method still
	exists, just comment out the #define TURF_PROTOCOL line.
	
0.67
====

Made it possible to disable/enable the Turf Protocol plugin with a button
  in the plugin tray.
TurfProtocol fix after recent change.
Added Fraction - highlights x/y in colour.  Red is close to 0, green is close
	to 1.
PromptPlugin can now cope with colour between the $$ characters.
Updated .inf files.
Added PapayaUsers plugin to display the number of people currently using
	Papaya.
Plugins no longer use .inf files, but are queried directly.
	
0.63
====

Updated plugin creation documentation.
Changed all plugins to use the modified tray interface.
Fixed PromptPlugin redraw bug.
Added Clock plugin: shows the current date and time.
Updated the plugin documentation.
Removed the buggy TkPlugin. (Xserver lockups).
TurfProtocol plugin now identifies the version of Windows being used.
Mudftp plugin now searches the PATH for gmudftp.
