2013-04-08 Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: more info about params in xyz graphs
	* wx/draw3: change the way traingualation of points
	in xyz graph is done, we know use cgal library for this	
	/and fall back on old method if draw is compiled without
	cgal/
	* acinlude.m4: add libcgal detection
	* debian/control: szarp builds depends on libcgal-dev
2012-12-25 Darek Marcinkiewicz <reksio@newterm.pl>
	* resources/documention/new/draw3: added tutorial on 
	definable parameters
2012-11-16 Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: draw3 displays standard deviation of current graph
2012-10-11 Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: shift + arrow key works not only on day screen but also on
	30 min screen
	* libSzarp/async_syslog.c: sz_loginit happens to call
	sz_logdone, if it is a first call, the async_logone will be
	called with state == NULL, the code wasn't handling this
	case properly
	* parcook/boruta_modbus.cc: boruta modbus tcp is much more restrictive in
	what it accepts as a valid response - added check for correct transaction
	id and response length, when any of those are incorrect, response is 
	discarded (previously boruta was consuming responses with partial data)
2012-09-28 Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase/probeblock.cc: lua params do not go
	outside of (first date in base; last date in base) range,
	unless those ranges are specifically overriden by parameter
	configuration
	* wx/common: quit button added to help window (for draws running
	without window manager) + added some missing translations
	* wx/draw3: F12 key hides/unhides menubar in main window
2012-09-21 Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: param editing from context menu restored
2012-09-19 Dariusz Marcinkiewcz <reksio@newterm.pl>
	* parcook/boruta_modbus.cc - round floats to nearest int while doing
	values convertion
2012-09-19 Dariusz Marcinkiewcz <reksio@newterm.pl>
	* parcook/boruta_modbus.cc - round floats to nearest int while doing
	values convertion
