2004-08-01  Ludovic Rousseau  <rousseau@acer>

	* README: release 0.1.7

	* configure.in: correctly check for -resolv so it works on AMD64

2004-07-18  Ludovic Rousseau  <rousseau@acer>

	* README: release 0.1.6

	* src/mail.c: convert the categories text in the correct encoding

	* src/mail.c:
	cast the callback function in gtk_signal_connect() to avoid a
	compilation warning with gtk+2.0

	* src/mail.c:
	 #define GTK_ENABLE_BROKEN so that the file compiles with gtk+2.0

	* configure.in: add --enable-gtk2 configuration option

2004-04-29  Ludovic Rousseau  <rousseau@acer>

	* src/mail_send.c:
	use present time for "From " line. Thanks to Wolfgang Becker for the
	patch

2004-04-28  Ludovic Rousseau  <rousseau@acer>

	* src/mail_send.c: typo

2004-04-27  Ludovic Rousseau  <rousseau@acer>

	* src/mail.c:
	the truncate size and signature are set on the PDA only (not from J-Pilot)

2004-04-19  Ludovic Rousseau  <rousseau@acer>

	* configure.in: version 0.1.6

2004-04-18  Ludovic Rousseau  <rousseau@acer>

	* src/MANIFEST: remove libplugin.c

	* src/libplugin.c: removed

	* src/Makefile.am:
	remove libplugin.c since it is useless. functions are provided by jpilot

	* src/mail.c:
	test if we have a GUI before calling GTK+ functions (jpilot-sync has no GUI)

2004-04-17  Ludovic Rousseau  <rousseau@acer>

	* src/MANIFEST: files from J-Pilot 0.99.7

	* src/mail_send.c: redisplay after sending mails

	* src/mail.c:
	delete the deleted message in case the list is empty and no more message
	is displayed.

	* src/mail.c:
	remove the displayed mail before displaying a new one. Usefull is a
	category has no mail to display.

	* src/libplugin.c: use version from jpilot 0.99.7

	* src/mail_get.c, src/msg2jp.c: add degugging code

	* src/mime_coder.c:
	copy the '\0' when duplucating the string (avoid some square characters in
	the header lines on the Palm)

	* src/mail_send.c: escape "From " lines in the mail data

	* src/mail_send.c:
	add a dummy date "Thu Jan 1 00:00:00 1970" to be berkeley mbox compliant

	* reconf: add --install to autoreconf and remove automake call

2003-09-09  Ludovic Rousseau  <rousseau@acer>

	* src/mime_coder.c, src/msg2jp.c:
	patch from Joo-won Jung to avoid a crash

	* src/mail.c, src/mail_get.c: avoir compilation warnings

2003-08-31  Ludovic Rousseau  <rousseau@acer>

	* README: add Sarah doc URL

	* README: release 0.1.5

	* doc/folders-tab.png, doc/jpilot-Mail-User-Manual.html, doc/mail-delivery-tab.png:
	version 1.3 from Sarah George

2003-08-30  Ludovic Rousseau  <rousseau@acer>

	* src/mail.c:
	use getpwuid() instead of a loop around getpwent() since the loop can't
	be run twice

2003-08-28  Ludovic Rousseau  <rousseau@acer>

	* src/mbox.c: the last line of the mail was duplicated

	* src/Makefile.am: add msg2jp.h

	* TODO, src/mail.c: use $MAIL as default mailbox if defined

2003-08-27  Ludovic Rousseau  <rousseau@acer>

	* src/msg2jp.c: allocate result only if needed

	* src/mail_send.c: add a cast to avoid a compilation warning

	* Makefile.am, configure.in: add doc directory

	* doc/Makefile.am: new file

	* doc/folders-tab.png, doc/identity-tab.png, doc/jpilot-Mail-User-Manual.html, doc/mail-delivery-tab.png, doc/mainscreen.png, doc/signature-tab.png, doc/sync-tab.png:
	add documentation from Sarah George

	* src/mail.h, src/msg2jp.c, src/msg2jp.h: create msg2jp.h and use it

	* src/MANIFEST: remove empty lines

	* src/mail.c: add support of fileselector for inbox and sentbox files

	* src/msg2jp.c: reindentation

	* README, TODO: add a note about the non support of VersaMail

2003-08-24  Ludovic Rousseau  <rousseau@acer>

	* src/mail.c, src/mail.h, src/mail_send.c:
	patch from Sarah George to store sent mails

	* src/MANIFEST, src/Makefile.am, src/mail.c, src/mail.h, src/mail_send.c, src/mime_coder.c, src/mime_coder.h, src/msg2jp.c:
	MIME patch from Joo-won Jung

	* configure.in: version 0.1.5

2003-08-06  Ludovic Rousseau  <rousseau@acer>

	* TODO: manage MH format mailbox (used by Sylpheed)

2003-06-19  Ludovic Rousseau  <rousseau@acer>

	* TODO: use $MAIL as default mailbox instead of $HOME/nsmail/inbox

2003-06-15  Ludovic Rousseau  <rousseau@acer>

	* README: add comment about src/address.c patch

	* src/address.c:
	define FNM_CASEFOLD if it is not yet defined (on Solaris for example)

	* README: release 0.1.4

	* src/mail.c:
	glob_tooltips is now declared in the plugin. This prevented jpilot-sync
	to work

	* src/mail_get.c: add external variable declarations

