Sun Feb 10 10:45:52 2002  Gopal Narayanan  <gopal@debian.org>

	* Makefile.am: Added dist-hook target to remove unnecessary
	executable permissions on several files

Sat Feb  9 21:32:01 2002  Gopal Narayanan  <gopal@debian.org>

	* configure.in, src/Makefile.am: Add termcap path to readline
	library linking; allows proper operation in redhat systems 

	* configure.in: Use guile-config to appropriately derive guile
	library and include paths

	* INSTALL: Updated installation instructions

Mon Feb  4 14:07:14 UTC 2002	K.Viswanathan <gnuvisu@yahoo.com>
	* interpreter.c, messenger.c, extension.c, gnuyahoo.texi: standardized
	few message displays and syntaxes


Thu Jan 31 13:44:15 UTC 2002    K.Viswanathan <gnuvisu@yahoo.com>
	* gnuyahoo.texi, version.texi: newly added

	
Tue Jan 29 10:01:08 UTC 2002    Mridul Jain   <gnuindian@yahoo.com>
	*interpreter.c: Changed the ftp command names to ftp-send,ftp-delete,ftp-ls
	
Fri Jan 25 13:17:24 UTC 2002  M.P.Anand Babu <ab@gnu-india.org>
	* yahoo-wrapper.c: added hook for post login activities. added
	hook-return facility for offline message hook.
	* history.scm: now handles history for multiple accounts. exports
	history procedures for other extensions.
	* ignore.scm: enhanced to use history.scm exported procedures.

	
Wed Jan 23 10:45:51 EST 2002  Gopal Narayanan  <gopal@debian.org>
	* configure.in: Added check for ftplib.h

	
Wed Jan 23 13:08:16 UTC 2002    K.Viswanathan <gnuvisu@yahoo.com>
	* gy_utils.[c,h]: new function get_token_with_strdelim_i() added
	for fixing case sensitive bug in offline parsing
	* yahoo_wrapper.c: corresponding function call to
	get_token_with_strdelim_i() is made. html parsing for offline
	messages enabled. optimized process_offline_message() to handle
	null terminated strings

	
Wed Jan 23 12:46:14 UTC 2002    Mridul Jain   <gnuindian@yahoo.com>
        *interpreter.c: Added ftplist command

	
Wed Jan 23 11:57:54 UTC 2002    Mridul Jain   <gnuindian@yahoo.com>
	*interpreter.c: Changed sendfile command to ftpsend & also added
	ftpdelete command

 	
Wed Jan 23 09:58:57 UTC 2002    Mridul Jain   <gnuindian@yahoo.com>
	*interpreter.c: Added sendfile command 
	*Makefile.am: Removed the commented lines & added linking for ftplib
	

Fri Jan 18 12:30:47 UTC 2002	K.Viswanathan <gnuvisu@yahoo.com>
	* gy-utils.c: ^F bug fixed completely


Thu Jan 17 12:38:47 UTC 2002	K.Viswanathan <gnuvisu@yahoo.com>
	* yahoo-wrapper.c: rewritten html parsing of message for more
	suports
	* gy-utils.[c,h]: added new function called filter_message for html
	parsing


Wed Jan 16 20:37:01 EST 2002  Gopal Narayanan  <gopal@debian.org>
	* Major build changes. Moved all .c and .h files to src directory
	* Makefile.am, configure.am: reflects these changes


Tue Jan 15 09:48:35 UTC 2002	M.P.Anand Babu <ab@gnu-india.org>
        * extensions/ping.scm: converted from gy-send-message-no-hook to
	gy-send-message.


Fri Jan  4 22:30:47 EST 2002    Gopal Narayanan  <gopal@debian.org>
	* gnuyahoo.h: made dir paths more portable and in sync with build
	* Makefile.am, configure.in: extensions dir is in build system now
	* extensions/Makefile.am: extensions dir is in build system now