2012-09-04 Krzysztof Gazka <kg@newterm.pl>
	* wx/*/*app.cpp: fix for usage of szApp for gcc in squeeze
2012-08-31 Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: tiny period siwtching fix
2012-08-30 Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2: extend szbase API to return last and
	first value from specified date range
	* wx/draw3: new submenu has been added to context 
	menu on graph list widget. Using this submenu user 
	can choose what kind of values he wants to be drawn
	on a graph:
	- average value (default and only option available up to now): 
	  for each mean time the average for each point is calculated
	  e.g. for average type 'YEAR' each point represent parameters'
	  mean value for a month
	- last value: last value is drawn, sticking to our YEAR example
	  - each point will represent value at 23:50 of last day of
	  a month
	- diff value: difference between last and first value for selected
	  period is drawn, for YEAR it is difference between param value
	  at 23:50 of last day of a month and value at 00:00 of first
	  day of a month
2012-08-22 Dariusz Marcinkiewcz <reksio@newterm.pl>
	* /: windows fixes: building fix, draw3 incsearch window fix, windows
	version bump
2012-08-15 Krzysztof Gazka <kg@newterm.pl>
	* resouces/{Makefile.am,rsyslog.conf}: rules for rsyslog
	* parcook/parcook.cc: some cleanup in log messages
	* libSzarp/liblog.cc: tweaked mapping sz_log_level to syslog
	levels
2012-08-13 Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: param editing fix (actually it was related
	solely to GUI components interdependencies
	and had nothing to do with actual param
	editing feature)
2012-06-20 Darek Marcinkiewicz <reksio@newterm.pl>
	* python/meaner4: fixes + some unit tests
2012-06-19 Darek Marcinkiewicz <reksio@newterm.pl>
	* python/meaner4: beginnings/prototype of yet another incarnation
	of meaner, meaner4 this time	
	* configure.in: added checks for ZeroMQ library, protocol buffers
	lib and protoc compiler
	* libSzarp2/protobuf/paramsvalues.proto: protobuf message carrying
	params' values	
	* python/protobuf: python paramsvalues.proto (de)serializer is
	generated here
2012-06-13 Darek Marcinkiewicz <reksio@newterm.pl>
	* utils/remarks_handler: whenever param is updated, its
	deleted flag is set to false - fixes a problem with inserting
	of a param that was previously deleted	
2012-06-10 Darek Marcinkiewicz <reksio@newterm.pl>
	* utils/remarks_handler: fix, graph's short name wasn't properly
	stored
2012-06-03 Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/boruta_modbus.cc: boruta now supports sending of constant
	integer values + longest method in boruta code splitted into a couple
	of several smaller ones
2012-06-02 Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp*: move async_syslog lib to libSzarp, this is a better
	 place for it
	* libSzarp: extend liblog to support 3 backends:
	 - syslog - classic synchronous syslog, used by default on linux
	 - classic - logging library used by szarp so far, it is still
	  used on windows
	 - asyslog - backend using our home brew asynchronous libevent based
	  asynchronous variant
	* libSzarp2/execute.cc: fix for off-by-one error in chech_for_other
	 function
	* wx/draw3: fix for just discovered param editing bug
	* parcook/borutadmn.cc: make boruta use asychronous version of 
	 syslog lib - boruta never blocks now (with exception of waiting
	 on semaphore guarding access to shared memory, but it is negligible 
	 and cannot be easily "fixed")
	* /: various minor changes here and there to adjust szarp code
	 for slightly changed liblog api
2012-05-30 Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2: async_syslog - asynchronous (based on libevent)
	implementation of syslog logging library (inspired by
	http://freecode.com/projects/syslog-async)
	* libSzarp2/async_log_test.c: small piece of code to somewhat test the
	library
	* wx/draw3/testapp.cpp: small fix
2012-05-20 Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: further work on test app, 1 test added ;)
	* configure.in: we test for cppunit presence (but we don't use
	it just yet - I considered it as a basis for our test app, but after
	some consideration I gave up the idea - it looks like too much hassle
	to use it for an app utlizing wx event loop which in fact is doing
	integration testing), anyway when we start doing unit tests, the check
	for this library will already be here, waiting
2012-05-15 Krzysztof Galazka <kg@newterm.pl>
	* parcook/boruta_lumel.cc: one more fix in prec calculation
	* wx/draw3/{drawapp.*,frmmgr.*}: switch in command line for full
	screen
2012-05-14 Krzysztof Galazka <kg@newterm.pl>
	* parcook/boruta_lumel.cc: fix for prec calculating
2012-05-14 Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: further work on test app, this app again a GUI app, 
	due to limitations of wx2.8 it is not possible to have console
	based app that passes events between threads, sigh
2012-05-06 Dariusz Marcinkiewcz <reksio@newterm.pl>
	* wx/sync: bump max connection timeout value, currently for our largest
	db, in full sync mode, client may spend several minutes on traversing
	db directory structure is search for files that were removed on server,
	while doing this it does not generate any trafiic which leads to
	connection being timed out by server
2012-05-02 Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: beginnings of test appplication for draw3/libSzarp2, this
	commit:
	1. introduces some more isolation between GUI and "guts" od draw3
	so that it is possible to compile only the "guts" part as a console
	aplication (this is not exactly true, some small GUI stuff still
	gets compiled in but this is relatively minor part)
	2. adds draw3test console app, at this point this app does nothing
	apart from starting up
	3. turns szApp class into template so that it can inherit either from
	wxApp(gui app) or wxConsoleApp and adjusts the rest of the code
	to accomodate to this change
2012-04-19 Krzysztof Galazka <kg@newterm.pl>
	* parcook/{borutadmn.*,boruta_modbus.cc,boruta_lumel.cc}: new driver
	for lumel protocol in boruta, fixed conversion of 2 shorts in integer,
	moved ascii helper functions to main daemon code for reuse in lumel
2012-04-16  Jakub Kotur <qba@newterm.pl>
	* pyipk/libipk/filesource.py, pyipk/libipk/params.py,
	pyipk/plugins/simple_plg.py, pyipk/qtipk/main_win.py,
	pyipk/qtipk/params.py, pyipk/qtipk/params_mgr.py,
	pyipk/qtipk/remote_diag.py, pyipk/qtipk/ui/base_diag.ui,
	pyipk/qtipk/ui/main_win.ui, pyipk/qtipk/ui/remote_diag.ui,
	pyipk/qtipk/xml_view.py: pyipk: handling mulitple params and bugfixes 
	+ bugfix: rising exception while cannot connect + bugfix: cleaning
	trees while closing xml_view + dummy plugin for testing and showcase +
	opening new params in new tabs
2012-04-13  Jakub Kotur <qba@newterm.pl>
	* pyipk/libipk/params.py, pyipk/qtipk/params.py: pyipk: fixed xml view 
	+ now xml view is correctly updated when plugin changes, deletes or
	inserts nodes
	* pyipk/plugins/draws_plg.py, pyipk/plugins/edit_plg.py,
	pyipk/plugins/listings_plg.py, pyipk/plugins/simple_plg.py: pyipk: moar
	plugins  + new plugins for draws and reports: * removing draws/reports
	* creating new draws * cleaning up priorities/orders + minor fixes in
	old plugins
	* pyipk/qtipk/main_win.py, pyipk/qtipk/plug_diag.py,
	pyipk/qtipk/ui/base_diag.ui, pyipk/qtipk/ui/main_win.ui,
	pyipk/qtipk/ui/plug_diag.ui, pyipk/qtipk/ui/xml_view.ui: pyipk: minor
	fixes  + sorting plugins in plugdialog + result should be taken once
	per plugin run, not after every node process + corrected windows
	initial sizes + better size policy in plugins dialog
	* pyipk/libipk/plugin.py, pyipk/libipk/plugins.py,
	pyipk/plugins/edit_plg.py, pyipk/qtipk/plug_diag.py,
	pyipk/qtipk/ui/plug_diag.ui: pyipk: section in plugins  + plugins has
	now static method get_section which defines its section string + plugin
	dialog has now tree with sections instead of simple list
2012-04-12  Jakub Kotur <jakub.kotur@gmail.com>
	* libSzarp2/szbase/szbbuf.cc: bugfix: szb_get_probe could fail at calc
	avg  + szb_get_probe was rounding start time and then offsetting time
	that he get no rounded one. In corner case there was possibility that
	we were calculating average for almost period*2.
	* libSzarp2/include/szbextr/, meaner3/utils/extrszb.cc, wx/common/,
	wx/ekstraktor3/: ekstraktor3: eksport value at and of period  + for
	every parameter in list one can specify if it should be exported as
	average or value at end of period + xml for saving list is extended
	with type (avg/value) for every parameter
2012-04-02	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: always show About dialog on top of 
	the curreent main window
	* libSzarp2/prober_connection.cc: handle properly the
	case when response from prober is of length "0"
	* utils/prober: some fixes in dealing with empty parameters -
	i.e. cases when we have a directory for a param, but no data
	there
2012-03-26	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: two small bug fixes
2012-03-19	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase/loptcalculate: allow for multiple assignments 
	per statement in optimized params - not that usefull but still sth.
	that we were lacking in our optimized param support
2012-03-16	Darek Marcinkiewicz <reksio@newterm.pl>
	* utils/remarks_server.py: bugfix + code cleanup
	* wx/draw3: bugfix: a state transition is needed on reset event
	when controller is in stop state
2012-03-13	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/sync: dynamically adjust output queue size, namely - if 
	last write we were able to deplete whole output queue without
	saturating the link, we increase the maximum queue size
	(up to predefined limit)
	* wx/draw3: in DefinedDrawInfo::GetSpecial check if TDraw member is
	NULL, if it is - do not call DrawInfo::GetSpecial (as this triggers
	assert). This is a check that we have in other DefinedDrawInfo
	methods but somehow it was skipped in this one. Generally it is a
	little bit messy and should be cleaned up at some point.
2012-03-13  Jakub Kotur <qba@newterm.pl>
	* pyipk/libipk/plugin.py, pyipk/plugins/edit_plg.py: pyipk: moar
	plugins  + added simple editing plugins -- enumerate attrib and order
	nodes by attrib
	* pyipk/qtipk/xml_view.py: pyipk: third attempt to xml tree  + third
	and I hope final version of xml_view.  Now its implemented more qt-like
	and should work properly.  Additionally drag'n'drop should work in
	every cases.
	* configure.in: pyipk: fixed building system  + detecting python 2.6
	now works properly
2012-03-12	Darek Marcinkiewicz <reksio@newterm.pl>
	* utils: make szbredialer/szppp-{on,off} explictly use bash,
	as they rely on bash specific features	
	* parcook/sbusdmn.cc: allow for unit ids greater that > 9
2012-03-09	Jakub Kotur <qba@newterm.pl>
	* pyipk (fixed libraries importinga):
	libraries are now installed to standard python directory, so scripts
	can easily import them
	* pyipk ("Edit with" option added):
	chosen nodes can be modified with text editor
	* pyipk (fixed collapsing after drag'n'drop):
	QAbstractItemModel was comparing internal data pointers, and if they
	were different collapse parent node. Now internal data are lxml nodes
	itself so they are same but there is performance issue with
	calculating parent index.
	GC issue is still present:(
	* pyipk (Moar readable xml list):
	xml list is now more human readable and a little bit faster. Still its
	not code masterpiece:(
	* pyipk (Plugins documentation in gui):
	printing plugins docstrings in PluginsDialog window
	* pyipk (Base dialog):
	dialog which allows to open params.xml by choosing szarp base
	* pyipk (Moar plugins):
	new plugins for pyipk: core xpath, finding attributes, finding
	repeated attributes
2012-03-09	Darek Marcinkiewicz <reksio@newterm.pl>
	* /: windows compilation tweaks
	* INSTALL.Windows: updated OpenSSL compilation istruction,
	as of ver. 1.0 OpenSSL has proper cross-compilation support
	it is piece of cake now.
2012-02-28	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3/drawsctl: split DrawsCtrl class by introducing individiual classes
	for each state
2012-02-27	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase: fix in combined params calculation
2012-02-21	Aleksy Barcz <abarcz@newterm.pl>
	* wx/draw3: highlighting matching and unmatched braces in LUA editor
2012-02-21	Darek Marcinkiewicz <reksio@newterm.pl>
	* meaner3/utils/szbmod.cc: -m option added, to quote szbmod help:
	As data scaling is a relatively common task, szmbod provides a shortcut, instead of creating
	a formula to scale param value one can pass a scaling factor as a -m switch, in that case szbmod will generate a proper formula on its own
	So the same effect as in a previous example (scaling param values by a factor of 2) can be achieved
	by invoking program in following way
	szbmod -m2 -Dprefix=xxxx -s'2007-01-01 00:00' -e'2009-12-30 00:00' "Siec:Sterownik:Temperatura zewnetrzna"
2012-02-17	Darek Marcinkiewicz <reksio@newterm.pl>
	* configure.in: make descends into python dir
	only for non-migw32 build
	* wx/draw3: more deleting params fixes
	* wx/draw3: more network params/sets related fixes
	and improvements
2012-02-16	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase.cc: for lua params - also
	properly handle return values of boolean type
	(previously we were always returning 0 for them)
	* wx/draw3: small tweak to 'search date', currently
	selected draw in automatically inserted into
	the formula - should be faster to use
	* wx/draw3: added missing Polish translations
	* wx/draw3: solid chunk of improvemnts to network
	param and sets support, much more usable now, quite
	a few crashing scenarios fixed
2012-02-15	Darek Marcinkiewicz <reksio@newterm.pl>
	* acinlude.m4 - make latest autoconf happy 
	* debian/control: removed dbg package building,
	it is not possible to build lua_parser.cc with
	debug symbols on x86 machine using g++ 4.6
	and boost-1.48
2012-02-01	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/k601-prop-plugin.h: bugfix, destructor has to be virutal
2012-01-24	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase: Search method added to main Szbase class
	* python/pyszbase: two more functions exported into python
	library - search and set_prober_server_address
2012-01-23	Darek Marcinkiewicz <reksio@newterm.pl>
	* libtoolization
	* python module for accessing szbase, example session:
		>>> import libpyszbase
		>>> libpyszbase.init("/opt/szarp", "pl")
		>>> t = libpyszbase.search_last(u"gcie:Kocio 3:Sterownik:Temperatura zadana")
		>>> libpyszbase.get_value(u"gcie:Kocio 3:Sterownik:Temperatura zadana", t, libpyszbase.PROBE_TYPE.PT_MIN10)
		130.0
2012-01-01	Darek Marcinkiewicz <reksio@newterm.pl>
	* update of xyz graphs documentation
	* fix in handling of incorectly defined sets
	(after regression introduced by changes made for
	network params/sets)	
	* speedup in large params.xml loading
2011-12-09	Darek Marcinkiewicz <reksio@newterm.pl>
	* make szarp compile with more recent version of boost
	than 1.42 
2011-12-04	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2: make lua parser compile with latest boost,
	for some reason spirit started to freak out on fusion
	adapted one element structs, so I needed to adjust
	the grammar data structes a little so we don't use them
	- I think this is a bug in boost::spirit
	* wx/remarks.cpp: don't remove a command queue
	on reception of DSN response event...
2011-12-02	Aleksy Barcz <abarcz@newterm.pl>
	* configure.in: xmlTextReader set as default ipk parser
2011-12-01	Krzysztof Galazka <kg@newterm.pl>
	* resources/xsltd/apache2-szarp: rewrite rule for png files (fire)
2011-11-20	Krzysztof Galazka <kg@newterm.pl>
	* debian/szarp-xsltd.*: fix overwriting config on package upgrade
	* debian/contol: correnct dependencies of szarp-filler for squeeze
2011-11-20	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: fix in draws' list widget behaviour
	while editing sets with >12 draws
	* parcook/boruta_modbus.cc: number of silly mistakes
	I was able to to make in modbus-ascii code is just embarassing...
2011-11-09	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: removed superfluous menu item called "item"
	* libSzarp2/szbase: bugfix (I had deja vu fixing this...)
2011-11-06	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: fix of stupid bug
	* wx/draw3: removed segfault on accessing network
	sets/params without configured remarks server
	connection
2011-11-05	Darek Marcinkiewicz <reksio@newterm.pl>
	* utils/remarks_server: minor adjustements
2011-11-31	Darek Marcinkiewicz <reksio@newterm.pl>
	* utils/remarks_server && wx/draw3: support for
	network params and sets
2011-11-24	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/bortuadmn: 2 small fixes
2011-10-17	Aleksy Barcz <abarcz@newterm.pl>
	* aqtdmn.cc: corrected a typo in deamon description
	* calcdmn.cc: as before
	* sampledmn.cc: a.b.
	* zmddmn.cc: a.b.
2011-10-16	Aleksy Barcz <abarcz@newterm.pl>
	* ipk.sgml: corrected 6 typos
2011-09-28	Krzysztof Galazka <kg@newterm.pl>
	* szrsync: added support for setting server addres with SZRSYNC_SERVER
	variable
2011-09-09      Daniel Majewski <dmajewski@dalkiaterm.pl>
 	* ipk.sgml: added description about DDE Proxy install for Windows
2011-09-07	Krzysztof Galazka <kg@newterm.pl>
	* wx/common/datechooser.*: fix in min/sec decrementation
	* wx/sync/ssserver.*: logging IP of incomming connections
2011-08-31	Krzysztof Galazka <kg@newterm.pl>
	* isl/python/xslt_hanlder.py: fix URI resolving issues
	in XSLT transform on python-lxml >= 2.2.8-2
2011-08-29	Krzysztof Galazka <kg@newterm.pl>
	* meaner3/utils/szbndremover.cc: fix in date formating
	* wx/draw3: coping parameter name of selected draw
2011-08-11	Daniel Majewski <dmajewski@dalkiaterm.pl>
	* oszarpie.sgml: added description about raporter,
	communication with server and starting program standalone
2011-08-09	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/ipk/tparam.cc: fix of a fix
2011-08-04	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: params' list dialog wasn't refreshed properly
	when a user param was changed from 'edit user param' option
	on draws' list in main window - it lead to program crash
	when an attempt was made to later edit such param from params'
	list dialog
2011-08-04	Pawel Palucha <pawel@newterm.pl>
	* libSzarp2/ipk/tparam.cc: fixed possible segfault when accessing null
	name member of no-element xml node structure.
2011-08-03	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase: there was a problem with
	calculating optimized LUA params - when such param
	was referencing LUA_AV parameter, 'no data' was always
	returned
	* wx/draw3: x/y graph - circles around points drawn
	in points averaging mode
2011-07-29	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: 3 minor bugfixes
2011-07-28	Krzysztof Gazka <kg@newterm.pl>
	* debian/control: fixed Build-Depends for unstable
2011-07-28	Darek Marcinkiewicz <reksio@newterm.pl>
	* debian/control: added package szarp-dbg-symbols, this package
	contains all szarp binaries with debug symbols included, useful
	e.g. for analyzing cores from production machines
2011-07-26	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/ipk/tparam.cc: fix in automatic setting of hoursum attribute
	* wx/draw3: it is now possible to configure graph scaling for user defined
	draws
	* wx/draw3: addition to x/y graphs - points on a graph are surrounded
	by circles with radius proportional to log2(number of data points
	covered by the point on a graph)
	* wx/draw3: a fix in program behviour on set switch, previous behaviour ex.:
	1. the 2nd graph is selected as current draw
	2. the user switches to some other draws' set where 2nd graph is disabled
	3. draw3 enables 2nd graph and keeps 2nd graph the current graph
	current behaviour:
	steps 1,2 as before
	3. draw3 looks for first graph enabled in new set and sets is as current
	* wx/draw3: code for calculation of Y point position for all view
	types moved to graphsutils.cpp
2011-07-20	Krzysztof Gazka <kg@newterm.pl>
	* resources/documentation/new/Makefile.am,
	script/change-tex-pl-entities2.sh: pdf building fix - konwert doesnt
	work properly
2011-07-15	Krzysztof Gazka <kg@newterm.pl>
	* utils/ddeproxy: rewrite setup.py to build service, added README.txt
	with instalation instructions
2011-07-14	Krzysztof Gazka <kg@newterm.pl>
	* script/version-info, Makefile.am, debian/rules: file 'current_tag'
	not needed in building process, generation of version.info moved to
	'make install' from external building script
	* configure.in, debian/control,
	resources/documentation/new/Makefile.am: fixed building pdfs when
	LC_ALL is UTF-8
2011-07-12	Krzysztof Oowski <kolowski@dalkiaterm.pl>
	* AUTHORS: add Daniel Majewski as a brand new developer
2011-07-12	Krzysztof Gazka <kg@newterm.pl>
	* wx/common/szapp.cpp: Adding D. Majewski to Authors
2011-07-09	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: two bug fixes
2011-07-02	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: some behaviour improvements in dealing
	with large draw sets
2011-06-27	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: added automatic assignment of colors 
	for arbitrary number of draws - works almost perfectly ;)
2011-06-26	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: added simple option to sort draws in current
	set by ther maximum/minimum/hoursum/average value (from current
	view or time range marked by double cursor)
2011-06-09	Pawel Palucha <pawel@newterm.pl>
	* script/set2params.py: script for converting draw3 sets to
	params.xml.
2011-06-02	Krzysztof Gazka <kg@newterm.pl>
	* summwin.cpp {de,fr,pl}/draw3.po: fix of percentage display
	in tooltip in Summary Window
2011-05-25	Krzysztof Golinski <krzgol@newterm.pl>
	* configure.in: added flag "--with-xmlreader". When is set
	libszarp2 uses xmlTextReaderPtr instead of XML DOM. Default is not
	set.
	* libSzarp2/ipk/tszarpconfig.cc: moved LoadXML into LoadXMLDOM
	Current LoadXML calls LoadXMLDOM or LoadXMLReader - it depends on
	configure flag "--with-xmlreader"
2011-05-23	Krzysztof Golinski <krzgol@newterm.pl>
	* libszarp2/ipk/: added methods parseXML() (in ipk classes) which
	use xmlTextReaderPtr to load configuration
	* libszarp2/ipk/tszarpconfig.cc: added method loadXMLReader
	which use xmlTextReaderPtr to parse configuration file
	* libszarp2/ipk/xmlwrapper.cc: added class XMLWrapper which helps
	to use reader
	* libszarp2/ipk/xmlreader_test.cc: added program to compare output
	loadXML and output loadXMLReader
2011-05-12	Krzysztof Golinski <krzgol@newterm.pl>
	* wx/common/szapp{.h,.cpp}, wx/draw3/{drawapp.cpp,drawfrm.cpp}:
	added "auto" language; added button "automatic" in "choose 
	language window"
2011-05-11	Krzysztof Golinski <krzgol@newterm.pl>
	* script/szbchecknames.py: A script looking for names
	which are in database but not in params.xml
2011-05-10	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: speedup period switching on sets
	with large number of graphs, add param name
	drawing when ? key is pressed
2011-05-10	Krzysztof Gazka <kg@newterm.pl>
	* debian/control: missing python-support in BuildDeps
2011-04-30	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3/drawprint.cpp: printing fix
2011-04-26	Jakub Kotur <qba@newterm.pl>
	* meaner3/: optimization of szbwriter. No it uses mmap, and cache
	specified probes number before writing. Final results with 50MB are:
	original :  11,77s user 20,88s system 99% cpu 32,782 total
	optimized:   2,72s user  0,18s system 30% cpu 10,397 total
2011-04-19	Krzysztof Golinski <krzgol@newterm.pl>
	* wx/draw/{drawfrm.cpp, drawpnl.cpp, frmgr.cpp, seldraw.cpp,
	 xygraph.cpp, wyzgraph.cpp}: xydiag, xyzdiag, statdiag take
	 information about draws and time from current draw panel
2011-04-19	Krzysztof Gazka <kg@newterm.pl>
	* wx/draw3/{drawview.cpp,gcdgraphs.cpp,glgrapsh.cpp}: fixed time axes
	drawing
2011-04-14	Krzysztof Golinski <krzgol@newterm.pl>
	* wx/draw3/xyzgraph.cpp: fixed bug: 0 length axes, divide by 0
2011-04-13	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/boruta: odd parity setting fix and small fix
	in modbus ascii parser
2011-04-12	Krzysztof Golinski <krzgol@newterm.pl>
	* script/szbwgen.py: added "regular", "irregular", "all-data" options
	and an usage example
2011-04-11	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/boruta: added configurable characters size for
	serial connections
2011-04-11	Krzysztof Golinski <krzgol@newterm.pl>
	* INSTALL.Windows: updated
	* wx/sync/Makefile.am: fixed - create *.mo file in a proper place
	* ssc.mo, draw3-language2.png: removed
2011-04-10	Krzysztof Gazka <kg@newterm.pl>
	* debian/rules: fix dh_pysupport must be called before dh_installdeb
2011-04-10	Krzysztof Gazka <kg@newterm.pl>
	* debian/compat: switch level to 5 because 4 is depreciated
	* debian/rules: separate rules for building szarp-sssweb (dh_pyshared)
	* debian/packs.files, www/pylons/sssweb/Makefile.am: fixed rules for packages building
	* www/pylons/sssweb/setup.py: getting version from debian/changelog
2011-04-07	Krzysztof Gazka <kg@newterm.pl>
	* wx/draw3/drawapp.cpp: proper handling of verbose & debug options
	* wx/draw3/drawpnl.cpp: broken shift+left/right after adding DECADE
2011-04-06	Krzysztof Golinski <krzgol@newterm.pl>
	* wx/common/szapp.cpp: improved initialization of a language
	* wx/draw3/drawfrm.cpp: removed button "choose language" from toolbar
	* resources/documentation/new/draw3/draw3.sgml: updated documentation
	* resources/documentation/new/draw3/html/pics/*: updated images
2011-03-30	Krzysztof Golinski <krzgol@newterm.pl>
	* meaner3/utils/szbwriter.cc: option fill_how_many - added support for
	10 sec probes
2011-03-29	Krzysztof Gazka <kg@newterm.pl>
	* libSzarp2/*, wx/draw3/*: 'DECADE' - new average type in draw3 
2011-03-25	Krzysztof Golinski <krzgol@newterm.pl>
	* meaner3/utils/szbwriter.cc: added option fill_how_many - save data in
	database for 10min probes, added more debug information (level 10)
2010-03-25	Pawel Palucha <pawel@newterm.pl>
	* AUTHORS, wx/common/szapp.cpp: updated authors list.
2010-03-24	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: SetPeriod method was incorrectly used to initialize
	new Draw objects, the problem was that it rounds provided start time,
	as a result - new Draw object were sometimes shifted in time
2010-03-23	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/boruta*: added missing finish_cycle methods for server drivers
2010-03-23	Krzysztof Golinski <krzygol@newterm.pl>
	* script/szbwgen.py: Script szbwgen.py added. It generates random data for 
	szbwriter.
2010-03-10	Krzysztof Galazka <kg@newterm.pl>
	* www/pylons/sssweb: major refactoring for pylons 0.10
	* wx/sync/ssconfd/ssconf.py: missing 'self'
	* utils/{szrsync,szbpush}: SSH on non-standard port
2010-02-26	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/execdmn.cc: more logging.
	* wx/draw3: limit of 12 graphs per window removed
2010-02-23	Krzysztof Galazka <kg@newterm.pl>
	* meaner3/tsaveparam.cc: open files with O_CLOEXEC flag to avoid
	problems with running execute sections.
2011-02-22	Pawel Palucha <pawel@newterm.pl>
	* acinclude.m4, */Makefile.am: added depended libraries, required by
	new ld version from Debian unstable.