2003-06-07  Ludovic Rousseau  <rousseau@acer>

	* src/libplugin.h: sync with J-Pilot (add plugin_pre_sync_pre_connect)

2003-06-01  Ludovic Rousseau  <rousseau@acer>

	* Makefile.am, autogen.sh, configure.in: Created directory structure

	* configure.in: version 0.1.4

	* autogen.sh: force regeneration of config.h.in

2003-05-28  Ludovic Rousseau  <rousseau@acer>

	* src/accept.h: new file

2003-05-25  Ludovic Rousseau  <rousseau@acer>

	* TODO: add support for GTK2

2003-03-05  Ludovic Rousseau  <rousseau@acer>

	* configure.in:
	add AM_MAINTAINER_MODE to avoid intempestive reconfiguration

	* README, configure.in: release 0.1.3

	* autogen.sh: use aclocal-1.7 and automake-1.7

	* src/MANIFEST, src/libplugin.c, src/libplugin.h:
	sync with jpilot release 0.99.5

2003-01-12  Ludovic Rousseau  <rousseau@acer>

	* autogen.sh: new file

2003-01-11  Ludovic Rousseau  <rousseau@acer>

	* README: release 0.1.2

	* configure.in: version is now 0.1.2

	* src/Makefile.am: add accept.h

	* src/mail.c:
	add a adjustable separator between the two lists and put the lists one
	above the other instead of side by side.

	* src/mail.c: reindentation

	* src/mail.c: add tooltips and accelerator on buttons

	* src/libplugin.c, src/libplugin.h: LOG_* -> JP_LOG_*

	* src/mail.h: add a "void" in display_records prototype

	* src/mail_edit.c, src/mail_get.c, src/mail_send.c:
	jpilot_logf -> jp_logf

	* src/mbox.c: small reindentation

	* src/msg2jp.c:
	activate date on jpilot record when date is read. Now support two date
	formats: normal (Tue, 19 Nov 2002 21:18:18 +0100) and strange (22 Nov
	2002 16:36:20 +0000) (name of day disapeared)

	* src/MANIFEST, src/accept.c, src/address.c, src/child.c, src/connect.c, src/header.c, src/masqmail.h, src/parse.c, src/readsock.c, src/readsock.h, src/smtp_out.c:
	new upstream version: 0.2.18 instead of 0.2.6

2002-11-30  Ludovic Rousseau  <rousseau@acer>

	* src/MANIFEST, src/Makefile.am, src/accept.c, src/address.c, src/child.c, src/connect.c, src/masqmail.h, src/parse.c, src/smtp_out.c:
	update common files up to masqmail-0.2.6

	* src/masqmail_common: removed and replaced by MANIFEST

	* Makefile.am: moved ChangeLog from EXTRA_DIST to DISTCLEANFILES rule

2002-11-22  Ludovic Rousseau  <rousseau@acer>

	* README: release 0.1.1

	* Makefile.am:
	remove unused install-libmail: rule. This rule is already in
	src/Makefile.am

	* INSTALL: make install now works

	* configure.in: version 0.1.1

	* src/mail.c:
	removed Apply button in the preferences window. Its semantic was not
	obvious

2002-06-29  Ludovic Rousseau  <rousseau@acer>

	* configure.in:
	change pi-config.h to pi-version.h since pilot-link 0.10.99 does not
	come with a pi-config.h

	* README: release 0.1.0

	* src/masqmail.h:
	comment out #include <syslog.h> since LOG_xxx are already defined in the
	Makefile

	* src/libplugin.c, src/libplugin.h: use latest jpilot version

	* src/getdelim.c, src/mail.c, src/mail.h, src/mail_edit.c, src/mail_get.c, src/mail_send.c, src/mbox.c, src/msg2jp.c:
	reindentation

	* src/Makefile.am:
	LOG_xxx are defined here since they are used in masqmail files and I
	don't want to change them

	* TODO: add quoted-printable todo

	* README: smal modif

	* src/MANIFEST: where do I get the source files

2002-06-27  Ludovic Rousseau  <rousseau@acer>

	* reconf, configure.in: port to autoconf2.50

	* README: Add HISTORY

	* Makefile.am: autogenerate ChangeLog

	* AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, TODO, configure.in, jpilot-Mail.spec, reconf, src/Makefile.am, src/accept.c, src/address.c, src/child.c, src/connect.c, src/getdelim.c, src/header.c, src/libplugin.c, src/libplugin.h, src/lookup.c, src/lookup.h, src/mail.c, src/mail.h, src/mail_edit.c, src/mail_get.c, src/mail_send.c, src/masqmail.h, src/masqmail_common, src/mbox.c, src/message.c, src/msg2jp.c, src/parse.c, src/readsock.c, src/readsock.h, src/smtp_out.c, src/smtp_out.h, src/utils.h:
	New file.

	* AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, README, TODO, configure.in, jpilot-Mail.spec, reconf, src/Makefile.am, src/accept.c, src/address.c, src/child.c, src/connect.c, src/getdelim.c, src/header.c, src/libplugin.c, src/libplugin.h, src/lookup.c, src/lookup.h, src/mail.c, src/mail.h, src/mail_edit.c, src/mail_get.c, src/mail_send.c, src/masqmail.h, src/masqmail_common, src/mbox.c, src/message.c, src/msg2jp.c, src/parse.c, src/readsock.c, src/readsock.h, src/smtp_out.c, src/smtp_out.h, src/utils.h:
	imported files

