2002-11-16 M.P. Anand Babu <ab@gnu.org.in> 

	* gnuyahoo-www/index.html: updated for 1.0.1 release
	* gnuyahoo-www/gnuyahoo.html: updated for 1.0.1 release
	* all: forze the CVS with tag rel-1-0-1 

	
2002-11-14 H.E. Ramesha <ramyog_2000@yahoo.com> 

	* Makefile.am : Modified for installing AUTHORS, INSTALL,
	ChangeLog, README, TODO files to "/usr/doc/gnuyahaoo" folder.
	* doc/examples/Makefile.am: Added a new Makefile.am file for installing 
	gnuyahoo.scm, hello.scm files to "/usr/doc/gnuyahoo/examples" folder.
	* configure.in: modified for creating a "doc/examples/Makefile" file.
	
	
2002-11-13 M.P. Anand Babu <ab@gnu.org.in> 

	* src/interpreter.c: fixed the infamous refreshing bug which
	creates segfault. It was because of null pointers created in
	between buddy-list operations and list refreshing. By adding extra
	checks for null pointers in 2 places within command_generator
	solved this bug (HOPING SO :).
	* extensions/init.scm: new frame-work for loading modules after
	login process succeeds. moved gnubot.scm to this delayed loading
	framework.
	* extensions/gnubot.scm: removed buddy check. not necessary. this
	check is handled in init.scm to avoid loading completly.
	
	
2002-11-11 Nirranjan.K <nirranjan@yahoo.com>

	* extensions/gnubot.scm: initial version
	* extensions/init.scm: added gnubot.scm entry
	* extensions/Makefile.am: added gnubot.scm entry
	* src/gnuyahoo.c: added missing free() for a malloc()

	
2002-11-10 Nirranjan.K <nirranjan@yahoo.com>

	* doc/gnuyahoo.texi: documented gy-contact-added-hook and
	gy-add-buddy

	
2002-11-10 Nirranjan.K <nirranjan@yahoo.com>

	* src/extension.[c,h]: added gy-contact-added-hook and gy-add-buddy
	* src/scm-procedures.[c,h]: added ex_add_buddy
	* src/yahoo2-callbacks.c: modified gy_ext_yahoo_contact_added ()
	for gy-contact-added-hook

	
2002-11-9 M.P. Anand Babu <ab@gnu.org.in>

	* gnuyahoo.[c,h]: added macro definition for default contents of
	gnuyahoo.scm config file
	* guile-wrapper.[c,h]: new powerful exception handling from
	C. This covers complete exception handling and backtracing for any
	problem in guile. Helps to stabilize gnuyahoo much quickly :)

	
2002-11-8 M.P. Anand Babu <ab@gnu.org.in>

	* yahoo2-callbacks.c: fixed segfault during offline file-download
	message in gy_ext_yahoo_got_file(...) by checking for NULL msg.
	Users migrating from 1.0.0 to higer will have .gnuyahoo dir, but
	no .gnuyahoo/downloads dir. So check and create them in
	gy_ext_yahoo_got_file(...).
	* BUGS: added file-download-bug
	
	
2002-11-8 Nirranjan.K <nirranjan@yahoo.com>

	* src/yahoo2-callbacks.c: modified to save files from buddy in new
	downloads directory, corrected adding gnubot as buddy error
	* src/gy-utils.[c,h]: added get_downloads_directory ()
	* src/gnuyahoo.c: added code to write contents into gnuyahoo.scm
	and create download directory in setup mode
	* extensions/xmessage.scm: corrected xmessage security bug
	* src/yahoo2-callbacks.c: added more printf messages when another
	buddy adds to his/her contact list in gy_ext_yahoo_contact_added()
	* doc/gnuyahoo.texi: corrected a mistake in sending patch to gnuyahoo
	

2002-11-7 Nirranjan.K <nirranjan@yahoo.com>

	* src/interpreter.[c,h] added ?send-file
	* doc/gnuyahoo.texi added ?send-file documentation
	* src/yahoo2-callbacks.c: modified gy_ext_yahoo_got_file () to fix
	a bug in file download
	