2011-02-16	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/boruta_zet.cc: timeout handling fix, in certain
	circumstances driver ceased querying zet...
	* parcook/borutadmn.cc: a small addition to boruta daemon - it is now possible
	to run serial client drivers, like modbus rtu driver, over tcp connection.
	In order to activate this feature, we have to configure a regular
	tcp client driver, in its params.xml unit node we have to provide also all
	the configuration params specific to serial client driver - path (value does
	not matter ofc. can be /dev/null for example), speed, etc. And finally, to activate
	this feature the following need to be set in this driver's unit node:
	extra:use_tcp_2_serial_proxy="yes"
2011-02-10	Pawel Palucha <pawel@newterm.pl>
	* libSzarp/daemon.cc: fixed incorrect descriptors handling in go_daemon().
2011-02-09	Pawel Palucha <pawel@newterm.pl>
	* utils/raporter.py: encoding fixes, unused code removed, auto-refresh
	enabled.
	* wx/common/szapp.cc: release date updated to include year 2011.
	* resources/gdm-themes/szarp: SZARP theme for GNOME display manager.
2011-02-08	Pawel Palucha <pawel@newterm.pl>
	* debian/szarp-base.postinst: remove generating of pl_PL locales.
	* utils/probes_server/*: remove verbose logging.
2011-01-27	Pawel Palucha <pawel@newterm.pl>
	* meaner3/tsaveparam.cc: fixed check of open() and write() return
	values.
	* meaner3/meaner3.cc: added logging of current 'nofiles' limit.
2011-01-19	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/borutadmn: more logging
	* parcook/boruta_zet: close connection not on every
	timeout but on every 5th timeout
2011-01-08	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: added missing translation, polished up searching feature
	* resources/documentation: short description of expression based searching
2011-01-03	Pawel Palucha <pawel@newterm.pl>
	* parcook/boruta*, script/dmn2sgml.py: added documentation for boruta
	subdrivers.
2011-01-03	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2: "hoursum" attribute is automatically
	set for parameters (actually draws of parameters)
	having appropirate unit name
	* wx/draw3: new feature - user can enter
	a condition (as a lua expression) and draw3 
	will look for moments in time that satisfy
	this condition
2011-01-03	Pawel Palucha <pawel@newterm.pl>
	* ipk.sgml: updated szbwriter documentation.
	* parcook/parcook.cfg: version/bugs info fix.
	* script/samson2/get_sam: script calls szbwriter with '-p' option
	and skips obsolete call to ipk2szarp.
	* meaner3/utils/szbwriter.cc: added option for not writing
	10-second probes.
2010-12-14	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/boruta_modbus.cc: added ascii protocol support
	for borutadmn
2010-12-14	Pawel Palucha <pawel@newterm.pl>
	* debian/packs.files: borutadmn added to szarp-daemons package.
2010-12-11	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/sync: asprintf substitued with stringstring, asprintf
	does not work reliably under msw
2010-12-07	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase: fix in retriving average values
	/for period longer than day/ in lua optimized params
2010-11-30	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: by popular demand: button/menu item
	for positioning cursor at latest available data
2010-11-24	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase/probeblock.cc: fix in calculating
	values for 10 seconds' blocks combined params
2010-11-23	Darek Marcinkiewicz <reksio@newterm.pl>
	* meaner3/utils/extrszb.cc: extractor can now extract
	10 second probes
	* wx/draw3: new/edit/delete buttons are back
	to a parameter selection dialog (when invoked
	from set editing dialog)
2010-11-19	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: user set being edited does not reset
	to its initial state upon change of defined param
2010-11-17	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase/szbbuf.cc: first_av_date no
	later than first date of meaner status param
	* libSzarp2/szbase/loptcalculate: part two
	of self referencing params support in lua optimizer
2010-11-16	Darek Marcinkiewicz <reksio@newterm.pl>
	* configure.in, debian/rules: --enable-lua-param-optimiser
	substituted with --with-lua-param-optimiser which is now
	'on' by default
	* INSTALL.Windows: it is now possible to cross-compile
	boost libraries
2010-11-12	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3/draw3.po: "Tree Set" string translation added
	* utils/probes_server/szbcache.py: added proper handling
	of certain corner cases
2010-11-04	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase/loptdatablock: move calculation
	of optimized LUA param values from block constructor
	to FinishInitizalization method, this lets
	a LUA optimized param to reference itself 
2010-10-30	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/sync: a new, small feature - it is possible
	synchronize base by providing its prefix
2010-10-28	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase/realdatablock.cc: do not mark 
	a block that ends before meaner last date as
	having all values 'fixed'
	* libSzarp2/szbase/szbbuf.cc: szb_search_last that,
	as I understand, is supposed to search for last date
	of a param. For definaed params maximum of:
	actual last date of a param (understood as minimum of
	latest dates of params referred by params formulas)
	and meaner last date was returned, what was breaking cache.
	Now meaner last date if returned only for formulas that 
	contain 'N' operator or do not refer to any other
	parameters.
	* libSzarp2/szbase/definabledatablock.cc: definable
	blocks that do not contain any values are not immediately
	discarded
2010-10-22	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/boruta_zet.cc: fix stupid omission in zet driver
	for boruta - driver stopped quering device whenever
	erroneous response was received
	* wx/draw3: do not show 'user defined' configuration
	in search widget - it now should not be selectable anywhere
	because recently I have removed resolving dependencies
	for this configuration (for convenience and simplicity)
2010-10-20	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2,wx/draw3: change in how database and gui
	threads interact while user params are edited
	* parcook/prodmn.cc: fixes and amendment for
	a bug in proxy that I have no way of fixing
	now
2010-10-14	Darek Marcinkiewicz <reksio@newterm.pl>
	* : another round of fixes related to adding/removing/
	editing of user defined params
2010-10-12	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: speedup closing of draw3 - draw3,
	unnecessarly at saving defined.xml, loaded all
	configuration for which there were any user draws
	sets or params defined; GetSortedDrawsSetsNames
	returns a copy of vector instead pointer to 
	newly allocated array (which later were
	to be deleted)
	* parcook/borutadmn: a lot of comments added, 
	upon connection error modbus and fp210 drivers
	go to 'IDLE' state
2010-10-11	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: changing name of user defined param
	properly propagates this change to parent 
	draw sets
2010-10-08	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/boruta: proper daemon description, modbus driver:
	reintroduced proper timeout support after code 
	conversion from mbdmn, fp210 driver - fixes	
2010-10-05	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/boruta_fp210.cc: boruta driver for metronic fp210 device
2010-10-01	Darek Marcinkiewicz <reksio@newterm.pl>
	* resources/documentation/new/ipk/ipk.sgml: ipk documentation
	updated with description of treenode elements
2010-09-29	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/scc/sccmenu.h: increased number of maximum
	items in scc menu
2010-09-27	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/mbdmn&boruta: ignoring SIGPIPE may help
	for mbdmn problems on leg1
	* parcook/boruta*: more boruta improvements
	* parcook/boruta*: bunch of fixes for boruta, modbus
	rtu in client mode seems to be working
	* parccok/sbusdmn.cc: fixes for PCD mode, driver now 
	correctly gathers data in Legionowo
2010-09-24	Pawel Palucha <pawel@newterm.pl>
	* script/{csv2p,p2csv}.py: scripts for importing/exporting IPK
	configuration to/from CSV format - sometimes it's easier to edit
	params.xml in spreadsheet format.
2010-09-24	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: fix a bug introduced together with support 
	for draws sets' trees...
2010-09-23	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/sbusdmn.cc: added support for PCD variant of SBUS protocol
2010-09-20	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: new command line switch '-e' for draw3, when this
	switch is given on command line together with an url
	and if draw3 is already running, this url will be opened
	by currently active panel of running draw3 instance and
	parent frame of this panel will be raised
	* parcook/boruta*: more fixes
2010-09-14	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2, wx/draw3: draws' sets can be arranged in hierarchical 
	tree structure
2010-09-07	Pawe Paucha <pawel@newterm.pl>
	* utils/modem_pooler.sh: additional sleep before running rsync (fixes
	some issues).
2010-08-19	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/ipk/tparam.cc: generation of XML node for lua
	parameter did not set lua_formula attribute properly - saveXML
	generated improper params.xml
	* meaner3/utils/szbwriter.cc: Szbwriter has a cool feature:
	when a param name is encountered that is not present in configuration,
	szbwriter updates configuration by adding new param with this name.
	That is very nice, but in majority of cases (I believe) param name that
	in not present in config really means that somebody misspelled
	its name and because szbwriter uses ipk to modify params.xml,
	new configuration is stripped of all elements from extra namespaces,
	what is really irritating. So, by now unknown parameters are ignored,
	old behaviour might be activated by giving a -n switch on the command line.
2010-08-17	Krzysztof Galazka <kg@dalkiaterm.pl>
	* utils/conf-put.sh: replaced debug code with real svn call
2010-08-17	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase/realdatablock.cc: fixed incorrect behaviour
	under msw when there is no 'Status/Meaner3/program uruchomiony' param
	for a given base
	* meaner3/utils/szbwriter.cc: fix in params switching
2010-08-09	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: fixed a bug in a boundary case when 
	there were more than MAX_DRAWS_COUNT draws added into user set
	* wx/filler: default command (/opt/szarp/bin/szbwriter) that filler
	executes in order to store data in database, can by overridden 
	by environment variable FILLER_COMMAND
	* parcook/boruta: progress, modbus protocol support added
2010-08-02	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase/szbsearch.cc: fix in setting search
	boundaries in quite rare case when both start and end
	search time is specified
	* parcook/boruta*: progress, some code simplification
	* wx/draw3: more intuitive behaviour on PgUp/PgDown
	key press
2010-07-29	Darek Marcinkiewicz <reksio@newterm.pl>
	* debian/control: szarp-daemons depends on python-twisted now
	* meaner3/tprober.cc: creates cachedir if not exists
	* utils/probes_server/probes_server.tac: there is no twisted.python.log 
	in version of twisted from lenny, but we can live with that
2010-07-28	Darek Marcinkiewicz <reksio@newterm.pl>
	* debian/szarp-base.postinst: szarp-base no longer depends
	on vim, but script install_vim returned non-zero exit status if there
	was no vim - szarp-base was uninstallable on vimless systems
2010-07-28	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/boruta_zet.cc: compiles under debian stable
	* parcook/tcpdmn.cc: forgotten commit - small fixes
	* maener3/tsaveparam.cc: removed redundant check
	of file size
	* maener3/utils/szbwriter.cc: fixes
2010-07-28	Darek Marcinkiewicz <reksio@newterm.pl>
	* meaner3: szbwriter fixes
	* utils/probes_server: one more off-by-one error
	in seraching left
2010-07-27	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/common: function reading addresses of probes servers
	moved from draw3 to common	
	* wx/ekstrator3: fix in commandline parsing
	* wx/ekstrator3: support for 10 seconds probes, with two limitations
	compared to draw: ekstartor3 ignores any szbase errors, so in case of any
	connection problems, user just gets no-datas and no information
	about their cause; unlike in draw3, there is no GUI for configuring servers'
	addreses by a user, ekstartor3 only knows how to read probes addresses
	from szarp.cfg /those limitations are quite easy to remove, but
	still require some work/
	* resources/SZARP_IN_CFG: default configuration of probes
	server
	* resources/parstart_cfg_TEMPLATE: prober and probes server
	started by default
2010-07-27	Darek Marcinkiewicz <reksio@newterm.pl>
	* meaner3: szbwriter support for 10 second probes	
2010-07-26	Darek Marcinkiewicz <reksio@newterm.pl>
	* parcook/borutadmn: boruta daemon, thin meta-daemon
	which does not implement any specific protocol
	but is intended as a generic platform for running particular
	protocols implementations, boruta offers a few adventages
	over traditional daemons: any number of devices working
	as servers or clients over serial line or tcp using any
	implemented protocol can be communicated from within one
	running process; boruta's code contains some helper functions
	for parsing params.xml and setting up connections parameters;
	boruta takes care of mundane tasks of managing connections ideally
	allowing protocol implementor to focus only on protcol details,
	leaving rest of the stuff to boruta's code
	* parcook/botura_zet.cc: zet protocol implementation for boruta
2010-07-22	Pawel Palucha <pawel@newterm.pl>
	* resources/parstart_TEMPLATE: init script returns 0 (success) 
	if szarp.cfg was not found; allows proper (de)installation
	of szarp packages when changing configuration prefix.
2010-07-14	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/sync: added functionality similar to what
	is already present in draw3: in debug mode liblog output
	is directed to a file; improved logging; fixed error
	in case of premature connection termination from 
	server - until now timeout error were reported;
	command line parsing adapted from old, unsupported
	way to 'new', 'better' and supported ;) API
	* wx/raporter3/raportededit.cc: wxMSW bug workaround:
	under MSWin, passing validator to wxTextCtrl constutor
	leads to EVT_TEXT being emitted from within control's
	construtor - much too early for a parent window object
	to be in any sane state...
2010-07-12	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* utlis/{szrsync,szbpush}: scrpits supports new 
	command line option: -b, that allows to specify maximum
	data transfer speed
2010-07-08	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* libSzarp2/include/szbase/lua_syntax_fusion_adapt.h: code 
	adopting lua grammar structs to fusion sequences kicked out
	to separate header
	* libSzarp2/szbase/lua_parser.cc: added comments 
	* libSzarp2/szbase/luacalculate.cc: fix of a stupid bug when
	max of two values was taken instead of min and vice versa
	* libSzarp2/szbase/realdatablock.cc: fix a bug that, for mysterious
	and unknown reasons, only hit windows version of szarp
	* parcook/sbusdmn.cc: fixes
	* version: windows version bump
	* wx/draw3/drawapp.cpp: under windows debug log goes to user home directory
	* wx/draw3/luapextract.cpp: code for extracting strings from lua formulas
	now more generic (actually grammar-agnostic) and half as long as initial version
2010-07-02	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* libSzarp2/szbase: proper refresh of lua optimized datablock
	for params that do not refer to any parameters
	* wx/sync: do not start automatic synchronization
	immidiately after program startup - users from Szombierki
	claim that sometimes when program in run by windows startup
	scripts, synchronization hangs, and program needs to be restarted.
	Unfortunately I was not able to reprocude incorrect ssc behaviour,
	since the workaround. I have also updated libcares in a windows build,
	as it a first thing that does any network I/O.
2010-07-01	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* libSzarp2/szbase: cache is poisoned before 
	refresh operation; removed assert checking if
	cache file modification time is not later than
	now, suprisingly, it is something that can happen
	unser msw
	* libSzarp2/szbase: fixed an old, obsurce bug in
	calculating numer of values in drawdefinable param block, bug
	was triggerd for certain months by formulas that
	referred to parameters with values reaching into the future
	* wx/draw3: percentage of probes in summary window
	not shown only if 100% of probes are present
	* wx/draw3: fixed crash ocurring when user chose 
	'edit as new definable' menu item and then edited
	a user defined param from such freshly created set
2010-06-30	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3/xyzgraph.cpp: axes description fix
2010-06-29	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* libSzarp2/szbase/lua_parser.cc: under boost version
	that we use for arm, qi::phrase_parse take non-const
	reference to parser and skip parser objects
2010-06-25	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* libSzarp2/szbase: instead of canceling operation on a socket when 
	timeout occurs, we just close the socket - under MS Windows XP cancelling 
	asio operations on a socket does not work (it's even worse
	than 'not working' - it causes draw3 to crash)
2010-06-23	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* libSzarp2/szbase: fix in deadline timer handling 
2010-06-17	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* libSzarp2/szbase: fixes, improvments resulting from yet another 10
	seconds' probes testing session
2010-06-16	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* libSzarp2/szbase: fix in searching/computing values of lua parameters
	that are handled the 'old way'
	* wx/draw3: current period radiobox from main menu was not properly
	updated upon period change - fixed
2010-06-16	Pawel Palucha <pawel@praterm.com.pl>
	* utils/probes_server/*: search left fix, more debug.
	* utils/probes_server/*: last probe number fix, more debug.
2010-06-15	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* parcook/mbdmn.cc: daemons logs all requests to a units' ids
	that are not present in its configuration + unit id given
	in ipk can be overriden by attribute id from modbus namespace,
	id attribute from this extra namespace daemon treats
	as a numeric value, as opposed to id from ipk namespace
	which is a single char
2010-06-14	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* parcook/prodmn.cc: daemon for getting data from PRO2000 proxy
2010-06-14	Krzysztof Galazka <kg@dalkiaterm.pl>
	* parcook/mbdmn.cc: logging fixes for easier grep usage
2010-06-14	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3: one more bug fixed...
2010-06-13	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3: there was a bug in color assignemnt in 3D graph - 
	wrong color values were assigned to 2 points of each traingle
	composing graph, what resulted in 'edgy' and kind of odd looking
	graphs, now things look much smoother and what's most important it is
	easier to make sense of data presented; new 'raw' drawing mode added
	to 3D graphs, where no triangulation is prefermed, just individual
	points are painted (space bar switches between graph modes)
2010-06-12	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* libsSzarp2: bug in getting 10-seconds probes killed,
	introduced timeouts for search operations
	* wx/draw3: fixed stupid bug in setting current time
	* wx/draw3: addresses of prebes servers may specified in szarp.cfg
	* wx/draw3: configurations' titles in dialog for setting addresses
	of probes servers are sorted by prefix
	* wx/draw3: only uniqe errors are displayed in error frame,
	also added translation of error messages that originate from szbase 
	* wx/draw3: 10 minutes -> 30 minutes period
	* wx/draw3: better labelling of time axis for 30 minutes period
2010-06-09	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3: some bugs killed
	* resources/documentation/new/draw3/darw3.sgml: added short description of
	differences between linear correlation and rank correlation
2010-06-07	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3: latest data following mode - in this mode, draw3,
	while performing automatic data refresh, does a search for latest
	value of current param and then positions cursor at this latest
	value	
	* /: latest changes compile on windows
2010-06-06	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* libSzarp2/szbase: more logging, fix in setting number of 
	fixed 10-seconds probes for RPN params
	* utils/probes_server/szbcache.py: few small fixes
	* wx/common/datechooser.*: also allows to set second
	in date being choosen
	* wx/draw3: translation of new GUI elements, date in xygraph,
	xyzgraph, stat dialog can be set with 10 seconds resolution
2010-06-04	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* /: support for 10-seconds values that mostly works - there
	are sill some bugs lurking here and there and only draw3 knows
	how to use them
2010-06-01	Pawel Palucha <pawel@praterm.com.pl>
	* utils/probes_server/*: fixes in search request handling.
2010-05-31 	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3: empty erase event hadler added to xyz graph widget,
	this event handler eliminates flickering at widget's repainting
	* wx/szast: szast can talk over tcp/ip connection
2010-05-28	Pawel Palucha <pawel@praterm.com.pl>
	* utils/probes_server/*: added RANGE request for checking global
	first/last probe available.
2010-05-25	Pawel Palucha <pawel@praterm.com.pl>
	* utils/probes_server/*: added info about first/last data in response
	for search request.
	* utils/conf-*.sh: added -p/--port option for setting svn+ssh port number.
2010-05-24	Pawel Palucha <pawel@praterm.com.pl>
	* utils/nagios/sn-fam.py: ignoring temporary OSError exceptions that
	can happen when working on NFS-mounted data.
2010-05-21	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3/drawfrm: under lenny (probably due to different
	version of gtk and this should probably be considered as wxWidgets bug,
	btw) there is an idle event emitted in the middle of our
	DrawFrame::AddDrawPanel method, some time ago idle event handler became
	responsible for destroying notebook widget when there is only one tab in it - 
	I don't remeber now, why I had to delay notebook destruction
	till idle event, but probably to workaround another wxWidgets bug - 
	anyway, when new tab was being added, idle event destoryed notebook that was
	just created to store tabs, thus leading to draw3 crash
2010-05-19	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* parcook/iecdmn.cc: fixes
2010-05-17	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* parcook/iecdmn.cc: daemon for queryig enery meters over protocol
	defined in IEC 62056-21, version not yet tested
2010-05-13	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* scripts/nsis.sh/wisetup.sh: libgcc_s_dw2-1.dll added to to installation package	
2010-05-11	Pawel Palucha <pawel@praterm.com.pl>
	* meaner3/*: prober removes outdated files from cache.
	* resources/documentation/new/Makefile.am: trying to fix building docs
	from other directory.
	* debian/control: szarp-daemons suggests python-twisted-core.
	* debian/pack.files: probes server and client added to packs.
	* utils/Makefile.am: probes_server installation.
	* resources/parstart*: running probes_server with twistd.
	* resources/SZARP_IN_CFG_TEMPLATE: default values for probes_server.
	* utils/probes_server/probes_server.tac: tac file for starting
	probes_server with twistd.
	* utils/probes_server/probes_server.py: using twistd.
	* utils/probes_server/probes_client.py: script renamed, debug removed.
	* utils/probes_server/libpar.py: module for accessing libpar variables
	moved to seperate file.
	* meaner3/tprober.cc: prober writes data each 10 seconds.
2010-05-11	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* INSTALL.Window: small addition
	* resources/documentation/new/Makefile.am: added @srcdir@ to dmn2sgml.py invocation
        * INSTALL.Windows: infomation on cross-compilation of FTGL and
	libfreetype added
	* acinclue.m4: more boost libraries recognized under msw
	* libSzarp2: lua parser split into two files - otherwise mingw chokes and dies on it
	* libSzarp2: some minor compilation fixes
	* winsetup.sh: more dlls added
	* wx/draw3: xyz graphs work under msw, focus fixes - under
	msw, moving focus in focus event, makes control that received
	the event completly inactive
2010-05-07	Pawel Palucha <pawel@praterm.com.pl>
	* utils/proves_server/*: added time of last available probe to
	response for GET request.
2010-05-04	Pawel Palucha <pawel@praterm.com.pl>
	* resources/, debian/: prober added to debian packages and init
	scripts.
	* utils/*: removed obsolete xgrep2 program.
	* utils/probes_server/szbcache.py: optimization in NO_DATA writing.
	* utils/probes_server/szbcache.py: fixes in data reading.
2010-05-04	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3: added triangulation to 3D graphs, it is a
	slight adaptation of Fortune's sweep algorithm code
	* NEWS*: update
2010-05-01	Pawel Palucha <pawel@praterm.com.pl>
	* utils/probes_server/*: probes_server sometimes works.
	* utils/probes_server/csv_client.py: extrszb-like client for
	probes_server.
	* .gitignore: more git-ignored files.
2010-04-30	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* resources/version.info: readded to packages
	* wx/draw3: help for XYZ graphs
2010-04-28	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* parcook/mbdmn.cc: read-tiemeout option added, chars-delay renamed to out-intra-character-delay
	* parcook/mbdmn.cc: chars-delay option added for delaying tranmition
	of invdividual chars in message (needs testing)
2010-04-27	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3: 3D graphs - 3D graphs print support (printouts are quite ugly so far, though)
	* wx/draw3: added commented out code for multisampling of 3D graphs (requires patched version
	of wxWidgets), commented out because none of drivers for video cards I have, supports
	multisampling, so I have no way of testing 
2010-04-27	Pawel Palucha <pawel@praterm.com.pl>
	* ipk.sgml: description of doc:doc subelement in param element.
2010-04-25	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3/xyzgraph.cpp: axes and units painted, fix in left-right keyboard movement
2010-04-24	Pawel Palucha <pawel@praterm.com.pl>
	* wx/draw3/GUI/*: fixes in 'Notifications' window - added surrounding
	wxPanel so keyboard navigation works, added spaces around widgets.
2010-04-23	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3: 3d graph colors fix, cubes instead of sqaures for single points,
	better catching of mouse clicks
	* libSzarp2/szbase: configurable size of in-memory cache
2010-04-18	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3/xyzgraph.cpp: 3D graphs: fix in points
	selection with mouse, graph can be rotated by mouse movement
	/right button should be pressed for that/, mouse wheel
	zooms graph in/out, keyboard controlled rotation affects
	field of view and not graph itself
2010-04-17	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/common/Makefile.am: version.h generated from
	/version (or current_tag in packages build), 
	* debian/packs.files: version.info removed from
	list of szarp-base files' list
2010-04-16	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* debian/rules: packages version taken from current_tag file
	(that is automatically generated)
	* libSzarp2/szbase/lua_parser.cc: fix in recognizing
	'elseif' as keyword
2010-04-15	Pawel Palucha <pawel@praterm.com.pl>
	* README, INSTALL, INSTALL.Windows: docs update.
	* AUTHORS: update.
2010-04-14	Pawel Palucha <pawel@praterm.com.pl>
	* ChangeLog: testing e-mail.
	* Makefile.am, debian/rules: fetching version info from version file.
	* version: conversion to git; git does not use numeric revision
	numbers, so SZARP version numbers are not incremented automatically
	after each commit, you need to set it manually in version file.
	* debian/*: removed szarp-sss and szarp-doc-pdf-chrno packages, loosen
	some package dependencies, removed '-g' from compiler flags.
	* script/*: removed obsolete sss bases/users synchronization
	mechanism.
	* wx/sync/ssconfd/ssconf.py: we're not using /opt/szarp/.../sss_bases
	file anymore.
2010-04-14	Darek Marcinkiewcz <reksio@praterm.com.pl>
	* wx/draw3/GUI/resources.xrc: XYZ graph menu item readded
2010-04-13	Darek Marcinkiewicz <reksio@praterm.com.pl>
	* parcook/setdmn.cc: lenny compilation fix
	* debian/control: more build-depends additions
	* /: added missing BOOST_SYSTEM_LIB to Makefiles.am
	* debian/control: one more addition to build-deps
2010-04-13	Pawel Palucha <reksio@praterm.com.pl>
	* meaner3/utils/szbmod.cc: updated usage instructions, removed
	unnecessary C headers inclusions.
	* wx/common/szapp.cc: updated year in About dialog.
2010-04-13	Darek Marcinkiewicz <reksio@praterm.com.pl>
	* debian/control: libboost-1.42-all-dev removed from build
	dependencies
	* wx/draw3: 3D graph can be zoomed/rotated/moved around,
	cursor to 3D graph added, but for now XYZ graphs are disabled
2010-04-09	Pawel Palucha <pawel@praterm.com.pl>
	* parcook/ddedmnc.cc: added optional dde:prec attribute for
	parameters.
	* utils/ddeproxy/ddeproxy.py: attempt to catch server exceptions.
2010-04-07	Pawel Palucha <pawel@praterm.com.pl>
	* parcook/*, ipk.sgml: documentation of mbusdmn and wlkdmn moved to
	daemons source code.
	* parcook/*dmn.cc: added daemons descriptions, small fixes, removed
	unnecessary C headers inclusions.
	* script/sgml2hlpctrl.pl: fix, shell command replaced with perl	function.
	* parcook/wagadmn.cc: removed obsolete driver.
2010-04-06	Pawel Palucha <pawel@praterm.com.pl>
	* wx/setter/Makefile.am: installation rule fix.
	* wx/setter: simple wxPython client for setdmn.
	* parcook/setdmn.cc: daemon working.
	* parcook/mbdmn.cc: parsing of 'tcp-allowed' attribute instead of
	incorrect 'allowed_ip'.
	* libSzarp2/ipk/tparam.cc: correct rounding when converting double to
	short int in TParam::ToIPCValue() method.
2010-04-06	Darek Marcinkiewicz <reksio@praterm.com.pl>
	* libSzarp2: added proper termination of 'configuration
	watcher' thread, introducing comments into new code part I:
	comments for Szbase class
	* wx/draw3: readded calculation of margins on time graph,
	proper removal of wxAuiNotebook when last but one tab is closed		
	- bugs that resulted from code refactoring...
	some progress on 3D graphs	
2010-04-02	Pawel Palucha <pawel@praterm.com.pl>
	* script/dmn2sgml.py: script for generating SGML documentation from
	line daemons source code files.
	* parcook/README: description of line daemons documentation format.
	* parcook/setdmn.cc: daemon for setting parameters from network
	client, work in progress.
	* parcook/*: added documentation for some daemons.
	* resources/documentation/new/Makefile.am, ipk.sgml: inclusion of line
	daemons documentation.
	* utils/*: fixes in modem pooling utilities, modem_pooler.sh has now
	new option '-m' (like 'manual') that turns verbose mode and ignores
	'nocall' file.
	* Makefile.am: doxy target made .PHONY, so it is regenerated on every
	run.
	* Doxyfile: JAVADOC_AUTOBRIEF enabled to get brief description of
	classes.
2010-04-01	Pawel Palucha <pawel@praterm.com.pl>
	* wx/draw/*: fixed compilation with lua parameters optimiser disabled.
	* wx/viszio/Makefile.am: typo fix.
	* configure.in: fixed parsing of --enable-lua-param-optimiser option.
	* parcook/ddedmn.cc: less strict parsing of dde return strings.
	* parcook/mbdmn.cc: fix in modbus 0x04 function name, fixes in
	configuration example.
2010-03-31	Darek Marcinkiewicz <reksio@praterm.com.pl>
	* libSzarp2/szbase/loptdatablock.cc: when deciding
	if a block should be refreshed, we check for change 
	of meaner last update time in any of buffers referred 
	by this block, so far we checked only the block's
	parent buffer, what is not sufficient in case 
	of formulas that take data from multiple configurations
	* libSzarp2/szbase/loptdatablock.cc: one more cache fix...
	* libSzarp2/szbase/loptdatablock.cc: some values
	that should not yet be cached were wrongly classified
	as cacheable (this bug only affected lua optimized
	paramters)
	* wx/draw3: small new feature 'edit as new defined' - 
	when this option is choosen current set is 
	converted to user defined set and dialog for
	editing this newly cereated set pops up
2010-03-30	Darek Marcinkiewicz <reksio@praterm.com.pl>
	* wx/draw3: documentation link defaults to http://szarp.com
	* wx/draw3: when 'parameter documentation' is
	clicked on user defined param, we simply show
	this parameter formula instead of directing
	user to nonexistent documentation on the web;
	one corner case bug fixed (found by observing how draw3
	behaves when database thread is shut down and user starts
	sitching sets and average types); some more of common
	drawing code moved to graphsutils.cpp
2010-03-29	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: draw3 periodically checks if version
	that is running is older that the one installed
	on a computer, if the installed version is newer,
	user is asked to restart draw3
2010-03-29	Darek Marcinkiewicz <reksio@newterm.pl>
	* libSzarp2/szbase: lua parser fixes, optimized params
	are now properly updated with configuration reload,
	added better debug info in params optimizer,
	when user param is modfied its cache is cleared
	* wx/draw3: 'import set' is always active 
2010-03-26	Darek Marcinkiewicz <reksio@newterm.pl>
	* wx/draw3: new feature: import/export of user sets
2010-03-25	Pawel Palucha <pawel@praterm.com.pl>
	* wx/draw/*: more focus fixes, added icon for X/Y Graph dialog,
	removed double menu entry in X/Y Graph dialog.
2010-03-24	Pawel Palucha <pawel@praterm.com.pl>
	* wx/draw/selset.*: fixed bug with incorrect focus after mouse leaving
	SelectSetWidget.
2010-03-22	Pawel Palucha <pawel@praterm.com.pl>
	* utils/szredialer: retrying initialization of modem. 
2010-03-17      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/viszio: viszio is removed from taskbar (Linux), default 
	configuration is created when viszio is started without any 
	parameters
2010-03-17      Adam Smyk <asmyk@dalkiaterm.pl>
	* resources/documentation/new/viszio: viszio documentation 
	update
2010-03-17      Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* libSzarp2/szbase/loptdatablock.{c.h}: micro optimization - 
	statments have now separate internal represenation from
	expressions, it should save a little time cause we don't have
	to push dummy value onto stack at the end of statement execution
2010-03-16      Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* debian/control: libboost1.42-all-dev added to build
	depends
	* debian/control: boost1.42 set as only boost version
	in build depends	
	* debian/control: boost1.42 added to build depends as
	another alternative
	* debian: added --enable-lua-optimizer (just
	for this one build), building unstable
	* libSzarp2: lua param optimiser - blocks 
	are properly refreshed
	* libSzarp2: lua param optimiser - more fixes
	* libSzarp2: lua param optimiser: support for
	in_season function added, optimized parameters
	may now refer to any moment in time, some bug fixes
2010-03-15      Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* parcook/parcook.cc: small simplification
2010-03-14      Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* parcook/parcook.cc: lsw and msw parts of combined 
	params are glued together while average values
	are calculated, this prevents nasty effects of rounding
	errors on msw; small bug in allocating memory for
	daemons' arguments removed
2010-03-13      Pawel Palucha <pawel@praterm.com.pl>
	* howto.sgml: added info about ICON 225 gprs modem configuration.
2010-03-12      Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* parcook/dlmsdmn.cc: IEC starting protocol connection
	speed is now configurable
2010-03-11      Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* libSzarp2/execute.cc: do exit() in child process
	if execv fails, prevents execdmn from forking
	ad infinitum when path argument does not point
	to valid executable
2010-03-10      Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* libSzarp2/szbase: some progress in lua param optimizer,
	a couple of simple params do work
2010-03-09      Darek Marcinkiewicz <reksio@daliaterm.pl>
	* parcook/mbdmn.cc: one more serial mode adjustment to comply
	with modbus rtu spec - while reading frame daemon decides that
	whole frame was received when no characters arrives for 1.5 *
	{time of trasmition of one byte} - (actually it waits
	twice the time given above, just to be on safe side) previous time
	- 2 seconds - turned out to be too long, because some masters query us
	with frequency equal or greater than that
	* parcook/mbdmn.cc: serial mode fixes - stop_timer was called when
	timer was already stopped, m_timer_started flag was not
	set to true upon timer start
2010-03-08      Darek Marcinkiewicz <reksio@daliaterm.pl>
	* libSzarp2: optimizer incorporated into szbase, 
	now what's left is to make it work... note: optimizer is
	not compiled by default so current szarp codebase can
	still be considered stable
2010-03-06      Darek Marcinkiewicz <reksio@daliaterm.pl>
	* libSzarp2: optimizer code typed in, but it is
	not incorporated into szbase code yet
2010-03-04      Pawel Palucha <pawel@praterm.com.pl>
	* debian/changelog: building stable.
	* meaner3/utils/szbwriter.cc: removed failing check for 'base_format'
	parameter from szarp.cfg.
2010-03-03      Pawel Palucha <pawel@praterm.com.pl>
	* parcook/mbdmn.cc: added forgotten return from function after
	rejecting connecting client's address.
2010-03-03      Darek Marcinkiewicz <reksio@daliaterm.pl>
	* meaner3: usage of "C" locale in boost::wpath enforced -
	may prevent program termination when started with strange/
	invalid LC_ variables values
2010-03-03      Pawel Palucha <pawel@praterm.com.pl>
	* parcook/mbdmn.cc: removed "dereferencing type-punned pointer ..."
	warning, replaced '< 0' with '== -1' on checking return values from
	various system functions.
2010-03-03      Darek Marcinkiewicz <reksio@daliaterm.pl>
	* wx/sync: fix for windows, for reasons I won't be
	investigating now:
	char *c;
	asprintf(&c, "%.4ld%.2ld.szb", year, month)
	produces garbage, wheras:
	char c[11];
	sprintf(c, "%.4ld%.2ld.szb", year, month) 
	works fine
	asprintf uses vsnprintf internally and initial
	buffer is large enough so we don't do any reallocations
	- it should just work...
2010-03-02      Darek Marcinkiewicz <reksio@daliaterm.pl>
	* parcook/tensdmn.cc: added support for reading flow values
	* wx/draw3: two fixes: draws enabling/disabling was reported
	twice to 'observers', first notification was happening when
	controller was in inconsistent state what might result in assert
	upon set change; program does not crash when configuration is reloaded
	and new version of configuration has currently selected set
	renamed/removed
2010-03-01      Darek Marcinkiewicz <reksio@daliaterm.pl>
	* libSzarp2/szbase: beginnigns of optimized params 'execution engine'
2010-03-01      Pawel Palucha <pawel@praterm.com.pl>
	* resources/documentation/new/: 2 screenshots replaced because NSIS
	mysteriously fails on them.
2010-03-01      Darek Marcinkiewicz <reksio@daliaterm.pl>
	* configure.in: lua parser is built optionally
2010-02-28      Darek Marcinkiewicz <reksio@daliaterm.pl>
	* libSzarp2/Makefile.am: linking fix for test app
	* libSzarp2: parser coverted to unicode
2010-02-27      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/raporter3/: only single parameter from given report can be selected, 
	selected parameter is rememberd and it is correctly displayed after 
	fetching operation
2010-02-27      Darek Marcinkiewicz <reksio@daliaterm.pl>
	* libSzarp2: lua parser added do built, small app
	for parser testing added
2010-02-26      Darek Marcinkiewicz <reksio@daliaterm.pl>
	* wx/sync: small fixes, seems to work
	* wx/sync: now, when szbase_stamp is always updated if historical
	data, no matter how 'fresh', is changed, we can speed up
	synchronization - instead of exchanging rsync hashes for szbase files,
	we just send a part of file that contains data not yet present
	on a client - code not tested, I just commit it to make testing 
	a little bit easier for me
2010-02-26      Pawel Palucha <pawel@praterm.com.pl>
	* ipk.sgml: description of params element attributes; added
	description of formulas documentations (extra:doc subelements of define
	elements).
	* resources/dtd/ipk-params.rng: added description of
	documentation_base_url attribute of params element.
2010-02-25      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/raporter3/: last two changes are temporarly rejected, because some problems
	appears when server configuration is changed
2010-02-25      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/raporter3/: some bugs fixed, refreshment works correctly 
	for predefined raports and for templates
2010-02-23      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/raporter3/: list refreshing improvement
2010-02-23      Darek Marcinkiewcz <darek@dalkiaterm.pl>
	* wx/draw3: some more printing improvements
2010-02-22      Darek Marcinkiewcz <darek@dalkiaterm.pl>
	* wx/libSzarp2/szbase/lua: lua parser, initial version, not hooked
	into build yet, should allow us to do transformation/optimization 
	of not too complex lua parameters
	* wx/draw3/cfgmgr.h: unused method removed
	* wx/draw3/: if all graphs of user defined set come from the
	same configuration, the configuration name in printed instead of 
	"user defined set", size of fonts is dynamically adjusted
	so that time range string and draw names at the bottom
	half of the printing fit page size
2010-02-20      Darek Marcinkiewcz <darek@dalkiaterm.pl>
	* wx/draw3: blocked draws objects were not unblocked
	upon draws' set switch, that might rise assert in 
	some usage scenarios
2010-02-19	Krzysztof Galazka <kg@dalkiaterm.pl>
	* debian/control: no reason for conflict with szarp-daemons in
	szarp-viewer package
2010-02-18      Darek Marcinkiewcz <darek@dalkiaterm.pl>
	* libSzarp2/szbase: improved checking for lua params execution erros
	* wx/draw3: fix in switching number of displayed points
2010-02-16      Darek Marcinkiewcz <darek@dalkiaterm.pl>
	* parcook/tensdmn.cc: a simple daemon for reading values
	from tensometric scales
2010-02-16      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/viszio/*: some additions for Windows compilation, new 
	dialogs for configurations visualisation have been added, it
	works on Windows right now
2010-02-16      Adam Smyk <asmyk@dalkiaterm.pl>
	* resources/documentation/new/Makefile.am: makefile update
2010-02-15      Adam Smyk <asmyk@dalkiaterm.pl>
	* resources/documentation/new/viszio : viszio documentation has 
	been added
2010-02-09      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/viszio/*: some code re-organisation, doxygen comments has 
	been added
2010-02-05      Pawel Palucha <pawel@praterm.com.pl>
	* parcook/ddedmn.cc: support for 2-words (combined) DDE::STRING 
	parameters.
2010-02-05      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/viszio/*: desktop switching is available, multifile 
	configuration is implemented
2010-02-05      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/common/serverdlg.*: server name is written to default 
	configuration file, but it can be turned off, it is needed by viszio
	where multiconfiguration is implemented
2010-02-05	Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* libSzarp2/linedmn/ppset: switching from overlapped
	to synchronous serial port I/O on msw
2010-02-04      Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* szast: szast can now fetch reports and settings
	from regulators, user can save retrived data to file
2010-02-02      Pawel Palucha <pawel@praterm.com.pl>
	* parcook/parcook.cc: fix in line daemons command line.
	* utils/ddeproxy/*: renamed ddespy along with setup file for py2exe.
2010-02-01      Pawel Palucha <pawel@praterm.com.pl>
	* resources/documentation/new/Makefile.am: fix in sed replace
	expresion.
2010-01-28      Pawel Palucha <pawel@praterm.com.pl>
	* wx/viszio/Makefile.am: correct include dirs for libwnck, current
	library version needs WNCK_I_KNOW_THIS_IS_UNSTABLE defined.
	* wx/Makefile.am: conditional including viszio subdirectory.
	* configure.in: libwnck uses pkg-config; libwnck is disabled by
	default, use '--with-wnck' to enable it.
2010-01-28      Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* wx/draw3: info widget's min/avg/max values are properly updated when 
	switching from/to double cursor mode, dialog for param editing when 
	displayed shows edited parameter type correctly
2010-01-25      Pawel Palucha <pawel@praterm.com.pl>
	* parcook/mbtcpdmn.cc: small fix in connection errors logging.
2010-01-25      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/common/serverdlg.*: ipk loading is done in a separate 
	thread - refreshing of a progress dialog works well
2010-01-21      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/viszio: fetchig parameters has been corrected, it should work 
	now, antyaliasing menu has been added, moving transparent frame is 
	more flexible (some problems with GTK has been founded),  
	GDK_WINDOW_TYPE_HINT_DOCK flag has been used but it makes impossible 
	to put transparent frame on taskbar now
	* resources/wx/icons: icons for viszio has been added
2010-01-21	Pawel Palucha <pawel@praterm.com.pl>
	* ipk.sgml: clarifications in sections about defined parameters.
	* resources/dtd/ipk-params.rng: added lua_start_date_time attribute
	for <define> element.
2010-01-20	Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* libSzarp2/szbase: two bugs fixed: cache is porperly invalidated when 
	params.xml was modified and users clicks 'reload configuration',
	drawdefinable parames with 'N' operator do not go into the future
	* wx/draw3: SelDrawWidget item is greyed out when there is no
	data for given param
2010-01-18	Pawel Palucha <pawel@praterm.com.pl>
	* parcook/ddedmn.cc: mutliple fixes, support for fetching values from
	InTouch through new ddespy.py, info about configuration.
	* utils/ddespy.py: new version of DDE Proxy with configurable DDE
	application name, persistent connection to DDE Server and disabled
	resolving of client address.
2010-01-17	Pawel Palucha <pawel@praterm.com.pl>
	* parcook/execdmn: fixed commands running.
2010-01-16	Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* wx/draw3: program sometimes crashed when windows
	with values ratio was closed, fixed
	* libSzarp2: next_same_param and prev_same_param members from
	BlockLockator restored, it turns out there are neccessary
	* meaner3/utils/szbmod.cc: it is now possible to modify more
	than one parameter in one formula, useful for e.g. parameters
	values' swapping
2010-01-16	Pawel Palucha <pawel@praterm.com.pl>
	* libSzarp/daemon.cc: go_daemon() returns error if setsid() failed,
	formatting and comments fixes.
	* libSzarp/execute.cc: new function exec_substv(), formatting and
	comments fixes.
	* parcook/parcook.cc: line daemons are launched directly (without 'sh
	-c'), fixed signal handling and cleanup.
	* parcook/execdmn.cc: path argument must be direct path to executable
	and not shell expression, commands are executed directly, not using
	'sh -c'.
2010-01-15      Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* parcook/mbdmn.cc: it is now possible to set 
	msw/lsw registers order for individual params
2010-01-14      Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* parcook/mbdmn.cc: added support for read input registers command,
	fixes
2010-01-14      Adam Smyk <asmyk@dalkiaterm.pl>
	* configure.in, wx/viszio/Makefile.am: viszio is configured to 
	link against libwnck and glib libraries (to move frames between 
	workspaces)
2010-01-13	Pawel Palucha <pawel@praterm.com.pl>
	* documentation/new/common/wdrozenia.sgml: new implementations.
2010-01-13	Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* wx/draw3: tabs naming fix, some commented out code removed
2010-01-12	Pawel Palucha <pawel@praterm.com.pl>
	* configure.in, debian/control: removed unnecessary linking and
	dependency on libXp library.
2010-01-11	Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* meaner3/utils/szbmod: tool even cooler than szbndremover ;)
	Szbmod allows for modification of historical data through
	lua formulas. Szbmod takes a lua formula, period of time and a param
	to be modified. Then for each database probe from given time period
	it runs the formula much in the same way as it is done with drawdefinable
	params. Values returned from the formula are then stored in database.
	For example if program is run with following params:
	szbmod -fformula -Dprefix=xxxx -s'2007-01-01 00:00' \
	-e'2009-12-30 00:00' "Sie:Sterownik:Temperatura zewntrzna"
	and contents of file formula is like that:
	v = 2 * p("xxxx:Sie:Sterownik:Temperatura zewntrzna", t, pt)
	then for given period values of "Sie:Sterownik:Temperatura zewntrzna" will be doubled.
	Of course these formulas has access to the same stuff that drawdefinable
	formulas have - they can refer to values of other params coming from
	any point in time.
	* wx/libSzarp2/szbase: quite significant improvement of cache mechanism
	efficiency, more mutexes removed, some variables/class attributes renamed
	to comply with convention used throughout szbase code, these chagnes
	has also some other conseqences: cache now is saved upon clean close
	of draw3 app, so if you want to enjoy speed of cache, you should
	close draw3 cleany (I'll fix that); szbase code assumes that
	szbase_stamp is updated whenever anything in historical data changes,
	even if a change touches data that are younger then two months
2010-01-08	Pawel Palucha <pawel@praterm.com.pl>
	* menaer3/tprober.*: forgotten commit.
	* meaner3/prober.*: prober - daemon for writing 10-seconds data probes
	to disk, highly experimental ;-); most of code is shared with meaner3, 
	data format is identical to szbase, except for fact that there's one 
	probe for each 10 seconds, not 10 minutes; each file (default suffix
	*.szc) contains data for one month, about 0,5 MB per parameter per
	month; data is written to disk in chunks of 6 elements every minute or
	at program termination; output directory is read from szarp.cfg -
	'cachedir' value from 'prober' section.
	* meaner3/*: meaner3 using new twriter class, removed reading of some
	unnecessary config variables (eg. 'base_format'), small fixes.
	* meaner3/twriter.*: common base class for meaner3 and prober daemons.
	* libSzarp2/szbase/*: support for other probe lengths in
	szb_probeind(), support for other filename suffix in
	szb_createfilename_ne().
	* libSzarp2/include/sumator.h: template of simple 'sumator' class - it
	occured I don't really need it, but it's a nice template, so I decided
	to commit it anyway...
	* resources/SZARP_IN_CFG_TEMPLATE: added default configuration for
	prober.
	* wx/common/aboutdlg.cc: 'Ok' button set as default so it gets
	keyboard focus.
2010-01-08      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/viszio: font for transparent window with own, "not-antialiasing" 
	implementation, with minimal impact of system font settings
2010-01-07	Pawel Palucha <pawel@praterm.com.pl>
	* *.sgml: setting svn:keywords properties for SGML documentation files.
2010-01-06	Pawel Palucha <pawel@praterm.com.pl>
	* raporter.sgml: completed Raporter documentation, screenshots added.
	* wx/scc/*: technical support tunnel dialog changed so user has to
	pass server name, fixed printing of tunnel error messages, fixed
	dialog icons, fixed widgets positioning in tunnel and base-hiding 
	dialogs, removed loading of depreciated options (like 'use_draw3'), 
	fixed '-h' option, updated translations.
	* scc.sgml: updated SCC documentation, screenshots added.
	* resources/SZARP_IN_CFG_TEMPLATE: removed unused scc parameters,
	removed unused 'base_format' meaner3 parameter.
2010-01-06      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/viszio: correction of reading frames configuration
2010-01-06	Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* wx/draw3: focus setting fix
2010-01-06      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/viszio: frames display method has been changed (to reduce of CPU usage)
2010-01-06	Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* wx/draw3: few small tweaks, for msw mainly
2010-01-04	Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* wx/draw3: one more bug fixed (upon modification of
	user defined param, SelectSetWidget had been switching to a list
	of user defined sets while it should have kept displaying sets
	from current configuration), unnecessary inclusion of "windows.h" header removed
2010-01-01	Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* wx/common: msw compilation fix
	* wx/draw3: fixes resulting from testing latest changes
	on msw	
2009-12-31      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/viszio/pl/*: rename of pl/visio.po to pl/viszio.po 
2009-12-31      Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/visio->wx/viszio: name of the application has been changed,
	some corrections has been added e.g. correct frames adjusting in GDM,
	command line options and multiconfiguration options has been added.
	It has been tested under linux and partially under Windows.
2009-12-31 Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* meaner3/utils/szbndremover: added support for combined params
2009-12-30 Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* wx/draw3: fixed cursor positionig upon 'End' key hit
	* meaner3/utils/sznull: sznull renamed to szbnull - to be consistent
	with szbase utils naming scheme
	* meaner3/utils/szbndremover: simple tool for fast removal of
	no data holes in szbase
2009-12-23	Darek Marcinkiewicz <darek@praterm.com.pl>
	* wx/draw3: autorefresh reenabled, start time is choosen
	correctly when moving in left direction in periods WEEK and DAY
	* libSzarp2/szbase: definable blocks are stored into cache when
	they are removed (this includes termination of draw3), separate
	thread that used to do this deleted: first round of - in my 
	opinion unnecessary - locking removal from szbase
2009-12-23	Darek Marcinkiewicz <darek@praterm.com.pl>
	* wx/draw3: a few more bugs fixed: crash upon draws' set change
	after configuration reload; incorrect behaviour when '[' or ']'
	keys are pressed; handling of configuration reload moved from 
	DrawPanel to DrawsController; draw panel is now properly
	resized after last but one tab is closed
2009-12-22	Pawel Palucha <pawel@praterm.com.pl>
	* wx/draw3: pointer to parent window added for all wxMessageBox()
	invocations, so message boxes get proper application icon; error 
	icons added for some dialogs.
	* wx/draw3/drawfrm.cpp: fixed loading of MaxPrintedAxesNumber, debug
	removed.
	* wx/draw3/drawpnl.cpp: removed redundant 'Alt-W' keyboard accelerator
	for printing.
	* wx/draw3/pl/draw3.po: added missing keyboard accelerators for all
	main menu entries.
2009-12-22	Darek Marcinkiewicz <darek@praterm.com.pl>
	* wx/draw3: "edit set" and "remove set" menu items are properly
	enabled/disabled when sets are changed between regular and
	user defined sets
	* wx/draw3: now we have one menubar per farme (previously each
	tab has its own menubar) - fixes problem with keyboard shortcuts
	originating from menu, fixed data refreshing, fixed cursor
	positioning upon switch to other draw that has no data within
	current view (silly omission on my part)
2009-12-22	Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/common/serverdlg.cpp: dialog works for given configuration 
	or for default one "ServerDlg". It is needed by visio where many 
	configurations can be chosen.
2009-12-21	Darek Marcinkiewicz <darek@praterm.com.pl>
	* wx/draw3: simplification of code parts that were
	most convoluted, unfortunately these changes affect nearly
	everything, and although I have tested every feature there
	is still a possiblity that in some cases program behaves
	incorretcly, so this version shouldn't be pushed to 
	production use for some time yet
2009-12-18	Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/common/serverdlg.cpp: wxConfig flush operation has been added
2009-12-18	Pawel Palucha <pawel@praterm.com.pl>
	* isl/server/utf8.cc: fix in utf2a to function - fixes paramd HTML
	output.
2009-12-15	Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/visio: new features have been added, visio connect to server,
	simple fonts and frames management, locale have been added as well,
	there are still some problems to fix
2009-12-14	Darek Marcinkiewicz <darek@praterm.com.pl>
	* wx/visio/Makefile.am: removed installation of visio's localized
	strings, there are no locales for visio yet
2009-12-12	Pawel Palucha <pawel@praterm.com.pl>
	* howto.sgml: updated section about GRPS modems - configuration for
	Debian, forcing GPRS/UMTS.
2009-12-10	Pawel Palucha <pawel@praterm.com.pl>
	* wx/draw3/infowdg.cpp: on some displays, black text is poorly
	visible on blue background, so we make background color for info
	widget a little lighter. 
	* raporter.sgml: typo fix.
	* ipk.sgml: 'M' function description.
	* parcook/parcook.cc: new 'M' function for defined parameters -
	simmetric to 'm' function.
2009-12-10	Adam Smyk <asmyk@dalkiaterm.pl>
	* wx/visio: new application for parameters visualisation 
	has been added (it is under construction)
2009-12-10	Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* parcook/mbdmn.cc: even more fixes for serial mode
	* parcook/mbdmn.cc: more fixes, serial mode this time
2009-12-09	Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* parcook/mbdmn.cc: fixes
	* parcook/mbtcpdmn.cc: fix is generation of write
	multiple registers command in client mode
2009-12-07	Darek Marcinkiewicz <reksio@dalkiaterm.pl>
	* parcook/mbdmn.cc: modbus daemon, supporting tcp/rtu 
	& slave/master mode, not tested yet, may still lack some
	features of previous daemons
2009-12-02	Pawel Palucha <pawel@praterm.com.pl>
	* utils/nagios/sn-fam.py: fix - daemon doest not fail when
	configuration is not a proper XML file.
	* libSzarp2/ipk/tszarpconfig.cc: removed warning about parameter's 
	description length in report.
2009-12-02	Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* resources/regulators: more controllers' definitons for szast.
2009-12-01	Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* libSzarp2/szbase/realdatablock.cc: little fix of
	silly bug.
2009-11-26	Darek Marcinkiewicz <darek@dalkiaterm.pl>
	* libSzarp2/szbase/definabledatablock.cc: fixed
	typo in checking for no data values in parameters
	for '$' drawdefinable function
	* wx/draw3: user may now set margins, page size and
	orientation of printouts, only setting of margins was tested
	- it is probably the only importat fature form this
	commit
	* libSzarp/mbrtu.cc: check size of received frame - 
	so far daemon blindly assumed that receive buffer
	contains a properly formatted frame, what does
	not have to be the case in some circumstances.
2009-11-25	Pawel Palucha  <pawel@praterm.com.pl>
	* wx/*: scc, ssc and draw3 use szSingleInstanceChecker instead of
	wxSingleInstanceChecker.
	* wx/common/singleinstance.*: modified implementation of
	wxSingleInstanceChecker, that checks also for executable name of
	process holding lock. It fixes possible errors with stale lock file
	and another process with the pid from lock file running.
	* wx/confedit/cframe.cc: fixed segfault when moving last draws' set
	down; correct minimum window size set.
2009-11-25	Darek Marcinkiewicz <darek@praterm.com.pl>
	* libSzarp2/szbase/realdatablock.cc: removed restriction that
	block cannot come from the future (understood as starting
	later than lastest value of meaner status parameter)
2009-11-24	Pawel Palucha  <pawel@praterm.com.pl>
	* wx/confedit/dlistctrl.cc: fixes in handling min/max attributes:
	refreshing after edit, handling of dot/comma decimal separator,	using
	"%g" format.
2009-11-20	Darek Marcinkiewicz <darek@praterm.com.pl>
	* parcook/mbrtudmn.cc: quick fix of slave mode.
2009-11-20	Pawel Palucha <pawel@praterm.com.pl>
	* debian/control: boost version in Debian unstable changed to 1.39.
2009-11-20	Darek Marcinkiwicz <darek@praterm.com.pl>
	* extern/ttyproxy: kernel module and userland daemon emulating
	serial port over TCP - implementation of RFC2217 (Telnet Com Port Control
	Option). Fairly complete but completly untested.
2009-11-20	Pawel Palucha <pawel@praterm.com.pl>
	* ipk/pics/ipkedit1.png: screenshot from current version.
	* ipk.sgml: updated section about IPK Editor.
	* wx/confedit/*: IPK Editor updated - draws' colors and min/max ranges
	can be changed; order/prior attributes are always recalculated - in
	previous version you had to manually run recalculation from menu to
	get correct draws order; various fixes.
	* wx/raporter3/rap.cc: fixed adding '--help' option.
	* wx/raporter3/pl/raporter3.po: .po file fix.
	* wx/draw3/cfgmgr.cc: draw3 uses DrawDefaultColors now..
	* wx/common/dcolors.*: class for querying about default draws colors.
2009-11-16	Pawel Palucha <pawel@praterm.com.pl>
	* wx/raporter/*: user report templates are now saved automaticaly and
	are available directly from menu - this is more compliant with draw3
	behaviour; lots of other small fixes and improvements, code review.
	* wx/common/fetchparams.cc: printing debug info removed.
	* wx/common/aboutdlg.cpp: "About" dialog size changed - to many
	authors ;-)
	* wx/common/serverdlg.cpp: printing debug info removed.
	* wx/common/parlist.cpp: fixed getting configuration title from loaded
	XML file.
	* wx/common/parselect.*: indentation and comments fixes.
	* documentation/new/common/szarp-info.sgml: typographic fix.
	* raporter.sgml: first part of documentation for version 3 of program.
	* documentation/new/raporter/html/pics/*: removed images from old
	documentation, few new images added.
	* ekstraktor3.sgml: fixed list of available X-terminals (Pexus removed).
	* parcook/ddedmn.cc: it compiles now, but I doubt it works ;-)
2009-11-17	Darek Marcinkiewicz <darek@praterm.pl>
	* wx/scc/Makefile.am: we no longer install /etc/X11/Xsession.d/79scc
	and /etc/X11/xprofile files - may help for scc instances that don't
	want to die with their X session.
2009-11-16	Pawel Palucha <pawel@praterm.com.pl>
	* resources/documentation/new/*: Bilgoraj added to references list.
2009-11-13	Darek Marcinkiewicz <darek@praterm.pl>
	* wx/ddedmn.cc: items no longer have to be numbers, but they still
	must be numbers in case of params of type float and short_float (because
	then we assume that values of these params are stored in two consecutive 
	items) - situation similar to modbus registers
	* wx/ddedmn.cc: added option for speciyfing how often
	driver should ask ddespy for values
2009-11-12	Adam Smyk <asmyk@praterm.pl>
	* INSTALL.wxWidgets: small correction
2009-11-11	Darek Marcinkiewicz <darek@praterm.pl>
	* /: SZARP once again compiles under Ubuntu, 'Karmic Koala' this time.
	Some of the changes are strange though - e.g. index 
	function from libc (the one that looks for a character in a string)
	takes as an argument char* whereas under Debian it is const char*.
	Debian version makes much more sense...
2009-11-07	Pawel Palucha <pawel@praterm.com.pl>
	* wx/raporter3/rap.cc: setting default application icon.
	* wx/raporter3/raporter.h: removed printing of debug info.
	* wx/raproter3/raporter.cc: changed icon handling.  
	* wx/raporter3/pl/raporter3.po: translation updates.
	* wx/raporter3/raporteredit.*: buttons arraggement fix; dialog does not
	allow to create empty report or report without title - fixes possible
	segfault when registering empty report.
	* wx/common/parselect.cpp: fix in widgets arrangement; if draw name is
	empty, widget correctly uses last part of full parameter name.
	* wx/common/serverdlg.cpp: server dialogs use default application
	icon.
2009-11-06	Pawel Palucha <pawel@praterm.com.pl>
	* resources/wx/icons/extr16.xpm: we need this icon for SCC menu.
	* ipk.sgml: docs update - removed obsolete sections (szarpvpn),
	installation, data sync, szbextr sections update.
	* wx/sync/*: translations fixes.
2009-11-05	Pawel Palucha <pawel@praterm.com.pl>
	* wx/*: classes and files names spelling fix: Ballon -> Balloon.
	* wx/*: szTaskBarIcon uses BallonTaskBar under Windows.
	* script/nsis/common.nsi: fixes in Ekstraktor Start Menu link.
	* resources/wx/icons/szau_*.xpm: added 'const' - fixing compilation
	warnings.
	* wx/szau/pl/szau.po: missing translations.
	* wx/common/parlist.cpp: fix in adding extension when saving 
	parameter list.
	* wx/common/cfgdlg.cpp: setting default application icon for dialog.
	* wx/sync/pl/scc.po: tooltip translation.
	* wx/scc/sccframe.cpp: tooltip added (tooltips on taskbar seem not to
	work under Linux).
	* wx/scc/scchideselectionframe.cpp: code reformated using indent;
	_("") changed to _T("").
	* wx/sync/ssclient.cc: code reformated using indent; _("") changed to 
	_T(""); added tooltip.
	* wx/sync/pl/ssc.po: tooltip translation.
	* wx/ekstraktor3/*: extension is automatically added when saving
	output file; icon set on startup dialogs; removed debug info printed
	on stdout; code reformated using indent.
	* script/nsis/common.nsi: Ekstraktor in Windows Start Menu.
	* resources/wx/icons/*: new icons for Ekstraktor.
	* resources/logo/szarp-logo.svg: new icons for Ekstraktor.
2009-11-05	Darek Marcinkiewicz <reksio@praterm.pl>
	* wx/common: two bugs in help system fixed: searching
	does not cause an application to crash; when help
	is opened from within modal dialog, the help window
	is no longer frozen and incative. The fix was to
	substitute existing wxhtml help implementation with
	the one found 'on the internet'. The implementation
	we have now uses wxWidgets' license and is written
	by main wxWidgets contributor, so we should be fine ;)
2009-11-04	Pawel Palucha <pawel@praterm.com.pl>
	* wx/wxhelp/whapp.cpp: fixed list of help books.
	* script/nsis/common.nsi: fixed launching szau from Startup folder.
	* isl/server/utf8.cc: fix in compURI(), lat2a and utf2a() functions 
	- theyare now compatible with transformation made by wchar2szb() 
	function from szbase/szbname.cc. This fixes problem with loading 
	URI's generated by isledit.
	* script/editval.py: simple script for modyfing values in szarp-base
	files.
2009-11-02	Darek Marcinkiewicz <reksio@praterm.pl>
	* wx/scc/sccframe.cpp: wxICON(szarp16) -> wxICON(szarp64)
2009-11-02	Pawel Palucha <pawel@praterm.com.pl>
	* wx/draw3/ids.h: default widgets background color under Linux was set 
	to red for debug purposes, fixed.
2009-10-31	
	* /: small fixes here are there to make SZARP compile
	with latest mingw 
	* libSzarp2/szbase: extractor3 under msw works again
	- msw still used code specific for boost1.34 since
	the bug
	* wx/draw3: help under msw works, antialiased graphs work
	under linux and msw and are now default graphs drawing
	method	
2009-10-31	Pawel Palucha <pawel@praterm.com.pl>
	* debian/pack.files: fix in icons list.
	* debian/control: maintainer name format fix.
	* debian/*: lintian bug 'not-using-po-debconf' fixed - templates
	translated to .po files; this bug was marked as critical, so packages
	failed to build on current unstable.
	* debian/control: lintian bug 'maintainer-name-missing' fixed - added
	full maintainer name.
2009-10-30	Pawel Palucha <pawel@praterm.com.pl>
	* wx/*: added Windows resource files, all apps now have correct icons
	under both Linux and Windows.
	* script/nsis/common.nsi: improvements in Start Menu.
	* resources/wx/icons/*: some icons changed/added.
	* resources/logo/szarp-logo.svg: new graphics for szast, kontroler3
	and wxhelp.
	* configure.in: added check for windres under mingw32 (tool for
	manipulating Windows resource files).
	* wx/kontroler.cc: fixed bug with unfinished loop when user selected
	incorrect server.
2009-10-29	Pawel Palucha <pawel@praterm.com.pl>
	* wx/*: background colors fixes for Windows.
	* isledit/isledit.inx.win: absolute path, required under Windows.
	* isledit/isledit.*: added help; fixes in Windows paths handling.
	* ipk.sgml: id for section about ISL editing, removed 'environs'
	section.
	* wx/common/szframe.*: all frames get default color - important for
	Windows version.
	* wx/draw3/errframe.cpp: background color set.
	* wx/draw3/ids.h: windows background color fix.
2009-10-28	Pawel Palucha <pawel@praterm.com.pl>
	* isl/examples/isl/new: complex example of linked ISL documents.
	* libSzarp2/szbase/szbname.cc: wchar2szb uses simple value instead of
	reference, so it can be used in expresions.
	* libSzarp2/include/szbase/szbname.h: wchar2szb argument type changed,
	doc string fix - function does not modify argument in-place.
	* wx/isledit/isledit.cpp: fix in selecting node to edit; various fixes in 
	dialog behaviour; ascii-only URI's are created.
	* acinclude.m4: required boost version changed from 1.20 to 1.35.
	* wx/isledit/isledit.inx: added link to info about INX files.
	* wx/isledit/isledit.cc: fixed command line parsing.
	* wx/kontroler3/kontr.cc: removed unnecesarry variable.
2009-10-21	Pawel Palucha <pawel@praterm.com.pl>
	* documentation/new/common/praterm-wdrozenia.sgml: info about new
	SZARP implementations in ZEC Katowice.
2009-10-20	Darek Marcinkiewicz <reksio@praterm.pl>
	* wx/draw3: a small fix in positioning cursor
	upon jump to set and time referred by remark
2009-10-19	Darek Marcinkiewicz <reksio@praterm.pl>
	* wx/draw3/remarks.cpp: yet another race in remarks
	server resolving code
2009-10-16	Darek Marcinkiewicz <reksio@praterm.pl>
	* wx/draw3/xydiag.cpp: fix in data averaging for x and y
	axes on x/y graph 
	* wx/draw3/remarks.cpp: there was a possible race condition
	in remarks server address resolution
2009-10-16	Adam Smyk <asmyk@praterm.pl>
	* INSTALL.wxWidgets.sh: simple correction of script
2009-10-16	Adam Smyk <asmyk@praterm.pl>
	* INSTALL.Windows: precise description of the wxWidgets library
        compilation with wxGraphicsContext feature has been added
2009-10-12	Darek Marcinkiewicz <reksio@praterm.pl>
	* sender/sender.cc: fix in calculation of number of params
	to send. Empty <send/> tags were also counted in, what
	resulted in incorrect behaviour of sender.
2009-10-08	Darek Marcinkiewicz <reksio@praterm.pl>
	* parcook/parcook.cc: handling of large values in lua params
	slightly changed
2009-10-08	Adam Smyk <asmyk@praterm.pl>
	* INSTALL.Windows: precise description of the boost compilation has 
	been added
2009-10-07	Adam Smyk <asmyk@praterm.pl>
	* acinclude.m4, wx/*/Makefile.am, configure.in: migration to 
	cross-compilation with boost 1.4 for Windows version
