# Generated by Makefile. Do not edit.

2019-06-04  mozbugbox  <mozbugbox@yahoo.com.au>

	* .hgtags:
	Added tag release-0.3.0 for changeset 9e58ced27d53
	[9cd24edd7632] [tip]

	* configure.ac:
	Bump version to 0.3.0
	[9e58ced27d53] [release-0.3.0]

	* configure.ac, src/byteonpanel.vala:
	Make it compile again after remove pixbuf override
	[9e0a53019a8a]

	* INSTALL:
	Drop INSTALL which is auto generated
	[6b2e727e4aeb]

	* vapi/bop-overrides.vapi:
	Drop override of pixbuf_get_from_surface()

	Fixed since vala 7aecb7c4e70addfe26c02980962e31d446befb36 2012-01
	[1efd2491a628]

	* src/byteonpanel.vala:
	Replace g_object_unref() with unref()

	Make valac >= 0.43.1 happy
	[e73321cace13]

2017-08-26  mozbugbox  <mozbugbox@yahoo.com.au>

	* HACKING, INSTALL, po/Makefile.in.in:
	Track some missing files
	[8d460cf8561a]

	* src/byteonpanel.vala:
	Make color codes more flexible
	[bb5223b867f1]

2014-08-21  mozbugbox  <mozbugbox@yahoo.com.au>

	* src/byteonpanel.vala:
	Add finer speed color code
	[a706d0240ae5]

2014-08-19  mozbugbox  <mozbugbox@yahoo.com.au>

	* src/byteonpanel.vala:
	Silient a compile warning
	[7aa2c7bb0ac7]

	* src/byteonpanel.vala:
	Differentiate speed using color

	We use different color to represent data speed:

	Yellow: 1B - 1024B Green: 1KB - 1024KB Red: 1MB -
	[7de4b0f4534c]

2012-12-04  mozbugbox  <mozbugbox@yahoo.com.au>

	* .hgtags:
	Added tag release-0.2.0 for changeset 6bfe207dd7bf
	[bb183c290a8f]

	* configure.ac:
	Bump version to 0.2.0.
	[6bfe207dd7bf] [release-0.2.0]

	* src/byteonpanel.vala:
	VALAC_0_17 is not defined, use VALAC_0_18

	Really fix issue #1 where only stable version were defined.
	[fd23f6b25529]

	* src/byteonpanel.vala:
	Replace timeout.add with .add_seconds for iface update

	It's said that add_seconds is more power friendly.
	[cea71cbc8a2b]

	* README, byteonpanel.py, src/byteonpanel.vala:
	Update copyright date.
	[fe34cf0c2de0]

	* src/byteonpanel.vala:
	Fix changed traversfunc type of tree.foreach since valac 0.17

	Fix issue #1 where valac 0.17 changed the signature of traversefunc
	of glib.tree.foreach call.
	[8da2c76fdab7]

2012-06-01  mozbugbox  <mozbugbox@yahoo.com.au>

	* src/byteonpanel.vala:
	Fix divide by 0 error caused by float comparison
	[dff886a092da]

2012-05-31  mozbugbox  <mozbugbox@yahoo.com.au>

	* src/byteonpanel.vala:
	Add a y-margin to the status icon
	[048bcbebc165]

	* README, configure.ac:
	Back off valac version requirement to 0.10. It works!
	[d4b3b2019e90]

	* README:
	Update README for valac 0.16.0 requirement.
	[401afb4af434]

	* src/byteonpanel.vala:
	Make the statusicon awared of size change signal to handle delayed
	embedding.
	[0d44ceacea71]

	* configure.ac, src/byteonpanel.vala:
	Remove deprecated FILE_ATTRIBUTE_* and require valac 0.16.0
	[7403cd037482]

	* src/byteonpanel.vala:
	Make ByteState public for "type less acceccible than variable"
	error.
	[ed5301e75f7c]

