2005-05-16  Jordi Mallach  <jordi@sindominio.net>

	* src/directions.c (directions_window_ok_cb): Fix typo which
	would prevent directional keys from being saved correctly
	(fixes #304050).

	* NEWS: Updated for 0.10.7.
	* configure.ac: Release gnome-mud 0.10.7.

2005-05-10  Jordi Mallach  <jordi@sindominio.net>

	* Makefile.am (EXTRA_DIST): Get rid of
	intltool-modules/XML/Parser/Style/OrigTree.pm.
	* src/Makefile.am (EXTRA_DIST): Add directions.h.

	* NEWS: Updated for 0.10.6.
	* configure.ac: Release gnome-mud 0.10.6.

2005-05-10  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c (text_entry_activate): Apply fix from Peter Andersson
	to fix history scrollback behaviour (fixes #116324).

2005-04-01  Steve Murphy  <murf@e-tools.com>

	* configure.in: Added "rw" to ALL_LINGUAS.

2005-03-13  Robin Ericsson  <lobbin@localhost.nu>

	* src/net.c (make_connection): Removed unused variable conn_id.
	(read_from_connection): Changed string to const char* and to
	_not_ free it, it's declared static in mccpDecompress.c.

2005-03-11  Robin Ericsson  <lobbin@localhost.nu>

	* src/gnome-mud.h [connection_data]: Added member naws.
	Added a few prototypes.

	* src/init.c (create_connection_data): Set news to FALSE and connect
	signals so we can detect changes in displayed w/h.

	* src/telnet.c (write_octet): Removed.
	(write_escaped_octet): Added.
	(connection_send_naws): Now escapes values of 255.
	(pre_process): Moved IAC WILL NAWS to connection_send_naws.

	* src/window.c (vte_might_need_naws): Added.
	(vte_char_size_changed_cb): Added.
	(vte_resize_window_cb): Added.

2005-03-07  Robin Ericsson  <lobbin@localhost.nu>

	* gnome-mud.schemas.in, ui/directions.glade: Changed short name to 
	"Directional keybindings", fixes bugs #169184.

2005-03-04  Robin Ericsson  <lobbin@localhost.nu>

	* po/POTFILES.in: Added src/directions.c and ui/directions.glade.

2005-03-03  Robin Ericsson  <lobbin@localhost.nu>

	* Makefile.am: Added ui subdir.

	* configure.ac: Added requirement for libglade-2.0.

	* gnome-mud.schemas.in: Added default directions to Default profile.

	* src/Makefile.am, src/directions.[ch]: Added.

	* src/gnome-mud.h [profile_data]: directions added.

	* src/init.c (text_entry_key_press_cb): Use dynamic directions from
	profile.
	* src/map.c (user_command),
	(get_direction_text): Ditto.

	* src/profiles.c (profile_load_directions): Added.
	(load_profiles): Load directions.
	(profilelist_profile): Set directions.
	(profilelist_directions_cb): Added.
	(window_profile_edit): Added direction button in toolbar menu.

	* ui/Makefile.am, ui/directions.glade, ui/.cvsignore: Added.

2005-02-16  Jordi Mallach  <jordi@sindominio.net>

	* Makefile.am (EXTRA_DIST): Add gnome-mud.spec.
	* configure.ac (AC_OUTPUT): Add gnome-mud.spec.
	* gnome-mud.spec.in: Add RPM spec file from Adam Luchjenbroers.

2004-11-24  Amanpreet Singh Alam <amanlinux@netscape.net>

	* configure.ac: Add pa to ALL_LINGUAS

2004-05-01  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.

2004-04-10  Gareth Owen  <gowen72@yahoo.com>

	* configure.ac: Added en_GB to ALL_LINGUAS

2004-03-21  Gustavo Noronha Silva  <kov@debian.org>

	* configure.ac: added pt_BR to ALL_LINGUAS

2004-02-22  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c (window_menu_help_about): Use gtk_widget_show_all so
	the href shows up.
	Add a callback to destroy the about dialog, probably fixing a random
	segfault I was experiencing.

2004-02-12  Jordi Mallach  <jordi@sindominio.net>

	* src/gnome-mud.c (main): Set the default application window using
	the new icon.

	* NEWS: Set release date.
	* configure.ac: Release gnome-mud 0.10.5.

2004-02-12  Jordi Mallach  <jordi@sindominio.net>

	* BUGS: Remove (old) items, just leave the Bugzilla pointer.
	* NEWS: Update for 0.10.5.

2004-02-11  Jordi Mallach  <jordi@sindominio.net>

	* src/window.c (terminal_feed): Revert last patch, doesn't work well.
	* src/net.c (connection_send_data): Patch from
	Juliano Ravasi Ferraz <jferraz@linkway.com.br>, convert all input
	text to the current locale before sending. Solves bad display on
	non-UTF-8 muds. Fixes bug #133517.

2004-02-11  Robin Ericsson  <lobbin@localhost.nu>

	* src/window.c (terminal_feed): Convert vte-feed-buffer from utf-8
	to locale fixing problem where user has a non-utf-8 locale.

2004-02-11  Jordi Mallach  <jordi@sindominio.net>

	* src/pixmaps/gnome-mud.png, src/pixmaps/gnome-mud-tray-icon.png,
	src/svg/gnome-mud.svg: New gnome-mud icon, courtesy of Daniel Taylor,
	thanks!
	* src/pixmaps/Makefile.am: Add new icons, and install gnome-mud.png in
	the general pixmapsdir.
	* src/tray.c (tray_update_icon): Use the new tray icon.
	* src/init.c (window_menu_help_about): Use new app icon.
	* gnome-mud.desktop.in: Likewise.

	* src/python.c: Placate silly warning.

	* src/init.c (window_menu_help_about): Add Adam, Nuno and Daniel to
	the credits dialog.

	* configure.ac: Fix AM_INIT_AUTOMAKE.
	* autogen.sh: Require automake >= 1.6.

2004-01-27  Robin Ericsson  <lobbin@localhost.nu>

	* ROADMAP: Removed some entries we've fixed. Whohoo!! :)

	* src/net.c (make_connection): Compile-fix for lost part of Adams
	patch from yesterday.

2004-01-26  Jordi Mallach  <jordi@sindominio.net>

	* src/python.c (pyConnection_equals): New function, still unfinished.
	(pyConnection_isFocus): New, return true if the connection object
	is the current focused connection; false otherwise. Patch by
	Adam Luchjenbroers.
	* plugins/python/HPinfo.py: Updated version from Adam Luchjenbroers.

2004-01-23  Jordi Mallach  <jordi@sindominio.net>

	* plugins/python/HPinfo.py: Updated version from Adam Luchjenbroers.

2004-01-20  Jordi Mallach  <jordi@sindominio.net>

	* plugins/python/HPinfo.py: New plugin from Adam Luchjenbroers.
	* plugins/python/Makefile.am (EXTRA_DIST): Add HPinfo.py.
	* configure.in (AC_OUTPUT): Add plugins/python/Makefile.

	* NEWS: Updated.

2004-01-18  Jordi Mallach  <jordi@sindominio.net>

	* src/python.c (pymud_pygtk_add_widget): Add missing gtk_widget_show()
	call to fix PyGTK support. Patch from Adam Luchjenbroers.

2004-01-13  Robin Ericsson  <lobbin@localhost.nu>

	* src/gnome-mud.h (destroy): Changed proto.

	* src/init.c (destroy): Changed from void to gboolean, returning TRUE
	if we want to keep the main window.
	(main_window): Changed signal from delete_event to delete-event.

	* src/tray.c (destroy): Removed proto already existing in gnome.mud.h.

2004-01-09  Jordi Mallach  <jordi@sindominio.net>

	* configure.ac: Remove call to AM_GNU_GETTEXT_VERSION, which confuses
	aclocal on some distros.

	* python.c (pymud_version): Pass correct arguments to
	gtk_box_pack_start(). Patch from Aravi. (This code is currently
	disabled).

2004-01-09  Jordi Mallach  <jordi@sindominio.net>

	* src/net.c: Fix the path for connection status icons.

2004-01-09  Jordi Mallach  <jordi@sindominio.net>

	* src/tray.c (tray_menu): Show/Hide labels were inverted.
	
	* src/pixmaps/Makefile.am: Embarrasing error...

2004-01-09  Jordi Mallach  <jordi@sindominio.net>

	* src/tray.c (tray_menu): Add mnemonics for menu items, change
	"Exit" to "Quit". Added separator.

2004-01-09  Jordi Mallach  <jordi@sindominio.net>

	* src/map.c (path_type_dialog): Fix compile warning.

	* src/init.c (window_menu_file_close), (main):
	* src/net.c (action_send_to_connection): Only show connection
	tabs if there's more than one, and set the main tab label to the
	connection name.
	Add a connection status icon to the connection tab.
	* src/eggtrayicon.[ch]:
	* src/tray.c: New file, notification area icon to show/hide the
	main window, and notify about new data.
	Patches by Nuno Sousa <nunofgs@punkass.com>.

	* src/Makefile.am (SUBDIRS): Add pixmaps.
	(GMPIXMAPSDIR): Added new directory for gnome-mud icons.
	(gnome-mud_SOURCES): Updated.
	* src/pixmaps/Makefile.am: New.
	* src/pixmaps/connection.png, src/pixmaps/connection-offline.png:
	Added.

	* configure.ac (AC_OUTPUT): Updated.

	* NEWS: Updated.

2004-01-03  Jordi Mallach  <jordi@sindominio.net>

	* src/modules_api.[ch], src/net.c: Reapply Quim's patch, with a pair
	of changes suggested by Dani Carbonell to fix the potential
	segfaults.

2004-01-02  Jordi Mallach  <jordi@sindominio.net>

	* src/modules_api.[ch], src/net.c: Unapply plugin patch which was
	causing segfaults.

	* Makefile.am (EXTRA_DIST): Add
	intltool-modules/XML/Parser/Style/OrigTree.pm.

	* NEWS: Updated.
	
	* configure.ac: Released gnome-mud 0.10.4a.

2003-12-22  Jordi Mallach  <jordi@sindominio.net>

	* Makefile.am (EXTRA_DIST): Duh, remove configure.in.

2003-12-22  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: Updated for 0.10.4.
	
	* configure.ac: Release gnome-mud 0.10.4.

2003-12-19  Robin Ericsson  <lobbin@localhost.nu>

	* Applied patch from Quim Rovira.

	* NEWS: Updated.
	
	* src/modules_api.c (plugin_connection_send): Added.

	* src/modules_api.h (plugin_connection_send): Prototype added.

	* src/net.c (action_send_to_connection): Adds an extra \n so that
	trigger parsing will only occur once.
	(connection_send_data): Pass data through plugins registerd for
	outbound data.
	
2003-12-18  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: Updated.

2003-12-18  Robin Ericsson  <lobbin@localhost.nu>

	* src/net.c (check_aliases): Remove alias nesting.
	Only check first word of input string for alises.

2003-12-18  Jordi Mallach  <jordi@sindominio.net>

	* gnome-mud.schemas.in: <menthaway> Oskuro: Wasn't Toto a band? ;-)
	Or in other words, fix a silly typo.

2003-12-17  Jordi Mallach  <jordi@sindominio.net>

	* gnome-mud.schemas.in: Added missing <long> descriptions.

2003-12-17  Robin Ericsson  <lobbin@localhost.nu>

	* configure.ac: Added checkes for time.h and sys/time.h

	* gnome-mud.schemas.in: Added key functionality/flush_interval

	* src/gnome-mud [connection_data]: Added last_log_flush.
	[system_data]: Added FlushInterval.

	* src/init.c (create_connection_data): Added current timestamp to new
	connection.

	* src/prefs.c (prefs_gconf_changed): Added flush_interval key.
	(load_prefs): Ditto.

	* src/window.c: Added extern prefs.
	(textfield_add): flush logfiles if a certain gconf settable amount
	of time have passed since last lines were written. Fixes bug #116325.

2003-12-17  Jordi Mallach  <jordi@sindominio.net>

	* autogen.sh: Remove workarounds for configure.ac, gnome-common 2.4.0
	groks new autoconf versions.

	* src/gnome-mud.c (gconf_sanity_check_string): New function stolen
	from gnome-games to check for badly installed schemas.
	(main): check for "/apps/gnome-mud/functionality/terminal_type" before
	starting.

2003-12-12  Jordi Mallach  <jordi@sindominio.net>

	* configure.ac (ALL_LINGUAS): Added "hr" (Croatian).

	* src/data.c (find_data): Robin's patch to ignore unuseful spaces in
	input. Fixes Debian Bug#222295.
	* src/log.c (window_menu_file_save_log_file_ok_cb): Use
	vte_terminal_get_text() to get the terminal data. Fix by Dani
	Carbonell. Fixes Debian Bug#222294.
	* src/profiles.c (connections_button_press_cb): Read data from the
	correct column, to avoid segfaulting. Fix by Dani Carbonell.
	Fixes #127166.

	* NEWS: Updated.

2003-11-20  Jordi Mallach  <jordi@sindominio.net>

	* src/net.c (open_connection): initialize all the fields in
	getaddrinfo() to fix a connect error on FreeBSD. Patch by Sjoerd
	Simons.

2003-11-11  Robin Ericsson  <lobbin@localhost.nu>

	* 0.10.3 release.

2003-09-29  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: Updated.

2003-09-25  Robin Ericsson  <lobbin@localhost.nu>

	* src/profiles.s (profilelist_cleanup): Removed. Fixes bug #117242.

2003-09-12  Robin Ericsson  <lobbin@localhost.nu>

	* src/profiles.c (profile_gconf_sync_connection_list): fixed error
	that trashed the connectio list. Fixes bug #120044. Might fix
	bug #119451.

2003-09-02  Jordi Mallach  <jordi@sindominio.net>

	* src/prefs.c: Use ngettext in the messages that need it.
	Patch from Danilo.

2003-09-02  Jordi Mallach  <jordi@sindominio.net>

	* src/modules_api.c: Err, fix some more.

2003-09-02  Jordi Mallach  <jordi@sindominio.net>

	* gnome-mud.schemas.in: Fix typo.
	* src/modules_api: Fix up a few wrong sentences.
	* src/map.c: Add translator comment.
	Thanks to Danilo Šegan for the suggestions.

2003-09-01  Danilo Å egan  <dsegan@gmx.net>

	* configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-09-01  Metin Amiroff  <metin@karegen.com>

	* configure.ac: Added "az" in ALL_LINGUAS.

2003-08-11  Jordi Mallach  <jordi@sindominio.net>

	* configure.ac (ALL_LINGUAS): Added Malayalam (ml).
	* NEWS: Updated.

2003-07-30  Duarte Loreto <happyguy_pt@hotmail.com>

	* configure.ac: Added Portuguese (pt) to ALL_LINGUAS.

2003-07-25  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: Updated.

2003-07-25  Artur Flinta  <aflinta@cvs.gnome.org>

	* configure.ac: Added "pl" to ALL_LINGUAS.

2003-07-17  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* configure.ac: Dutch translation added.

2003-07-14  Robin Ericsson  <lobbin@localhost.nu>

	* NEWS: updated.

	* src/data.c, src/profiles.c: Escape wizard- and profilenames when
	used in gconf. Fixes bug #117241.
	
2003-07-14  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c (window_menu_help_about): Remove obsolete comment.

2003-07-13  Miloslav Trmac  <mitr@volny.cz>

	* configure.ac: Added "cs" (Czech) to ALL_LINGUAS.

2003-07-11  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c (window_menu_help_about): Use markup for the copyright
	symbol instead of UTF-8.
	(main_window): Don't show the Python version on startup, as it's
	mostly useless. Fixes bug #117108.

	* src/net.c (append_word_to_command): Use g_string_append_printf
	instead of deprecated g_string_sprintfa.

2003-07-11  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c [toolbar_menu]: Oops, use N_(), not _().

2003-07-11  Jordi Mallach  <jordi@sindominio.net>

	* src/data (window_data): Don't include the function name in the
	warning message. Fixes bug #117099.

	* src/init.c [toolbar_menu]: Add hints to toolbar items.

	* src/modules.c (do_plugin_information): Improve checkbox label.

2003-07-11  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c (main_window): Fix another string with Commonwealth
	English (Licence -> License).
	(window_menu_help_about): Change the copyright symbol to UTF-8 and
	unmark the string for translation. Fixes bug #117101.
	* src/profiles.c, src/map.c: Add translator comments on messages that
	can be misinterpreted. Fixes bug #117104.
	* src/mudlist.c: Remove uneeded spaces from strings. Partially fixes
	bug #117108.

2003-07-10  Jordi Mallach  <jordi@sindominio.net>

	* src/data.c, src/keybind.c, src/prefs.c, gnome-mud.schemas.in:
	Use American English instead of Commonwealth English for "Color" and
	"Center". Fixes bug #117100.
	* src/log.c: Fix the construct of a message to make it not look weird.
	Fixes bug #117102.
	* src/map.c: Fix typo. Fixes bug #117103.
	* src/prefs.c: Fix typos. Fixes bug #117107.
	* src/keybind.c, src/prefs.c, src/profiles.c, gnome-mud.schemas.in:
	Standarize the use of "keybinding" on all messages. Fixes bug #117105.
	* gnome-mud.schemas.in: Use "directory", not "dir". Fixes bug #117106.

2003-07-09  Robin Ericsson  <lobbin@localhost.nu>

	* Release 0.10.2

	* NEWS: Added date for 0.10.2.

	* configure.ac: Dumped to 0.10.2.

2003-07-04  Robin Ericsson  <lobbin@localhost.nu>

	* src/init.c (destroy): Only display dialog when we have open
	connections.
	(window_menu_file_connect): Pressing enter now works on
	connect dialog.

2003-07-02  Abigail Brady  <morwen@evilmagic.org>

	* src/telnet.c: Fix bug with dealing with SB.

2003-07-02  Robin Ericsson  <lobbin@localhost.nu>

	* NEWS: Fixed up a bit.

2003-07-02  Abigail Brady  <morwen@evilmagic.org>

	* src/telnet.c: Make it send out valid NAWS subnegs if our screen 
	size happens to contain	255 in its serialisation.

	* src/telnet.c: Null-terminate the output buffer. Oops.

2003-06-31  Jordi Mallach  <jordi@sindominio.net>

	* README: Update for new mailing list, bugzilla, etc.

	* NEWS: Update for 0.10.2.

	* configure.ac: Remove some silly stuff.

2003-06-30  Abigail Brady  <morwen@evilmagic.org>

	* src/telnet.c, src/init.c, src/gnome-mud.h: Fix telnet
	handling to work if telnet sequences are split across
	packets.

2003-06-30  Robin Ericsson  <lobbin@localhost.nu>

	* plugins/text.plugin: Make it compile again.	

	* src/Makefile.am: Remove GTK_ENABLE_BROKEN=1

	* src/modules.c (plugin_clist_select_row_cb):
	Changed from GtkText to GtkTextView. 
	(do_plugin_information): Ditto.

	* src/modules_api.c [__MODULE__]: Remove define.

	* src/mudlist.c: Rewrote to use GtkTreeModel and
	GtkTextView instead of GtkTree and GtkText.  

2003-06-25  Jordi Mallach  <jordi@sindominio.net>

	* BUGS: Add a pointer to bugzilla.

	* configure.ac (AC_INIT): Remove BUG-REPORT argument.

	* gnome-mud.desktop.in: Add X-GNOME-Bugzilla entries.

2003-06-24  Jordi Mallach  <jordi@sindominio.net>

	* configure.ac (ALL_LINGUAS): Added "mk" (Macedonian).

	* src/bind.c (window_keybind): Replace gdk_window_raise() &
	gdk_window_show() with gtk_window_present().
	* src/modules.c (do_plugin_information): Likewise.
	* src/mudlist.c (window_mudlist): Likewise.
	* src/prefs.c (window_prefs): Likewise.
	* src/profiles.c (profilelist_dialog): Likewise.
	(window_profiles): Likewise.
	(window_profile_edit): Likewise.

2003-06-18  Fatih Demir <kabalak@gtranslator.org>

	* configure.ac: Added Turkish ("tr") to the languages' list and re-
		ordered the languages list there.

2003-06-18  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c (window_menu_help_about): Check for an existing about
	window before doing anything. Fixes a crash when you try to open the
	about dialog multiple times.

2003-06-10  Jordi Mallach  <jordi@sindominio.net>

	* src/gnome-mud.c (main): Yet another embarrasing bugfix, initialize
	the gettext textdomain correctly, specifying UTF-8 as the codeset.

2003-06-09  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: Update for 0.10.1.

	* configure.in: Bump version to 0.10.1, update LSMDATE.

2003-06-08  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c (text_entry_key_press_cb): Patch from Robin to fix the
	PageUp/PageDown segfault, by using the Vte function instead of the
	scrolled_window one.

	* doc/gnome-mud-manual/C/gnome-mud-manual.xml: Fix DTD declaration.
	* doc/gnome-mud-plugin-api/C/gnome-mud-plugin-api.xml: Likewise.

	* NEWS: Updated.

2003-06-06  Jordi Mallach  <jordi@sindominio.net>

	* src/net.c (read_from_connection): Patch from Vashti, fixes a crash
	in connections with no profile set.

2003-06-05  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: Updated, docs are finally working.

2003-06-05  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c: Remove fixed FIXMEs.

	* BUGS: Add a few known issues.

2003-06-05  Abigail Brady  <morwen@evilmagic.org>

	* src/map.c, net.c, prefs.c, map-link.c: Backport to C90, which has
	declarations before code.

	* src/prefs.c: Kill a segfault if there are no saved colour palette
	settings.

Wed Jun  4 19:53:54 CEST 2003  Jordi Mallach  <jordi@sindominio.net>

	* doc/gnome-mud-manual/C/topic.dat: Removed.
	* doc/gnome-mud-plugin-api/C/topic.dat: Removed.
	* doc/xmldocs.make: change docdir to install the manuals into
	$(datadir)/gnome/help/$(PACKAGE)/$(lang), so gnome_help_display finds
	the documentation.

	* src/Makefile.am: Switch to a more common layout without a special
	target for gnome-mud.o.

Wed Jun  4 19:00:20 CEST 2003  Jordi Mallach  <jordi@sindominio.net>

	* src/Makefile.am: Pass a few needed variables at compile time.
	
	* src/gnome-mud.c (main): Init gnome properly with gnome_program_init.
	
	* src/init.c (window_menu_help_manual_activate_cb): Show an error
	message if viewing help fails.
	(window_menu_plugin_api_manual_activate_cb): Likewise.

Tue Jun  3 18:02:02 CEST 2003  Jordi Mallach  <jordi@sindominio.net>

	* gnome-mud.desktop.in: Changes to make it freedesktop.org-compliant.

Tue Jun  3 15:54:46 CEST 2003  Jordi Mallach  <jordi@sindominio.net>

	* doc/gnome-mud-plugin-api/C/gnome-mud-plugin-api.xml: Change
	inclusion of monitor.py from an ENTITY to a XInclude.
	* doc/gnome-mud-manual/C/gnome-mud-manual-C.omf: Change section to
	GNOME|Games so it works with Yelp.
	* doc/gnome-mud-plugin-api/C/gnome-mud-plugin-api-C.omf: Change
	section to GNOME|Development.
	* doc/gnome-mud-plugin-api/C/Makefile.am: add monitor.py to entities.

	* src/init.c, src/python.c: disable PyGTK stuff for now, as it's
	broken according to Petter.

	* ROADMAP: Updated.

Mon Jun  2 17:41:35 CEST 2003  Jordi Mallach  <jordi@sindominio.net>

	* doc/gnome-mud-manual/C/gnome-mud-manual-C.omf: Fix DTD errors.
	* doc/gnome-mud-plugin-api/C/gnome-mud-plugin-api-C.omf: Likewise.

Mon Jun  2 17:08:47 CEST 2003  Jordi Mallach  <jordi@sindominio.net>

	* doc/gnome-mud-manual/C/gnome-mud-manual.sgml: Rename to .xml.
	* doc/gnome-mud-manual/C/gnome-mud-manual.xml: Convert to GNOME2
	documentation format.
	* doc/gnome-mud-plugin-api/C/gnome-mud-plugin-api.sgml,
	doc/gnome-mud-plugin-api/C/gnome-mud-plugin-api.xml: Likewise.
	* doc/omf-output/Makefile.am: Added, scrollkeeper stuff.
	* doc/Makefile.am: Updated.
	* configure.ac: add doc/omf-install/Makefile to AC_OUTPUT.


Fri May 30 12:49:42 CEST 2003  Robin Ericsson  <lobbin@localhost.nu>

	* AUTHORS, ROADMAP, configure.ac: Update for 0.10.0.

Wed May 28 13:26:44 CEST 2003  Jordi Mallach  <jordi@sindominio.net>

	* NEWS, README: Update for 0.10.0.

Wed May 28 10:43:31 CEST 2003  Robin Ericsson  <lobbin@localhost.nu>

	* Restructuring of gconf keys.	

Tue May 20 12:41:44 CEST 2003  Jordi Mallach  <jordi@sindominio.net>

	* gnome-mud.schemas.in: Grammar fixes.
	* src/prefs.c (window_prefs): Reword movement commands tooltip a bit.

Fri May  2 11:25:36 CEST 2003  Robin Ericsson  <lobbin@localhost.nu>

	* Big patch from Remi Bonnet on the automapper.

	* po/*.po: Updated.

Wed Apr  9 14:22:59 CEST 2003  Jordi Mallach  <jordi@sindominio.net>

	* Makefile.am: Install desktop file in the freedesktop compliant
	directory.

	* configure.ac: Unquoted GETTEXT_PACKAGE.

Mon Apr  7 15:59:36 CEST 2003  Robin Ericsson  <lobbin@localhost.nu>

	* configure.ac: Changed gtetrinet to gnome-mud :)

Fri Apr  4 19:19:37 IST 2003  Naba Kumar   <naba@gnome.org>

	* src/keybinding.c(keybind_button_add_clicked_cb): Fixed a memory leak.
	Fixed a crash bug due to inappropriate looping of KEYBIND_DATA list
	in a for loop (crash occurs when we try to add the second keybinding).
	
	* src/gnome-mud.h(main): Calls gnome_init() before
	gconf_client_get_default() (and fixes a crash bug).
	
	* src/data.c(data_button_add): Fixed a crash bug (which occurs
	when we try to add the second trigger definition). The argument
	to the strdupv() should be a NULL terminated -- added third item
	in list[] and set it to NULL.
	
Sat Apr  5 00:14:55 CEST 2003  Jordi Mallach  <jordi@sindominio.net>

	* configure.ac: Define and substitute GETTEXT_PACKAGE.
	
	* src/prefs.c (window_prefs): Added missing mnemonic.

Thu Apr  3 19:53:42 CEST 2003  Jordi Mallach  <jordi@sindominio.net>

	* gnome-mud.schemas.in: Typo and style fixes.

	* src/prefs.c (window_prefs): Reword some tooltips.
	Add mnemonics to preferences.
	
	* src/init.c (window_menu_help_about): Unmark author names for
	translation, as they have no non-ASCII characters.
	
	[help_menu]: Change help items to GNOME_APP_UI_ITEM.
	(window_menu_help_manual_activate_cb): New function, launch User
	Manual help.
	(window_menu_plugin_api_manual_activate_cb): Likewise, for Plugin API.

Wed Apr  2 15:23:34 CEST 2003  Robin Ericsson  <lobbin@localhost.nu>

	* Fixed #623355.

	* gnome-mud.schemas.in: Added key connection_list.

	* src/gnome-mud.h [wizard_data]: Removed.

	* src/profilce.c (connection_send_data): secret added.
	(connection_send_secret): Added.
	(profile_gconf_sync_connection_list): Added.
	(profile_gconf_sync_wizard): Added.
	(profile_load_keybinds): Load connections.

Wed Apr  2 10:23:57 CEST 2003  Robin Ericsson  <lobbin@localhost.nu>

	* src/data.c (window_data): Changed to stock buttons. 

	* src/init.c (destroy): Dialog rewritten.
	(window_menu_file_connect): Dialog rewritten.

	* src/keybind.c: Unused variables removed.
	(window_keybind): Changed to stock buttons.

	* src/mudlist.c: Remove the trailing \n from mudnames.

	* src/net.c: Pack vscrollbar ok.

	* src/prefs.c: Added tooltips to color prefs, and rewrote
	the preferences.

	* src/profiles.c (window_profiles): Changed order of buttons.

	* src/window.c (popup_window): Dialog rewritten.

	* src/*.po: Updated translations.

Fri Mar 28 10:58:45 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* gnome-mud.schemas.in: Changed gnome-terminal to gnome-mud

	* po/*.po: Updated translations.

	* src/profiles.c (load_profiles, profile_load_list,
	profile_load_keybinds): Removed debug.

Fri Mar 28 10:01:55 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* gnome-mud.schemas.in: Added keys profile_list, profile aliases,
	profile variables, profile triggers and profile keybinds.

	* data.c, gnome-mud.h, init.c, keybind.c, net.c, prefs.c,
	profiles.c: Profiles rebuilt using GList instead GtkCList, and
	also saving via gconf.

Mon Mar 17 16:20:38 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* Fixes bug #533313.

	* gnome-mud.schemas.in: Added key history_count.

	* src/init.c (main_window): scrollbar is now packed correctly.

	* src/net.c (read_from_connection): Re-added pre_process().

	* src/prefs.c (prefs_gconf_changed): Removed debug message.
	Added key history_count.
	(load_prefs): Added key history_count
	(prefs_entry_history_cb): Changed to gconf
	(window_prefs): historyentry changed to spinbutton

	* src/telnet.c (pre_process): Added Petter E. Stokke's patch
	for telnet NAWS negotiation.

Wed Mar 12 11:35:34 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* gnome-mud.schemas.in: Added key scroll_on_output.

	* src/gnome-mud.h [system_data]: Added ScrollOutput.

	* src/init.c (create_connection_data): Set scroll on output.

	* src/prefs.c: Removed a lot of unused callbacks.
	(prefs_changed_tab_location): Added.
	(prefs_gconf_changed): Added which takes care.
	(load_prefs): Changed to use macros.
	(prefs_scroll_output_changed_cb): Added.
	(window_prefs): Added scroll on output.

Tue Mar 11 10:47:28 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* This commit fixed bug #569757.

	* configure.ac: VTE changed from 0.10.20 -> 0.10.26

	* gnome-mud.schemas.int: Added keys last_log_dir and 
	scrollback_lines.

	* src/gnome-mud.h [system_data]: Added Scrollback.

	* src/init.c (create_connection_data): Set scrollback on
	init.

	* src/log.c (file_selection_cb_open): Set preference via
	gconf instead of directly.
	(window_menu_file_save_log_file_cb): Same.

	* src/net.c (open_connection): Connection refused would not stop
	the connection mechanism, fixed.

	* src/prefs.c (prefs_logdir_changed): Added.
	(prefs_scrollback_changed): Added.
	(load_prefs): Added key last_log_dir and scrollback_lines.
	(prefs_scrollback_value_changed_cb): Added.
	(window_prefs): Added SpinButton for changing scrollback.

	* src/window.c (textfield_add): Fixed colors for message_sent,
	_err and _system.

Mon Mar 10 16:13:10 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* This commit fixed bug #607679.

	* gnome-mud.schemas.in: Added key tab_location.

	* src/gnome-mud.h: Define TAB_LOCATION_*
	[system_data]: Added TabLocation
	
	* src/init.c (main_window): Do not force GTK_POS_BOTTOM, remove
	commented code.

	* src/prefs.c (tab_location_by_name): Added.
	(tab_location_by_int): Added.
	(tab_location_by_gtk): Added.
	(prefs_tab_location_changed): Added.
	(load_prefs): Added key tab_location
	(prefs_tab_location_changed_cb): Added.
	(window_prefs): Added third page with tab location chooser.

Mon Mar 10 11:28:18 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* gnome-mud.schemas.in: Added key palette.

	* src/gnome-mud.h [system_data]: Removed BoldForeground and
	changed Colors vector from 16 to C_MAX.
	(save_prefs): Removed prototype.

	* src/init.c (create_connection_data): Added palette to
	vte_terminal_set_colors().

	* src/log.c (file_selection_cb_open): Removed call to save_prefs()
	(window_menu_file_save_log_file_ok_cb): Same.

	* src/prefs.c (prefs_load_color): Removed.
	(prefs_save_color): Removed.
	(prefs_color_changed): Removed check for boldforeground and
	added palette to vte_terminal_set_colors()
	(prefs_palette_changed): Added.
	(load_prefs): Load palette.
	(save_prefs): Removed.
	(prefs_apply_cb): Removed.
	(prefs_select_palette_cb): Added.
	(prefs_set_color): Removed boldforeground stuff.

Fri Mar  7 16:06:17 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* gnome-mud.schemas.in: Added keys terminal_type, mudlist_file,
	background_color, foreground_color.

	* src/init.c (create_connection_data): Set right colors on the 
	terminal. Fixes bug #577598.

	* src/prefs.c (color_to_string): Added.
	(prefs_terminal_type_changed): Added.
	(prefs_mudlist_file_changed): Added.
	(prefs_color_changed): Added.
	(load_prefs): Added loading terminal_type, mudlist_file,
	fore- and background color.
	(prefs_entry_terminal_cb): Changed to gconf
	(prefs_entry_mudlistfile_cb): Changed to gconf
	(prefs_select_fg_color_cb): Renamed and changed to gconf
	(prefs_select_bg_color_cb): Added.

Wed Feb 26 13:18:03 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* gnome-mud.schemas.in: Added keys commdev, echo, keeptext and
	system_keys.

	* src/prefs.c: Commented out several functions that was made
	unused by using gconf.
	(prefs_commdev_changed): Added.
	(prefs_echo_changed): Added.
	(prefs_keeptext_changed): Added.
	(prefs_system_keys_changed): Added.
	(prefs_fontname_changed): use the new prefs.FontName value.
	(load_prefs): New code for keys commdev, echo, keeptext and
	system_keys.
	(prefs_checkbox_keep_cb): Changed to gconf.
	(prefs_checkbutton_disablekeys_cb): Changed to gconf.
	(prefs_entry_divide_cb): Changed to gconf.
	(prefs_checkbox_echo_cb): Changed to gconf.

Mon Feb 24 12:43:57 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* .cvsignore: Added gnome-mud.schemas

	* Makefile.am: Added schemas

	* configure.ac: Added GCONF checks

	* po/POTFILES.in: Added gnome-mud.schemas.in

	* src/gnome-mud.c (main): Added gconf initialization

	* src/prefs.c (prefs_fontname_changed): New function
	(load_prefs): prefs.FontName is now using gconf
	(prefs_select_font_cb): Now using gconf

Fri Feb 21 12:27:34 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* src/gnome-mud.h: Cleanup	

	* src/init.c (create_connection_data): Created
	(main_window): Cleanup

	* src/net.c (make_connection): Added vte for new tabs

	* src/prefs.c: prefs.Freeze removed.

	* src/window.c: Lot of old ANSI-code removed, this is handled
	by vte now

Tue Feb 18 15:22:32 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* src/init.c: Fixed bug #539661

Tue Feb 18 11:36:21 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* Added patch from Petter which adds support for python-gtk2
	
	* src/init.c, log.c, net.c, window.c: initial support for vte

	* src/precs.c (prefs_color_frame): Remove pango error.

Tue Jan 14 13:45:40 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* src/profiles.c (connections_button_press_cb): Now returns
	false so button_press_event is propagated further to select row

Mon Jan 13 14:06:44 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* src/profiles.c: Fixed apply button and re-added cancel button.

Mon Jan 13 13:33:34 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* ROADMAP: Rearranged.

	* src/init.c (main_window): Background is now set.

Thu Jan  9 01:33:17 CET 2003  Jordi Mallach  <jordi@sindominio.net>

	* Makefile.am: fix typo.
	* autogen.sh: do not rm the configure.in symlink (gnome-autogen.sh is
	broken still).

Thu Jan  9 00:13:41 CET 2003  Jordi Mallach  <jordi@sindominio.net>

	* Makefile.am (EXTRA_DIST): add intltool files.
	(Applications_in_files): added by intltool-prepare.
	(Applications_DATA): modified by intltool-prepare.
	* configure.ac (AC_PROG_INTLTOOL): added intltool support.
	* gnome-mud.desktop: replaced...
	* gnome-mud.desktop.in: ... by this.
	* .cvsignore: update ignorable files.
	

Wed Jan  8 21:52:12 CET 2003  Jordi Mallach  <jordi@sindominio.net>

	* configure.ac: add AM_GLIB_GNU_GETTEXT, so gnome-autogen behaves.

Wed Jan  8 21:05:24 CET 2003  Jordi Mallach  <jordi@sindominio.net>

	* autogen.sh: use gnome-autogen.sh.
	* macros/*: removed. GNOME2 uses system wide macros.

Wed Jan  8 13:10:24 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* src/data.c (data_button_add): g_strdup on text entry
	(text_entry_send_command): gchar -> const gchar
	(keybind_button_add_clicked_cb): g_strdup and null check added
	(stop_logging_connection): gchar -> const gchar + g_strdup

	* src/map.c (save_maps): gchar -> const gchar
	(file_sel_delete_event): ditto
	(load_automap_from_file): ditto

	* src/mudlist.c (mudlist_parse_hoststring): gchar -> const gchar
	(mudlist_button_connect_cb): ditto
	(mudlist_button_import_cb): ditto

	* src/prefs.c (prefs_entry_terminal_cb): added g_strdup
	(prefs_entry_mudlistfile_cb): ditto
	(prefs_entry_divide_cb): ditto

	* src/profiles.c (profilelist_new_profile): Added const + g_strdup
	(connections_find): gchar -> const gchar
	(connections_button_info_cancel_cb): Removed
	(window_profiles): Removed button_info_cancel
	(window_profile_edit): fixed stock images

Wed Jan  8 09:34:47 CET 2003  Robin Ericsson  <lobbin@localhost.nu>

	* Makefile.am: No need for macros subdir

	* ROADMAP: Added a new entries

	* configure.ac: Moved to autoconf 2.5 and GNOME2

	* macros/*: GNOME2 changes.

	* po/*.po: Updated.

	* src/*.c: GNOME2 changes.
	
Tue Nov 12 11:32:48 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/profiles.c: apply dos2unix to remove CRLF strings. Have been
	there since day one!

Sun Nov 10 03:26:53 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/data.c, src/init.c, src/keybind.c src/prefs.c: fix a few
	American English labels (color, center, license) spotted by Abigail.
	Americans, if it hurts your eyes please submit an en_US.po.

Mon Nov  4 02:10:44 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c (window_menu_plugin_api_manual_activate_cb): new
	function, create a GtkMenuItem for the plugin API.
	Add it to help_menu.

Mon Nov  4 01:26:13 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c (window_menu_help_manual_activate_cb): search for
	"gnome-mud-manual", not "gnome-mud". Thanks, Kevin Ryde.

Tue Oct 29 20:12:21 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* Upgrade to GNU gettext 0.11.5.
	* configure.ac: add AM_GNU_GETTEXT_VERSION(0.11.5) for autopoint.

	* .cvsignore: add mkinstalldirs.

Tue Oct 29 19:47:13 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/telnet.c, src/window.c: patch from
	Abigail Brady <morwen@evilmagic.org> which fixes the handling of a
	few telnet codes + minor cleanups.

Mon Oct 28 19:19:49 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* configure.ac: lots of cleanups. Temporarily remove the debug stuff.
	Add checks for getaddrinfo and getnameinfo and a configure. Better
	zlib check.
	* Makefile.am (CFLAGS): removed definition.
	* src/Makefile.am (CFLAGS): removed definition.
	(gnome_mud_LDADD): add $(Z_LIBS).

Mon Oct 28 17:09:16 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* AUTHORS: change contact info for Abigail, per request.

Wed Sep 11 00:36:44 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/net.c: Patch from Sjoerd Simons <sjoerd@beast.luon.net>
	which adds IPv6 support.  Woohoo!

	* ROADMAP: added IPv6 to 0.10.
	* NEWS: add 0.10.0 items.

Thu Aug  1 16:41:01 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* Move to autoconf 2.50.

	* configure.in: renamed to configure.ac.
	* configure.ac: changes for autoconf 2.52, and remove some old
	stuff.
	* acclocal.h: removed, included templates in configure.ac.
	* autogen.sh: fail if one command returns error.

Tue Jul 30 10:59:36 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* po/Makevars: set Copyright holder to Robin.

Sat Jul  6 02:07:31 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/python.c (python_init): changed search path of python modules
	to "~/.gnome-mud/plugins/".

Wed Jul  3 17:20:32 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* Upgraded to gettext 0.11.2.

	* Makefile.am (SUBDIRS): Added macros.
	(SUBDIRS): Removed intl.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Added config.rpath.
	* configure.in (AC_OUTPUT): Added macros/Makefile.
	(AC_OUTPUT): Removed intl/Makefile.

Wed Jul  3 14:51:16 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* Makefile.am: removed man_MANS, trimmed down EXTRA_DIST.
	* configure.in: defined LSMDATE, bumped release number.
	* gnome-mud.lsm.in: New template, replacing gnome-mud.lsm.
	* gnome-mud.1: moved to doc/gnome-mud.6.

	* doc/Makefile.am: man_MANS = gnome-mud.6.

	* src/Makefile.am: define $(gamesdir) and use it to install the
	binary.

Tue Jul  2 11:32:41 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* Release 0.9.1.

	* configure.in: Update to 0.9.1.
	* NEWS, gnome-mud.lsm: Updated for 0.9.1.

Mon Jul  1 17:57:05 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* doc/gnome-mud-plugin-api/C/gnome-mud-plugin-api-C.omf:
	corrected typo in tag.

Mon Jul  1 12:29:15 CEST 2002  Robin Ericsson  <lobbin@localhost.nu>

	* po/sv.po: updated.

Tue Jun 25 14:31:25 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/prefs (window_prefs): i18nized a string.
	* po/{ca,es}.po: updated.
	* po/fr.po: French update by Martin Quinson.

Mon Jun 24 16:46:24 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: added items for 0.9.1.

Mon Jun 24 13:00:05 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c: added mnemonics to all menu items.
	(window_menu_help_about): removed iso-8859-1 characters from C
	strings.
	* src/modules.c (do_plugin_information): removed gettext call to
	an empty string.
	* po/{ca,es}.po: Updated.

Sun Jun 23 13:33:21 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* gnome-mud.desktop: fixed "Type" so it works under GNOME 2.

Tue May  7 17:52:18 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* doc/gnome-mud-plugin-api/C/gnome-mud-plugin-api.sgml: removed
	markup from <title>s, and a typo.

Tue May  7 16:40:47 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* doc/gnome-mud-manual/C/gnome-mud-manual-C.omf: updated
	manual filename.
	* doc/gnome-mud-plugin-api/C/gnome-mud-plugin-api-C.omf: ooops...
	add a propper description, not just a copy from g-m-manual.

Tue May  7 16:04:59 CEST 2002  Jordi Mallach  <jordi@sindominio.net>

	* Completely revamped doc/.
	* doc/C: moved to doc/gnome-mud-manual/C/.
	* doc/python: rewritten in DocBook, moved to
	doc/gnome-mud-plugin-api/C.
	* configure.in: changes for new layout.
	* config.h.in: removed.

Fri Mar 15 19:39:52 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* doc/C/Makefile.am: oops, fixed typo in previous commit.

Fri Mar 15 16:29:02 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* doc/C/Makefile.am: added missing screenshots to figs list.

Fri Mar 15 08:04:40 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* gnome-mud.lsm, configure.in, NEWS: Updated version.

Mon Mar 11 07:56:18 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* src/net.c (read_from_connection): Fixed formatting errors.

Fri Mar  1 17:49:22 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* README: typo fixes, and misc corrections.

Fri Mar  1 15:11:24 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* src/gnome-mud.h: added action_send_to_connection()

	* src/init.c (text_entry_select_child_cb): Removed.
	(text_entry_activate): Moved here from net.c/send_to_connection
	(text_entry_key_press_cb): Pretty much rewritten :)
	(main_window): Combo box removed for a simple GtkEntry.

	* src/net.c (read_from_connection): Small patch from Vashti that
	seems to fix the last errors in MCCP.
	(send_to_connect): Moved to init.c

	* src/prefs.c (load_prefs): Small fix.

Thu Feb 28 14:37:11 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* src/profiles.c: A small comment snuck into the rewrite earlier
	today.

Thu Feb 28 13:22:40 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* po/{ca, es, fr}.po: unfuzz.

	* doc/C/gnome-mud.sgml: several changes to <articleinfo>.

Thu Feb 28 13:04:48 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* po/{es, de, ca, fr}.po: make update-po
	* po/sv.po: added one missing string.
	
	* src/net.c (connection_send_telnet_control): Compile fix for
	bug #523666.

	* src/profiles.c (profilelist_new_input_cb): Renamed to
	profilelist_new_profile
	(profilelist_new_cb): Changed gnome_request_dialog to
	gnome_dialog.

Wed Feb 27 14:54:35 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* po/sv.po: added two missing strings.

Wed Feb 27 14:01:53 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* po/fr.po: added two missing strings, from Mt.

Wed Feb 27 13:11:48 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* doc/C/gnome-mud.sgml: removed fixed bugs from the "Bugs and
	Limitations" section.

Wed Feb 27 12:38:08 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: minor additions.
	* ROADMAP: MCCP fixed.
	* gnome-mud.desktop: added French translation. Yes, my French sucks.

Tue Feb 26 21:04:16 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: fr updated.
	* po/fr.po: French translation update by Martin Quinson.

Tue Feb 26 08:02:24 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* NEWS: Added sv as language.

	* src/net.c (read_from_connection): Compile fix when not using
	MCCP

	* src/telnet.c (pre_process): Patch from Vashti regarding IAC GA
	and EOR.

Mon Feb 25 12:37:39 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/net.c: patch by Vashti & Robin: fixes MCCP crash (really).
	As a bonus effect, it causes some text corruption every now and
	then.

Sun Feb 24 02:40:42 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* configure.in: changed python detection script so you can
	specify a diferent python binary. Patch from Gergely Nagy.

Sat Feb 23 22:32:59 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* doc/C/gnome-mud.sgml: added descriptions for latest features.
	* doc/C/figures/main-window.png: updated.

Fri Feb 22 15:49:48 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* po/sv.po: Updated again. :)

Fri Feb 22 08:28:12 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* po/sv.po: Updated translations.

	* src/window.c: Applied patch from Vashti.

Thu Feb 21 15:43:46 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* po/ca.po: corrected a few typos.

Thu Feb 21 14:55:39 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: updated.

	* src/data.c: removed duplicate libintl.h includes.
	* src/init.c: likewise.
	* src/modules.c: likewise.
	* src/modules_api.c: likewise.
	* src/net.c: likewise.
	* src/prefs.c: likewise.

	* src/init.c: added a few missing gettext calls.
	* src/log.c: added gettext calls to translatable strings.

	* po/POTFILES.in: added src/log.c.

	* po/ca.po, po/es.po: Updated translations.
	* po/de.po, po/fr.po, po/sv.po: update-po.

Mon Feb 18 12:16:41 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* Added 2 new patches from Vashti, one adds a reconnect feature.
	and the other fix for aliases.

	* ROADMAP: Moved around.

Wed Feb 13 07:25:14 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* NEWS, ROADMAP: Fixed nested alias.

	* src/log.c: Changed the includes a bit.

	* src/net.c (heck_aliases): Rewritten, now returns void
	(action_send_to_connection): Now uses a GString internally.

Tue Feb 12 07:51:34 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* Added patch from Vashti which fixes blackbold bug.

	* AUTHORS: Added more information on Vashti
	* ROADMAP: Added new idea

	* src/gnome-mud.h (system_data): BoldForeGround added.
	* src/init.c (window_menu_help_about): Removed some contributers,
	although they still exist in AUTHORS.
	* src/prefs.c (load_prefs): Added BoldForeground.
	(prefs_color_frame): Likewise.
	* src/telnet.c (pre_process): Bug fix, overriting memory which
	would destroy buf and cd variable.
	* src/window.c (con_escm): Changed by Vashti (see patch above)

Mon Feb 11 14:50:34 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* Forgot src/log.c.

Mon Feb 11 08:50:34 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* Added new patch from Vashti
	lets you turn session recording (logging in real time) on and off
    from the file menu.

	* moves the existing logging code into the same file as the new code,
	and renames the option on the menu so as to avoid confusion.

	* adds a new message type to textfield_add (MESSAGE_SYSTEM)
	which is used for non-error system messages.

	* prettifies a few places where strerror(errno) was printed to
	the window.

	* explicitly closes all open connections and logfiles on
	program exit.

Mon Feb 11 08:34:56 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* src/net.c (pre_process): Fixed formatting of source to be more
	readable.

Thu Feb  7 04:00:27 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* doc/C/gnome-mud.sgml: fixes and additions for 0.9.0 features.
	Python docs still not merged, though.

Wed Feb  6 23:57:20 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* doc/C/main-window.png: moved to figures/.
	* doc/C/preferences-window.png: likewise.
	* doc/C/profiles-window.png: likewise.

	* doc/C/figures/main-window.png: updated for 0.9.0.
	* doc/C/figures/preferences-window.png: likewise.
	* doc/C/figures/profiles-window.png: likewise.
	* doc/C/figures/mudlist-window.png: new image.
	* doc/C/figures/connections-window.png: new image.

	* doc/sgmldocs.make: updated.
	* doc/C/Makefile.am: cleaned up.

	* doc/C/gnome-mud.sgml: moved to DocBook 4.0. Still needs merge of
	Petter's stuff and extensions for new features.

Tue Feb  5 19:46:22 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* macros/codeset.m4: removed, looks it's not really needed.
	* macros/compiler-flags.m4: likewise.
	* macros/curses.m4: likewise.
	* macros/gettext.m4: likewise.
	* macros/glibc21.m4: likewise.
	* macros/iconv.m4: likewise.
	* macros/isc-posix.m4: likewise.
	* macros/lcmessage.m4: likewise.
	* macros/progtest.m4: likewise.

	* macros/gnome-gettext.m4: added. This looks like the right macro
	for GNOME apps. It should work with automake 1.4 and 1.5.

Tue Feb  5 16:07:18 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/gnome-mud.h, src/net.c, src/prefs.c, src/telnet.c: new
	patch from Vashti, adds terminal autodetection support, allows
	users to specify their term type from preferences, and other
	cleanups for telnet code.

Tue Feb  5 15:26:15 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* src/mudlist.c (mudlist_parse_hoststring): Added.
	(mudlist_button_import_cb): Added.
	(window_mudlist): Different behavior if called from wizard
	or not.

	* src/profiles.c (connections_fields_clean): Moved from 
	connections_button_info_cancel_cb.
	(connections_button_info_fethc_cb): Added.

Tue Feb  5 12:21:17 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* src/mudlist.c (mudlist_fix_codebase): Added, now changes some
	codebases into better namnes.

Mon Feb  4 22:45:20 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/mccpDecompress.c: include config.h.

Mon Feb  4 13:13:21 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* ROADMAP: Updated

	* src/gnome-mud.c: init_window renamed to main_window

	* src/init.c: Renamed of alot of functions to more intelligent
	names.
	* src/keybind.c: Ditto.
	* src/prefs.c: Renamed copy_preferences to prefs_copy.

Mon Feb  4 11:58:14 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* ROADMAP: Updated

	* src/keybind.c (on_KB_button_delete_clicked): Segfault fix,
	now uses correct profile data.

Mon Feb  4 11:22:15 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* src/init.c: More MCCP #ifdef's
	* src/mccpDecompress.c: Ditto

Mon Feb  4 10:31:36 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* ROADMAP: Changed a little.

	* src/net.c (make_connection): Added MCCP #ifdef's
	(disconnect): Ditto
	(road_from_connection): Removed unused variable.

Mon Feb  4 09:50:38 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c (about_window): added Vashti.
	* src/net.c (read_from_connection): Robin's fix to MCCP segfaults.
	* src/prefs.c (window prefs): added title to preferences window.
	* src/modules.c (do_plugin_information): likewise.
	* po/{ca,es}.po: Updated translations.
	* BUGS: removed old color dialog bug.

Mon Feb  4 09:31:23 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* AUTHORS: added Vashti.
	* CONTRIBUTERS: removed.

Sat Feb  2 20:11:21 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* Forgot to cvs remove some stuff in intl/.
	* Removed config.guess & config.sub, provided by automake,
	added them to .cvsignore.

Sat Feb  2 17:29:25 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* Upgraded to gettext 0.10.40.

Sat Feb  2 16:21:42 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/telnet.c: patch from Vashti to get rid of the annoying
	ASCII 255 char at the end of telnet packets in some MUDs.

Fri Feb  1 17:35:44 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c: patch from Petter Stokke to fix a bug in the
	python stuff.

Fri Feb  1 15:34:32 CET 2002  Robin Ericsson  <lobbin@localhost.nu>
	
	* Added patch from Vashti <vashti@jml.net> which adds support
	for keypad keys for directions.

	* CONTRIBUTERS: Added.
	* src/gnome-mud.h (system_data): Added bool DisableKeys;
	
	* src/init.c (text_entry_send_command): Added.
	(text_entry_key_press_cb): profilekeybinds can now override
	system keybinds.

	* src/prefs.c: Added prefs.DisableKeys to load/save, and to
	prefs dialog.

Fri Feb  1 14:08:27 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: added some 0.9.0 notes.

Fri Feb  1 13:40:36 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* po/{ca,es}.po: Updated.

Fri Feb  1 13:17:35 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* intl/Makefile.in: temporary fix for non-glibc systems.

Fri Feb  1 10:42:42 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* src/Makefile.in: color.c removed.

Fri Feb  1 09:19:36 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* po/POTFILES.in: removed color.c
	* po/*.po: make update-po

	* src/color.c: removed.

	* src/gnome-mud.c (main): Removed load_colors().

	* src/gnome-mud.h (connection_data): Added foreground/background.
	(system_data): Added Foreground/Background and Colors[16].
	
	* src/init.c (init_window): Use colors from prefs instead of
	extern variables.

	* src/modules_api (plugin_add_connection_text): Changed behaviour
	of textfield_add()

	* src/net.c: Changed calls to textfield_add.
	Use colors from prefs instead of extern variables.

	* src/prefs.c (prefs_load_color): Added.
	(prefs_save_color): Added.
	(load_prefs): Loading of colors added.
	(save_prefs): Saving of colors added.
	(prefs_copy_color): Added.
	(copy_preferences): Now takes another argument if allocate colors.
	(prefs_select_color_cb): Added.
	(prefs_set_color): Added.
	(prefs_color_frame): Added.
	(prefs_window): Added color frame. Removed old frame.
	
	* src/python.c: textfield_add fixed.

	* src/window.c: Changed from extern colors to prefs.

Sun Jan 27 03:43:21 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* po/POTFILES.in: removed wizard.c.

Thu Jan 17 15:46:39 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* ROADMAP: Moved things around :)

	* config.h.in, configure.in: Made a few fixes for python
	detection.

	* src/Makefile.am: Removed wizard.c

	* src/init.c (free_connection_data): Moved from wizard.c

	* src/keybind.c: Global variables removed.

	* src/map.c: Commented #includes reomved.

	* src/modules.c: Global variables removed.
	* src/profiles.c: Ditto.

Wed Jan 16 08:23:38 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* src/profiles (profilelist_cleanup): Added.
	(profilelist_dialog): Changed signal to check if widget already
	have been destroyed.

Mon Jan 14 14:26:07 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* ROADMAP: Updated.

Mon Jan 14 14:04:39 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* src/mudlist.c (mudlist_tree_fill_subtree): Added.
	(mudlist_tree_fill): Added.
	(mudlist_compare_char_struct): Added.
	(mudlist_comapre_structs): Added.
	(mudlist_parse): HashTable removed, linked list added.

Mon Jan 14 12:21:18 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* src/init.c (text_entry_key_press_cb): Added support for Page Up
	and Page Down (Bug #481493)
	(init_window): scrollbar changed to scrolled window, and now 
	mousewheel works aswell :)

	* src/net.c (make_connection): Removed scrollbar, and added 
	scrolled window.

Fri Jan 11 14:58:10 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* ROADMAP: Updated mudconnect

	* po/POTFILES.in: Added mudlist.c
	* po/*.po: Updated translations.

	* src/gnome-mud.h [system_data]: Added MudListFile.
	(window_mudlist): Added.
	
	* src/init.c [file_menu]: Added MudList to menu.

	* src/mudlist.c: Added.

	* src/prefs.c (load_prefs): Added MudListFile preference.
	(save_prefs): Ditto.
	(copy_preferences): Ditto.
	(prefs_entry_mudlistfile_cb): Added callback.
	(window_prefs): Added gnomefileentry for mudlist file.

Wed Jan  9 01:27:37 CET 2002  Jordi Mallach  <jordi@sindominio.net>

	* po/{ca,es}.po: Updated translations.

Tue Jan  8 14:13:09 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* The year is now 2002, and a lot of files were updated.

	* po/*.po: Updated.

Tue Jan  8 09:31:31 CET 2002  Robin Ericsson  <lobbin@localhost.nu>

	* Added patch from Petter E. Stokke that enables pythons
	scripting support.

	* ROADMAP: Moved pythonsupport to done section.

	* AUTHORS: Added Petter E. Stokke

	* po/*.po: make update-po

Sat Jan  5 02:51:40 CET 2002  Jordi Mallach  <jordi@debian.org>

	* gnome-mud.1: renaming leftovers.

Mon Dec 10 12:26:40 CET 2001  Robin Ericsson  <lobbin@localhost.nu>

	* ROADMAP: Added some more.

	* src/gnome-mud.c (main): Changed formatting, and readded init
	for modules.

	* src/profiles.c: Removed a global variable.

Tue Nov 27 18:33:07 CET 2001  Robin Ericsson  <lobbin@localhost.nu>

	* README: Copied changed from BRANCH_0_8.

	* ROADMAP: Added.

	* src/net.c (check_aliases): Added to be able to do nested
	aliases.
	(action_sent_to_connection): Now calls check_aliases instead
	of check_alias.

Fri Nov 23 15:23:17 CET 2001  Robin Ericsson  <lobbin@localhost.nu>

	* Makefile.am: PLUGIN.API should be distributed in "HEAD" CVS
	aswell as BRANCH_0_8.

	* ROADMAP: Added double entry for easier NEWS catchup :)

	* src/profiles.c (connections_button_press_cb): Added function
	to trap doubleclick events.
	(window_profiles): Added signal for "button_press_event"

Mon Nov 12 17:21:59 CET 2001  Robin Ericsson  <lobbin@localhost.nu>

	* configure.in: Stepped version to 0.8.99.

	* ROADMAP: Done on save log.

	* src/init.c (save_log_cb): Added.
	(save_log_file_ok_cb): Added.
	Now able to save logfiles from mud.

Mon Nov 12 11:22:39 CET 2001  Robin Ericsson  <lobbin@localhost.nu>

	* ROADMAP: Added GNOME 2.0 and some other.

Wed Nov  7 16:34:41 CET 2001  Robin Ericsson  <lobbin@localhost.nu>

	* NEWS: Added relasedate to version 0.8.

Wed Nov  7 10:54:39 CET 2001  Robin Ericsson  <lobbin@localhost.nu>

	* Branched into GNOMEMUD_0_8_BRANCH

Wed Nov  7 09:42:31 CET 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/init.c (window_menu_help_manual_activate_cb): Changed to
	just call "ghelp:gnome-mud", which seems to do the trick.

Tue Nov  6 18:30:01 CET 2001  Jordi Mallach <jordi@sindominio.net>

	* po/{ca,es}.po: Updated.

Tue Nov  6 16:46:59 CET 2001  Robin Ericsson  <lobbin@localhost.nu>

	* po/sv.po: Updated.

Tue Nov  6 16:42:17 CET 2001  Robin Ericsson  <lobbin@localhost.nu>

	* doc/C/Makefile.am: Removed a circular dependency.
	* src/init.c: (window_menu_help_manual_activate_cb): Added.
	Also added help entry to menu.

Mon Nov  5 16:49:34 CET 2001  Jordi Mallach <jordi@sindominio.net>

	* src/init.c: Robin's patch for the Manual link in the help
	menu.

	* po/{ca,es,fr}.po: updated About entry.

	* NEWS: added note about the GNOME limitation described below.

	* AUTHORS: added Martin Quinson, updated myself.

Mon Nov  5 16:43:04 CET 2001  Jordi Mallach <jordi@sindominio.net>

	* doc/C/topic.dat: added, file with the title of the manual
	for the Help menu. Beware, it won't work if GNOME-Mud is
	installed in /usr/local. Known GNOME bug, will be fixed in
	GNOME 2.
	* doc/C/Makefile.am: added topic.dat to EXTRA_DIST.

Mon Nov  5 13:20:16 CET 2001  Jordi Mallach <jordi@sindominio.net>

	* po/fr.po: French update by Martin Quinson.
	* src/init.c: added Martin to "About".

Mon Oct 29 14:17:32 CET 2001  Jordi Mallach <jordi@sindominio.net>

	* po/{ca,es}.po: minor fixes.

Mon Oct 29 03:05:35 CET 2001  Jordi Mallach <jordi@sindominio.net>

	* Makefile.am: added gnome-mud.desktop to EXTRA_DIST.

	* doc/sgmldocs.make: woops, too much snipage. Fixed the
	installation of generated docs.

Mon Oct 29 02:31:27 CET 2001  Jordi Mallach <jordi@sindominio.net>

	* Makefile.am: removed VERSION from EXTRA_DIST.

Mon Oct 29 02:22:52 CET 2001  Jordi Mallach <jordi@sindominio.net>

	* NEWS: added notes about the manual.

	* ROADMAP: request for IPv6 support.

Mon Oct 29 02:17:11 CET 2001  Jordi Mallach  <jordi@sindominio.net>

	* doc/sgmldocs.make: fixed paths of screenshots and removed
	cruft that we (still) don't need.

	* configure.in, Makefile.am: enable doc building. Beware, you now
	need a shitload of sgml packages to build gnome-mud.

Fri Oct 26 14:04:49 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/gnome-mud.h (pre_process): Returns gint instead of char*.
	* src/telnet.c (pre_process): Ditto.

	* src/map.c: Changed (void *) casting to glib macros to remove
	warnings on alpha systems.
	* src/modules.c, src/net.c, src/profiles.c: Ditto.

Thu Oct 25 17:19:49 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* po/*.po: Updated

	* src/map.c (get_direction_type): Changed gettext macro used to
	fix segfault when not using synced translation.

Thu Oct 25 15:04:56 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* ROADMAP: Added one entry, and changed another.

Thu Oct 25 13:05:43 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/profiles.c (profilelist_new_cb): Close this window when 
	parent window closes.
	(profilelist_delete_cb): Close this window when parent window
	closes.

Wed Oct 24 15:33:23 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/map.c (button_cb): Changed /.amcl/ to /.gnome-mud/.

	* src/prefs.c (load_prefs): Added code for check if ~/.gnome-mud
	exists, and if not, then create it.

Mon Oct 22 12:34:20 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/color.c (window_color): Menu now works when you close the
	window via window manager destroy.

	* src/gnome-mud.h: Removed old unused function calls.

	* src/keybind.c (save_keys, load_keys): Removed, not used.

	* src/profiles.c (profilelist_new_input_cb): Send in parent
	window to gnome_request_dialog().

	* src/wizard.c (load_wizard, save_wizard): Removed, not used.

Mon Oct 22 02:25:23 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* doc/C/gnome-mud.sgml: fixes (missing closing tags, etc).
	Thanks to jfleck, of #docs@irc.gnome.org.

	* doc/Makefile.am, doc/sgmldocs.make doc/C/Makefile.am,
	doc/C/gnome-mud-C.omf: added automake and scrollkeeper files, not
	activating it in configure.in still, not sure if things are working
	ok still.

Sun Oct 21 23:46:55 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* doc/C/gnome-mud.sgml: first draft of the GNOME-Mud Manual.
	It describes all the current features in GNOME-Mud, all the menu's,
	dialogs and toolbars. And, I had to write it twice! (luckily, this
	second version is so much better than the original).

	* doc/C/main-window.png, doc/C/preferences-window,
	doc/C/profiles-window.png: screenshots for the manual.

Fri Oct 19 18:00:18 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* src/prefs.c: fixed typos.

	* src/init.c: fixed labels of some menu entries.

Fri Oct 19 15:35:09 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* ROADMAP: Added some more entries.

Fri Oct 19 14:23:53 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/net.c [open_connection]: Fixed a small bug I added a few
	days ago :)

Fri Oct 19 13:02:18 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* gnome-mud.desktop: removed path to icon.

Fri Oct 19 12:43:10 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* Makefile.am: TODO removed and ROADMAP added once again :)

Fri Oct 19 10:59:35 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/init.c [do_close]: Fixed small bug which occured if you
	closed a notebook-tag somewhere before the last tab.

	* src/wizard.c [free_connection_data]: Added #ifdef ENABLE_MCCP
	so that we are not removing non-existing timers.

Fri Oct 19 09:26:15 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* gnome-mud.desktop: Added translation into swedish.

Fri Oct 19 04:00:33 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* gnome-mud.desktop: make "gnome-gmush.png" our icon for now.

Fri Oct 19 03:19:03 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* gnome-mud.desktop: added GNOME menu entry for gnome-mud.
	It's missing an icon... artists around?

	* Makefile.am: install .desktop file into the apps dir.

Thu Oct 18 16:36:21 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/sv.po: updated.

Thu Oct 18 16:28:52 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* src/wizard.c: fixed typos (conection -> connection).

	* po/{ca,es,sv}.po: fixed the generated fuzzy's.

Thu Oct 18 15:38:25 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* NEWS, ROADMAP: doc updates.

Thu Oct 18 14:38:10 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/net.c [open_connection]: A little fix when not entering a 
	port.

Thu Oct 18 10:22:21 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* Makefile.am: TODO removed, ROADMAP added.

	* configure.in: Old things for version.h removed.

	* Alot of code cleanup, removed various comments, and fixed code
	with warnings, etc...

Wed Oct 17 17:19:29 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* TODO: Removed.

	* ROADMAP: Added.

Wed Oct 17 15:53:40 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* po/ca.po: tons of grammar fixes and updates to the Catalan
	translation.

Tue Oct 16 14:55:22 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* po/sv.po: Translation fixes.

	* README: Updated a bit.

Tue Oct 16 13:48:00 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* configure.in: really commit po/ fixes.

Fri Oct 12 13:45:53 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: added new releases and dates.

Fri Oct 12 09:36:25 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* TODO: Added some more.

	* src/color: c_structs[], changed order of color_grey and
	color_white.

Thu Oct 11 16:56:36 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* TODO: Added some things, and removed some other things :)

Wed Oct 10 18:22:53 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: reformatted this, and added some things after some
	research on old versions.
	* ChangeLog: added a missing chunk from before March 1999.
	* VERSION: removed, it's worthless and it's not getting updated.

Wed Oct 10 16:52:38 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c: renamed Connection Wizard menu entry.
	
	* configure.in: fixed things so po/ works again.
	
	* po/es.po: updated.

Wed Oct 10 16:17:35 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/Makefile.am: dialog.c deleted.
	
	* src/dialog.c: Removed.

	* src/init.c: Removed README and AUTHORS menu.

Wed Oct 10 15:54:01 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* NEWS: updated release info for 0.8.0.

Wed Oct 10 15:00:39 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* init.c: print version information, the easy way.

Wed Oct 10 13:32:21 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* mkhelp lobotomy! Removed Anything related to version.c or
	author and readme .h's.
	
	* src/Makefile.mkhelp src/config.h.in src/mkhelp.c src/version.c
	src/version.h.in: removed.
	
	* configure.in. Removed VERSION and PACKAGE cruft. It now
	outputs	these defines to config.h.
	
	* Robin bumped version to 0.7.99.
	
	* po/POTFILES.in: removed version.c.
	
	* dialog.c: README and AUTHORS options should be removed. Right now,
	they display a nice, blank box.
	
	* init.c: don't call get_version_info()

	* automake.sh: removed echo's about version.c & cia.

Wed Oct 10 13:08:01 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* configure.in: Moved config.h.in from src to root

Wed Oct 10 09:16:13 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/init.c: Removed keybinds from the menu.

	* src/profiles.c (profiledata_find): When creating a new profile,
	also create lists and profile information.

Tue Oct  9 16:08:42 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/gnome-mud.c (main): Commented out some signaling, removed
	loading of plugins, and loading of keys.

	* src/gnome-mud.h: window_keybind() changed, and 
	profiledata_savekeys() added.

	* src/init.c (destroy): Added profiledata_savekeys().
	(text_entry_key_press_cb): Reformatted and added code for
	keybinds on profiles.

	* src/keybind.c ((load|save)_keys): Commented out.
	Removed save button, reformatted code.

	* src/profiles.c (load_profiles): keybinds, variables and
	triggers added to savelist.
	(profiledata_savekeys): New function for saving keybinds to
	profile.
	(window_profiles): Added close button, and now only displays
	one window until window closed.

Thu Oct  4 16:40:16 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* src/map.c: Ok, it only took 14 months and one week to notice
	this major bug in map.c. If using a locale, clicking on directions
	or Load/Save, etc. would make amcl/gnome-mud crash.
	The "fix" right now is to translate some extra directions, but that
	code should be cleaned a bit. Removed gettext marks from debug
	messages.

	* po/es.po: updated Spanish translation.

Thu Oct  4 15:46:02 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c: tiny typo fixes.

Thu Oct  4 15:29:56 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* src/init.c: merged AUTHORS into the gnome_about dialog. Marked
	many things as translatable. Hopefully this is the first step to
	get rid of those widgets in the Help menu.

	* autogen.sh: call automake with -add-missing, for automake 1.5.

Thu Oct  4 15:23:18 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/.cvsignore, src/Makefile.am: changed gnomemud to gnome-mud.

	* src/gnome-mud.h, src/net.c (make_connection): Now takes a third
	argument which is the profile being used, and Default if not found.
	
	* src/init.c, src/wizard.c: Pass profilename "Default" to
	make_connection()

	* src/profiles.c: Pass profilename to make_connection().

Thu Oct  4 13:56:33 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/data.c [own_data]: Removed some unused variables.
	(load_data()/save_data()): Removed, no longer needed.
	(window_data): Takes PROFILE_DATA * as argument instead of GtkWidget,
	also all references to own_data.menu was removed.

	* src/init.c: Removed alias/triggers/variables from menu.

	* src/gnome-mud.h (window_data): Changed.

	* src/profiles.c (profilelist_alias_cb): Callback for editing profiles
	through old data_* function.
	(profilelist_triggers_cb): ditto
	(profilelist_variables_cb): ditto
	(profilelist_(un)select_row_cb): Remade a little.
	(profilelist_dialog): Removed some functionality.
	(window_profile_edit): Added some signals.

Wed Oct  3 13:18:50 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/data.c (save_data, load_data, data_button_delete):    
	Removed sensitivity of button_save, which is not in use
	anymore.

	* src/profiles.c (profilelist_new_input_cb): Use live ProfileList,
	do not use temporary.
	(profilelist_new_cb): append clist with gnome_dialog call.
	(profilelist_delete_cb): Check and delete from right ProfileList
	and CList.
	(window_profile_edit): Added a few signal for button new/delete    
	and CList.

Thu Sep 13 11:44:41 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* Small changes to README.
	
Thu Aug 30 09:55:43 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/gnome-mud.h: Added window_profile_edit()

	* src/init.c: Added "Profiles" to toolbarmenu.

	* src/profiles.c (load_profiles): Fixed crash that appeared   
	when running AMCL first time without config.
	(window_profile_edit): Added better editor for profiles.

	* po/*.po: make update-po, with profiles.c included.
												
Mon Aug 27 18:43:58 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* po/es.po: minor typo fix.

Sun Aug 12 20:52:41 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/net.c (read_from_connection): Changed buf from 2048 to 3000.

	* src/window.c (textfield_add): Removed some old commented code.
	
Mon Jul  9 15:34:24 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* config.sub, config.guess: updated to latest versions to fix
	compile problems in new arches like IA64 or HPPA.

Tue Jun 19 22:58:29 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* po/POTFILES.in, *.po: Added profiles.c to the list, and updated 
	.po files.

	* src/color.c: Small fixes, removed some GTK warnings.

	* src/config.h.in: New update

	* src/gnome-mud.c: Removed load_wizard(), and added load_profiles()

	* src/gnome-mud.h [struct wizard_data2]: added.
	[struct profile_data]: added.

	* src/init.c (destroy): Added saving for profiles and connections.
	(init_window): Added profiles, and remove old data*
	
	* src/data.c (data_button_close): Changed to new profiles.
	(window_data): Changed to new profiles.

	* src/net.c: Changed old lists[*] to use the new profile-lists.

	* src/profiles.c: Complely new and working connection and profile
	list functions.

Sat Jun  9 18:17:24 CEST 2001  Jordi Mallach  <jordi@sindominio.net>

	* src/Makefile.am: added LOCALEDIR to INCLUDES, so the
	translated mo's can get installed wherever "datadir" points to.

	* src/gnome-mud.c: removed the static LOCALEDIR define, and
	removed the libintl.h include too. Every file including gnome.h
	has libintl.h included already, so we need to wipe those of every
	c source file, later.

	* po/sv.po, po/fr.po: corrected charset and encoding definitions.

Fri Jun  8 17:15:58 CEST 2001  Robin Ericsson  <robin@noname4us.com>

	* src/color.c [(load|save)_colors): Removed old code for saving
	to file, and changed to use gnome_config_(get|set)_vector.

Fri Jun  8 15:34:02 CEST 2001  Robin Ericsson  <robin@noname4us.com>

	* src/init.c: Added window_color() to the menu again.

Thu May 31 22:05:49 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/net.c: Fixed bug #408834.

Thu May 31 21:15:27 CEST 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/profiles.c: Added, going to contain the new connection wizard
	
	* src/gnome-mud.h, src/init.c: Added new function-def and added
	new wizard to menu.

Thu Mar  8 04:18:57 CET 2001  Jordi Mallach  <jordi@sindominio.net>
	* po/fr.po: added missing "\n".

Tue Feb 20 04:10:49 CET 2001  Jordi Mallach  <jordi@sindominio.net>

	* configure.in, po/fr.po: added French translation from Martin
	Quinson.

Wed Jan 24 20:59:31 CET 2001  Robin Ericsson  <lobbin@localhost.nu>

	* configure.in, src/Makefile.am, version.h.in, applied
	patch from CrezyboY.

	* src/data.c: Small patch sent in from message board.

Sat Jan 20 02:29:40 2001  Robin Ericsson  <lobbin@localhost.nu>

	* Makefile.am, amcl-lsm, gnome-mud.lsm: renamed amcl.lsm 
	to gnome-mud.lsm.
	
	* NEWS, PLUGIN.API, README, autogen.sh, configure.in: 
	Changed AMCL to GNOME-Mud.

	* src/amcl.c, src/gnome-mud.c, Makefile.am: amcl.c renamed
	to gnome-mud.c

Sun Jan 14 22:50:09 2001  Robin Ericsson  <lobbin@localhost.nu>

	* src/*: Renamed amcl.h to gnome-mud.h, and tried to change
	AMCL into GNOME-Mud where I could.

	* po/*.po: make update-po

Thu Jan  1 17:08:21 2001  Jordi Mallach  <jordi@sindominio.net>
	* amcl.1, gnome-mud.1, Makefile.am: renamed the fake manpage
	and added the real one to the distribution.

Thu Dec 28 23:30:43 2000  Robin Ericsson  <robin@noname4us.com>

	* src/amcl.c [main]: save_plugins() removed.
	* src/init.c: Removed some global variables.
	[about_window]: Added a gnome_href widget to gnome-mud
	homepage.
	[do_close]: Fix for not closing main_window.
	* src/modules.c [do_plugin_information]: rebuild the
	window, and saves for plugins now uses gnome_config_*.
	[save_plugins]: removed.
	* src/modules_api.c: Commented out some code.
	* src/prefs.c [open_file]: Added some more debug.

Thu Dec 28 09:51:45 2000  Robin Ericsson  <robin@noname4us.com>

	* Makefile.am: Added manpage.
	* amcl.1: Manpage added.

Wed Dec 27 18:03:55 2000  Robin Ericsson  <lobbin@localhost.nu>

	* TODO: removed some outdated stuff
	* po/*.po: Made another update-po and edited the sv and de.po
	* src/init.c [destroy]: Added yes/no question when quitting amcl.
	Also saving the command history here.
	* src/modules_api.c [plugin_register_menu]: Commented out some
	variables.
	* src/net.c: Removed some unused variables.
	* src/prefs.c [save_prefs]: Save Command history as a vector.
	* src/telnet.c: [pre_process]: changed == to =, as it wasn't
	an if statement ;)

Tue Dec 26 10:37:32 2000  Jordi Mallach  <jordi@sindominio.net>
	* TODO: added some GNOME specific items.
	* Moved some items to "Under Development".

Tue Dec 26 15:42:34 2000  Robin Ericsson  <lobbin@localhost.nu>

	* po/ca.po, de.po, es.po, sv: make update-po,

	* src/.cvsignore: Added TAGS and tags.

	* src/amcl.h [system_data]: gint History; added.

	* src/data.c: Removed include for gtk.h and added gnome.h
	instead.

	* src/init.c [text_entry_select_child_cb]: Changes EntryCurr
	if the combo box changes the textentry.
	[do_disconnect]: disconnect only if connected.
	(toolbar_menu[]): added variable for setting toolbar.
	[init_window]: changed text_entry into a combo box to make it
	look more like zmud.

	* src/modules_api.c: Commented out code for adding a menuitem
	from a plugin.

	* src/net.c [general]: Removed a bunch of gtk_widget_set_sensitive
	for mostly main_disconnect menu.
	[send_to_connection]: History can now be a configurable length.
	[connection_send]: Smashed a bug that made command divided commands
	sendable again.

	* src/prefs.c [load_prefs]: load History.
	[save_prefs]: Save history.
	[copy_preferences]: added History.
	[prefs_entry_history_cb]: get new history.
	[prefs_window]: new entries for history.

	* src/telnet.c: Small changes with echo usage.

Sat Dec 23 11:24:08 CET 2000  Robin Ericsson  <lobbin@localhost.nu>

	* Made a lot of changes, trying to make it completly gnome.
	
	* Added newer files for the gnome macros, and edited almost 
	every file ;).

Tue Dec 19 18:22:09 2000  Robin Ericsson  <lobbin@localhost.nu>

	* src/init.c, src/net.c, src/prefs.c: Applied patch from
	Benjamin Geiger <bgeiger@ithink.net>

	* src/init.c [about_window]: changed url to homepage.
	
	* configure.in: Moved back to 0.7.5.

	* Makefile.am: changed README-NLS to ABOUT-NLS.

	* AUTHORS: Added Benjamin above.

	* AMCL-0.7.5-RELEASE!

Tue Dec 12 20:34:44 2000  Robin Ericsson  <lobbin@localhost.nu>

	* TODO: Added some more things...

Wed Nov 29 10:21:07 CET 2000  Robin Ericsson  <lobbin@localhost.nu>

	* TODO: Added a few things...

Sun Oct  1 03:40:32 CEST 2000  Jordi Mallach  <jordi@sindominio.net>
	* src/prefs.c: fix for a compile error with Woody's CVS gcc.
	* configure.in: add ca to ALL_LINGUAS.
	* po/ca.po: Initial Catalan translation.
	* po/es.po: More of the traditional small fixes.

Tue Sep 26 10:12:18 CEST 2000  Robin Ericsson  <robin@noname4us.com>

	* README: included OpenBSD in list of successful builds.

Thu Sep 11 02:44:29 CEST 2000 Jordi Mallach <jordi@debian.org>
	* po/es.po: updated strings.

Thu Sep  7 01:11:58 CEST 2000 Jordi Mallach <jordi@debian.org>
	* plugins/test.plugin/Makefile: stupid fix in libgtk and libglib
	  calls so the test plugin can compile again. Jorge spotted this,
	  really.

Thu Aug 31 23:34:30 CEST 2000 Jorge Garcia <jorge.garcia@uv.es>

	* Added Vars. (generic 'data' functions to work with alias, actions 
                       and vars):
	  + src/data.c: created (absorving code of alias.c and action.c)
		- src/Makefile.am (+data.c -alias.c -action.c)
		- src/amcl.h: deleted all alias and action structs
		- src/init.c: some modifications (alias and action -> data)
	  + src/amcl.c: moved load_alias and load_actions to init.c (load_data)
	  + src/net.c: [action_send_to_connection] more 'gtktized' and
                       needed modifications to allow vars.c     
	* src/init.c:
	  + converted some global variables to local
	  + removed all gtk_widget_show(...) and added gtk_widget_show_all(...)
	* src/amcl.h: added <stdio.h> to allow compilation of plugins

Fri Aug 11 18:32:14 2000  Jordi Mallach  <jordi@debian.org>
	* src/color.c, src/window.c: fix button labels that remained
	  unchanged, woops (updated *.po's manually, sorry for
	  inconveniences).
	* BUGS: add the gdk errors in color.c to the buglist.

Wed Aug  9 13:40:31 2000  Robin Ericsson  <robin@noname4us.com>

	* configure.in, po/de.po: Added german translation.

Wed Aug  2 15:59:36 2000  Robin Ericsson  <robin@noname4us.com>

	* Initial sv.po, most of the things is translated.

Tue Jul 25 16:04 2000  Jordi Mallach  <jordi@debian.org>
	* Cosmetic fixes: unify button labels, MUD and AMCL nomeclature.
	* Reformat or delete redundant comments in the sources. We've had an
	  AUTHORS file for a while.
	* Improvements in help strings, etc.

Tue Jul 25 10:49:57 2000  Robin Ericsson  <robin@noname4us.com>

	* acconfig.h: added #undef ENABLE_MCCP

	* configure.in: Added --enable-mccp as option.

	* src/net.c [open_connection,read_from_connection]: made some changes
	so AMCL can compile with MCCP as it don't really seems to work right now.

Thu Jul 20 17:20 2000  Jordi Mallach  <jordi@debian.org>
	* Added internationalization support.
	  + Added gettext calls to all strings. Affects action.c, amcl.c,
	    alias.c, color.c, init.c, keybind.c, map.c, modules.c,
	    modules_api.c, net.c, prefs.c, version.c, window.c and wizard.c.
	  + added libintl.h include in all the gettextized files.
	  + src/amcl.c: added locale.h include and setlocale() and
	    textdomain calls in main().
	  + Added intl/ and po/ directories.
	  + aclocal.m4: added needed macros by gettext.
	  + acconfig.h: added NLS config options.
	  + configure.in, Makefile.am, Makefile.in, src/Makefile.in: tweaked
	    paths, added variables needed for po making and added ABOUT-NLS
	    to the documentation.
	* Corrected a selection of typos while browsing the code, specially
	  in src/alias.c and src/wizard.c.
	* Initial es.po. It's not complete, but only the automapper needs to
	  be translated, the rest is finished.

Mon Jul 17 16:04:20 2000  Robin Ericsson  <robin@noname4us.com>

	* configure.in: added check for zlib, and if, enable MCCP.

	* src/Makefile.am: added mccpDecompress.[ch].

	* src/amcl.h: #include for stdio.h removed, and added mccpDecompress.h
	(connection_data): added *mccp, and mccp_timer.

	* src/dialog.h: added stdio.h include.

	* src/init.c: added stdio.h
	[init_window]: call mudcompress_new() on ->mccp.

	* src/modules_api.c: added stdio.h

	* src/net.c [make_connection]: added call to mudcompress_new()
	[mccp_pendingresponse]: timer function to check for compress data to 
	send.
	[disconnect]: clear mccp, and initialize it again.
	[open_connection]: added timer to mccp_pendingresponse(), also alot
	of other MCCP changes.

	* src/version.c: added stdio.h

	* src/wizard.c [free_connection_data]: delete timer, and free MCCP
	data.

Tue Jul 11 02:16:04 CEST 2000  Jorge Garcia <Jorge.Garcia@uv.es>

	* Moved most global variables from init.c to proper files and
          same about extern declarations.
	
	* src/alias.c: Added check_aliases with same structure of
          check_actions.
	
	* src/amcl.h: Removed comented header functions and declaration of
          extern global variables.
        
	* src/init.c: Removed comented functions. Added key accelerators to
          basic menu items.
	
        * src/net.c: Removed redundant code and some minor optimizations
          [str_replace]: Absorved by read_from_connection and optimized
          [alias_check]: Absorved data from action_send_to_connection and
          check_aliases (src/alias.c)
          [connection_send]: Minor optimization.
          [action_send_to_connection]: Now calls connection_send.
          [send_to_connection]: Now calls action_send_to_connection.

Sat Jul  8 17:48:47 2000  Robin Ericsson  <lobbin@localhost.nu>

	* action.c [match_line]: now checking triggers via regex
	instead of the old strncmp().

	* net.c [action_send_to_connection]: if prefs.EchoText is set,
	then echo the text sent be actions aswell.

Mon Jul 3 20:52:37 2000  Jeroen Ruigrok  <asmodai@wxs.nl>

	* AUTHORS: Add my email address.  Fix text to fit 80 column
	displays.  Remove some leading dots to make the sentences
	consistent.

	* configure.in: Fix mapper start of sentence to be consistent
	with the rest.  Add --enable-debug, which adds a few debugging
	flags, to know: -g -DDEBUG -DG_ENABLE_DEBUG.  This allows easy
	addition of DEBUG preprocessor definitions and makes sure we
	debug GTk+, as well as compile it with symbols.

	* plugins/Makefile.am, src/Makefile.am: Make sure the
	DEBUG_FLAGS get incorporated into CFLAGS.

Sun Jul 2 14:02:11 2000  Jeroen Ruigrok  <asmodai@wxs.nl>

	* src/amcl.c: Reorder include order.  Fix comments.
	Fix cosmetics on gtk_main() calling.

Sun Jul 2 13:31:23 2000  Jeroen Ruigrok  <asmodai@wxs.nl>

	* src/window.c: Reorder include order.  Proper prototyping.
	Usage of C comment characters to be consistent with the rest.
	Remove unnecessary prototype.  Divide rcsid[] over two lines.

Sat Jul 1 09:24:28 2000  Jeroen Ruigrok  <asmodai@wxs.nl>

	* src/prefs.c: Reorder include order.  Proper prototyping.
	Usage of C comment characters to be consistent with the rest.

Sat Jul 1 03:01:00 CEST 2000 Jorge Garcia <Jorge.Garcia@uv.es>

	* src/misc.c: deleted. No more uid_info used

	* src/amcl.c: uid_info changed to g_get_home_dir()

	* src/Makefile.am: removed misc.c

	* src/net.c: disconnect(...) now deactivates "disconnect" button

	* src/prefs.c: little optimization in load_prefs
	changed save_prefs header to save_prefs( void )

Fri Jun 30 22:07:16 2000  Jeroen Ruigrok  <asmodai@wxs.nl>

	* src/action.c: Proper prototyping.

	* src/alias.c: Proper protoyping.  Seperate function declarations
	from prototypes with 3 white lines, probably want to add a comment
	delimiter there instead.

	* src/amcl.h: Proper prototyping of load_actions().

	* src/color.c: Remove double inclusion of <string.h>.  Remove
	bogus function prototype since we include this with <amcl.h>.

	* src/misc.c, src/net.c: Reorder include order, this should make
	sure it will cause no compilation problems on most non-Linux
	platforms now and in future.


Wed Jun 28 22:58:32 2000  Jeroen Ruigrok  <asmodai@wxs.nl>

	* src/action.c: Proper prototyping.

	* src/alias.c: Do _real_ function prototyping.

	* src/color.c: Add string.h for strdup(), proper prototyping,
	be consistent in comment character usage.

	* src/init.c: Be consistent with rcsid[], proper prototyping,
	be consistent in comment character usage, remove unused
	variables.

	* src/keybind.c: Use include with quotation marks since we want
	to search for config.h in the local directory, not system defined
	ones, proper prototyping, remove unused variables, make sure
	function definitions are consistent.

	* src/map.c: include stdlib.h for free(), proper prototyping,
	make sure function definitions are consistent, be consistent in
	comment character usage.

	* src/window.c: remove alias_button_add() prototype since it is not
	needed there.

Wed Jun 28 03:00:00 CEST 2000  Jorge Garcia  <Jorge.Garcia@uv.es>

        * Cleaned unused variables in almost all .c files
        * src/prefs.c: check_amcl_dir changed to
          FILE *open_file(gchar *filename, gchar *mode)
          it checks for proper perms on ~/.amcl dir
          (changes on alias.c action.c init.c wizard.c color.c
           modules.c init.c)
        * src/alias.c: fixed minor bugs about buttons
                       optimized load_aliases

        * src/action.c: fixed minor bugs about buttons
                        optimized load_actions

Tue Jun 27 08:39:13 2000  Jeroen Ruigrok  <asmodai@wxs.nl>

	* src/action.c: Proper prototyping, removal of unused variables
	and proper lining up of the internal functions.

Mon Jun 26 21:34:53 2000  Jeroen Ruigrok  <asmodai@wxs.nl>

	* AUTHORS: Fix small typo.

	* BUGS: Document small bug about Main > disconnect not being
	updated.

	* TODO: Add MCCP support request.

	* configure.in: Allow for more compiler warnings.

	* src/alias.c: proper prototyping and removal of unused
	variables.

Mon Apr  3 20:42:55 2000  Robin Ericsson  <lobbin@localhost.nu>

	* Fixed bugs:
	[103619]: Resizing AMCL-Window will not resize the textarea

	* AUTHORS: Added Jörgen Kosche for his focus-patches.

	* README: Added some more OSes and GTK versions.

	* src/amcl.h: grab_focus_cb() added.

	* src/init.c, src/net.c: See bug above.

	* src/prefs.c (check_amcl_dir): Removed some messages.

	* src/version.c (get_version_info): Added some \n:s

	* src/window.c (grab_focus_cb): Added.

Tue Mar 28 22:11:36 2000  Robin Ericsson  <lobbin@localhost.nu>

	* Fixed bugs:
	[103542]: Key-bindings are now loaded.

	* src/amcl.c: See above.

	* src/window.c: Fix for focus-problem.

Fri Mar 24 22:07:10 2000  Robin Ericsson  <lobbin@localhost.nu>

	* Fixed bugs:
	[103014]: Scroll bar only works for the main window
	
	* acconfig.h/autogen.sh/configure.in: Changed some checkings
	mostly regarding dlopen stuff.

	* src/amcl.h (CONNECTION_DATA): the vscrollbar needs to follow
	the connection, can not use the main one.

	* src/init.c (init_window): Both window and scrollbar are now
	included in the notebook.

	* src/modules.c: Use some new <dirent.h> stuff I found in the
	autoconf documentation.

	* src/net.c (make_connection): also create scrollbar when we
	create a new notebook tab.

	* src/wizard.c: Just some code cleaning.

Mon Mar 13 19:03:35 2000  Robin Ericsson  <lobbin@localhost.nu>

	* AUTHORS: Added Benjamin Curtis (email not known)

	* TODO: Added some stuff.

	* configure.in: Moved to 0.8.0.

	* src/Makefile.am: telnet.c added to the files.

	* src/Makefile.mkhelp: Fixed compiling errors.

	* src/amcl.c: Do not initialize modules in PKGDATADIR (yet).

	* src/amcl.h: Added savefiles version.
	(connection_data): Added gboolean echo.

	* src/color.c: Compile warning fixes only.

	* src/net.c: Removed some unnecessary definitions.
	(read_from_connection): Added TELNET protocol support.
	(connection_send): Fixed for the above.

	* src/prefs.c: Fixed spelling errors.
	(prefs_font_selected): Fixed crash when not choosing a font.

	* src/wizard.c: Added version to wizard savefile.
	(window_wizard): Password is now not seen.
	
	* src/telnet.c: Added, functions for TELNET protocol.

Mon Feb 28 19:36:49 2000  Robin Ericsson  <lobbin@localhost.nu>

	* Makefile.am: Added acconfig.h.

	* README: Spelling errors.

	* src/Makefile.am: mkhelp removed, and readme_doc.h and
	authors_doc.h added.

	* src/Makefile.mkhelp: added to create readme_doc.h and
	authors_doc.h.

	* src/amcl.c (main): Create ~/.amcl/plugins aswell as
	~/.amcl

	* src/color.c (create_color_box): renamed to window_color(),
	now it doesn't break when opening, closing, and open again.

	* src/init.c (init_window): fix for the above.

	* src/map.c (auto_map_new): Fix window title.

Wed Feb 23 17:00:19 2000  Robin Ericsson  <lobbin@localhost.nu>

	* AUTHORS: Added Maxim Kiselev.

	* BUGS: This file should be empty for now ;)

	* NEWS: News about version 0.7.

	* PLUGIN.API: Useful information about the plugin api now
	added.

	* README, TODO, amcl.lsm: Minor changes for 0.7.

	* AMCL-0.7-RELEASE!

Mon Jan  3 20:50:22 2000  Robin Ericsson  <lobbin@localhost.nu>

	* README: Fixed up a little bit.

	* PLUGIN.API: File which describes the plugin API added.
	
	* src/error.xpm, src/ok.xpm: removed

	* src/modules.c: Removed the silly nonsens about pixmaps in
	plugin list. Now it even works.

Sat Nov 20 18:42:55 1999  Robin Ericsson  <lobbin@localhost.nu>

	* NEWS: Added information about the news in version 0.7.0.
	
	* TODO: Added information about ongoing development and new
	ideas.
	
	* src/amcl.c: removed comment
	
	* src/error.xpm, src/ok.xpm: added.
	
	* src/map.c: cleaned up a little bit.
	
	* src/modules.c: Plugin information now has a pixmap, red
	or green depended of if module is enabled or disabled.

Thu Nov 11 20:19:04 1999  Robin Ericsson  <lobbin@localhost.nu>

	* Added keybind.c to CVS.

	* Makefile.am: Added subdir plugins.
	* src/Makefile.am: Added keybind.c.

	* src/amcl.c (main): init_colors() replace with load_colors().
	* src/amcl.h (KEYBIND_DATA): structure and typedef added.
	(SYSTEM_DATA): gchar *CommDev added.
	Also some extern variables and function declares.

	* src/color.c: Patch received from Maxim Kiselev. Added support for
	saving colors.

	* src/init.c: As above, some functions moved around.
	(init_window): Added Key on the options menu.
	(text_entry_key_press_cb): Maxim Kiselevs patch changed some here.

	* src/modules.c: Just moved around things.

	* src/net.c: Added things from Maxim again so multiple commands
	can be sent right away.

	* src/prefs.c: Added the ability to set what command char to the
	above.

	* src/wizard.c: If AutoSave is on, then it should save when closing
	window.

1999-09-24  Robin Ericsson  <lobbin@localhost.nu>

	* README: Added info about that is compiles under FreeBSD 3.3-STABLE.
	
	* src/Makefile.am: amcl.o is now compiled by it self so $(pkgdatadir)
	can be added to compilation. Also misc.c was added.

	* src/action.c: All getenv("HOME") replaced with uid_info->pw_dir.

	* src/alias.c: ditto

	* src/precs.c: ditto

	* src/wizard.c: ditto

	* src/amcl.c (main): init_uid() now called. init_modules uses the
	correct PKGDATADIR from configure.

	* src/amcl.h: extern struct passwd *uid_info added in misc.c.

	* src/misc.c: Added.

	* src/modules.c (init_modules): g_warning when not finding the right
	directory was changed to g_message().

	* src/mkhelp.c (main): char c; changed to int c; so I can compile under
	MkLinux PPC.

1999-08-17  Robin Ericsson  <lobbin@localhost.nu>

	* src/modules.c (Plugin_datain_list): Name changed to Plugin_data_list
	and is now responsible for both in and out data.

	* src/modules.h (_plugin_data): Added enum PLUGIN_DATA_DIRECTION that
	tell which way it is to be.

	* src/modules_api.c (plugin_data_register_incoming/outging): Both call
	plugin_data_register() now.

	* src/net.c (read_from_connection): Plugin_datain_list changed name and
	now checks the direction to be sure there are no problems.

	* src/prefs.c: Fixed stupid font bug that probably appeared with
	GTK+ 1.2.3. Changed one call from gtk_signal_connect_object() to
	gtk_signal_connect() and the problem went away.

1999-08-15  Robin Ericsson  <lobbin@localhost.nu>

	* src/dialog.c: Use font "fixed" instead of no font at all, look a lot
	better that way.

	* src/init.c: Load font "fixed" into font_fixed.

	* src/modules.c (plugin_get_plugin_object_by_handle): Should be pretty
	clear.
	(plugin_get_plugin_object): renamed to plugin_get_plugin_object_by_name.
	(plugin_enable_check_cb): Take care of enable/disable the plugin.

	* src/modules.h (_plugin_data): Added to be used when register for data
	in or out going.

	* src/modules_api.c (plugin_register_data_incoming): Check which plugin
	and add that plugin and function to a linked list.

	* src/modules_api.h: Added a bunch of extern.

	* src/net.c (read_from_connection): Now checks if any plugin is registred
	for recieving incoming data and if so, run the associated function.

1999-08-10  Robin Ericsson  <lobbin@localhost.nu>

	* src/modules.c (plugin_get_plugin_object): Get object from linked
	list via the name.
	(plugin_clist_select_row_cb): Callback function that updates the
	entrys in info window.
	(do_plugin_information): Window that displays information about the
	plugins, name, author, version, etc. Here is also where you enable
	the plugin.
	(plugin_query): No knows what the entire path to the plugin is.

	* src/amcl.c (main): Checks for modules in path ./plugins, ~/.amcl/plugins
	and /usr/local/share/amcl, the last should be changeable via the configure
	script.

	* src/init.c (init_window): Added signal so do_plugin_information gets
	started.

	* src/modules.h (struct plugin_info): redesigned, plugin_startfunc
	removed.

	* src/net.c (make_connection): Finally got rid of that annoying
	compilation warning.

	* src/prefs.c (window_prefs): No idea in setting color of tooltip
	when it is never used.

1999-08-01  Robin Ericsson  <lobbin@localhost.nu>

	* src/amcl.h (make_connection): Changed to CONNECTION_DATA
	*make_connection(gchar *host, gchar *port);
	(connection_send): Changed to 
	void connection_send(CONNECTION_DATA *cd, gchar *message).

	* autogen.sh: automake changed again to just automake.

	* src/init.c (do_connection): Added to use make_connection from a 
	function instead of calling make_connection directly from the menu.
	(init_window): Added "Plugin Information" menu item which will 
	display information about the plugins ala Gimp.

	* src/modules.c (plugin->info->init_function()): now gets called with
	NULL, plugin->handle.

	* src/modules_api.c (plugin_register_menu): New function so plugins are
	able to register a menuitem that can be used.

	* src/net.c (make_connection): changed and some moved into "do_connection".
	(connection_send): Changed and is now working ;).

	* src/window.c (switch_page_cb): Debug message removed.

	* src/wizard.c: Now calling make_connection() the right way and is
	thanks to that working with multiple connections.

1999-07-30  Robin Ericsson  <lobbin@localhost.nu>

	* src/net.c (action_send_to_conneciton): Now takes a connection
	as argument to make it support multiple connections.
	(send_to_connection): Ditto.

	* src/wizard.c (free_connection_data): GtkWidget *window, does
	not need to be freed.

1999-07-29  Robin Ericsson  <lobbin@localhost.nu>

	* src/amcl.h: New global (CONNECTION_DATA *connections[15]) added.

	* src/init.c (do_close): New function. Close notebook page.
	(do_disconnect): Support for multiple connections, now even
	working.

	* src/net.c (make_connection): Support for multiple connections,
	now even working.

	* src/window.c (switch_page_cb): Enable/disable close/disconnect
	on the menu.

	* src/wizard.c (free_connection_data): New function for clearing
	a CONNECTION_DATA entry.

1999-07-24  Robin Ericsson  <lobbin@localhost.nu>

	* amcl.h (connection_data): Added notebook and sockfd entry.
	(open_connection): Changed fron gchar *host, gchar *port to
	CONNECTION_DATA *connection.

	* init.c (do_close/do_disconnect): New functions.
	(init_window): Added "Close Window" to the menu, added callback
	for the notebook.

	* modules_api.c (plugin_add_connection_text): Text sent without
	wanting to a specific connection now goes to main.

	* net.c (make_connection): Added support for multiple connections.
	(disconnect): ditto
	(open_connection): ditto
	(read_from_connection): ditto

	* window.c (switch_page_cb): Added function.

	* wizard.c (wizard_button_connect): Support for multiple connections
	needed alot of changed. Not ready yet.

Fri Jul 23 18:37:33 CEST 1999  Robin Ericsson  <lobbin@localhost.nu>

	* autogen.sh: changed automake; to automake --gnu --include-deps;

	* config.h.in, Makefile.am: removed old unused stuff.


Tue Mar  9 18:27:42 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* src/init.c [!WITHOUT_GNOME]: Fixed the GNOME compiling
	bugs.

	* src/net.c: Fixed the bug that accured when you recieved 
	alot of data from the at one time.

	* src/wizard.c: Fixed the bug in connection wizard.

	* src/version.c: Cosmetic fixes.

	* Released 0.6.1.

Thu Mar  4 18:29:46 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* Minor changes.

	* Version 0.6 is going to be released at work tomorrow, this
	is the last changes.

Tue Mar  2 20:56:08 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* version.h removed, this is created every make so this file
	is not necissary to include in the archive.

	* The configure option below made working :)

Mon Mar  1 20:56:06 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* version.[ch] added. mkhelp.c added in the dist.

	* Configuring option --without-mapper added to compile
	without the automapper.

	* Added RCS/CVS $Id tags to the files.
	
Tue Feb 23 18:15:41 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

        * Alot of changes..., action.c, mkhelp.c and dialog.c added.

	* src/amcl.c: Added call to load_actions()

	* src/amcl.h: Added action_data stucture and some function
	defines.

	* src/init.c: Added two new menu items.

	* src/net.c, action.c: Bret Robideaux new trigger system.

 
Thu Jan 28 20:14:54 CET 1999  Robin Ericsson  <lobbin@localhost.nu>
	
	* src/color.c added.

	* src/amcl.h: Changed some colorvariables. Added declares 
	for some calls in color.c

	* src/init.c: Added some functions in color initiation 
 	(from Robert's patch).
	(init_window): Added call to create_color_box().

	* src/window.c: Background ANSI, and other minor changes.

Sun Jan 17 20:31:04 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* Changed copyright date from 1998 to 1998-1999.

	* src/map.c added.

	* src/amcl.c (main): Added a couple of things from Paul's
	automapper.

	* src/init.c: Added AutoMapper to the menus.

Thu Jan 14 22:08:33 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* src/alias: Alias linked list rebuilt completly and should
	now work as it is supposed to.

	* src/prefs.c: Squashed small memory leek.

Fri Jan  8 21:35:39 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* Changed homepage and email addresses.

	* Applied Paul's patch so it will compile on GTK+ >= 1.1.3
	
Tue Dec  8 20:46:11 CET 1998  Robin Ericsson  <lobbin@spikdildo.nu>

	* src/alias.c, src/window.c: Alias specific code moved into
	alias.c.

	* src/window.c [!WITHOUT_GNOME] (popup_window): Instead of
	making my own popup function I'm using the gnome built in
	function gnome_app_message().
	(textfield_add): If Freeze option is on then use gtk_text_freeze/
	gtk_text_thaw.	

	* src/amcl.h (system_data): bool Freeze, new member.

	* src/prefs.c (load_prefs/save_prefs/window_prefs): New option
	called Freeze.
	(prefs_freeze_cb): New function.

Tue Oct 20 18:57:34 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* src/init.c (init_window): Fixed the resizing missfeature.

Mon Oct 19 19:00:06 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>
	
	* Version 0.5.1 Released!
	
	* net.c: Applied a patch I recieved, you could create a buffer 
	if you sent text bigger then 300 chars.

	* prefs.c [!HAVE_DEVGTK]: Stable GTK+ (1.0.x) doesn't have the
	font selection widget included, added some #ifdef HAVE_DEVGTK
	to fix this.

Sun Oct 18 14:11:38 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* Version 0.5 Released!

Tue Oct 13 21:16:50 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* alias.c (save_aliases): Added a check to see if there are any
	entries to save.

	* init.c [!WITHOUT_GNOME]: Made all the GnomeUIInfo structures
	global.
	[WITHOUT_GNOME] (init_window): Moved pack of menu_bar so that the
	bar isn't at the bottom. :)
	[!WITHOUT_GNOME]: Added some gtk_widget_set_sensitive

	* net.c [!WITHOUT_GNOME]: Added some gtk_widget_set_sensitive
	* prefs.c: Likewise
	* window.c: Likewise
	* wizard.c: Likewise

Sun Sep 27 11:16:13 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* README: Added a few things.

	* amcl.c: #include "config.h"

	* prefs.c (prefs_select_font_callback): Now sets the font to
	preview.

Thu Sep 24 16:08:08 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* init.c (EntryHistory): New global
	(text_entry_find): New function
	(text_entry_key_press_cb): Likewise
	(init_window): Connected text_entry signal "key_press_event" to
	text_entr_key_press_cb in other to make entry scollback work.

	* net.c (send_to_connection): Added just entered command last, and
	check if connected and only send text then.

Thu Sep 24 11:09:07 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* amcl.h (system_data): bool AutoSave added.
	(wizard_data): gchar *cstring added.

	* init.c (init_window,WITH_GNOME): Trailing separators in menu
	removed.

	* prefs.c (load/save_prefs): AutoSave added.
	prefs_autosave_cb() added.
	(window_prefs): Check button for AutoSave added.

	* window.c: Support for AutoSave.

	* wizard.c (window_wizard): Modify button renamed to apply.

Mon Sep 21 03:25:24 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* init.c (init_window): Now supports GNOME menus, with pixmaps and
	all.

Sun Sep 20 15:20:01 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* alias.c prefs.c window.c wizard.c: Removed sprintf and snprintf
	calls and changed those to g_snprintf.

 	* config.h.in configure.in: Don't have to check for snprintf now
	as it isn't used.

Sat Sep 19 16:14:22 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* Started using CVS.