2002-11-4 M.P. Anand Babu <ab@gnu.org.in>

	* INSTALL: updated guile version that works with GNUYahoo
	* messenger.h: included sys/time.h. These changes makes sure
	GNUYahoo works for older versions of GNU/Linux distributions like
	crappy Redhat 6.2 even.
	
	
2002-11-2 M.P. Anand Babu <ab@gnu.org.in>

	* ChangeLog: Scroll to the bottom of the page and look for new
	change log guidance.
	* src/yahoo2-callbacks.c: auto-insert support for yahoo
	conference.
	* src/interpreter.c: formated help messages. renamed ?conf-begin to
	?conf-start and ?conf-quit to ?conf-end. changed ?ignorelist to
	?ignore-list
	* gy-utils.h: commented strcasestr prototype
	* extensions/utils.scm: changed sleep to usleep (micro sleep), 2
	seconds is overkill.
	* doc/gnuyahoo.texi: updated the documnentation for the above
	changes.
	* configure.in: changed version from 1.0.0 to 1.0.1


Fri Nov  1 11:43:27 IST 2002	Nirranjan.K <nirranjan@yahoo.com>
	
	* src/interpreter.[c,h]: added conference functions
	* src/yahoo2-callbacks.c: added conference function
	* src/scheme_procedures.c: removed a compiler warning
	* extensions/conference.scm: rename conf-* to vconf-*
	* doc/gnuyahoo.texi: added documentation for conference

	
Thu Oct 31 08:00:00 UTC 2002	K.Viswanathan <gnuvisu@yahoo.com>

	* extensions/utils.scm: added delay in send-message-to-group since
	yahoo dont allow message flooding


Thu Oct 31 11:16:54 IST 2002	Nirranjan.K <nirranjan@yahoo.h>
	* scm-procedures.c: fixed gy-get-buddy-list bug in
	ext_get_buddy_list()
	
2002-10-29  M.P. Anand Babu  <ab@gnu.org.in>

	* interpreter.c: commented out white-space stripping.
	

Sun Oct 27 16:15:38 IST 2002    Nirranjan.K <nirranjan@yahoo.com>
	* interpreter.[c,h] added ?reject command and corrected
	readline-tab functionlity to display only buddy names for ?add
	?ignore and ?unignore
	* gnuyahoo.texi added ?reject command
	

Wed Oct 23 15:29:47 IST 2002	Nirranjan.K <nirranjan@yahoo.com>
	* Ported gnuyahoo to use libyahoo2 version 0.6.1.
	Used struct call backs, replaced YList instead of GList, added 
	'from' parameter for some callback functions for the porting
	* INSTALL: Added details of configuring libyahoo2
        * interpreter.c: made modifications to use YList instead of GList
	* interpreter.h: added prototype of get_nth_buddy () for YList
	* messenger.c: called register_callbacks for using struct callbacks
	* messenger.h: modified GLIst to YList
	* yahoo-wrapper.c: made modifications to use YList instead of GList
 	* yahoo-wrapper.h: replaced buddy_list_call_back () and
	ignore_list_call_back () by show_buddy () and ignore_buddy ()
	respectively
	* yahoo2-callbacks.c: added register_callbacks () function and
	changed signature of various function
	

Fri Oct 18 05:38:22 UTC 2002	M.P.Anand Babu <ab@gnu.org.in>
	* utils.scm: new procedure skip-comment. fixed parsing bugs
	related to # comment char.
	

Wed Oct 16 00:21:25 PDT 2002    M.P.Anand Babu <ab@gnu.org.in>
	* xmessage.scm: new extension for gnuyahoo X popup messages
	* gnuyahoo.texi: updated ?xmessage command
	* yahoo2-callbacks.c: used PRINTF_MESSAGE for some asynchronous
	error messages. Removed help message on setup-mode hooked to
	got_buddies.
	
	