2009-10-05	Darek Marcinkiewicz <reksio@praterm.pl>
	* scripts/meteoprog.py: fix in time boundaries of day parts
2009-10-02	Darek Marcinkiewicz <reksio@praterm.pl>
	* wx/draw3: fixed cursor position in antialiased mode
2009-09-30	Pawe Paucha <pawel@praterm.com.pl>
	* scripts/meteoprog.py: script for fetching temperature forecast from
	meteroprog.ua website.
2009-09-30	Pawe Paucha <pawel@praterm.com.pl>
	* NEWS*: updated NEWS files.
2009-09-29	Darek Marcinkiewicz <reksio@praterm.pl>
	* wx: few fixes so that wx apps compile with 
	current combination (and mismatch) of glib and wxwidgets 
	in debian unstable
2009-09-28	Darek Marcinkiewicz <reksio@praterm.pl>
	* wx/draw3: a bunch of fixes and improvements:
	- default colors are now correctly assigned
	- X/Y graphs work again
	- 'new window' menu item opens new window (instead of new tab)
	- graphs are properly refreshed when a new point of data
	is received when filter > 0
	- information about currently selected graphs style added
	to graphs' style selection dialog 
	- in antialiased mode 'solitary' points in DAY period were not
	painted - fixed
2009-09-24	Darek Marcinkiewicz <reksio@praterm.pl>
	* wx/kontroler3: fixed command line parsing