Fri Jan  4 21:20:48 EST 2002    Gopal Narayanan  <gopal@debian.org>
	* yahoo-wrapper.c: removed ^F last character hack
	* Makefile.am, configure.in: docs dir is in build system now
	* docs/Makefile.am: docs dir is in build system now


Wed Jan  2 11:54:17 UTC 2002	K.Viswanathan <gnuvisu@yahoo.com>
	* interpreter.c: added custom message display with space
	* docs/gnuyahoo-guide.texi: updated texi documentation
	* docs/version-guide.texi: version file gnuyahoo-guide.texi
	* docs/gnuyahoo-extdev.texi: new file. extension developers manual
	* docs/version-extdev.texi: version file gnuyahoo-extdev.texi


Wed Jan  2 11:54:17 UTC 2002	K.Viswanathan <gnuvisu@yahoo.com>
	* yahoo_wrapper.c: added custom message support and rewritten
	display_buddy() function for optimization
	* interpreter.c: modified all custom message related printfs
	to print custom messages
	* AUTHORS: added Nagappan and Ramesh


Thu Dec 27 08:05:00 UTC 2001    M.P.Anand Babu <ab@gnu-india.org>
	* conference.scm: fixed dynamic ?conf-start bug


Wed Dec 26 03:27:00 UTC 2001    M.P.Anand Babu <ab@gnu-india.org>
	* conference.scm: dynamized ?conf-* commands
	* history.scm: added history support for offline messages
	* extension.c: added gy-message-receive-offline-hook


Wed Dec 26 03:00:00 UTC 2001    M.P.Anand Babu <ab@gnu-india.org>
	* conference.scm: set current-target-buddy to #f on ?cf-end
	* scm-procedures.c: gy-set-current-target-buddy! can now accept ""
	or #f to set current-target-buddy to nil
	* messenger.c: fixed single-magic-char appearance bug in AI mode


Fri Dec 21 12:45:56 UTC 2001    M.P.Anand Babu <ab@gnu-india.org>
	* conference.scm: added ?conf-who command


Fri Dec 21 06:14:09 UTC 2001	K.Viswanathan <gnuvisu@yahoo.com>
	* alias.scm: changed dynamic help syntax to standard format
	* bounce.scm: changed dynamic help syntax to standard format
	* cc.scm: changed dynamic help syntax to standard format
	* conference.scm: changed dynamic help syntax to standard format
	* ignore.scm: changed dynamic help syntax to standard format
	* ping.scm: changed dynamic help syntax to standard format
	* proud-of-gnuyahoo.scm: changed dynamic help syntax to standard format
	* shell.scm: changed dynamic help syntax to standard format


Fri Dec 21 05:48:50 UTC 2001	K.Viswanathan <gnuvisu@yahoo.com>
	* yahoo-wrapper.c: rewritten process_offline_message() function for
	fixing segmentation fault bug and printing time in human readable UTC format
	* gy-utils.c: two functions get_utc_time() and get_token_with_strdelim()
	added
	* gy-utilc.h: two function definitions get_utc_time() and get_token_with_strdelim()
	added
	* gnuyahoo.h: two preprocessing commands added for utc time calculation