Sun Oct 13 10:41:09 PDT 2002    M.P.Anand Babu <ab@gnu.org.in>
	* yahoo-wrapper.c: fixed seg-fault on
	?cf-end. set_current_target_buddy can handle NULL now.

	
Fri Oct 11 19:48:13 IST 2002	Nirranjan.K <nirranjan@yahoo.com>
	* yahoo2-callback.c: ext_yahoo_got_file() fixed error in opening
	local file to save the contents of the file received

	
Thu Oct 10 20:48:26 IST 2002	Nirranjan.K <nirranjan@yahoo.com>
	* yahoo2-callback.c:  ext_yahoo_status_changed() changed to
	solve display of (null) status for ?who when buddy status 
	notification is set to hide


Wed Oct  9 19:50:58 UTC 2002    M.P.Anand Babu <ab@gnu.org.in>
	 * ping.scm: added a new dynamic command ?buzz
	 * gnuyahoo.texi: documented ?buzz

	
Sun Oct  6 21:28:52 UTC 2002    M.P.Anand Babu <ab@gnu.org.in>
	 * interpreter.c: added help message to ?ignore command.
	 * interpreter.c and *.scm:  Better help message format this
	 time.
	 * gnuyahoo.texi: added doc for new ?ignore commands.
	 * doc/examples/gnuyahoo.scm: removed IGNORE scheme interface
	 example

	
Thu Oct  3 19:05:29 IST 2002	Nirranjan.K <nirranjan@yahoo.com>
	 * yahoo-wraper.c: added display_ignore_list (),
	 ignore_list_call_back ()
	 * interpreter.c: added ?ignorelist

	
Thu Oct  3 17:52:37 IST 2002	Nirranjan.K <nirranjan@yahoo.com>
	 * interpreter.c: added ?ignore and ?unignore
	 * interpreter.c: added prototypes command_ignore_buddy 
	 and command_unignore_buddy
	 * init.scm: commented gy-load ignore.scm

	
Thu Oct  3 14:51:14 IST 2002	Nirranjan.K <nirranjan@yahoo.com>
	 * interpreter.c: corrected ?help message in command_show_help
	 * proud-of-gnuyahoo.scm corrected ?gnuyahoo error msg

	
Thu Oct  3 12:09:29 IST 2002	Nirranjan.K <nirranjan@yahoo.com>
	* interpreter.c: fixed bug in command_buddy_remove 

	
Thu Oct  3 03:52:03 UTC 2002	 M.P.Anand Babu <ab@gnu.org.in>
	* gnuyahoo.c: in main(), call setrlimit to set core file 
	size to infinity. This enables gnuyahoo to generate core dumps
	irrespective of the system.

	
Wed Oct  2 07:39:32 UTC 2002	 M.P.Anand Babu <ab@gnu.org.in>
	* messenger.c: setting default status bug fixed finally in 
	messenger_main. 
	* yahoo2-callbacks.c: Fixed seg-fault on custom message for 
	a buddy, not yet refreshed in buddy list in the
	ext_yahoo_status_changed 
	* interpreter.c: ?help ?status now lists the possible 
	status codes. ?status command doesn't allow setting unknown
	status codes.
	* extensions/Makefile.am: changed EXTA_DIST += to 
	EXTRA_DIST =
	* shell.scm: ?restart now supports command-line arguments
	to gnuyahoo
	* utils.scm: new procedures skip-whitespaces, read-token
	sentence->words, blank-line?
	
	
Sun Sep 29 21:45:07 UTC 2002	 M.P.Anand Babu <ab@gnu.org.in>
	* scm_procedures.c: added new primitive gy-set-prompt!
	* messenger.c: fixed the default negative status bug.
	* init.scm: added debugging features including backtracing.
	Moved color.scm to second position in loading. Now the default
	prompt is set through init.scm.
	* color.scm: added two procedures ignore-message! and
	ignored-message?
	* proud-of-gnuyahoo.scm: uses gy-display instead of display now
	for asynchronous messages. Fixed the protocol messages display
	bug through ignore-message! feature.
	* gnuyahoo.texi: added documentation for gy-set-prompt!
	primitive and ignore-message!, ignored-message? procedures.
	* AUTHORS: added <nirranjan@yahoo.com> to core team.