2009-09-24	Pawe Paucha <pawel@praterm.com.pl>
	* parcook/calecdmn.cc: communication frequency changed to 30 seconds.
	* debian/packs.files: resources/sounds added to szarp-wx package.
2009-09-23	Pawe Paucha <pawel@praterm.com.pl>
	* ipk.sgml: description of 'm' function.
	* parcook/parcook.cc: added RPN 'm' function for fast filetring of
	incorrect values.
	* parcook/mbrtudmn.cc: fixed timing for configuration with more then 1
	units per device.
	* resources/Makefile.am: sounds directory installation fix.
2009-09-23	Darek Marcinkiewicz <reksio@praterm.pl>
	* wx/kontroler3: reverting (temporarily I hope) latest changes to kontroler,
	they make application unusable
2009-09-21	Pawe Paucha <pawel@praterm.com.pl>
	* parcook/calecdmn.cc: daemon for Calec MCP-300 heatmeter.
2009-09-20	Adam Smyk <asmyk@praterm.pl>
	* wx/kontroler3/*: kontroler works on a taskbar (works on linux
	and windows)
	* resource/wx/icons/*.xpm: new icons for kontroler3
2009-09-20	Adam Smyk <asmyk@praterm.pl>
	* wx/kontroler3/kontr.cc: some modification for locale 
	identification 
	* resource/wx/icons: new icon for kontroler3
	* script/nsis/*: kontroler3 in start menu on windows, bug in 
	deinstaller fixed (shortcuts from start menu are correctly 
	removed)  
2009-09-19	Pawe Paucha <pawel@praterm.com.pl>
	* parcook/calecdmn.cc: daemon for Calec MCP-300 heatmeter - work in
	progress.
	* parcook/mbrudmn.cc: removed debug.
	* parcook/mbrudmn.cc: added support for BCD encoded values; tested
	only while reading registers in 'master' mode.
	* libSzarp/mbrtu.cc: functions for BCD (de)coding.
2009-09-18	Adam Smyk <asmyk@praterm.pl>
	* wx/kontroler3/*: fixed bug with locale and with wxChoice on
	Windows
	* wx/Makefile.am: kontroler add to winsetup
	* scripts/nsis: instalation script modified
2009-09-18	Pawe Paucha <pawel@praterm.com.pl>
	* wx/kontroler3/*: added playing sounds on alarms; fixed bug with
	displaying two alarm rows if alternate name of param is set.
	* resources/sounds: sounds for kontroler3 alarms.
2009-09-15	Adam Smyk <asmyk@praterm.pl>
	* resources/documentation/new/kontroler: documentation update
2009-09-14	Darek Marcinkiewicz <reksio@praterm.pl>
	* libSzarp2/Makefile.am: libSzarp2 does not use
	ICU, linking with this library removed
2009-09-13	Darek Marcinkiewicz <reksio@praterm.pl>
	* libSzarp2/include/szarp_config.h: new g++ does not like
	commas at the end of enumerator list, hmm I have a strange
	feeling that I have already fixed that
	* wx/draw3: fix for failed assertion after conversion
	reload
	* configure.in, parcook: dlmsdmn compiled only when lber library
	is present
	* wx/draw3: implementation of graphs view based na antialiased
	2D API 99% completed, started to isolate code that is common
	for all graphs view into set of utility functions
2009-09-11	Pawe Paucha <pawel@praterm.com.pl>
	* parcook/mbtcpdmn.cc: added support for different float words order;
	complete configuration description.
	* parcook/mbrtudmn.cc: fixed LongOrder attribute parsing, fixed timer
	initialization.
2009-09-11	Adam Smyk <asmyk@praterm.pl>
	* wx/kontroler3: server chosing and alternative name description (in 
	add param dialog) correction
2009-09-04	Pawe Paucha <pawel@praterm.com.pl>
	* libSzarp/conversion.cc: reverted "fix" for mingw, again.
	* resources/SZARP_IN_CFG_TEMPLATE: allowed connections to paramd from
	all 127.*.*.* subnet.
2009-09-02	Adam Smyk <asmyk@praterm.pl>
	* script/nsis/winsetup.sh: misprint correction
2009-09-02	Adam Smyk <asmyk@praterm.pl>
	* wx/ekstraktor3/ekstraktor.h: small variable name correction
2009-09-01	Adam Smyk <asmyk@praterm.pl>
	* libSzarp/conversion.cc: const attribute added for windows compilation
2009-08-31	Darek Marcinkiewcz <reksio@praterm.pl>
	* isl/paramd : fix in combining two shorts into int
2009-08-28	Pawel Palucha <pawel@praterm.com.pl>
	* parcook/mbtcpdmn.cc: fix - modbus frame buffer type changed from 
	char to unsigned char, so we can ask for more then 128 bytes.
2009-08-27	Pawel Palucha <pawel@praterm.com.pl>
	* parcook/mbrtudmn.cc: fixed warning about cycle length.
	* wx/scc/sccframe.cpp: changing SZARP data dir disabled under Linux;
	fixed compilation warning.
	* wx/raporter/raporter.cc: reporter displays localized 'no data'
	string in case of 'unknown' value.
2009-08-25	Pawel Palucha <pawel@praterm.com.pl>
	* parcook/mbrtudmn.cc, dprdmn.cc: fixed return value checking from 
	open() function: -1 instead of < 1
	* parcook/mbrtudmn.cc: fixed bug - on configuration parsing always first
	unit was queried for parameters precisions.
	* parcook/mbrtudmn.cc: restored sleep up to 10 seconds interval.
	* parcook/mbrtudmn.cc: fixed bug - port was reopened with incorrect
	even/parity parameters; removed sleep between master send/receive;
	log level of configuration parsing warnings changed to 1 (WARN).
2009-08-24	Adam Smyk <asmyk@praterm.pl>
	* wx/scc: implemetation of database hiding in draw3, ekstraktor3 and ssc
	* wx/draw3: implementation of database hiding 
	* wx/ekstraktor3: implementation of database hiding
	* wx/synch: implementation of database hiding
2009-08-24	Darek Marcinkiewicz <reksio@praterm.pl>
	* /: a bunch of small fixes so that SZARP compiles with latest version
	of g++
2009-08-19	Pawel Palucha <pawel@praterm.com.pl>
	* resources, debian/szarp-daemons.logrotate: logrotate in debian way.
	* www/pylons/sssweb/Makefile.am: fixed building under automake 1.11 -
	pythons files where installed twice - by setup.py and by automake.
	* resources/KDE: removed unused directory.
2009-08-19	Adam Smyk <asmyk@praterm.pl>
	* wx/scc: database hiding has been added
2009-08-16	Darek Marcinkiewicz <reksio@praterm.pl>
	* utils/remarks_server: may also connect to database
	via tcp/ip - database server and remarks server do not have
	to be located on the same machine anymore
	* wx/draw3: draw3, when started for the first time 
	with no remarks configuration, takes login, password
	and server address from configuration from ssc; added
	support for resolving DNS remarks server address; changed password
	obfuscation method from base64 to md5
	* www/pylons/sssweb: passwords are now hashed by md5
2009-08-14	Darek Marcinkiewicz <reksio@praterm.pl>
	* www/pylons/sssweb: sssweb can be used for remarks users
	administration (so far only basic features are present)
2009-08-14	Pawel Palucha <pawel@praterm.com.pl>
	* wx/common/pl/common.po: missing space in translation in About dialog.
	* utils/nagios/szarp-templates.cfg: re-notifications disabled.
	* utils/szrsync: -H option added to set server to fetch from.
2009-08-09	Darek Marcinkiewicz <reksio@praterm.pl>
	* wx/draw3: an experiment - use of new wxGraphicsContext
	API for drawing graphs widget
2009-08-09	Pawel Palucha <pawel@praterm.com.pl>
	* debian/control: python-wxaddons removed from dependencies of
	szarp-filler package - it does not exist in standard Debian
	repositories.
2009-08-07	Pawel Palucha <pawel@praterm.com.pl>
	* resources/logo/szarp-logo.svg: 'szarp inside' logo added.
	* wx/draw3/pl/draw3.po: spelling fix.
2009-08-06	Darek Marcinkiewicz <reksio@praterm.pl>
	* wx/szau: szau uses sourceforge's rss feed to download
	new versions of szarp installers for windows
2009-08-06	Pawel Palucha <pawel@praterm.com.pl>
	* resources/SZARP_IN_CFG_TEMPLATE: running sss as 'sss' user.
	* wx/sync/*: reverting most of previous changes, problem with access
	to ssconf.cfg file is (hopefully) resolved by creating special 'sss' 
	group and user for running sss daemon.
	* debian/szarp-daemons.*: creating system user and group 'sss'.
	* debian/szarp-updater.prerm: removed unncessecary file.
2009-08-06	Darek Marcinkiewicz <reksio@praterm.pl>
	* utils/remarks_server: simple support for aggregated configurations
	* wx/draw3: help buttons in remarks related dialogs, support
	for aggregated configurations (remarks)
	* resources/parstart_CFG: correction of command line arguments
	also printing info about starting/stopping remarks server
	* resources/documentation/new/draw3: added documentation of remarks
2009-08-05	Pawel Palucha <pawel@praterm.pl>
	* resources/documentation/new/eksploatacja/*: upgraded to new version
	of SCC, staff specific to Praterm systems removed.
2009-08-04	Pawel Palucha <pawel@praterm.pl>
	* resources/documentation/new/draw: documention of draw2 removed.
	* resources/documentation/new/*: docs fixes - list of implementations,
	history moved from howto.sgml to oszarpie.sgml.
	* wx/sync/*: fixed bug with ssconf.py access to /etc/szarp/ssconf.cfg
	file when run by SSS - closing issue46.
2009-08-03	Darek Marcinkiewcz <reksio@praterm.pl>
	* libSzarp/conversion.cc: remove last 'fix' for msw, my
	version of iconv is simply too old...
	* wx/draw3: two bugs fixed, one old and one quite recently
	introduced...
	* libSzarp/conversion.cc: msw compilation fix (under my
	system at least)
	* libSzarp2/misc/base64: typo fix
	* wx/common/biowxsock.cpp: fixes after testing under msw
	* wx/draw3/remarks: fixes for msw and few general fixes
	here and there
2009-07-30	Pawel Palucha <pawel@praterm.com.pl>
	* utils/conf-import.py: fix - typo in commit log messages.
2009-07-29	Pawel Palucha <pawel@praterm.com.pl>
	* debian/changelog: version boost for unstable.
	* utils/conf-get.sh: fix in command-line handling.
	* utils/conf-import.py: fix in help strings; fixed list of ignored
	filenames.
2009-07-28	Pawel Palucha <pawel@praterm.com.pl>
	* debian/rules: init.d script removed from package szarp-terminal.
	* debian/control: removed dependencies from non-existent szarp-tcl
	package, fix in szarp-terminal description.
	* wx/common/aboutdlg.cpp: szarp.com.pl -> szarp.org.
	* debian/control: szarp-server suggests non-free
	szarp-proprietary-daemons package instead of depending on it.
	* scripts/update_debs: added info about importing repository key,
	updating 'praterm*' packages removed.
	* scripts/sysinfo.in: removed non-debian sections, fixed szarp-updater
	release info, fixed XML header.
	* debian/szarp-updater.cron.d: added cron.d file for szarp-updater.
	* debian/szarp-updater.postinst: removed manual creating of cron.d
	file.
2009-07-26	Pawel Palucha <pawel@praterm.com.pl>
	* INSTALL.Windows: fix - added copying pkg-config file for LuaJIT.
2009-07-26	Darek Marcinkiewcz <reksio@praterm.pl>
	* base64: there is probably a conflict of header names...
	* libSzarp2/misc/base64: some library under in mingw build already
	defines functions base64_decode/encode - our functions put into
	separate namespace
	* wx/draw3: changed names of base64 handlig functions 
	* libSzarp2/misc/base64.cc: windows build fix - mingw does not accept
	integer contstants in binary
2009-07-25	Darek Marcinkiewcz <reksio@praterm.pl>
	* libSzarp2: routines for base64 coding/decoding
	* utils/remarks_server: adaptation to changed schema of remarks
	database, intent of schema change is to ease (potential) cooperation
	of multiple remarks servers
	* wx/draw3: remarks password obfuscation by encoding it in base64,
	adaptation to new schema of remarks database
	* resources/parstrt_TEMPLATE: fix in command line arguments for twistd
	* utils/Makefile.am: installation of remarks_server.py
	* debian/packs.file: remarks_server.py to szap-daemons package
2009-07-24	Pawel Palucha <pawel@praterm.com.pl>
	* configure.in: using LuaJIT instead of Lua, if available
	* debian/control: addred libluajit-dev to Build-Depends.
	* wx/sync/Makefile.in: this file is autogenerated - removed.
	* debian/control: wx-common added to Build-Depends.
2009-07-23	Darek Marcinkiewcz <reksio@praterm.pl>
	* wx/draw3/GUI/resource.cpp: this file is autogenerated - removed
	* wx/draw3: remarks flag (star actually) is centered above points
	with remarks; tooltip for remarks icon on the toolbar; 'show remarks'
	menu item added (yields the same result as clicking on remarks toolbar
	icon); keyboard shortcuts for all menu items that have something to
	do with remarks; dialog box for choosing remark type removed, now
	selection of remark type is done in dialog for editing remark;
	new button in remarks preview dialog - 'go to', when clicked draw3
	goes to the moment in time (and set) this remarks refers to; better
	looking triangle indicating remarks presence; translation update
	and maybe 2 or 3 other small things I already managed to forget about
2009-07-23	Pawel Palucha <pawel@praterm.com.pl>
	* wx/draw/drawview.cpp: fixed 'clickability' of remark icons.
	* wx/draw3/bitmaps/remark.xpm, remark_flag.xpm: (experimental) new 
	icons for remarks.
2009-07-23	Pawel Palucha <pawel@praterm.com.pl>
	* wx/draw3/*: fix - GRAPHS_VIEW value in user config was unneccessarily
	localized, so program switched to OpenGL after language	change.
2009-07-23	Pawel Palucha <pawel@praterm.com.pl>
	* wx/raporter3/raporter.cc: fix - szServerDlg::GetServer returned
	_T("Cancel") and raporter expected _("Cancel").
2009-07-23	Pawel Palucha <pawel@praterm.com.pl>
	* libSzarp2/szbextr/extractor.cc: fix - program hanged when ODS file
	already existed - we are now deleting file instead of trying to empty
	ZIP archive; output date format modified to include year number for
	week and month period types.
	* wx/esktraktor3/EkstraktorMainWindow.cpp: added wxOVERWRITE_PROMPT to
	file saving dialog.
2009-07-23	Pawel Palucha <pawel@praterm.com.pl>
	* script/nsis/winsetup.sh: fixed path to zlib DLL.
	* script/nsis/winsetup.sh: added sqlite DLL.
2009-07-22	Darek Marcinkiewcz <reksio@praterm.pl>
	* wx/draw3: OpenGL version of graphs widget also draws clickable
	remarks 'indicators' - triangles in this case
2009-07-22	Darek Marcinkiewcz <reksio@praterm.pl>
	* wx/draw3: missing header inclusion (fixes windows build)
2009-07-22	Pawel Palucha <pawel@praterm.com.pl>
	* INSTALL.Windows: fixed location of xmlrpc-epi headers to xmlrpc-epi
	subdirectory, similar to Debian.
2009-07-22	Darek Marcinkiewcz <reksio@praterm.pl>
	* wx/draw3: when user clicks remarks envelope, draw
	shows all remarks referring to current base (so far 
	only remarks reffering to currently viewed time span
	were displayed)
2009-07-22	Pawel Palucha <pawel@praterm.com.pl>
	* resources/documentation/new/oszarpie/oszarpie.sgml: fix - scripts
	creating wx-help files like to have title element in one line
2009-07-21	Darek Marcinkiewcz <reksio@praterm.pl>
	* resources/parstart*: starting/stoping of remarks server added
	* wx/{common,draw3}: fixes in connection errors handling
	* utils/remarks_server/remarks_server.py: rewritten to support 
	multiple connections simultaneously
2009-07-18	Darek Marcinkiewcz <reksio@praterm.pl>
	* wx/common/parselect.cpp: new flag added to param
	selecting dialog, flag denotes whether draw name or last component of 
	full param name is displayed in "descption" field;
	some minor cleaning up
	* wx/raporter3: fix in custom parameter description handling in user's
	report also some dead code removal
	* wx/common/parlist.cpp: fix - copy constructor and assignment
	operator preserve references to TParam pointers in xml doc
	* wx/common/parselect.cpp: filter operation is also applied
	when params are grouped by draws' sets
	* wx/raporter3: fix - dialog for params selction does not display
	params that are not served by paramd, i.e. params 
	from drawdefinable section (except for combined params)
	* wx/draw3: flags indicating presence of remarks reffering to
	a given time slice are now clickable, when clicked, a dialog
	with list of remarks associated with that time slice is shown
	* wx/draw3: 'remarks envelope' is always present on the toolbar,
	even if there are no remarks reffering to currently shown draws'
	set and time span
2009-07-15	Darek Marcinkiewcz <reksio@praterm.pl>
	* wx/draw3: few minor fixes for remarks handling,
	translation update
2009-07-15	Darek Marcinkiewcz <reksio@praterm.pl>
	* wx/common: fix in SSL sockets handling code
	* wx/draw3: initial (but still - complete and usable)
	support for remarks
	* wx/draw3/GUI: all resources merged into one file
	- I've never remembered which resource each file has
	* utils/remarks_server: application serving remarks,
	initial version - handling one client at the time
2009-07-10	Pawel Palucha <pawel@praterm.com.pl>
	* INSTALL.Windows: fixes, PKG_CONFIG_PATH added. 

2009-07-10	Pawel Palucha <pawel@praterm.com.pl>
	* extern/*: added forgotten Makefile.am files.
	* INSTALL.Windows: fixes after installation on fresh machine.

2009-07-10	Pawel Palucha <pawel@praterm.com.pl>
	* debian/pack.files: removed unsed /var/lock/subsys directory.
	* www/pylons/sssweb/sssweb.egg-info: content of this directory is
	regenerated during build - removed from repository.
	* www/pylons/sssweb/Makefile.am: fix for configure in non-src
	directory.
	* libSzarp/conversion.cc: ifdef for old mingw version of iconv
	removed.
	* parcook/parcook.cc: short_semctl -> sem_ctl.
	* wx/draw3/Makefile.am: scintilla build fix.
	* wx/*/Makefile.am: changed location of .mo files - fixes building
	in non-src directory.
	* Makefile.am: fix for building docs in non-src directory.
	* wx/ekstraktor3/pl/ekstraktor3.po: fix: sxc -> ods.
	* NEWS: NEWS file was not so new...
	* configure.in, acinclude.m4: removed obsolete stuff (Motif and so
	on), new Makefiles for scintilla; fix in openssl detection.
	* INSTALL.Windows: new description of Windows build.
	* extern/wxscintilla/*: automake Makefiles for scintilla, unnecessary
	directories removed.
	* script/windist.sh: unused, removed.
	* script/nsis/*.dll: removed, these DLL are also incompatible with
	currnet NSIS version.

2009-07-02	Pawel Palucha <pawel@praterm.com.pl>
	* include: removed obsolete directory.
	* libSzarp/*: removed obsolete files.
	* resources/SZARP_IN_CFG_TEMPLATE: header fix, translation to English,
	removed unncessary sections and parameters.
	* debian/changelog: version incremented - testing build system.

2009-07-01	Pawel Palucha <pawel@praterm.com.pl>
	* debian/control: build-dependencies fixed.
	* resources/parstart_TEMPLATE: fix - re-added
	slash after install directory path.

2009-06-25	Pawel Kolega <pkolega@praterm.com.pl>
	* meaner3/checker.cc: added 2 methods 
	IPKContainer::Destroy(); Szbase::Destroy(); 
	to release used database structures.

2009-06-24	Pawel Palucha <pawel@praterm.com.pl>
	* szarp/configure.in: major version incremented to 3.1.
	* szarp/*: importing SZARP sources into sf.net repository, new
	Changelog, some non-revelant files removed.

# vim:noexpandtab:
