#
# ChangeLog for src/plugin in xplra
#
# Generated by Trac 1.6
# 04/22/25 06:29:52

Thu, 14 Feb 2013 16:02:05 GMT István Váradi <ivaradi@…> [38:128b9ced9779]
	* misc/client.py (modified)
	* src/plugin/src/xplra/ListenThread.h (modified)
	* src/plugin/src/xplra/Makefile.am (modified)
	* src/plugin/src/xplra/MessageRequest.cc (added)
	* src/plugin/src/xplra/MessageRequest.h (added)
	* src/plugin/src/xplra/MessageWindow.cc (added)
	* src/plugin/src/xplra/MessageWindow.h (added)
	* src/plugin/src/xplra/Protocol.h (modified)
	* src/plugin/src/xplra/ServerThread.cc (modified)
	* src/plugin/src/xplra/ServerThread.h (modified)
	* src/plugin/src/xplra/plugin.cc (modified)

	Added basic support for showing a message


Sun, 10 Feb 2013 08:21:47 GMT István Váradi <ivaradi@…> [36:29e3b676c0c2]
	* src/client/c/hu/varadiistvan/xplra/XPlane.cc (modified)
	* src/client/c/hu/varadiistvan/xplra/XPlane.h (modified)
	* src/client/c/hu/varadiistvan/xplra/xplra.cc (modified)
	* src/client/c/hu/varadiistvan/xplra/xplra.h (modified)
	* src/client/python/xplra.py (modified)
	* src/plugin/src/xplra/ListenThread.cc (modified)
	* src/plugin/src/xplra/ListenThread.h (modified)
	* src/plugin/src/xplra/Protocol.h (modified)
	* src/plugin/src/xplra/ServerThread.cc (modified)
	* src/plugin/src/xplra/ServerThread.h (modified)
	* src/plugin/src/xplra/plugin.cc (modified)
	* test/basicctest.c (modified)
	* test/basictest.cc (modified)
	* test/basictest.py (modified)

	Added a new command to query the versions


Sun, 27 Jan 2013 08:21:24 GMT István Váradi <ivaradi@…> [13:42fd631176b7]
	* Makefile.am (modified)
	* bootstrap.sh (modified)
	* configure.ac (modified)
	* src/Makefile.am (modified)
	* src/client/Makefile.am (added)
	* src/client/c/Makefile.am (added)
	* src/client/c/hu/Makefile.am (added)
	* src/client/c/hu/varadiistvan/Makefile.am (added)
	* src/client/c/hu/varadiistvan/xplra/.copyright (added)
	* src/client/c/hu/varadiistvan/xplra/.namespace (added)
	* src/client/c/hu/varadiistvan/xplra/.srcmessage (added)
	* src/client/c/hu/varadiistvan/xplra/Makefile.am (added)
	* src/client/c/hu/varadiistvan/xplra/XPlane.cc (added)
	* src/client/c/hu/varadiistvan/xplra/XPlane.h (added)
	* src/plugin/Makefile.am (added)
	* src/plugin/bootstrap.sh (added)
	* src/plugin/src/Makefile.am (added)
	* src/plugin/src/xplra/.copyright (moved)
	* src/plugin/src/xplra/.namespace (moved)
	* src/plugin/src/xplra/.srcmessage (moved)
	* src/plugin/src/xplra/DataRefTask.cc (moved)
	* src/plugin/src/xplra/DataRefTask.h (moved)
	* src/plugin/src/xplra/GetDataRefTask.cc (moved)
	* src/plugin/src/xplra/GetDataRefTask.h (moved)
	* src/plugin/src/xplra/GetMultiDataRefRequest.cc (moved)
	* src/plugin/src/xplra/GetMultiDataRefRequest.h (moved)
	* src/plugin/src/xplra/ListenThread.cc (moved)
	* src/plugin/src/xplra/ListenThread.h (moved)
	* src/plugin/src/xplra/Makefile.am (moved)
	* src/plugin/src/xplra/MultiTaskRequest.cc (moved)
	* src/plugin/src/xplra/MultiTaskRequest.h (moved)
	* src/plugin/src/xplra/Protocol.h (moved)
	* src/plugin/src/xplra/Request.h (moved)
	* src/plugin/src/xplra/RequestQueue.cc (moved)
	* src/plugin/src/xplra/RequestQueue.h (moved)
	* src/plugin/src/xplra/ServerThread.cc (moved)
	* src/plugin/src/xplra/ServerThread.h (moved)
	* src/plugin/src/xplra/SetDataRefTask.cc (moved)
	* src/plugin/src/xplra/SetDataRefTask.h (moved)
	* src/plugin/src/xplra/SetMultiDataRefRequest.cc (moved)
	* src/plugin/src/xplra/SetMultiDataRefRequest.h (moved)
	* src/plugin/src/xplra/Task.h (moved)
	* src/plugin/src/xplra/TaskRequest.cc (moved)
	* src/plugin/src/xplra/TaskRequest.h (moved)
	* src/plugin/src/xplra/plugin.cc (moved)
	* src/plugin/src/xplra/version.ldscript (moved)

	Reorganized code to be able to handle the client library as a normal ...