Wed Dec 19 13:19:08 UTC 2001	K.Viswanathan <gnuvisu@yahoo.com>
	* init.scm: uncommented (gy-toggle! 'status)
	* conference.scm: corrected spelling mistake in dynamic help


Wed Dec 19 11:45:40 UTC 2001	K.Viswanathan <gnuvisu@yahoo.com>
	* alias.scm: changed dynamic help syntax
	* bounce.scm: changed dynamic help syntax
	* cc.scm: changed dynamic help syntax
	* conference.scm: changed dynamic help syntax
	* ignore.scm: changed dynamic help syntax
	* ping.scm: changed dynamic help syntax
	* proud-of-gnuyahoo.scm: changed dynamic help syntax
	* shell.scm: changed dynamic help syntax


Wed Dec 19 11:33:29 UTC 2001    A.Nagappan <nagappanal@yahoo.com>
	* yahoo-wrapper.c: Only first occurance of font name and size are hidden when displaying on the screen
	* yahoo-wrapper.c: Offline messages are parsed


Wed Dec 19 06:27:01 UTC 2001    A.Nagappan <nagappanal@yahoo.com>
	* alias.scm: added dynamic help
	* bounce.scm: added dynamic help
	* cc.scm: added dynamic help
	* conference.scm: added dynamic help
	* ignore.scm: added dynamic help
	* ping.scm: added dynamic help


Sat Dec  1 11:37:19 UTC 2001	A.Balamurugan <balamurugana@yahoo.com>
	* interpreter.c: removed bug of auto-completion for dynamic commands


Thu Nov 29 12:48:26 UTC 2001	A.Balamurugan <balamurugana@yahoo.com>
	* utils.scm: added (local-date-time)
	* history.scm: modified logging with date and time


Thu Nov 29 11:27:06 UTC 2001	A.Balamurugan <balamurugana@yahoo.com>
	* alias.scm: added dynamic command support
	* bounce.scm: added dynamic command support
	* cc.scm: added dynamic command support
	* conference.scm: added dynamic command support
	* ignore.scm: added dynamic command support
	* ping.scm: added dynamic command support


Tue Nov 27 02:45:42 UTC 2001	M.P.Anand Babu <ab@gnu-india.org>
	* shell.scm: ?restart command added


Sun Nov 25 09:11:52 UTC 2001	M.P.Anand Babu <ab@gnu-india.org>
	* shell.scm: newly added, provides shell like facilities
	* utils.scm: added new list2asv procedure
	* init.scm: modified to load shell.scm at startup
	* BUGS: newly added, lists known bugs and issues
	* TODO: updated for 0.3 and 0.4 release


Fri Nov 23 13:10:54 UTC 2001	A.Balamurugan <balamurugana@yahoo.com>
	* interpreter.c: modified command_dynamic_commands () and removed seqfault.


Tue Nov 20 08:33:51 UTC 2001	M.P.Anand Babu <ab@gnu-india.org>
	* interpreter.c: removed unnecessary printf statement
	* proudofgnuyahoo.c: added dynamic command support


Mon Nov 19 16:50:07 IST 2001	A.Balamurugan <balamurugana@yahoo.com>
	* interpreter.c: added command_dynamic_commands ()


Fri Nov  9 09:27:07 UTC 2001	M.P.Anand Babu <ab@gnu-india.org>
	* gy-utils.c: forked a new EX_PRINTF_MESSAGE macro. but still
	incomplete
	* interpreter.c: dynamic-commands implementation partially working


Wed Nov  7 23:21:12 UTC 2001	M.P.Anand Babu <ab@gnu-india.org>
	* proud-of-gnuyahoo.scm: newly added. proud of using gnuyahoo


Wed Oct 31 23:30:16 UTC 2001	M.P.Anand Babu <ab@gnu-india.org>
	* init.scm: newly added. default global initialization file


Wed Oct 31 18:34:20 UTC 2001	M.P.Anand Babu <ab@gnu-india.org>
	* gy-utils.c: renamed load_extension to gy-load. enhanced gy-load
	to meet the specifications


Wed Oct 31 13:34:57 IST 2001	A.Balamurugan <balamurugana@yahoo.com>
	* gy-utils.c: added load_extension ()
	* scm-procedures.c: modified ex_load ()
	* gnuyahoo.c: loads well known extension init.scm during startup


Tue Oct 30 11:02:32 PST 2001    M.P.Anand Babu <ab@gnu-india.org>
	* extension.[c,h]: gy-guile moved to extension.[c,h]. all
	the gy_xxx prefixed procedures renamed to ex_xxx. now "gy_" prefix
	is reserved for gnuyahoo sepcific or custom functions.
	* extension.c: new gy-version scm procedure	


Mon Oct 29 23:34:43 PST 2001    M.P.Anand Babu <ab@gnu-india.org>
	* extensions/ping.scm: newly added extension to send ping messages


Tue Oct 23 19:58:40 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* gy-utils.h: new macro PRINTF_MESSAGE to safely insert runtime
	messages into readline buffer
	* yahoo_wrapper.c: gy-hook-return support for message-receive-hook
	function. moved all the readline functions with PRINTF_MESSAGE
	macro
	* scm-procedures.c: new gy-display scheme procedure for printing
	messages from hooks withing process_*


Tue Oct 23 13:28:20 IST 2001	A.Balamurugan <balamurugana@yahoo.com>
	* interpreter.c: added '?toggle status' 
	* yahoo-wrapper.c: modified process_status_packet () for '?toggle
	status'
	* scm-procedures.c: modified gy_toggle_x () for '?toggle status'


Mon Oct 22 18:57:53 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* extensions/history.scm: new history.scm for logging sent and
	received messages


Mon Oct 22 23:33:37 IST 2001	A.Balamurugan <balamurugana@yahoo.com>
	* yahoo-wrapper.c: added code for 'readline partial break
	content', 'break' bug fix on handle_yahoo_message ()


Sun Oct 21 21:41:16 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* TODO: removed web pages. its already done
	* yahoo-wrapper.c: added reply support to auto-insert mode


Sun Oct 21 19:55:05 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* docs/examples/gnuyahoo.scm: added example implementation of
	gnuyahoo.scm startup file
	* docs/examples/hello.scm: added example hello.scm file


Sun Oct 21 19:34:11 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* docs/gnuyahoo-guide.texi: newly added, texinfo guide to gnuyahoo
	* docs/gnuyahoo.man: newly added, simple man page for gnuyahoo


Sun Oct 21 01:39:58 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* bounce.scm: newly added, can bounce messages
	* cc.scm: removed send-message-to-group and minor bug fixes
	* alias.scm: removed send-message-to-group and minor bug fixes


Sun Oct 21 00:44:30 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* alias.scm: newly added, can alias names
	* cc.scm: newly added, can cc messages


Sun Oct 21 00:06:35 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* utils.scm: newly added, contains common utility procedures
	* conference.scm: newly added, creates virtual conference


Wed Oct 17 23:21:40 IST 2001	A.Balamurugan <balamurugana@yahoo.com>
	* gy-utils.c: 2 new functions; get_global_extensions_directory and
	get_local_extensions_directory
	* gy-guile.c: 3 new procedures exported;
	"gy-get-global-extensions-directory",
	"gy-get-local-extensions-directory" and "gy-load"
	* scm-procedure.c: 3 new functions;
	gy_get_global_extensions_directory,
	gy_get_local_extensions_directory and gy_load


Wed Oct 17 03:59:07 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* interpreter.c: removed space restrictions between command
	and arguments
	* yahoo-wrapper.c: solved seg-fault on status mesg for non-buddy


Sun Oct  7 23:19:10 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* scm-procedures.c: new scm procedure set-current-target-buddy!


Sun Oct  7 01:12:19 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* gy-guile.c: 2 new functions to hold/manipulate the hook-return
	state
	* scm-procedures.c: new scm procedure exported "scm-hook-return"


Mon Oct  1 18:45:12 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* scm-procedures.c: session support in gy_toggle_x call
	* yahoo-wrapper.c: sets the current-buddy on send
	* interpreter.c: command for ?toggle session
	* messenger.c: actual implementation of session mode


Thu Sep 27 06:24:08 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
        * change in file permissions (as suggested by gopal@debian.org)
	* configure.in: change in version (getting ready for 0.3) 
	(as suggested by gopal@debian.org)


Mon Sep 24 23:54:17 PDT 2001    M.P.Anand Babu <ab@gnu-india.org>
	* huge enhancements for 0.1 release, ChangeLog was not updated
	* interpreter.c: gnubot agent support added
	* yahoo_wrapper.c: remove_buddy bug solved


Wed Jul  4 06:25:44 IST 2001	M.P.Anand Babu <ab@gnu-india.org>
	* gy-guile.c: hooks implemented
	* interpreter.c: ?eval command added
	* interpreter.c: ?load command added
	* scm-procedures.c: gy-[set, get]-message!, gy-[set,
	get]-message-id procedures added


Thu Jun 28 00:50:18 IST 2001	M.P.Anand Babu <ab@gnu-india.org>
	* yahoo-wrapper.c: "gnuindian's" patch for file transfer service
	* gy-utils.c: get_download_file() returns the download file path
	* yahoo-wrapper.c: "gnuindian's" patch for "new mail notification"


Mon Jun 25 06:40:58 IST 2001	M.P.Anand Babu <ab@gnu-india.org>
	* configure.in: added support for checking rl_completion_matches
	or completion_matches call


Mon Jun 25 03:59:16 IST 2001	M.P.Anand Babu <ab@gnu-india.org>
	* another major face lift, renamed all filenames containing "_"
	with "-"
	* messenger.c newly added. messenger related code moved from
	gnuyahoo.c to here.


Sun Jun 24 06:34:42 IST 2001	M.P.Anand Babu <ab@gnu-india.org>
	* interpreter.c: added ?status support


Sun Jun 24 05:32:26 IST 2001	M.P.Anand Babu <ab@gnu-india.org>
	* major update guile interface added
	* gy_procedures.[c,h]: newly added and will contain gnu messenger
	procedures exported to guile environment


Sat Jun 23 05:55:15 IST 2001	M.P.Anand Babu <ab@gnu-india.org>
	* yahoo_wrapper.c: get_buddy_group rewritten, this fixes the tab
	bug
	* gnuyahoo.c: command line options functionality completed
	* gy_utils.c: moved stripwhite and get_token here from
	interpreter.c


Fri Jun 22 05:46:15 IST 2001	M.P.Anand Babu <ab@gnu-india.org>
	* another major facelift to gnuyahoo, so don't want to pollute
	ChangeLog entries
	* interpreter.c: defined a clean interface to add new commands
	* lot of minor bug fixes and warnings


Mon Jun 18 04:49:12 IST 2001	M.P.Anand Babu <ab@gnu-india.org>
	* added add/remove buddy functionality
	* yahoo_wrapper.c: get_buddy_group function added
	* yahoo_wrapper.c: fixed buddy_list bug, creating buddylist on
	every new contact


Thu Jun  7 04:48:34 IST 2001	M.P.Anand Babu <ab@gnu-india.org>
	* gy_utils.c: moved code from gnuyahoo.c to this file
	* whole gnuyahoo underwent a major facelift. I don't want
	to pollute this ChangeLog with all those changes here.


Tue Jun  5 04:07:17 IST 2001	M.P.Anand Babu <ab@gnu-india.org>
	* interpreter.c: moved code from gnuyahoo.c to here


3-2-2001	M.P.Anand Babu  <ab@gnu-india.org>

	* moved code to sourceforge.net (when ready,
	we will move to savannah.gnu.org
	* buddylist.h: split to buddylist.h, buddylist.c
	* configure.in: exit if core headers are missing
	* removed libyahoo dir from source


27-2-2001	M.P.Anand Babu	<ab@gnu-india.org>
        * Bala did all the initial core work
	* added autoconf and automake support
	* prepended all commands with '?' 
	* added support for sending offline messages
	* added a new function is_buddy_online(...) in buddylist.h


---------------------------------------------------------------------
Do not add anything here. All your logs should be added to beginning 
of the file