Sat Sep 28 13:15:13 UTC 2002	A.Balamurugan <balamurugana@yahoo.com> and M.P.Anand Babu <ab@gnu.org.in>
	* yahoo2-callbacks.c: fixed a bug in ext_yahoo_status_changed()
	displaying null custom status message. automatic addition of
	gnubot to buddylist for the first time from
	ext_yahoo_add_handler().  Moved gy-login-post-hook to
	ext_yahoo_add_handler().  Running for first time, will now 
	throw help message from ext_yahoo_got_buddies().
	* messenger.c: in messenger_main(), replaced socket connection
	message with login name and status message. 
	Fixed default_status bug in messenger_main.
	* color.scm: added dynamic commands ?color-on, ?color-off and
	?color-buddy.
	* yahoo-wrapper.c: commented unknown buddy warning message in
	buddy_list_call_back(). 
	* gnuyahoo.texi: color.scm dynamic commands documented
	* TODO: updated new TODOs for 1.0.0 onwards
	* BUGS: filter-message-bug added
	
	
Mon Sep 23 17:19:04 UTC 2002	K.Nirranjan <nirranjan@yahoo.com>
	* scm-procedures.c: fixed, ex_display function
	* color.scm: added, new functionality. Display of received
	messages in color.

	
Fri Sep 20 15:09:17 UTC 2002	K.Nirranjan <nirranjan@yahoo.com>
	* yahoo2-callbacks.c: fixed, add buddy segmentation fault

	
Fri Sep 20 07:30:19 UTC 2002	A.Nagappan <nagappanal@yahoo.com>
	* scm-procedures.c: fixed, '?broadcast <msg to all buddies>'
	* yahoo2-callbacks.c: fixed, Notification of new mail

	
Thu Sep 19 07:27:43 UTC 2002	A.Balamurugan <balamurugana@yahoo.com>
	* gy-utils.h: fixed, pre-buddylist-segfault-bug in PRINTF_MESSAGE
	* yahoo2-callbacks.c: fixed, '?toggle status' in
	ext_yahoo_status_changed(), thanks to nirranjan@yahoo.com
	* interpreter.c: fixed, segfault on ?remove in command_buddy_remove()
	* interpreter.c: fixed, logical error on command_buddy_add(),
	thanks to nirranjan@yahoo.com
	* scm-procedures.c: compiler warning messages are removed in
	ex_get_buddy_list()
	* messenger.c: compiler warning messages are removed in main_loop()
	* BUGS: updated.

	
Mon Sep 18 15:15:05 UTC 2002	H.E.Ramesh <ramyog_2000@yahoo.com>
	* yahoo2-callbacks.c:  fixed, Terminal-attributes-restore-bug
	(when login failure) in ext_yahoo_login_response ()

	
Mon Sep 16 13:51:41 UTC 2002	A.Balamurugan <balamurugana@yahoo.com>
	* yahoo2-callbacks.c: fixed font-parsing-bug in ext_yahoo_got_im() 

	
Mon Sep 16 12:32:07 UTC 2002	A.Balamurugan <balamurugana@yahoo.com>
	* messenger.c: readline-whitespace-bug is fixed.

	
Mon Sep 16 17:50:05 UTC 2002	H.E.Ramesh <ramyog_2000@yahoo.com>
	* gnuyahoo.c: migrate to 'argp' instead of getopt_long
	* doc/Makefile.am: Added '*.1', *vti  and '*.info' for DISTCLEAN
	* configure.in: changed argp_pasre instead of getopt_long in 
	AC_CHECK_FUNCS 
	
		
