2017-09-03  Andreas Tscharner  <andy@vis.ethz.ch>

	* CMakeLists.txt, wmcpuwatch.1:
	Update to version 0.2
	[7a99fd20411e] [tip]

	* README.md:
	Update the README file (and make it smaller)
	[29ee938591fe]

	* wmcpuwatch.c:
	Remove (doxygen-) TODO from source
	[ce7c51fa7da3]

	* .hgignore, CMakeLists.txt:
	Use CPack to create a tarball using "make package_source"
	[926ebac30977]

	* .hgignore, CMakeLists.txt, config.h.in, wmcpuwatch.c:
	Add new config.h.in for version number

	* Create new file
	* Make CMake to create a config.h from it
	* Ignore config.h in Mercurial
	* Include config.h in source and use PACKAGE_VERSION from it
	[cc86f49f23bc]

	* CMakeLists.txt, doc/CMakeLists.txt:
	Make sure everything necessary gets installed
	[d99e4cddcbec]

	* .hgignore, doc/CMakeLists.txt:
	Redirect doxygen output to log file and ignore all doxygen_* log
	files
	[746493d6fe69]

	* README.md:
	Fix and update the README
	[9e190a6da859]

	* .hgignore:
	Ignore the install manifest and reorganize the file a little
	[47ac5d3cbe95]

	* wmcpuwatch.c:
	Refactoring: Make function for initializing the stat_dev struct
	[48d033e50bbd]

	* wmcpuwatch.c:
	Refactoring: Make function to clear both widgets
	[3f590bb29896]

2017-08-20  Andreas Tscharner  <andy@vis.ethz.ch>

	* ChangeLog:
	Update ChangeLog
	[5e7e372a08fa]

	* README.md, wmcpuwatch.c:
	Removed BUG entry

	It was not a bug, it was the way the dock app works and how I tested
	it. It should work perfectly with any number of CPUs (< 41)
	[324b39d7afa9]

	* .hgignore, CMakeLists.txt, doc/CMakeLists.txt, doc/Doxyfile.in,
	doc/wmcpuwatch.png, wmcpuwatch.c:
	Document code accordingly and create code documentation with doxygen
	[c135adb006af]

	* wmcpuwatch.c:
	Rename printversion to print_version to match the pattern of other
	functions
	[3328433ebe1b]

	* wmcpuwatch.c:
	General update troughout the file

	* Group all forward declarations at start of file
	* Group type definitions at start of file
	* Remove global variable
	[4224dad48633]

2017-08-17  Andreas Tscharner  <andy@vis.ethz.ch>

	* ChangeLog:
	Update ChangeLog
	[4324d1dea16d]

	* .hgignore, README.md:
	Ignore Valkyrie configuration file and update README
	[83156c2b0b1f]

	* wmcpuwatch.c:
	Remove global variable fp_stat and use it as function parameter
	where necessary
	[fe4cfbea4a30]

	* wmcpuwatch.c:
	Rename getNbCPU to get_number_of_CPU to use same name pattern for
	all functions
	[ce750ebf4644]

	* wmcpuwatch.c:
	Rename getWidth to get_width to use same name pattern for all
	functions
	[46e94410428d]

	* wmcpuwatch.c:
	Remove unused setMaskXY and use just RedrawWindow instead of XY
	variant
	[75726999deeb]

	* CMakeLists.txt, wmcpuwatch.1:
	Rewrite/Adapt man page for wmcpuwatch
	[2a5c773bbaa3]

	* wmcpuwatch.1, wmmon.1:
	Renamed wmmon.1 to wmscpuwatch.1
	[e99da6862b43]

	* wmcpuwatch.c:
	Define max row height and calculate it outside of the loop
	[3a3a2f959f08]

	* wmcpuwatch.c:
	Remove cpu_max and all dependent code; also do not check for more
	than 1 CPU
	[20a0ee091b7d]

	* wmcpuwatch.c:
	Format the main function with spaces instead of tabs
	[19320528750e]

