2008-07-10  Cesar L. B. Silveira <cesarbs@gmail.com>

		* po/pt_BR.po: removed unused strings
		* po/quicksynergy.pot: re-generated template
		* src/callbacks.c: removed KeepRunning option and
		replaced GtkAboutDialog creation by call to
		gtk_show_about_dialog()
		* src/callbacks.h: removed KeepRunning option
		* src/main.c: set window icon, removed Settings
		page from GtkNotebook and removed detection of
		already-running synergy processes
		* src/synergy_config.c: removed KeepRunning option
		and added Host option to remember the last server
		hostname used in client ("Use") mode
		* Added THANKS file
		* Removed src/proc.c, src/proc.h, src/screen_entry.c
		and screen_entry source files
		* Updated copyright years in source files
		* Minor updates in README file

2007-07-24  Cesar L. B. Silveira  <cesarbs@gmail.com>
		
		* src/Makefile.am (EXTRA_DIST): added intl.h
		* src/logo/Makefile.am (EXTRA_DIST): added qslogo.png

2007-07-15  Cesar L. B. Silveira  <cesarbs@gmail.com>

		* Re-autotoolization and re-internationalization

2007-07-15  gettextize  <bug-gnu-gettext@gnu.org>

		* Makefile.am (EXTRA_DIST): Add m4/ChangeLog.

2007-06-01  Cesar L. B. Silveira  <cesarbs@gmail.com>

		* Added a notification area icon and #ifdef's in order
		to maintain compatibility with GTK versions older than
		2.10.

		* synergy_config.c: fixed segmentation fault caused
		by a call to mkdir() with a string which did not
		contain any valid filename in it.

		* Replaced all tab characters in source files with
		4 spaces.

		* The logo size is now 84x84.

2007-05-31  Cesar L. B. Silveira  <cesarbs@gmail.com>

		* proc.c: applied patch provided by Jeremie Corbier.
		This frees the array of dirent allocated by scandir in
		get_pid_by_name.

2007-05-12  Cesar L. B. Silveira  <cesarbs@gmail.com>

		* callbacks.c: synergy processes are now killed
		using the killall system command.
		* New logo

2007-04-21  Cesar L. B. Silveira  <cesarbs@gmail.com>

		* Removed misc.h file from source.

		* Removed a lot of repeated code by writing the function
		screen_entry_new which creates a new GtkEntry and connects
		focus-in and focus-out callbacks to it. This entry is used
		to hold the hostname/IP address of a client screen when
		setting up a synergy server.

		* main.c: Former Server tab is now the Share tab.

		* main.c: Former Client tab if now the Use tab.

2007-03-10  Sylvain Cresto  <scresto@gmail.com>

		* Added internationalization support (gettext)

		* Added french translation

1006-12-17  Cesar L. B. Silveira  <cesarbs@gmail.com>

		* configure.in: added some missing tests.

		* main.c: new "Settings" tab.

		* main.c: added a few comments to the code.

		* callbacks.c: program behaviour redefined. Now the
		GtkNotebook gets disabled, not specific widgets acoording
		to what the user has run (server or client).

		* callbacks.c: synergy process control code rewritten.
		No more zombie processes :-)

		* config.c: functions load and save the new KeepRunning 
		option.

		* new application logo.

2006-10-14  Cesar L. B. Silveira  <cesarbs@gmail.com>

		* configure.in: completely rewritten (actually written
		from scratch, not using the one generated by Anjuta
		anymore).

		* Makefile.am: same as configure.in.

2006-08-16  Cesar L. B. Silveira  <cesarbs@gmail.com>

		* synergy now runs on the foreground.

		* added GPL notice to source and header files.