Mon Sep 16 05:13:05 UTC 2002	M.P.Anand Babu <ab@gnu.org.in>
	* yahoo-wrapper.c: buddy_list_call_back now shows idle users 
	too in ?who
	* BUGS: new list of bugs updated

	
Sat Sep 14 14:23:23 UTC 2002	A.Balamurugan <balamurugana@yahoo.com>
	* yahoo-wrapper.[c,h]: Added buddy list with status message.
	* yahoo2-callbacks.c: updated ext_yahoo_status_changed() for buddy
	list status message.

	
Fri Sep 13 04:11:35 UTC 2002	M.P.Anand Babu <ab@gnu.org.in>
	* messenger.c: fixed --status feature to work with with libyahoo2
	* yahoo2-callbacks.c: implemented gy-message-receive-hook,
	set_target_buddy on receive (AUTO-INSERT-MODE)
	* extension.c: removed 4 redudant message manipulation hooks
	and all its references in corresponding files
	* src/Makefile.am: added -D_GNU_SOURCE definition
	

Thu Sep 12 02:29:13 UTC 2002    Mridul Jain <gnuindian@yahoo.com>
	* interpreter.c: removed the ftp commands support
	* interpreter.h: removed the ftp functions
	* src/Makefile.am: removed the ftp lib dependency
	* configure.in: removed the ftplib.h check
	* INSTALL: removed the requirements mentioned about ftp support

	
Wed Sep 11 09:44:00 UTC 2002	A.Balamurugan <balamurugana@yahoo.com>
	* messenger.[c,h], interpreter.[c,h], yahoo-wrapper.[c,h],
	scm-procedures.[c,h]: rewritten for libyahoo2 library
	* gy-utils.[c,h]: added function yahoo_status_code().
	* yahoo2_callbacks.c: newly added for libyahoo2 library.
	* configure.in, Makefile.am: modified for libyahoo2 library.
	

Mon Apr  1 09:39:14 UTC 2020	M.P.Anand Babu <ab@gnu-india.org>
	* interpreter.c: fixed argument parsing bug, which was introduced
	last time :D
	
	
Thu Mar 21 14:55:47 UTC 2002	M.P.Anand Babu <ab@gnu-india.org>
	* interpreter.c: fixed bracket parsing bug, replaced sprintf with
	strcat
	
	
Thu Mar 21 07:43:18 UTC 2002	K.Viswanathan <gnuvisu@yahoo.com>
	* conference.scm, utils.scm, shell.scm: moved list2csv to
	list->csv and list2asv to list->asv
	* gnuyahoo.texi, version.texi: updated for above changes


Thu Mar 21 07:30:13 UTC 2002	K.Viswanathan <gnuvisu@yahoo.com>
	* scm-procedures.[c,h]: added ex_get_buddy_list function
	* extension.c: exported gy_get_buddy_list function
	* broadcast.scm: added dynamic command ?broadcast
	* utils.scm: added (symbolrnumber->symbol) and (list->symlist)
	* gnuyahoo.texi, version.texi: updated texi for ?broadcast command
	* extensions/Makefile.am: updated for broadcast.scm


Fri Mar 15 14:24:37 UTC 2002   M.P.Anand Babu <ab@gnu-india.org>
	* forward.scm: renamed bounce.scm -> forward.scm as per RMS's
	suggestion and at all other related occurances (texi, 
	init.scm, ...)
	
	
Tue Mar  5 14:28:01 UTC 2002  A.Balamurugan <balamurugana@yahoo.com>
	* gy-utils.[c,h]: added functions parse_color_code () and 
	parse_font_tag ().  Movied filter_message () to 
	old_filter_message () and rewritten new filter_message ()

	
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. 

GUIDELINES:
	* RUN 'make distclean' BEFORE YOU COMMIT.
	* CHANGELOG HEADER FORMAT EXAMPLE:
EXAMPLE BEGIN
2002-10-29  M.P. Anand Babu  <ab@gnu.org.in>

	* ChangeLog: added guidelines

	
EXAMPLE END
