2015-08-17  William Lallemand  <wlallemand@irq6.net>

	William Lallemand: Version 0.3.0
	William Lallemand: update AUTHORS file
	Nathan Poirier: change epitech inactive logo opacity to 50%
	Nathan Poirier: epitech inactive emblem when away/lock
	Nathan Poirier: add epitech inactive logo
	Nathan Poirier: epitech emblem when logged at school
	Nathan Poirier: Add epitech logo
	William Lallemand: update AUTHORS file
	Hugues Morisset: Buddies photos are png
	Hugues Morisset: Fix compile warnings introduce by instant bird patches
	Florian Quèze: Fix netsoul crashes.
	Florian Quèze: Fix netsoul crash when receiving bad greetings from server.
	Florian Quèze: Fix some compile time warnings.
	Florian Quèze: Fix the way the netsoul protocol plugin communicates status to libpurple.
	Florian Quèze: Bug 57 - Crash [@ get_good_msg_user] (netsoul)
	Florian Quèze: Netsoul - Ensure ns_user_update has received the right number of arguments before processing them. (Should fix a crash)
	Florian Quèze: Netsoul - Send the real status when logging in (it used to always send ACTIF, which was often bogus in case of automatic reconnection)
	Florian Quèze: Netsoul - Do not display the statetime when the server sent us a null timestamp.
	Florian Queze: Avoid bogus purple_input_remove calls from netsoul_close.
	Florian Quèze: Implement the set_idle prpl op in the netsoul plugin.
	Florian Quèze: Disambiguate the '(in)active at several locations' message of the netsoul protocol plugin.
	izissise: change fetch url for profile images
	izissise: Fix some warnings
	Mickael FALCK: Refactoring and updating for current libpurple
	William Lallemand: cleanup: delete old .spec file
	William Lallemand: configure.ac: search libpurple if pidgin is not found
	Mickael FALCK: Updating auto* files for automake>=1.13
	Mickael FALCK: Updating configure.ac and Makefile.am for new libtoolize, removing obsolete AM_CONFIG_HEADER macro
	William Lallemand: - delete debian generated files

2011-02-19  William Lallemand  <wlallemand@irq6.net>

	William Lallemand: - New release 0.2.6
	William Lallemand: - Delete generated Makefiles in src/
	William Lallemand: - delete generated Makefile of pixmap
	William Lallemand: delete autogenerated files
	William Lallemand: - Delete useless mrproper
	William Lallemand: - add names in AUTHORS file
	Benjamin Gaillard: Don't do read of 1 anymore
	William Lallemand: Cleaning autotools ...
	William Lallemand: Add ignore for autotools

2010-06-23  William Lallemand  <wlallemand@irq6.net>

	William Lallemand: Version 0.2.5
	William Lallemand: * src/netsoul.h:   Delete useless pidgin.h
	William Lallemand: * src/netsoul.c: potential segfault * src/ns_connection.c: segfault on bad greetings string
	William Lallemand: * Add configure stuff * Add debian repertory

2010-03-28  William Lallemand  <wlallemand@irq6.net>

	William Lallemand: Version 0.2.4
	William Lallemand: Fix Segfault on server fail *  src/ns_connection.c: test a value

2010-03-28  William Lallemand  <wlallemand@irq6.net>

	William Lallemand: Version 0.2.3
	William Lallemand: Change name to netsoul-purple * src/netsoul.h Fix segfault * src/ns_listen: check on tab[1]
	William Lallemand: Fix Amd64 portability * src/ns_buddy: replace unsigned int by size_t in crypt_pass() Fix Segfault on debug windows * src/ns_buddy: some changes in debug display
	William Lallemand: Delete krb5 LDFLAGS * src/Makefile.am

2007-06-01  Guillaume Leroi  <guillaume.leroi@lrde.epita.fr>

	Reformat code and debug output.
	* INSTALL: .
	* configure.ac: .
	* src/netsoul.c: Reformat code. Suppress unused variable.
	* src/ns_connection.c: Reformat. Nicer debug output.

2007-05-30  Guillaume Leroi  <guillaume.leroi@lrde.epita.fr>

	Install correctly icons.
	* 16/netsoul.png:,
	* 16:,
	* 22/netsoul.png:,
	* 22:,
	* 48/netsoul.png:,
	* 48: New. Resize icons.
	* Makefile.in:,
	* Makefile.am: Correctly install icons in pixmap/pidgin/protocols.
	* netsoul.png: Remove.

2007-05-07  Guillaume Leroi  <guillaume.leroi@lrde.epita.fr>

	Handle correctly buddy's icons.
	Icon are finally working!
	* src/netsoul.c: Use purple_buddy_icon_new to create a icon and set it
	to the buddy.
	* src/netsoul.h: Add string.h to reduce warning at compile time.

2007-05-06  Guillaume Leroi  <guillaume.leroi@lrde.epita.fr>

	Suppress a segfault.
	This is a temporary fix.
	* src/netsoul.c: Removes call to icon related functions.

2007-05-04  Guillaume Leroi  <guillaume.leroi@lrde.epita.fr>

	Move to Pidgin.
	netsoul_got_photo does not compile. We can't pass a null
	pointer as data to purple_imgstore_add. We need to find a way
	to get data from PurpleUtilFetchUrldata.
	* autogen.sh:,
	* config.sub:,
	* configure.ac:,
	* pixmaps/Makefile.in:,
	* src/Makefile.am:,
	* src/netsoul.h:,
	* src/ns_buddy.c:,
	* src/ns_chat.c:,
	* src/ns_connection.c:,
	* src/ns_listen.c:,
	* src/ns_output.c:,
	* src/ns_utils.c: Rename gaim_, GAIM prefixes to purple_ and PURPLE.
	* src/netsoul.c: Same renaming. Adatp to API changes.

2007-02-04  Julien Stuyck <stuyck_j@3ie.org>
	* Plugin works on beta6.
	* Add Svn and delete Cvs.
	* New configuration script ./autogen.sh.
	* Many compilation Warning solved.
	
2007-01-15  Guillaume Leroi  <leroi@champoteux.lrde.epita.fr>

 Make changes so gaim-netsoul compiles with gaim-2beta5

	* src/Makefile.am: Add GAIM_PLUGINS to AM_CFLAGS.
	* src/netsoul.h: Suppress inclusion of internal.h. Replace it by
	glib.h and gil8n.h.
	* src/netsoul.c: Suppress some warnings at compile time.

2006-09-17  Guillaume Leroi  <guillaume.leroi@lrde.epita.fr>

	* src/netsoul.c (netsoul_get_buddies): Buddy icons are properly
	downloads.

2006-09-13  Guillaume Leroi  <guillaume.leroi@lrde.epita.fr>

	* Now works with Gaim-2.0.0Beta3.1.