2017-08-13  Andreas Tscharner  <andy@vis.ethz.ch>

	* README.md:
	Added a hint to the BitBucket issue tracker
	[2bea6dac7316]

	* ChangeLog:
	Added ChangeLog
	[b7a7cd7d6b6a]

	* README.md:
	Fix the markdown syntax in the README
	[039f847703e8]

	* README.md:
	Updated README
	[6bc255665b33]

	* wmcpuwatch.c:
	Fix displayed text for -h option
	[aa5c84ce5a69]

	* wmcpuwatch.c:
	Remove check for more than one CPU

	It will work with one CPU as well, but it would look quite odd...
	[d47e26d578c6]

	* wmcpuwatch.c:
	Clear both areas before re-painting to them
	[47ad93da526e]

	* wmcpuwatch.c:
	Fix number of CPUs
	[3b6296c31298]

	* wmcpuwatch.c:
	Add line_len parameter to getWidth function

	line_len is the total length of the line (32 for the average frame
	and 56 for the CPU frame)
	[4aedef7bda0d]

	* wmcpuwatch.c:
	Remove a lot of no longer used #includes and variables
	[e3e70585d7e2]

	* wmcpuwatch.c:
	Remove no longer needed variables, fields and parameters
	[1f4c8287c236]

	* wmcpuwatch.c:
	Show average CPU load in top frame
	[935f785bb391]

	* wmcpuwatch.c:
	Add new MAX_CPU as this is the height of the lower frame
	[53a527c93a4d]

	* .hgignore:
	Add final executable to ignore list
	[f3af9550460c]

	* CMakeLists.txt:
	Update CMake build configuration to add X11
	[edc9a90f38bf]

	* CMakeLists.txt, wmcpuwatch.c:
	Make wmcpuwatch compile after removing a lot of code
	[b26507a92c3b]

	* wmcpuwatch.c:
	Update file header
	[de6092228c04]

	* wmcpuwatch.c, wmmon.c:
	Renamed source file wmmon.c to wmcpuwatch.c
	[09a8f3dc92fb]

	* wmcpuwatch-mask.xbm, wmcpuwatch-master.xpm:
	Updated master and mask pixmaps
	[5b259ee80c48]

	* CMakeLists.txt, wmcpuwatch-mask.xbm, wmmon-mask.xbm:
	Renamed wmmon-mask.xbm wmcpuwatch-mask.xbm
	[b73dca594563]

	* CMakeLists.txt, wmcpuwatch-master.xpm, wmmon-master.xpm:
	Renamed wmmon-master.xpm wmcpuwatch-master.xpm
	[dd27b92c7e54]

	* wmcpuwatch.desktop:
	Update wmcpuwatch.desktop
	[52203f6c8892]

	* wmcpuwatch.desktop, wmmon.desktop:
	Renamed wmmon.desktop to wmcpuwatch.desktop
	[7bca373716da]

	* .hgignore, CMakeLists.txt, cmake/Modules/Finddockapp.cmake:
	Add CMake build and ignore intermediate files
	[98891c42a405]

	* README.md:
	Add preliminary README
	[28a7dba04a92]

	* Makefile.am, configure.ac:
	Remove the actual automake files
	[d9cfbd24c227]

	* COPYING, LICENSE:
	The source code states GNU GPL v2 or any later version; switch to v3
	[000e3a320d8d]

	* BUGS, CHANGES, HINTS, INSTALL, README, TODO:
	Remove a bunch of automake standard files for wmmon
	[a54877935385]

	* .hgignore:
	Add an ignore file
	[c09e5706ed38]

	* BUGS, CHANGES, COPYING, HINTS, INSTALL, Makefile.am, README, TODO,
	configure.ac, ulllib.c, ulllib.h, wmmon-mask.xbm, wmmon-master.xpm,
	wmmon.1, wmmon.c, wmmon.desktop:
	Initial import: Use current wmmon source

	wmcpuwatch is a fork of wmmon
	[6ce62cb8a58f]