2011-09-13  mozbugbox  <mozbugbox@yahoo.com.au>

	* src/byteonpanel.vala:
	Update StatusIconIF once immediately right after created.

	Paint and load initial data to the statusicon on start up.
	Otherwise, an empty icon will be shown until the update timer kicks
	in.
	[41a6a6fe2282]

2011-09-02  mozbugbox  <mozbugbox@yahoo.com.au>

	* .hgtags:
	Added tag release-0.1.0 for changeset d60c13de971a
	[4a5b68d879bc]

2011-08-24  mozbugbox  <mozbugbox@yahoo.com.au>

	* src/byteonpanel.vala:
	Re-indent
	[d60c13de971a] [release-0.1.0]

	* README:
	Update README for Gee dependency
	[093aa2796cad]

	* configure.ac, src/Makefile.am, src/byteonpanel.vala:
	Replace Gee dependency with GLib containers(List, Queue, Tree)
	[564ecd4b94b2]

	* src/byteonpanel.vala:
	Handle link down properly

	Cannot delete an item while iterating a map.
	[cdf3f3754966]

2011-08-23  mozbugbox  <mozbugbox@yahoo.com.au>

	* Makefile.am, po/POTFILES.in, po/POTFILES.skip:
	Fixup autotools on distributed files.
	[b85adaff9c44]

	* README:
	Update readme with more keywords
	[300f075afc15]

2011-08-22  mozbugbox  <mozbugbox@yahoo.com.au>

	* src/byteonpanel.vala:
	set statusicon title
	[054add58aa21]

	* src/byteonpanel.vala:
	Use a single list for both rx/tx rates
	[ccbd5af7fd2c]

	* src/byteonpanel.vala:
	Use FileInputStream directory instead of DataInputStream

	We have no need for buffered input stream when reading rx/tx_bytes
	files.
	[dc3ce8d1d00e]

2011-08-21  mozbugbox  <mozbugbox@yahoo.com.au>

	* src/byteonpanel.vala:
	Change type of data_len from long to uint64

	The data transmitted could be quite large, overflow long datatype.
	[05da7b4e27bf]

	* README, src/Makefile.am, src/byteonpanel.vala, vapi/Makefile.am,
	vapi/bop-overrides.vapi:
	Override wrongly "unowned" modifier for pixbuf_get_from_surface

	Since we can override bad binding in our own vapi file, work around
	the bad binding in gdk3.0 upto vala 0.13.
	[56244481e240]

	* AUTHORS, COPYING, MAINTAINERS, Makefile.am, NEWS, README,
	autogen.sh, byteonpanel, byteonpanel.py, configure.ac, po/ChangeLog,
	po/LINGUAS, po/POTFILES.in, po/POTFILES.skip, src/Makefile.am,
	src/byteonpanel.vala, vapi/Makefile.am, vapi/config.vapi:
	Create a vala version of Byte On Panel.

	The python version was moved to byteonpanel.py. The vala version was
	handled by automake.
	[ea908f3e90c1]

	* byteonpanel:
	fix typo in get_speed
	[5d419bd577c7]

2011-08-16  mozbugbox  <mozbugbox@yahoo.com.au>

	* byteonpanel:
	hide_window() should return True to stop delete-event from destroy
	the window.
	[378f160bf090]

	* byteonpanel:
	Add an AboutDialog.
	[4f159823c99c]

	* byteonpanel:
	Replace deque with a SizedList class.

	We don't need the full functionality of deque.
	[6abb6f915af1]

	* byteonpanel:
	Replace dircache.listdir with os.listdir
	[8fd4380085f7]

2011-08-15  mozbugbox  <mozbugbox@yahoo.com.au>

	* byteonpanel:
	Make popup menu work.
	[26b3ebaf7d30]

	* byteonpanel.desktop:
	Add a .desktop file
	[49749c9de336]

	* byteonpanel:
	Initial commit.
	[4fb4da2d7f41]

