2007-05-21  ekalin  <ekalin@bol.com.br>

	* debian/changelog, debian/copyright, kildclient.spec:
	Updated package files to version to 2.5.1

	* README, configure.in, doc/C/kildclient.xml: Updated version to 2.5.1

	* win32/README.win32, win32/kildclient.iss:
	Added support in the installer to install Aspell so that Spell
	Checking works under Windows.

2007-05-13  ekalin  <ekalin@bol.com.br>

	* src/kildclient.h, src/net.c, src/worlds.c:
	Changed the way \r characters are handled, because of a mud that sends
	\r\r\n to end a line.

	* getperlflags.pl, win32/README.win32:
	Updates for the latest version of the tools.

2007-05-06  ekalin  <ekalin@bol.com.br>

	* debian/changelog, debian/kildclient.doc-base, doc/C/Makefile.am:
	Removed the autogeneration of the pdf manual (building it does not
	work for some reason, and the html manual is enough anyway).

	* autogen.sh, configure.in, po/LINGUAS:
	Moving (back) to glib-gettextize, because that works.

2007-04-22  ekalin  <ekalin@bol.com.br>

	* NEWS, src/kildclient.h, src/net.c, src/worldgui.c:
	The tooltip does not clobber the Disconnect dialog anymore.

2007-02-10  ekalin  <ekalin@bol.com.br>

	* NEWS, src/prefs.c:
	Bug fixed: If the kildclient.cfg file does not exist (which happens
	usually in the first run), KildClient does not crash anymore.

2007-01-28  ekalin  <ekalin@bol.com.br>

	* NEWS, src/prefs.c:
	The default commans for running the browser and playing a sound now
	quote their arguments.

	* NEWS, src/worldselector.c:
	Fixed bug that caused a crash when trying to connect to a world with
	invalid XML.

2007-01-01  ekalin  <ekalin@bol.com.br>

	* NEWS, src/worldselector.c:
	The last selected world is now displayed when the World Selector
	opens.

2006-12-09  ekalin  <ekalin@bol.com.br>

	* NEWS, src/worldgui.c:
	Bug fixed: In single-line input mode, pressing Shift+Enter or
	CTRL+Enter now sends the line to the mud.

2006-09-21  ekalin  <ekalin@bol.com.br>

	* src/ansitextview.c:
	Added the escape sequences to erase the screen, but there are a couple
	problems when there is text before the cleared part.

2006-09-20  ekalin  <ekalin@bol.com.br>

	* src/prefs.c:
	Bug fixed: the preferences file is now closed after being read.

2006-09-17  ekalin  <ekalin@bol.com.br>

	* src/ansitextview.c: Implemented ESC[K for erasing a line.

	* src/ansitextview.c: Corrected some bugs related to cursor movement.

	* src/ansitextview.c:
	Cursor movement is now limited to the current screen.

	* src/ansitextview.c: Used the cached values in the new code.

	* src/aliases.c, src/hooks.c, src/kildclient.h, src/macros.c, src/net.c, src/perlscript.c, src/timers.c, src/triggers.c, src/worldgui.c:
	The size of the window is now cached.

2006-09-10  ekalin  <ekalin@bol.com.br>

	* src/ansitextview.c:
	Escape sequences ESC[A, B, C and D are now supported.

	* src/ansitextview.c:
	Support alternative escape sequence to move the cursor.

	* src/ansitextview.c:
	Cursor moving now works even if the text has been scrolled.

	* src/ansitextview.c:
	It's now possible to move the cursor to a position even if there is
	not text there yet.

	* src/ansitextview.c:
	Changed the way newlines are handled so that moving the cursor can
	work.

2006-09-09  ekalin  <ekalin@bol.com.br>

	* src/ansitextview.c:
	Added very primitive cursor movement support (that does not work yet).

	* src/ansitextview.c, src/kildclient.h, src/worldgui.c:
	Created a mark to hold the position of the insertion cursor.

	* src/ansitextview.c: Corrected the name of a function.

	* src/ansitextview.c:
	Made the callback be ignored when text is to be added before a prompt.

	* src/ansitextview.c, src/kildclient.h, src/worldgui.c:
	Added the callback to remove text when overwriting.

2006-08-13  ekalin  <ekalin@bol.com.br>

	* debian/changelog, debian/compat, debian/control, debian/menu:
	Updated Ubuntu package files for version 2.5.0.

2006-08-12  ekalin  <ekalin@bol.com.br>

	* share/Makefile.am: Fixed error in last commit.

	* share/Makefile.am: Include icon e xcf files in tarball.

	* win32/kildclient.iss: Updated installer file for version 2.5.0.

	* debian/changelog, kildclient.spec:
	Updated package files for version 2.5.0.

	* po/eo.po, po/pt_BR.po: Updated translation files.

	* README, configure.in: Updated version to 2.5.0.

2006-08-10  ekalin  <ekalin@bol.com.br>

	* doc/C/kildclient.xml, share/kildclient.hlp, src/kildclient.glade:
	Fixed some problems with OnCloseConnected hooks.

	* NEWS, doc/C/images/we_trigger_edit.png, doc/C/images/we_trigger_highlight.png, doc/C/kildclient.xml, share/kcworld.dtd, share/kildclient.hlp, src/ansi.h, src/ansitextview.c, src/kildclient.glade, src/kildclient.h, src/perlscript.c, src/perlscript.h, src/prefs.c, src/triggers.c, src/we_generic_guied.c, src/we_triggers.c, src/worlds.c:
	Added the "highlight" feature to change the style of a line (or part
	thereof) when a trigger matches against it.

2006-07-31  ekalin  <ekalin@bol.com.br>

	* NEWS, doc/C/kildclient.xml, share/kildclient.hlp, share/kildclient.pl, src/hooks.c, src/perlscript.c, src/permanentvariables.c:
	It is now possible to get variables referencing other worlds and
	control them remotely.

2006-07-30  ekalin  <ekalin@bol.com.br>

	* configure.in, share/kildclient.ico, src/Makefile.am, src/mainwindow.c, src/wresources.rc:
	And now the icon works in Windows too.

	* debian/changelog, debian/menu, kildclient.desktop, share/Makefile.am, share/kildclient.png, share/kildclient.xcf, share/kildclient.xpm, src/Makefile.am, src/mainwindow.c:
	Added in icon to the program.

2006-07-18  ekalin  <ekalin@bol.com.br>

	* NEWS, README, configure.in, kildclient.spec, debian/changelog, debian/control, doc/C/images/pref_appearance.png, doc/C/kildclient.xml, src/kildclient.glade, src/kildclient.h, src/mainwindow.c, src/prefs.c:
	KildClient can now set the Urgency hint to make windows flash when new
	text is received.

2006-07-15  ekalin  <ekalin@bol.com.br>

	* NEWS, doc/C/kildclient.xml, share/kildclient.1, src/main.c:
	It is now possible to specify another directory so store the
	configuration files and saved worlds with the -c command-line option.

2006-06-23  ekalin  <ekalin@bol.com.br>

	* src/worldselector.c:
	Changed the order of the buttons in the world selector to conform to
	the Gnome HIG.

2006-06-22  ekalin  <ekalin@bol.com.br>

	* src/main.c, src/mainwindow.c, src/we_aliases.c, src/we_general.c, src/we_hooks.c, src/we_macros.c, src/we_plugins.c, src/we_timers.c, src/we_triggers.c, src/we_vars.c, src/worldselector.c:
	Dialogs now have better messages and buttons.

2006-06-17  ekalin  <ekalin@bol.com.br>

	* debian/changelog, debian/control: Updated Debian policy version.

2006-06-13  ekalin  <ekalin@bol.com.br>

	* Makefile.am, configure.in, doc/C/Makefile.am:
	It is now possible to disable the generation of the documentation
	while building the program with --without-docs.

2006-06-11  ekalin  <ekalin@bol.com.br>

	* NEWS, src/we_triggers.c:
	Bug fixed: you can only open the Test Triggers dialog if you are
	connected to a world.

2006-06-04  ekalin  <ekalin@bol.com.br>

	* NEWS, src/kildclient.h, src/worldgui.c:
	Fixed a bug that caused NAWS information to be sent with each command.

2006-04-25  ekalin  <ekalin@bol.com.br>

	* NEWS, doc/C/kildclient.xml, src/hooks.c, src/kildclient.h, src/main.c, src/net.c, src/perlscript.c, src/we_advanced.c, src/we_generic_guied.c, src/we_hooks.c, src/worlds.c:
	Added the OnCloseConnected hook.

2006-04-18  ekalin  <ekalin@bol.com.br>

	* NEWS, src/kildclient.h, src/prefs.c, src/we_plugins.c:
	Fixed a bug that closed the client if the Help button in the World
	Editor was clicked for a plugin without help, and also added a dialog
	to inform the user that help is printed in the main window.

	* NEWS, doc/C/kildclient.xml, share/kildclient.pl, src/perlscript.c:
	Added (actually, documented and expanded the influence of) the
	$world->{SILENT} attribute, to suppress some messages.

2006-03-26  ekalin  <ekalin@bol.com.br>

	* win32/kildclient.iss:
	Updated Windows installer file for version 2.4.1.

	* ChangeLog: Updated ChangeLog.

	* debian/changelog, kildclient.spec: Updated package files to 2.4.1.

	* NEWS, README, configure.in, doc/C/kildclient.xml:
	Updated version to 2.4.1.

	* src/cmdhistory.c, src/parser.c, src/perlscript.c, src/we_input.c:
	Removed some warnings and made code more compliant.

2006-03-24  ekalin  <ekalin@bol.com.br>

	* multilinesend.c, we_input.c, we_mainwindow.c, we_statusbar.c, worldgui.c:
	Fixed bug with pango font freeing that caused crashes sometimes.

2006-03-08  ekalin  <ekalin@bol.com.br>

	* kildclient.h, net.c, triggers.c:
	When two lines match a trigger, each capturing different parts of the
	line with () in regexps, each trigger is now run correctly with its
	appropriate parts in $_[].

2006-02-17  ekalin  <ekalin@bol.com.br>

	* mainwindow.c, net.c, perlscript.c, worldgui.c:
	Removed compiler warnings.

	* kildclient.h, mainwindow.c, worldgui.c:
	Pressing ENTER in the search box activates Find Next, and pressing ESC
	closes the search bar.

	* kildclient.h, net.c, perlscript.c:
	Fixed a bug that caused error messages to be printed when disconnected
	from a World, even if there was no error.

2006-02-15  ekalin  <ekalin@bol.com.br>

	* mainwindow.c, net.c:
	Bug fixed: when compression is disabled during the MUD session, the
	status bar and Statistics dialog now reflect that fact.

	* kildclient.glade, kildclient.h, multilinesend.c:
	You can now choose not to close the Multi-Line Send dialog after
	sending the data.

	* perlscript.c:
	Two new functions, $world->getconntime() and $world->getidletime()
	retrieve the time connected and idle time, respectively.

2006-02-14  ekalin  <ekalin@bol.com.br>

	* Makefile.am, kildclient.glade, kildclient.h, net.c, we_protocols.c, worldeditor.c, worlds.c:
	MCCP can now be configured to be enabled only if proposed after
	connection (the new default), to be enabled at all times or to be
	disabled.

2006-02-13  ekalin  <ekalin@bol.com.br>

	* net.c:
	Telnet TTYPE and NAWS are now sent as one package only, to help
	servers that don't process TELNET correctly.

2006-02-09  ekalin  <ekalin@bol.com.br>

	* mainwindow.c, wndmain.glade:
	Fixed a but that caused a crash when the Manual menu was selected for
	the second time.

2006-02-08  ekalin  <ekalin@bol.com.br>

	* Makefile.am, kildclient.glade, kildclient.h, simocombobox.c, simocombobox.h, we_input.c, worldgui.c, worlds.c:
	Added spell checking support via gtkspell.

	* we_input.c:
	Fixed bugs regarding the World Editor and the input bar size.

	* kildclient.h, main.c, mainwindow.c, perlscript.c:
	If you try to exit the program when there are open worlds, a
	confirmation dialog is now displayed.

2006-02-03  ekalin  <ekalin@bol.com.br>

	* cmdhistory.c, kildclient.h, mainwindow.c, wndmain.glade, worldgui.c:
	Alt+Shift+Up and Down can be used to search for commands starting with
	the text that is in the input bar.

2006-01-29  ekalin  <ekalin@bol.com.br>

	* aliases.c, triggers.c:
	Debug Matches now shows trigger and alias names.

2006-01-25  ekalin  <ekalin@bol.com.br>

	* kildclient.h, multilinesend.c, perlscript.c:
	Added a new function, $world->sendfile(), to send the contents of a
	file to the mud.

2006-01-21  ekalin  <ekalin@bol.com.br>

	* cmdhistory.c, kildclient.h, mainwindow.c, wndmain.glade, worldgui.c:
	When using the multi-line input box, the up and down arrows behave now
	more naturally: they either retrieve the previous/next command or move
	the cursor. They move the cursor if you have already moved the cursor
	in order to edit the line, and move through commands otherwise.

2006-01-09  ekalin  <ekalin@bol.com.br>

	* worldselector.c:
	Pressing ENTER in the "host" or "port" fields of the World Selector
	now works.

2006-01-05  ekalin  <ekalin@bol.com.br>

	* net.c:
	Fixed a bug that caused a crash when very long lines were received
	when compression is active.

2006-01-03  ekalin  <ekalin@bol.com.br>

	* prefs.c:
	Fixed a bug that caused a crash when the Preferences dialog was opened
	for the second time.

2005-12-24  ekalin  <ekalin@bol.com.br>

	* main.c:
	Prevented the input bar contents from being selected whenever it gets
	focus.

2005-12-23  ekalin  <ekalin@bol.com.br>

	* wndmain.glade: Fixed keyboard shortcuts for moving through worlds.

2005-12-22  ekalin  <ekalin@bol.com.br>

	* kildclient.glade: Fixed typos in strings.

2005-12-21  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* cmdhistory.c, kildclient.glade, kildclient.h, mainwindow.c, net.c, simocombobox.c, simocombobox.h, we_input.c, worldgui.c, worlds.c:
	Merged the mlinput branch, bringing the multi-line input bar into
	HEAD.

	* simocombobox.c: The line height is now cached for performance.

	* simocombobox.c:
	The size of the multi-line input box now really represents the number
	of lines.

2005-12-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, kildclient.h, we_input.c, worldgui.c, worlds.c:
	The size of the input box can now be configured in the World Editor.

	* simocombobox.c:
	Focus is kept in the text entry even if size is changed.

	* kildclient.h, worldgui.c, worlds.c:
	The size of the input box is now saved and restored.

2005-12-19  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* simocombobox.c, simocombobox.h:
	A signal is emitted when the size of the input line is changed.

	* simocombobox.c:
	The arrows now appear at the top and bottom of their area.

	* simocombobox.c: The maximum number of lines can be changed.

	* simocombobox.c, simocombobox.h, worldgui.c:
	The arrows work for chaning the size of the input box.

2005-12-18  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* simocombobox.c:
	Added some arrows to change the input bar height. (But changing the
	height is still inoperant.)

2005-12-16  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldgui.c:
	Key press events are now handled in a way that everything works as expected.

2005-12-14  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* simocombobox.c:
	When the input state is toggled, the text is preserved.

	* simocombobox.c:
	When the multi-line input is selected, activate and changed signals
	are sent when appropriate, so that it can now be used.

	* mainwindow.c:
	Bug fixed: the real clipboard is used for copying text from the
	display window.

	* simocombobox.c, simocombobox.h, worldgui.c:
	Functions for getting/setting/etc with text now work for the currently
	selected text widget, whichever it is.

2005-12-13  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldgui.c:
	Added a button to test the multi-line input. (But this will probably
	be changed in the future.)

	* simocombobox.c: The multi-line entry now appears correcly.

	* simocombobox.c, simocombobox.h:
	The SimoComboBox can now have also a multi-line text widget.

	* kildclient.h, simocombobox.c, simocombobox.h, we_input.c, worldgui.c:
	Removed the last references to txtEntry (or so I hope).

	* simocombobox.c, simocombobox.h, we_input.c, worldgui.c:
	Removed direct reference to txtEntry with regard to completion.

	* simocombobox.c: Grabbing the focus works correctly again.

	* cmdhistory.c, kildclient.h, mainwindow.c, net.c, simocombobox.c, simocombobox.h, worldgui.c:
	Removed several direct references to the entry widget.

	* simocombobox.c, simocombobox.h, worldgui.c:
	Moved some text entry signals to SimoComboBox.

2005-12-11  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldgui.c:
	Fixed a bug that caused the search box to be redisplayed even if
	hidden when World->Open was selected.

	* worldgui.c: Fixed a bug with tooltips after a world is closed.

2005-12-07  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c, multilinesend.c:
	A much simpler way of determining the character size is now used.

	* kildclient.glade, multilinesend.c:
	The entry boxes in the Multi Line Send dialog are now 80 characters
	wide.

2005-11-30  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* aliases.c, hooks.c, macros.c, perlscript.c, timers.c, triggers.c:
	The $world->listX functions now adapt their width to the screen width.

2005-11-24  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	The argument checking in functions is now better: no more strange
	warnings if no arguments are given to some functions, a nice message
	is printed. Also, the built-in $world-> functions are now safer even
	if not invoked from a proper world instance.

2005-11-22  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, perlscript.c:
	Added the $world->Xenabled() functions, where X is trigger, alias,
	macro, timer and hook.

2005-11-16  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* aliases.c, kildclient.glade, kildclient.h, perlscript.c, perlscript.h, triggers.c, we_aliases.c, we_generic_guied.c, we_triggers.c, worlds.c:
	Triggers and aliases can now match case-insensitively.

	* parser.c:
	Fixed a bug that caused a segfault when a recursive alias definition
	was found.

2005-11-15  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	Fixed bug regarding alias matching: the line is now marked as a UTF-8
	string.

2005-11-12  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldgui.c: Added a missing newline in the output of getkeycode().

	* macros.c:
	Fixed a bug that caused macros not to be run when a non-English
	keyboard is used.

2005-11-06  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.glade, kildclient.h, perlscript.c, prefs.c, sound.c:
	Added the play() function to play sounds.

2005-11-05  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c:
	Fixed a bug that caused the wrong number of lines that fit in the
	window to be calculated (and sent to the server if NAWS is being used)
	under some circunstances.

2005-11-04  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c:
	Fixed a small bug that caused segfaults under some rare circunstances.

2005-11-03  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, aliases.c, ansitextview.c, cmdhistory.c, hooks.c, kcwin.c, kildclient.glade, kildclient.h, log.c, macros.c, main.c, mainwindow.c, multilinesend.c, net.c, parser.c, perlscript.c, perlscript.h, permanentvariables.c, plugins.c, prefs.c, timers.c, triggers.c, we_advanced.c, we_aliases.c, we_colors.c, we_general.c, we_generic_guied.c, we_hooks.c, we_input.c, we_macros.c, we_mainwindow.c, we_misc.c, we_plugins.c, we_scripting.c, we_statusbar.c, we_timers.c, we_triggers.c, we_vars.c, worldeditor.c, worldgui.c, worlds.c, worldselector.c:
	Merged the libgnutls branch.

2005-11-02  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.glade, mainwindow.c:
	Added information about the SSL certificate in the Statistics window.

	* kildclient.glade, mainwindow.c:
	Added information about the SSL connection to the Statistics dialog.

	* mainwindow.c:
	Removed a warning about pointer sizes under AMD64 architecture.

	* ansitextview.c:
	Fixed bug that caused text to be displayed incorrectly when line
	drawing and normal characters were mixed in the same line.

	* we_general.c: Removed unused variable when compiling without SSL.

	* kildclient.h, mainwindow.c, net.c: Added SSL connection support.

2005-11-01  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, main.c, we_general.c, worlds.c:
	Added a checkbox to select whether to use SSL when connecting.

	* aliases.c, ansitextview.c, cmdhistory.c, hooks.c, kcwin.c, kildclient.h, log.c, macros.c, main.c, mainwindow.c, multilinesend.c, net.c, parser.c, perlscript.c, perlscript.h, permanentvariables.c, plugins.c, prefs.c, timers.c, triggers.c, we_advanced.c, we_aliases.c, we_colors.c, we_general.c, we_generic_guied.c, we_hooks.c, we_input.c, we_macros.c, we_mainwindow.c, we_misc.c, we_plugins.c, we_scripting.c, we_statusbar.c, we_timers.c, we_triggers.c, we_vars.c, worldeditor.c, worldgui.c, worlds.c, worldselector.c:
	Corrected a problem with header inclusion order.

	* Makefile.am:
	Added a configure check for libgnutls (but this can be disabled.)

2005-10-31  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, perlscript.c, permanentvariables.c, we_generic_guied.c, we_vars.c:
	The order of permanent variables can be changed from the GUI Editor.

	* cmdhistory.c, mainwindow.c, prefs.c, we_aliases.c, we_general.c, we_generic_guied.c, we_hooks.c, we_macros.c, we_timers.c, we_triggers.c, we_vars.c, worldgui.c, worlds.c:
	Removed some memory leaks because GladeXML's were not being destroyed.

2005-10-30  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, aliases.c, hooks.c, kildclient.glade, kildclient.h, macros.c, timers.c, triggers.c, we_aliases.c, we_generic_guied.c, we_hooks.c, we_macros.c, we_timers.c, we_triggers.c, we_vars.c, worldeditor.c, worlds.c:
	It is now possible to export and import triggers, aliases, macros,
	timers, hooks and permanent variables.

2005-10-24  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c, wndmain.glade, worldgui.c:
	Add a Find function to search for text in the output buffer.

2005-10-21  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c:
	When there is a prompt and a command prints something, the text is now
	printed above the command.

2005-10-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c, wndmain.glade:
	Added the "Edit" menu with the usual Cut, Copy, Paste and Delete.

	* hooks.c, kildclient.glade, kildclient.h, perlscript.c, we_advanced.c, we_aliases.c, we_hooks.c, we_macros.c, we_timers.c, we_triggers.c, worldeditor.c, worlds.c:
	Triggers, aliases, etc, defined by plugins can be displayed in the GUI
	editors.

2005-10-19  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade:
	The Close button in the About dialog works correctly now.

2005-10-15  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, mainwindow.c:
	A GtkAboutDialog is now used for the About dialog.

2005-10-14  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, kildclient.h, multilinesend.c, we_scripting.c, worldeditor.c:
	Now using a GtkFileChooserButton instead of doing the same manually.

2005-10-01  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Updated messages files.

	* kildclient.glade: Updated version to 2.2.2.

	* ansitextview.c: Corrected problem in the CVS Id line.

2005-09-30  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade:
	Joined the "Colors" and "Window" tabs of the Preferences Dialog into
	one.

	* kildclient.glade:
	Corrected the layout in the Sending tab of the Preferences dialog.

	* worldgui.c:
	The time displayed in the tooltips is now locale-dependent.

	* perlscript.c:
	Removed big memory leaks that caused memory comsumption to get very
	high in long sessions.

2005-09-28  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	Removed a debugging message that was kept there, forgotten.

	* kildclient.h, worldgui.c:
	When you leave the mouse over a link in the output window, a better
	tooltip is displayed.

	* ansitextview.c:
	URLs with username and password are now detected and made clickable.

2005-09-25  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* net.c:
	Fixed a bug that caused a crash when a connection was broken abruptly
	(ie, not in a tidy way, generally because of a network failure).

2005-09-23  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am:
	We're now using autopoint instead of the old and out-of-date
	glib-gettextize.

	* kildclient.glade: Corrected some errors in the message files.

	* ansitextview.c:
	Corrected a bug that caused text to be displayed in the wrong colors
	or attributes when unrecognized ANSI sequences were received. (These
	are now properly ignored.)

2005-09-22  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c:
	Fixed a security bug that caused a segmentation fault when a very long
	ANSI sequence was receveived.

	* kildclient.h, net.c, worlds.c:
	A GTimer is now used to keep track of elapsed time for the prompt
	timeout. (Which is good, because Mingw32 lacks gettimeofday().)

2005-09-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c, triggers.c:
	Fixed a bug that caused a segfault in the Windows version when
	$world->listtrigger was used and there was a trigger without an
	action.

	* kildclient.glade: Updated version to 2.2.1.

	* worlds.c:
	Fixed a bug that causes a segfault when trying to connect to a world
	under Windows.

2005-09-19  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldselector.c:
	Corrected a bug that prevented compilation under Windows.

	* kildclient.glade: Updated version to 2.2.0.

	* kildclient.glade, main.c: Corrected some messages.

2005-09-19  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldselector.c:
	Corrected a bug that prevented compilation under Windows.

	* kildclient.glade: Updated version to 2.2.0.

	* kildclient.glade, main.c: Corrected some messages.

2005-09-18  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, kildclient.h, mainwindow.c, net.c, wndmain.glade:
	Added a dialog showing some statistics about the world and the
	connection.

	* ansitextview.c, kildclient.h, worldgui.c:
	The line count in the status bar now displays the total number of
	lines received, not the number of lines in the scrollback buffer.

2005-09-17  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldgui.c:
	Fixed (hopefully) the bug that caused segfaults when Connect to
	Anothre was selected.

	* ansi.h, ansitextview.c, kildclient.h, net.c, we_mainwindow.c, worldgui.c:
	Merged the more_ansi branch, bringing its features into HEAD.

2005-09-16  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c, kildclient.h, we_mainwindow.c, worldgui.c:
	Added support for the vt100 line drawing characters.

2005-09-15  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worlds.c:
	Fixed bug that caused some gtk warnings to be displayed when a world
	was requested from the command line.

	* kildclient.h, main.c, net.c:
	Added two debug-mode command-line options that dump everything
	received from the mud to a file. One of them dumps data just as
	received (data which might be compressed), and the other dumps data
	after decompression (if MCCP was used; otherwise the dumps are equal).

	* ansitextview.c, kildclient.h, net.c:
	Made the xterm256_state variable local to the function that parses
	ANSI sequences, because only complete sequences are passed to that
	function.

2005-09-14  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c:
	Corrected the code for a grayscale level that was wrong.

	* ansi.h, ansitextview.c, kildclient.h:
	Added suport for ANSI "hidden" text.

	* ansi.h, ansitextview.c, kildclient.h:
	Ansi Reverse Video mode is now supported.

2005-09-13  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* net.c: When you connect to a host that uses MCCP, this information is
	displayed in the status bar.

	* ansi.h, ansitextview.c, kildclient.h, worldgui.c:
	Added support for doubly underlined and striked through text.

	* ansi.h, ansitextview.c, kildclient.h, net.c, worldgui.c:
	Added support for xterm's 256 color mode.

2005-09-12  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c: Corrected bug in ANSI italics and underline handling.

2005-09-11  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansi.h, ansitextview.c, kildclient.h, worldgui.c:
	Underlined and italics text is now displayed, if the
	common-but-not-so-official ansi codes for these attributes is used.

	* ansitextview.c, kildclient.h, net.c, worldgui.c:
	Changed some structures that hold text appearance settings (currently
	only for ANSI) in preparation for future changes.

2005-09-10  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* cmdhistory.c, kildclient.glade, kildclient.h, multilinesend.c, prefs.c:
	You can now set default values for the delay parameters when sending
	multiple lines or commands.

2005-09-07  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c:
	Fixed a bug that sometimes caused segfaults when "Connect to Another
	World" was selected.

	* kildclient.h, main.c, mainwindow.c, we_advanced.c, wndmain.glade, worldeditor.c, worlds.c:
	It is now possible to edit a Default World whose parameters are copied
	from when creating new Worlds.

2005-09-04  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, kildclient.h, net.c, we_general.c, worlds.c, worldselector.c:
	Added the possibility of having more than one character associate with
	a World for auto-login.

2005-09-03  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* we_plugins.c: Removed some useless code from a couple of functions.

2005-09-02  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, kildclient.h, multilinesend.c, worlds.c:
	The multi-line send dialog is now per-world and not one for all
	worlds.

2005-09-01  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c, kildclient.h, net.c, perlscript.c, perlscript.h, triggers.c, worldgui.c:
	Removed compilation warnings (with GCC 4.0) about signedness mismatch
	in several places.

	* kildclient.glade, kildclient.h, net.c, triggers.c, we_triggers.c, wndmain.glade, worlds.c:
	Added the hability to test triggers and see how they would react to
	lines from the MUD.

2005-08-31  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* hooks.c: Fixed a bug that caused an infinite loop when there was an
	OnSentCommand hook and two triggers matched and caused commands to be
	sent.

2005-08-30  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* we_aliases.c, we_hooks.c, we_macros.c, we_plugins.c, we_timers.c, we_triggers.c, we_vars.c:
	The DEL key works in the GUI editors for triggers, etc. as a shortcut
	to delete the object.

	* wndmain.glade:
	Added keyboard accelerators for Reconnect and Connect to Another.

2005-08-26  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c:
	Fixed a bug that caused a segfault when opening a world.

	* net.c:
	Fixed a bug that caused you to be disconnected if a very long line
	(>1k) was sent by the mud.

2005-08-25  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Updated version to 2.1.0.

2005-08-25  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Updated version to 2.1.0.

2005-08-23  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* triggers.c:
	Fixed a bug that caused a newline to be sent when a pure gag trigger
	(one without an action) matched.

	* hooks.c, kildclient.h, net.c, perlscript.c, we_hooks.c, worlds.c:
	Added a new hook, OnDisconnect, triggered after a connection to a
	World is closed.

	* cmdhistory.c, worlds.c:
	Removed some memory leaks from the Command History feature.

2005-08-22  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, cmdhistory.c, kildclient.glade, kildclient.h, mainwindow.c, wndmain.glade, worldgui.c, worlds.c:
	Added the Command History dialog.

2005-08-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* multilinesend.c:
	Removed a memory leak in the multi-line-send feature.

2005-08-18  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* net.c:
	Corrected a bug that prevented prompts from being displayed under some
	circunstances.

2005-08-16  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c, net.c:
	Changed the way timeouts for printing incomplete lines are used,
	hopefully KildClient is slightly faster now.

	* Makefile.am, ansitextview.c, kcircularqueue.c, kcircularqueue.h, kildclient.h, we_misc.c, worldgui.c, worlds.c:
	Added a feature that displays a tooltip with the time the line was
	received when the mouse is left over a line for a little time.

2005-08-13  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* wndmain.glade, worldgui.c:
	The shortcuts for moving to the next/previous world have changed to
	CTRL+Page up/down, and ALT+num has been added as a shortcut for going
	to a given world.

2005-08-12  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, kildclient.h, we_advanced.c, we_aliases.c, we_hooks.c, we_macros.c, we_timers.c, we_triggers.c, we_vars.c, worlds.c:
	It is now possible to disabled the dialog confirming trigger, etc.
	deletion in the GUI Editors.

	* worldselector.c:
	In the World Selector, the list of worlds starts focused.

2005-08-07  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldgui.c:
	Fixed a bug that caused the first line not to be displayed correctly
	under some circunstances.

2005-08-06  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldgui.c:
	Added a tooltip to the "clear" button near the command input area.

2005-08-03  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c, perlscript.c:
	The Reconnect menu item and the $world->reconnect function now work
	even if it is already connected.

2005-07-31  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade:
	Added a label describing how to use the "Key" entry box in the macro
	edit dialog.

2005-07-25  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	Allowed the win32 version to find the boogus Gettext.pm wherever it is
	run from.

	* worlds.c:
	Bug fixed: attempting to edit an offline World no longer crashes
	KildClient.

2005-07-24  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Updated version to 2.0.0.

	* mainwindow.c, worldeditor.c:
	Removed warnings when compiling with optimization on.

	* we_hooks.c:
	Fixed bug that prevented the OnSentCommands Hook editor from working
	correctly, and which caused segfaults on some occasions.

2005-07-23  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, prefs.c, worldgui.c:
	Clicking URLs now works in Windows too.

	* worlds.c:
	Corrected bug that prevented the command separator from being
	correctly saved under some circunstances (ie, under windows).

	* triggers.c: Corrected little typo in $world->listtrigger output.

2005-07-22  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, wndmain.glade:
	Dialogs, especially the World Selector, now appear in the center of
	the screen.

	* ansitextview.c, perlscript.h:
	Added a not-so-beautiful hack to prevent ActiveState Perl (under
	mingw) from trying to use its own functions instead of the C library
	ones.

2005-07-21  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldselector.c:
	Corrected a bug in the mingw implementation of the functions that
	otherwise use glob().

	* worlds.c:
	Corrected bug that caused a segfault when a world file could not be
	loaded for display in the world selector.

	* net.c: Added a mingw implementation of gettimeofday().

	* log.c, main.c, mainwindow.c, prefs.c:
	Made some more changes to enable compilation under Mingw.

	* worldselector.c:
	Corrected a bug that prevented a new world from being created.

	* kildclient.h, multilinesend.c:
	Moved a definition of a function that didn't need to be in
	kildclient.h to a proper file.

	* net.c:
	Changed the write() and read() functions to send() and recv(), because
	only these work with sockets under Mingw.

2005-07-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c, permanentvariables.c:
	Corrected bug that caused perl_script_import_file to be called with a
	NULL file.

	* main.c: Made further changes to allow compilation under MINGW32.

2005-07-19  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldselector.c:
	MINGW32 does not have glob(), so the parts that used that were
	rewritten with what Windows provides.

	* simocombobox.c, ansitextview.c, main.c, mainwindow.c:
	Made some changes to make possible compilation under Windows with mingw32.

	* worlds.c:
	Changed the names of the structure to have a KC_ prefix because one of
	them was conflicting with another #define in mingw.

2005-07-17  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Corrected some problems in the UI messages.

2005-07-16  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* aliases.c, ansitextview.c, hooks.c, kcwin.c, log.c, macros.c, main.c, mainwindow.c, multilinesend.c, net.c, parser.c, perlscript.c, permanentvariables.c, plugins.c, prefs.c, timers.c, triggers.c, we_advanced.c, we_aliases.c, we_colors.c, we_general.c, we_hooks.c, we_input.c, we_macros.c, we_mainwindow.c, we_misc.c, we_plugins.c, we_scripting.c, we_statusbar.c, we_timers.c, we_triggers.c, we_vars.c, worldeditor.c, worldgui.c, worlds.c, worldselector.c:
	Renamed the config.h file to kcconfig.h, so that it does not conflict
	with a config.h that libperl installs. This change allows kildclient
	to be built with gcc 4.0.X, which for some reason was #include'ing
	perl's config.h.

	* kildclient.h, net.c, triggers.c:
	Corrected bug with rewriter triggers.

2005-07-15  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade:
	Added tooltips to most of the widgets, especially in the World Editor.

	* ansitextview.c, kcwin.c, kildclient.h, net.c, perlscript.c:
	Corrected bug that caused a segfault when a very long string was
	echo()ed.

2005-07-14  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Made the ENTER key work in the World Editor.

	* Makefile.am, aliases.c, hooks.c, kildclient.glade, kildclient.h, macros.c, mainwindow.c, perlscript.c, plugins.c, timers.c, triggers.c, we_aliases.c, we_hooks.c, we_macros.c, we_plugins.c, we_timers.c, we_triggers.c, we_vars.c, worldeditor.c, worlds.c, worldselector.c:
	Merged the Graphical Editors branch, bringing them to the main trunk.

	* we_vars.c:
	Corrected a small inconvenience in the variables editor, in case you
	clicked to edit a variable but later decided not to change it.

	* kildclient.glade:
	Corrected a small problem in the Timer editing window.

	* kildclient.h, plugins.c, we_plugins.c, we_timers.c, worldeditor.c, worlds.c, worldselector.c:
	Fixed some bugs that prevented the GUI Editors from being used when
	editing a world from the World Selector.

2005-07-13  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* we_plugins.c:
	When loading a plugin, you can make it be loaded always at startup.

	* kildclient.h, plugins.c, we_plugins.c:
	The Load button now works, for loading plugins.

	* kildclient.glade:
	Moved the Loaded Plugins section to be the first one.

	* we_plugins.c: The Help button in the Plugin Editor works.

	* we_plugins.c:
	Plugins can be enabled/disabled by clicking the checkbox in the
	Enabled column of the GUI Editor.

	* kildclient.glade:
	Removed the "Information" button in the Plugin editor, all the
	information is shown in the list anyway.

2005-07-12  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, perlscript.c, we_plugins.c:
	The list loaded plugins is now updated when a plugin is loaded or
	enabled/disabled.

	* kildclient.h, we_plugins.c, worldeditor.c:
	The loaded plugins are displayed in the GUI Editor.

	* we_plugins.c: The order of the start up plugins can now be changed.

	* plugins.c:
	The plugins specified to load at startup plugins are now loaded on
	startup.

	* kildclient.h, mainwindow.c, plugins.c, we_plugins.c, worlds.c:
	The list of startup plugins is saved and loaded now.

	* kildclient.h, plugins.c, we_plugins.c:
	Plugins can be added and removed to the startup list in the GUI
	editor.

2005-07-11  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.glade, kildclient.h, we_plugins.c:
	Added a (non functional yet) GUI Editor for plugins.

	* we_plugins.c: New file.

	* worldeditor.c, worlds.c:
	Added a (non functional yet) GUI Editor for plugins.

2005-07-10  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.glade, kildclient.h, perlscript.c, we_vars.c, worldeditor.c:
	Added a GUI Editor for Permanent Variables.

	* we_vars.c: New file.

2005-07-09  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* hooks.c, kildclient.h, perlscript.c, we_hooks.c:
	The Up and Down buttons of the Hook GUI Editor work; that GUI is now
	complete.

	* hooks.c, kildclient.h, perlscript.c:
	Added the $world->movehook function.

	* hooks.c, kildclient.h, we_hooks.c:
	Hooks can be added from the GUI editor.

	* kildclient.glade, we_hooks.c:
	Hooks can be edited from the GUI editor.

	* we_hooks.c: Hooks can be deleted from the GUI editor.

	* hooks.c, kildclient.h, perlscript.c, we_hooks.c:
	When hooks are added, modified or deleted from the command line, the
	view in the GUI Editor is updated.

2005-07-08  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* hooks.c, kildclient.h, we_hooks.c, worldeditor.c, worlds.c:
	The hooks are listed in the GUI Hook editor.

	* worlds.c: Fixed a bug that attributed an invalid name to a hook.

	* Makefile.am, kildclient.h, we_hooks.c:
	Added a (not yet functioal) GUI editor for Hooks.

	* we_hooks.c: New file.

	* worldeditor.c: Added a (not yet functioal) GUI editor for Hooks.

	* Makefile.am, kildclient.glade, kildclient.h, macros.c, perlscript.c, we_macros.c, worldeditor.c:
	Added a GUI editor for Macros.

	* we_macros.c: New file.

2005-07-07  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.glade, kildclient.h, perlscript.c, timers.c, we_timers.c:
	Added a GUI editor for timers.

	* we_timers.c: New file.

	* worldeditor.c: Added a GUI editor for timers.

	* perlscript.c:
	Bug fixed: you can now create a trigger without an action if it gags
	the log line.

2005-07-06  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.glade, kildclient.h, perlscript.c, triggers.c, we_aliases.c, we_triggers.c, worldeditor.c:
	Added a GUI editor for triggers.

	* we_triggers.c: New file.

2005-07-05  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* we_aliases.c: Confirmation is asked before deleting an alias.

	* perlscript.c:
	Corrected handling of position numbers in $world->movealias().

	* we_aliases.c:
	The Perl Eval setting can now be toggled by clicking in the check
	button directly.

2005-07-04  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, we_aliases.c:
	Aliases can be moved from the GUI Editor now.

	* aliases.c, kildclient.h, perlscript.c, we_aliases.c:
	Added the $world->movealias() function to reorder aliases.

	* net.c:
	Corrected bug that caused extra newlines to be printed when using
	Multi-Line Send with Command Echo active.

	* kildclient.h, multilinesend.c, we_scripting.c, worldeditor.c:
	Corrected bug that caused a Segfault when the ... button was used in
	the Scripting section of the World Editor to select a file.

	* we_aliases.c:
	Bug fixed: using the Perl commands for aliases does not cause a
	warning anymore if the World Editor wasn't opened before.

2005-07-03  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Updated version to 1.3.2.

	* worlds.c:
	Brought the command-separator bugfix (in HEAD) here, so that it
	appears already in the next bugfix release.

	* worldgui.c:
	Merged the bugfix that caused segfault when opening a new world.

	* worldgui.c:
	Fixed bug that caused a segfault when a world was opened for the first
	time.

	* we_aliases.c:
	The Enabled property of aliases can be toggle directly from the list
	of aliases in its GUI editor by clicking on the toggle button.

2005-07-02  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* we_aliases.c:
	Double clicking on a row in the Alias editor now edits that alias.

	* kildclient.glade, we_aliases.c:
	The Add and Edit buttons of the Graphical Alias Editor work.

	* aliases.c, kildclient.h, perlscript.c, we_aliases.c:
	The Delete button of the Graphical Alias Editor works.

2005-07-01  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, kildclient.h, perlscript.c, we_aliases.c, worldeditor.c:
	The aliases are listed in the World Editor.

2005-06-30  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldeditor.c:
	Moved the section of the World Editor where the script file is set to
	inside the Automation Group.

	* Makefile.am, kildclient.glade, kildclient.h, we_aliases.c, worldeditor.c:
	Created the basic layout for a graphical editor for aliases.

	* we_aliases.c: New file.

2005-06-29  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, we_advanced.c, we_colors.c, we_general.c, we_input.c, we_misc.c, we_scripting.c, worldeditor.c:
	Bug fixed: when several World Editors were open, sometimes the
	settings of one World affected the wrong world.

	* perlscript.c:
	Bug fixed: macro names are displayed in $world->listmacro().

	* worlds.c:
	Bug fixed: & and < can be used in the command separator and this does
	not cause the world to stop being recognized anymore.

2005-06-28  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, multilinesend.c, net.c:
	Corrected newline printing when "Don't Echo Commands" is active.

	* kildclient.glade, kildclient.h, mainwindow.c, perlscript.c, worldeditor.c, worlds.c, worldselector.c:
	The World Editor is not modal anymore.

2005-06-25  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c, net.c:
	Corrected bug that caused command output to be erased sometimes.

2005-06-24  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, ansitextview.c, kcwin.c, kildclient.h, main.c, mainwindow.c, perlscript.c, perlscript.h, we_colors.c, we_mainwindow.c, worldgui.c:
	Merged the novte branch again, bringing the new KCWin's without a VTE.

2005-06-23  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kcwin.c, perlscript.c, perlscript.h:
	Removed a memory leak when a KCWin is destroyed.

	* kcwin.c, kildclient.h, worldgui.c:
	Added some more child widgets in the KCWin hash.

	* perlscript.c:
	Added a missing newline to the end of a message output by the program.

	* ansitextview.c, kcwin.c, perlscript.c, perlscript.h:
	Added the KCWin::feed function again.

2005-06-22  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c, kcwin.c, kildclient.h, mainwindow.c, we_colors.c, we_mainwindow.c, worldgui.c:
	The new C-generated KCWin now appears in the same font/color as the
	world, and is bigger.

	* Makefile.am, kcwin.c, perlscript.c, perlscript.h:
	Added the function KCWin::new to create KCWin's, but they are still
	white, and the other functionalities are not present yet.

	* kcwin.c: New file.

	* worldgui.c:
	Added the function KCWin::new to create KCWin's, but they are still
	white, and the other functionalities are not present yet.

	* kildclient.h, main.c, mainwindow.c, worldgui.c:
	Changed the world_gui_new function so that it can create GUIs for the
	MUD itself and for other purposes (new built-in KCWin).

2005-06-19  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c, kildclient.h, worldgui.c:
	Added a line counter to the status bar.

	* kildclient.h, worldgui.c: Merged the bug fix into HEAD.

	* kildclient.h, worldgui.c:
	Fixed bug when a world was closed and others still remained open.

	* log.c:
	Removed some hacks to deal with \r in lines when logging, since
	newlines are converted to \n upon reception now.

	* hooks.c, perlscript.c: Marked some more strings for translation.

	* Makefile.am, aliases.c, ansi.h, ansitextview.c, hooks.c, kcvte.c, kcvte.h, kildclient.glade, kildclient.h, macros.c, main.c, mainwindow.c, net.c, parser.c, perlscript.c, prefs.c, timers.c, triggers.c, we_back.c, we_colors.c, we_fonts.c, we_input.c, we_mainwindow.c, we_misc.c, worldeditor.c, worldgui.c, worlds.c, worldselector.c:
	Merged the novte branch.

2005-06-18  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c, kildclient.glade, kildclient.h, worldgui.c:
	The scrollback buffer is now kept to the number of lines specified by
	the user, lines at the beginning are removed when it gets too big.

	* kildclient.glade, kildclient.h, we_mainwindow.c, worldgui.c, worlds.c:
	Word wrap can be enabled or disabled now.

	* Makefile.am:
	Renamed the Fonts section of the World Editor to Main Window, in
	preparation for the upcoming changes.

	* we_mainwindow.c: New file.

	* kildclient.glade, kildclient.h, we_fonts.c, we_mainwindow.c, worldeditor.c:
	Renamed the Fonts section of the World Editor to Main Window, in
	preparation for the upcoming changes.

	* kildclient.glade, we_fonts.c, we_input.c:
	Moved the Command Entry font configuration to the Input tab.

	* kildclient.glade:
	Removed the Background tab of the World Editor from the glade file.

	* worldgui.c:
	Corrected a bug that prevented selecting text from the World window.

2005-06-17  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* we_misc.c: Corrected a bug in the last commit.

2005-06-16  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* we_misc.c:
	Removed a (commented) reference to a vte function that is not
	necessary anymore.

	* ansitextview.c, kildclient.h, worldgui.c:
	URLs are now clicable again.

2005-06-14  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldgui.c: Bug fixed: NAWS data is sent on resizes also.

	* ansitextview.c, kildclient.h, main.c, worldgui.c, worlds.c:
	In the first run of KildClient, when there is not saved window size,
	the window now starts with a 80x24 character terminal screen.

2005-06-13  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c, kildclient.h, mainwindow.c, net.c, prefs.c:
	Optimized the way echoed commands and connection messages are output
	to the world.

	* ansi.h, ansitextview.c:
	Some nonstandard but well-known ANSI sequences for colors are now
	supported.

	* mainwindow.c, worldgui.c:
	The color and font of the TextView are now set before anything is
	echoed to the World, so there is no more a font shift only after
	connection is established.

	* ansitextview.c, worldgui.c:
	Changing the default foreground or background color now yields the
	correct result.

	* ansitextview.c, net.c: Telnet NAWS is sent again.

	* ansitextview.c, kildclient.h, perlscript.c:
	The getwindowsize() function now works again.

2005-06-11  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* ansitextview.c, we_fonts.c: The use bold setting now works again.

	* ansitextview.c, kildclient.glade, kildclient.h, we_colors.c, worlds.c:
	The default bold background color can now be configured.

	* ansitextview.c:
	Corrected bug regarding incomplete lines and long sequences of echoed
	text.

	* ansitextview.c, kildclient.h, perlscript.c, triggers.c:
	Corrected the echo and stripansi functions.

	* kildclient.h, net.c:
	Corrected a bug in the ANSI parser with regard to incomplete lines.

	* ansi.h, ansitextview.c, kildclient.h, mainwindow.c, net.c, triggers.c, we_colors.c, worldgui.c:
	Wrote the ANSI parser. It works, but still needs some fixing.

2005-06-08  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* aliases.c, ansitextview.c, hooks.c, kildclient.h, macros.c, mainwindow.c, parser.c, perlscript.c, timers.c, triggers.c, worldgui.c:
	Added a function to add text with printf syntax.

2005-06-07  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldgui.c:
	The page up/down and ctrl+end keys for scrolling now work again.

	* ansitextview.c, kildclient.h, worldgui.c:
	When the scrollbar is not positioned at the end, new text does not
	cause scrolling to the end, unless the Scroll Output option is active.

	* kildclient.h, net.c, worldgui.c:
	Lines that do not arrive complete in the first time are now printed
	correctly again.

	* we_fonts.c, worldgui.c: The font of the text view can be configured.

	* kildclient.h, net.c:
	Incoming data now has all its newlines, in whatever format, changed
	into just \n. This eases processing, and removes a bug that printed
	some blank lines in the new TextView.

	* parser.c:
	Corrected a wrong call to one of the ansi text adding functions.

	* aliases.c, ansitextview.c, hooks.c, kildclient.h, macros.c, mainwindow.c, net.c, perlscript.c, timers.c, triggers.c, worldgui.c:
	The text now scrolls to end when some more text is received.

	* ansitextview.c: New file.

	* Makefile.am, aliases.c, ansitextview.c, hooks.c, kcvte.c, kcvte.h, kildclient.h, macros.c, mainwindow.c, net.c, parser.c, perlscript.c, timers.c, triggers.c, we_colors.c, we_fonts.c, we_misc.c, worldgui.c, worldselector.c:
	Removed the vte and changed it for a TextView, but it still barely
	works.

2005-06-06  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.h, we_back.c, worldeditor.c, worldgui.c, worlds.c:
	Removed the Background section of the World Editor, as the textview
	does not support that.

	* log.c: The LOG ENDED message now appears in its own line.

2005-06-05  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* hooks.c, parser.c, perlscript.c, plugins.c, triggers.c:
	Corrected some problems that caused build failures for some versions
	of the Perl library.

2005-06-04  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, net.c: The Telnet IAC processor is now more robust.

2005-05-31  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Updated version to 1.3.1.

2005-05-27  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Updated version to 1.3.0.

	* main.c: Corrected typos in some strings.

2005-05-27  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Updated version to 1.3.0.

	* main.c: Corrected typos in some strings.

2005-05-27  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* main.c: Corrected typos in some strings.

2005-05-26  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* log.c, worlds.c:
	Corrected bugs regardling logging: binary characters are not printed
	anymore, and the Log Ended message is now printed correctly.

	* aliases.c, triggers.c:
	The debug information for matched triggers and aliases is now more
	clear and informative.

2005-05-23  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, net.c, worldgui.c:
	KildClient now supports the Telnet NAWS option to inform its window
	size to the server.

2005-05-22  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* aliases.c, kildclient.h, perlscript.c, perlscript.h, worlds.c:
	The substitution of aliases can now be evaluated as a Perl statement
	(using the s//e construct). See the manual for more details.

2005-05-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldgui.c:
	Corrected bug in the removal of old commands from the command history.

2005-05-17  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* we_input.c, worldgui.c:
	Corrected bug that caused the recent command history list to get
	bigger than its determined size, and never stop growing.

	* kildclient.h, main.c, mainwindow.c, net.c, perlscript.c, wndmain.glade, worldgui.c, worlds.c, worldselector.c:
	Added an option to go offline when disconnected from a World, so that
	you can still see the window and run Perl commands and plugins.

2005-05-13  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, simocombobox.c, simocombobox.h, we_input.c, worldgui.c, worlds.c:
	Changed the behaviour of the command history to work more similarly to
	the functionality provided by the libhistory library (but we are not
	using this library).

2005-05-12  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worlds.c:
	Bug fixed: timers with names now have this name loaded correctly upon
	loading a world.

2005-05-09  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* wndmain.glade:
	Corrected icon for menu, that was wrong because of last commit.

2005-05-06  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* aliases.c, kildclient.h, mainwindow.c, triggers.c, wndmain.glade:
	Added an option to display (in stderr) information about matched
	triggers and aliases.

2005-05-04  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.glade, kildclient.h, main.c, mainwindow.c, net.c, perlscript.c, we_fonts.c, we_statusbar.c, wndmain.glade, worldeditor.c, worldgui.c, worlds.c:
	Merged the statusbar branch, bringing its new features into HEAD.

	* kildclient.glade, kildclient.h, net.c, we_statusbar.c, worldgui.c, worlds.c:
	The behavior of the idle time counter can be configured now.

	* worldgui.c:
	Removed the frame around the main status bar text. It looks nicer this
	way.

2005-05-02  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c:  Corrected little bug in the time display.

	* Makefile.am, kildclient.glade:
	The format of the time counters can now be changed.

	* we_statusbar.c: New file.

	* kildclient.h, mainwindow.c, we_fonts.c, we_statusbar.c, worldeditor.c, worlds.c:
	The format of the time counters can now be changed.

2005-05-01  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, main.c, mainwindow.c, net.c, worldgui.c:
	Added a connection and idle time counter to the status bar.

2005-04-30  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, kildclient.h, we_fonts.c, worldgui.c, worlds.c:
	The status bar font can now be changed.

	* kildclient.h, mainwindow.c, perlscript.c, wndmain.glade, worldgui.c:
	Removed the stock GtkStatusBar widget and recreated one equal (or very
	similar :-) ) using an hbox and a label, in order to be able to
	futurely do more things with it.

2005-04-28  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, main.c, mainwindow.c, net.c, worldselector.c:
	It is now possible to specify one or more Worlds in the command line
	and have them opened automatically.

2005-04-26  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* net.c:
	When sending something to the server that contains the Telnet IAC
	character, that character is now correctly escaped.

	* main.c:
	SIGPIPE signals are ignore, so the program does not crash anymore if
	we try to write to a closed connection (which could happen during some
	Telnet option negotiation).

2005-04-25  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* net.c:
	KildClient now identifies itself using the Telnet TERMINAL TYPE
	option.

2005-04-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Updated version to 1.2.0.

2005-04-19  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c, net.c:
	Corrected bug that prevented $world->close from exiting the program
	when called in the last open world.

2005-04-17  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* hooks.c, kildclient.h, net.c, perlscript.c, worlds.c:
	Added a new hook, OnSentCommand, run after a command is sent to the
	world.

2005-04-16  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worlds.c:
	Corrected bug that caused a segfault when a plugin tried to modify
	(including deleting) a trigger, timer, etc in the UNLOAD function. Of
	course, this should not be done, which is why there is now a note in
	the manual about that.

	* net.c, perlscript.c:
	Corrected some small problems with the hook code.

2005-04-15  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* hooks.c, kildclient.h, mainwindow.c, net.c, perlscript.c, worlds.c:
	Changed the way hooks work: they are now very much more similar to
	triggers, etc.

2005-04-11  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, net.c, perlscript.c, triggers.c, worlds.c:
	A new trigger mode has been added: rewriter triggers. Rewriter
	triggers run before normal triggers and can change the received line,
	so that further triggers work on the changed line.

2005-04-10  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* net.c:
	Made a disconnected world be saved before another one is open if
	"Connect to Another" is selected.

	* worldselector.c:
	The list of save worlds is now shown sorted alphabetically.

	* kildclient.h, main.c, mainwindow.c, net.c, worldselector.c:
	Rewrote the code dealing with opening and closing worlds, especially
	the code to handle the "Reconnect, Open Another, Close" choice. The
	code is now much more clear and simple.

2005-04-09  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.glade, kildclient.h, parser.c, we_input.c, we_misc.c, worldeditor.c, worlds.c:
	The command separator is now configurable, instead of being fixed as
	%;.

	* kildclient.h, main.c, mainwindow.c, net.c, worldselector.c:
	Corrected bug that caused two World Selector dialogs to appear when
	it was not possible to connect to the first world tried when the
	program started.

	* perlscript.c:
	Corrected reference counting of Perl objects in some cases.

2005-04-08  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	New functions, getversion() and $world->getpluginversion() to return
	the version of KildClient or of a given plugin.

2005-04-02  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	New funtions $world->getmainfont() and $world->getentryfont() to
	return the font used in the main screen or command entry box,
	respectively.

	* kildclient.h, net.c:
	KildClient now supports MCCP (Mud Client Compression Protocol) version
	1 and 2. This protocol, supported by several servers, compresses that
	sent by the server, thus reducing greatly the bandwidth used.

2005-03-31  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* aliases.c, kildclient.h, macros.c, mainwindow.c, timers.c, triggers.c, wndmain.glade:
	It is now possible to temporarily disable all triggers (or aliases, or
	timers, or macros) via the menu.

2005-03-29  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	A new function, $world->getname(), has been added. This function
	returns the name of the world.

	* kildclient.h, plugins.c, worlds.c:
	KildClient now calls a plugin's UNLOAD function when the plugin is
	unloaded, so that it can dispose of anything it needs.

	* worldselector.c:
	Bug fixed: KildClient does not crash anymore if the last open world
	is not present in the configuration file.

2005-03-28  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	When a plugin uses a permanent variable, there will not be warnings
	about the variable being permanent (or about it being defined, in the
	first time) when the plugin is loaded.

	* mainwindow.c, worlds.c, worldselector.c:
	Removed some more memory leaks.

2005-03-27  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worlds.c, worldselector.c:
	Removed a couple memory leaks from the code.

2005-03-25  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Updated version to 1.1.2.

	* net.c: Removed a memory leak when processing triggers.

2005-03-25  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* net.c: Removed a memory leak when processing triggers.

2005-03-24  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c: Avoided some warnings when compiling with optimization.

2005-03-24  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c: Avoided some warnings when compiling with optimization.

2005-03-23  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, net.c, perlscript.c:
	Corrected some type usages that caused warnings (and possibly errors)
	when compiling in different architectures.

2005-03-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c:
	Corrected bug that caused segfaults when a world was closed and
	removed and the window lost focus.

	* aliases.c, hooks.c, kildclient.glade, kildclient.h, log.c, macros.c, main.c, net.c, parser.c, perlscript.c, permanentvariables.c, plugins.c, prefs.c, timers.c, triggers.c, we_advanced.c, we_back.c, we_colors.c, we_fonts.c, we_general.c, we_misc.c, we_scripting.c, worldeditor.c, worlds.c, worldselector.c:
	Merged the world_editor_glade branch, thus bringing the Glade-ified
	World Editor the the main trunk.

2005-03-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c:
	Corrected bug that caused segfaults when a world was closed and
	removed and the window lost focus.

	* aliases.c, hooks.c, kildclient.glade, kildclient.h, log.c, macros.c, main.c, net.c, parser.c, perlscript.c, permanentvariables.c, plugins.c, prefs.c, timers.c, triggers.c, we_advanced.c, we_back.c, we_colors.c, we_fonts.c, we_general.c, we_misc.c, we_scripting.c, worldeditor.c, worlds.c, worldselector.c:
	Merged the world_editor_glade branch, thus bringing the Glade-ified
	World Editor the the main trunk.

2005-03-19  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Added keyboard accelerators to the World Editor.

	* aliases.c, timers.c, triggers.c:
	Bug fixed: avoided duplicate creation of plugin timers when the plugin
	is loaded from a script file, and removed duplicate calculation of
	some trigger and alias REs.

	* perlscript.c:
	Bug fixed: plugins loaded after the world has been loaded (ie, not
	from a script file) now work correctly.

2005-03-18  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade:
	The Password field in the World Editor now hides the text with *
	again.

	* kildclient.glade:
	Bug fixed: the Preferences dialog now displays correctly when opened.

	* mainwindow.c:
	Bug fixed: when the last world is disconnected, "Connect to another
	world is selected" and then "Cancel" is clicked, the program now exits
	correctly instead of keeping an open window.

	* worldselector.c:
	Bug fixed: when deleting a world, all its files are deleted, not only
	the .wrl file. (And removed a small memleak there.)

	* mainwindow.c:
	Corrected bug that caused segfault when a OnConnect hook and aliases
	existed in a World.

	* kildclient.h, prefs.c:
	The colorNames variable is not global anymore, since this is not
	necessary anymore.

	* kildclient.glade, kildclient.h, we_advanced.c, worldeditor.c:
	Moved the Advanced section of the World Editor to Glade.

	* kildclient.glade, we_back.c, we_scripting.c, worldeditor.c:
	Moved the Scripting section of the World Editor to Glade.

	* kildclient.glade, kildclient.h, we_back.c, worldeditor.c:
	Moved the Background section of the World Editor to Glade.

	* kildclient.glade, kildclient.h, we_colors.c, worldeditor.c:
	Moved the Colors section of the World Editor to Glade.

	* we_general.c, we_misc.c:
	Corrected style errors in C function definition.

	* kildclient.glade:
	Removed the dummy dialog in the Glade file that used to hold the
	General section of the World Editor.

	* kildclient.glade, kildclient.h, we_fonts.c, we_misc.c, worldeditor.c:
	Moved the Fonts section in the World Editor to Glade.

2005-03-17  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, kildclient.h, we_general.c, worldeditor.c:
	Moved the "General" section of the World Editor to glade.

2005-03-16  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* aliases.c, hooks.c, kildclient.glade, kildclient.h, log.c, macros.c, main.c, net.c, parser.c, perlscript.c, permanentvariables.c, plugins.c, timers.c, triggers.c, we_advanced.c, we_back.c, we_colors.c, we_fonts.c, we_general.c, we_misc.c, we_scripting.c, worldeditor.c, worlds.c, worldselector.c:
	Moved the World Editor dialog to Glade (but not yet the panels).

	* net.c:
	Bug fixed: when the MUD sends lot of text at once, KildClient does not
	lock until all the text has been received, and does not show it all at
	once anymore.

2005-03-15  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, net.c, worlds.c:
	Bug fixed: the anti-flood mechanism now works even with several open
	worlds.

	* perlscript.c:
	qr<> is now used (instead of qr//) to precompute Regexps, this should
	avoid problems with triggers/aliases containing slashes.

2005-03-14  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* aliases.c, kildclient.h, mainwindow.c, perlscript.c, perlscript.h, triggers.c:
	Optimized regexp matching in triggers and aliases by precomputing
	them.

	* worldselector.c:
	Bug fixed: when a world was openend by connecting directly to it, or
	when the last open world does not exist anymore, there is not a GTK
	warning anymore.

2005-03-13  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c:
	Corrected a bug that caused some worlds to be marked with new text and
	not be unmarked when focused.

	* kildclient.h, worldgui.c:
	Corrected another bug regarding the arrow keys to retrieve previous
	commands. (And made the code slightly better.)

2005-03-12  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldgui.c:
	Bug fixed: pressing up arrow to retrieve the last command now
	correctly retrieves it in all cases.

	* kildclient.h, main.c, mainwindow.c, perlscript.c:
	Bug fixed: $world->setstatus now works even if the window does not
	have focus when the function is called.

2005-03-11  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c, perlscript.c:
	Added a getmenubar() function to get a pointer to the menu bar, to be
	used in Gtk-Perl. Unfortunately, this causes problems when loading
	other worlds.

	* kildclient.glade: Updated version to 1.1.1

	* kildclient.h, perlscript.c: Made some modifications to plugins:
	  - Syntax: no need to include the file in a block anymore;
	  - loadplugin() does not consider the plugin as loaded if there was
	    an error in the file or die() was called;
	  - requireplugin(), a new funcion to make sure a plugin is present,
	    or abort if it cannot be loaded.

2005-03-10  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* wndmain.glade:
	Changed the keys used to move between worlds to Alt+Arrows because
	Ctrl+arrows was used to move between words in the command entry box.

	* kildclient.glade:
	Corrected bug that caused the About dialog to be displayed only in the
	first time it was requested.

2005-03-09  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, main.c, mainwindow.c, net.c, perlscript.c, worldselector.c:
	Changed the way "Connect to Another World" is handled when a world is
	disconnected, so that ir is just removal of the world followed by
	opening another. The code, however, is still rather messy in that
	part.

2005-03-08  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldgui.c:
	Changed the regular expression for URLs again, this time it should
	work well.

2005-03-05  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.h, mainwindow.c, wndmain.glade, worldgui.c:
	Added a menu item in the Help menu to open the HTML Manual.

	* Makefile.am, kildclient.glade, mainwindow.c, wndmain.glade, wndmain.gladep:
	Moved wndMain to a separate Glade file.

	* worldgui.c:
	Changed the URL regexp to allow URLs with anchors and non-standard
	ports, and to recognized https and ftp links.

2005-03-04  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kcvte.c, kcvte.h, kildclient.glade, kildclient.h, prefs.c, worldgui.c:
	Added support to open or copy to the clipboard URLs that appear in the
	MUD window.

2005-02-17  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Updated message strings.

	* kildclient.glade: Changed the version to 1.1.0.

	* kildclient.h, perlscript.c:
	It is now possible to specify the author of the plugin.

	* aliases.c: Corrected bug that caused segfault in listplugin.

	* Makefile.am, aliases.c, kildclient.h, macros.c, perlscript.c, plugins.c, timers.c, triggers.c, worlds.c:
	Added support for plugins.

2005-02-13  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* aliases.c, kildclient.h, macros.c, perlscript.c, triggers.c, worlds.c:
	Triggers, etc. can now have names for easier usage, and for the
	creating of groups.

2005-02-01  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, net.c, perlscript.c, triggers.c, worlds.c:
	Added the option for triggers to also gag the line from the log file,
	and a couple of functions to write text to the log file.

2005-01-28  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	Added the $world->commandecho() function to get or set the status
	of the command echo option, and the $world->sendecho() and
	$world->sendnoecho() to send with or without echo, respectively,
	regardless of that option.

	* perlscript.c:
	Added a getwindowsize() function to return the current size of the
	window.

	* perlscript.c:
	Corrected bug that caused the $world->prev function to fail sometimes.

2005-01-27  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, mainwindow.c:
	Added menus (and shortcuts) to move between worlds to the menu.

	* kildclient.h, mainwindow.c, perlscript.c:
	The crashes that happened some times when a menu item is selected
	should not happen anymore.

2005-01-10  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c, prefs.c, worldselector.c:
	The World Selector now opens with the last world that was opened
	initially selected.

2005-01-09  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, main.c, mainwindow.c, multilinesend.c, perlscript.c, prefs.c, we_misc.c:
	Changed the way the support files are found under Windows.

2005-01-07  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, main.c, net.c, prefs.c, we_advanced.c, worlds.c, worldselector.c:
	Under Windows, KildClient now stores its Worlds and settings under the
	user's Application Data directory.

2005-01-05  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* main.c, perlscript.c, perlscript.h:
	The Perl system is now initialized only once, and it doesn't crash
	anymore under cygwin.

	* mainwindow.c:
	Added some things so that detection of a closed connection can be
	detected under cygwin.

2005-01-04  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c, multilinesend.c, prefs.c, we_misc.c:
	Added G_MODULE_EXPORT to signal functions called by glade, so that
	they work with glade_signal_autoconnect() under cygwin.

	* perlscript.c: Changed something to avoid a segfault under cygwin.

	* worldselector.c:
	Added a workaround for a weird behaviour of glob() under cygwin.

2004-12-30  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kcvte.c, kcvte.h, mainwindow.c, net.c, parser.c, perlscript.c, worldgui.c:
	Removed \r\n from messages, the newline is now added by a function
	instead of being included directly in the message.

	* worlds.c:
	Corrected a bug that didn't save permanent hash variable names
	correctly.

2004-12-27  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c: Corrected a message that used \n\r instead of \r\n.

2004-12-26  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade: Changed all version references to 1.0.0.

2004-12-24  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	Corrected bug in the functions for adding triggers, aliases, macros
	and timers. The last one was not working, but works now.

2004-12-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, mainwindow.c, prefs.c:
	Corrected some wrong behaviours of some dialogs.

	* kildclient.glade:
	Changed a label that was wrong in the Preferences dialog.

	* permanentvariables.c:
	Corrected the bug that did not save non-ASCII characters in permanent
	variables, for strings and arrays.

	* net.c:
	Corrected a bug that caused some invalid characters to be printed in
	the log file.

2004-12-11  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c, worlds.c:
	Corrected a bug that caused new text notifications not to be erased
	when the world is closed.

2004-11-28  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c: Added echos to report success of several functions.

	* kildclient.glade, mainwindow.c:
	Moved the main window to Glade, and added accelerators for some menu
	functions. Unfortunatelly, there seems to be a bug in libglade that
	does not load accelerators for stock menu items.

	* kildclient.glade, mainwindow.c, perlscript.c:
	Added a $world->save() function to save the current world.

	* mainwindow.c: Corrected some menus that were not working.

2004-11-27  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	Removed newlines from the string before matching for triggers. It now
	seems to work well.

2004-11-26  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, net.c:
	Corrected the behaviour of triggers and incomplete lines: now a line
	is only matched for triggers when it is complete.

	* parser.c:
	Corrected a nasty bug that caused some sent commands not to work.

2004-11-25  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, kildclient.h, mainwindow.c, prefs.c:
	The position of the tabs can now be configured.

	* kildclient.glade, prefs.c:
	Moved the Preferences dialog (well, almost) to Glade.

2004-11-24  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, aliases.c, hooks.c, kildclient.glade, kildclient.h, log.c, macros.c, main.c, mainwindow.c, multilinesend.c, net.c, parser.c, perlscript.c, perlscript.h, permanentvariables.c, prefs.c, timers.c, triggers.c, we_advanced.c, we_back.c, we_colors.c, we_fonts.c, we_general.c, we_misc.c, we_scripting.c, worldeditor.c, worldgui.c, worlds.c, worldselector.c:
	Merged the changes from the multi_worlds_branch into the main trunk.

2004-11-22  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	Renamed the prevw, nextw and closew functions to prev, next and close,
	respectively.

2004-11-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c, perlscript.c, perlscript.h:
	Changed the syntax of many Perl funcions. They are now methods of the
	class World. Each interpreter has a $world global variable that
	represents the current world.

2004-11-19  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	Perl now correctly recognizes strings from triggers as UTF-8.

2004-11-18  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* main.c, mainwindow.c, net.c, worlds.c, worldselector.c:
	Corrected some bugs in connection. Hopefully all of them.

2004-11-17  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c, perlscript.c, worldgui.c:
	The status bar text is now individual per world.

2004-11-16  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c:
	The Perl interpreter is now created at the right time and correctly
	set during world creating so that commands in the script file are run
	correctly.

2004-11-15  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldselector.c:
	Corrected bugs when using the "Connect to another world" option after
	disconnecting from a world.

	* kildclient.glade, kildclient.h, mainwindow.c, net.c, perlscript.c:
	Added a closew function to disconnect and close the current world, and
	a menu to do the same thing.

2004-11-14  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c, perlscript.c:
	Added functions for moving between open worlds: nextw, prevw and gotow.

	* permanentvariables.c:
	Corrected bug that caused segfaults on /quit under certain
	circunstances.

2004-11-12  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* hooks.c, kildclient.h, net.c:
	Corrected a bug that prevented a OnReceivedText hook to send text to
	the world.

	* hooks.c, kildclient.h, mainwindow.c, net.c, perlscript.c, timers.c:
	Corrected the bug that sent commands to the wrong world with timers,
	triggers and hooks.

	* kildclient.h, main.c, mainwindow.c, worldselector.c:
	Removed the reconnecting parameter from connect_to(). The new
	connected_at_least_once parameter does the same job, much better.

	* kildclient.h, mainwindow.c:
	Corrected bug that cause segfaults on reconnections in certain
	circunstances.

	* mainwindow.c:
	There was a problem when opening new worlds, the window needed to be
	resized for the vte to appear correctly (regarding scrolling). This
	has been fixed.

	* kildclient.h, main.c, mainwindow.c, net.c, we_general.c, worlds.c, worldselector.c:
	Added back notification of new text in the worlds.

2004-11-11  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	Bug fix: editing a timer to change its interval now works correctly.

	* main.c:
	On quitting with worlds open (with calling /quit, for example) all
	worlds are saved instead of only the active one.

	* mainwindow.c:
	Corrected a bug that caused timers to be duplicated when reconnecting
	to a world.

	* aliases.c, hooks.c, kildclient.h, log.c, macros.c, main.c, mainwindow.c, multilinesend.c, net.c, parser.c, perlscript.c, perlscript.h, permanentvariables.c, prefs.c, triggers.c, we_advanced.c, we_back.c, we_colors.c, we_fonts.c, we_general.c, we_misc.c, we_scripting.c, worldeditor.c, worldgui.c, worlds.c, worldselector.c:
	Now each world has its own Perl interpreter.

2004-11-10  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* we_back.c, we_colors.c, we_fonts.c, we_misc.c:
	Corrected bug that caused segfaults when editing worlds from the World
	Selector.

	* kildclient.h, mainwindow.c, net.c, worlds.c, worldselector.c:
	Worlds can now be closed properly.
	Removed temporarily the notification of new text, since it was causing
	problems and needs to be reworked anyway.

	* net.c: Removed unused variable that was causing a warning.

	* mainwindow.c, net.c:
	Corrected the silliest bug ever: the timeout for printing incomplete
	lines was set to 200us instead of 200ms. I've also made some other
	changes to try to avoid the problem of incomplete lines being printed.

2004-11-08  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, net.c, triggers.c:
	The full line that matched a trigger, including ANSI sequences, is now
	saved in the variable $colorline for use in scripts.

	* kildclient.glade, kildclient.h, main.c, mainwindow.c, worldgui.c, worldselector.c:
	Added the hability to open several worlds, but many things still need
	to be fixed.

2004-11-07  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldselector.c:
	Corrected a bug that caused segfaults when pressing Quit from the
	World Selector.

	* kildclient.h, mainwindow.c, net.c, worldgui.c:
	The name of the world is now shown in the notebook tab, and not in the
	window title.

	* Makefile.am, kildclient.h, main.c, mainwindow.c, net.c, parser.c, perlscript.c, we_back.c, we_colors.c, we_fonts.c, we_misc.c, worldgui.c, worldselector.c:
	Created a structure WorldGUI containing the widgets that comprise a
	world's interface: basically, the vte and the entry box. Changed where
	necessary to use this new structure.

	* worldgui.c: New file.

2004-11-06  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	Perl is now told that the expected encoding for scripts is UTF-8.

	* mainwindow.c:
	Added a notebook that will contain each world's terminal and entry box.

2004-11-05  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldselector.c:
	Removed references to currentWorld in the disconnected message box
	code, and this can also be considered a bug fix and not only a
	preparation for multiple worlds support.

	* worlds.c:
	Removed references to currentWorld in the command history saving code,
	and this can be considered a bug fix and not only a preparation for
	multiple worlds support.

	* kildclient.h, mainwindow.c, timers.c:
	Removed references to currentWorld in the timer system.

	* kildclient.h, mainwindow.c, net.c:
	Removed references to currentWorld in the auto-logon code.

	* net.c: Removed references to currentWorld in the code for handling of
	connection closing.

	* macros.c: Removed a reference to currentWorld in the macro system.

	* kildclient.h, log.c, main.c, net.c, perlscript.c:
	Removed dependencies of currentWorld in the logging system.

	* aliases.c, hooks.c, kildclient.h, macros.c, mainwindow.c, multilinesend.c, net.c, parser.c, perlscript.c, timers.c, triggers.c, worlds.c:
	Changed the received text buffers to be per-world instead of global,
	and this caused a lot of other changes.

2004-11-04  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* triggers.c:
	Rewrote the ANSI sequence stripped code as a finite state machine,
	this should prevent problems happening from incomplete ANSI sequences.

	* net.c:
	Rewrote the telnet IAC sequence processing code as a finite state
	machine, this should prevent problems happening from incomplete IAC
	sequences.

2004-11-02  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c:
	Removed memory leaks in functions for creating triggers, aliases, etc.

	* we_misc.c:
	Corrected a bug that cause Gtk-Warnings when configuring the
	auto-completion of a world from the World Selector.

	* mainwindow.c:
	Made a little correction for the bug that happened when a connection
	failed but in the next try it worked.

	* Makefile.am, hooks.c, kildclient.h, mainwindow.c, net.c, perlscript.c, worlds.c:
	Added support for hooks.

2004-11-01  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, kildclient.h, mainwindow.c, we_misc.c, worlds.c:
	Auto-completion can be disabled, or it can be configure to start only
	after a certain number of characters have been typed.

2004-10-30  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.h, main.c, mainwindow.c, perlscript.c, perlscript.h, permanentvariables.c, worlds.c, worldselector.c:
	Variables can now be made permanent, that is, their values are saved
	when the world is closed and loaded again when the world is opened.

2004-10-29  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, mainwindow.c, simocombobox.c, simocombobox.h, util_cursor.h:
	A custom widget, SimoComboBox by Todd A. Fisher, is now used instead
	of GtkComboBoxEntry for the command entry. This combo box will only
	display a few entries below the entry box when poped down, and has
	command completion.

2004-10-27  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, main.c, worlds.c, worldselector.c:
	The history of entered commands is now saved on exit and loaded again
	when the world is loaded.

	* mainwindow.c: Removed a memory leak.

	* kildclient.glade, kildclient.h, mainwindow.c, we_misc.c, worlds.c:
	The history of recent commands is now per-world (even if only one
	world can be open at a time), and the number of commands to be kept
	can be configured.

2004-10-26  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, we_misc.c:
	Moved the Miscellaneous panel of the world editor dialog to glade.

2004-10-25  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c:
	Added a "clear" button to the left of the command entry box, to clear
	the entire command entry box.

	* mainwindow.c:
	The command entry is not a Combo Box, and previous commands can be
	recalled easily by popping it down.

2004-10-23  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* net.c:
	There is now checking for errors in the conversion of commands from
	UTF-8 to the mud encoding. The program will not crash anymore if an
	invalid character is entered.

2004-10-22  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.glade, multilinesend.c:
	Added more features to the multi-line send: now you can send some
	text, a file, and more text.

	* perlscript.c:
	The echo function now outputs to stdout if currentWorld is NULL (as is
	the case when the script file is loaded), preventing segfaults if echo
	is called there, or if there are warnings.

	* kildclient.glade, multilinesend.c:
	Converted the Multi-line Send dialog to Glade.

	* kildclient.glade, mainwindow.c: Moved the menus to Glade.

	* Makefile.am, kildclient.glade, kildclient.gladep, mainwindow.c:
	Added an About box... using libglade!

2004-10-21  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worlds.c: Some optimizations in the XML parsing code.

	* worldselector.c:
	The error message for a world that cannot be loaded from a file is not
	printed when generating the list of worlds.

	* perlscript.c:
	Corrected a little display error in the listtimer function.

	* perlscript.c, worlds.c:
	Made some corrections and changes to warnings used, the number of
	translatable strings should now be smaller (and also the program
	size.)

	* mainwindow.c, net.c, perlscript.c:
	Changed all occurrences of \n\r to the correct \r\n.

2004-10-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, multilinesend.c, net.c:
	When using the multi-line send feature, a text can be added to the
	start and/or end of each line.

	* Makefile.am, kildclient.h, mainwindow.c, multilinesend.c, net.c:
	Added a function to send multiple lines to the world.

2004-10-17  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, prefs.c, worlds.c:
	Corrected a bug: now the .kildclient directory is created if necessary
	before a world is saved.

	* parser.c:
	Corrected a bug: aliases that include %; now correctly split the
	commands defined inside.

	* parser.c:
	Changed the parser to be smarter. Now when %; is seen inside a quote
	string, it is not interpreted as a command separator. This allows
	aliases, and the like to be defined and include a %; inside.

2004-10-16  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* aliases.c, kildclient.h, macros.c, mainwindow.c, perlscript.c, timers.c, triggers.c, worlds.c:
	Removed a huge memory leak when changing worlds.

2004-10-15  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldeditor.c:
	Changed from that ugly and poorly functional GtkFileChoose to a
	GtkFileSelector, that looks better and works better.

	* we_back.c:
	Corrected a bug that caused the program to try to set the background
	image even when there was no vte yet.

	* Makefile.am, kildclient.h, mainwindow.c, we_back.c, we_scripting.c, worldeditor.c, worlds.c:
	The background of the terminal can be configure to be solid,
	transparent, or to show an image.

2004-10-14  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* aliases.c, main.c, mainwindow.c, parser.c, perlscript.c, perlscript.h, timers.c, triggers.c:
	Removed a conflict between _ used for gettext and _ used in Perl
	headers (for prototypes...). This removed warnings from compilation,
	and also made internationalization work again.

	* perlscript.c:
	Added a minimize Perl function to minimize the main window.

	* kildclient.h, mainwindow.c, net.c, prefs.c, we_misc.c, worlds.c:
	Some more settings (scrolling, command echo, command repetition) are
	also now set on a per-mud basis.

2004-10-13  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.h, mainwindow.c, prefs.c, we_fonts.c, worldeditor.c, worlds.c:
	The fonts can now be set on a per-world basis, and not globally anymore.

2004-10-12  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.h, mainwindow.c, prefs.c, we_colors.c, worldeditor.c, worlds.c, worldselector.c:
	Colors can now be configured on a per-world basis, instead of
	globally.

	* Makefile.am, kildclient.h, we_advanced.c, we_general.c, we_misc.c, we_scripting.c, worldeditor.c:
	Moved each category of the World Editor dialog to a separate file.

	* worldeditor.c:
	Changed the layout of the World Editor dialog: not it has a list box
	on the left to select the categories, instead of a notebook with tabs.

2004-10-11  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worlds.c: Minor optimizations in the XML parser.

	* Makefile.am, kildclient.h, macros.c, mainwindow.c, perlscript.c, worlds.c:
	Added support for macros.

	* log.c: Corrected little bug that cause segfaults.

2004-10-08  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c, net.c, worldeditor.c, worlds.c:
	Added an auto-login feature.

2004-10-07  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* log.c:
	Changed the logging function to convert from \r\n (or \n\r) to only
	\n, and to add a newline to the end of all lines, even if they do not
	have one.

	* net.c: Corrected a bug in the splitting of received lines.

2004-10-05  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.h, log.c, main.c, mainwindow.c, net.c, perlscript.c, perlscript.h:
	Added support for logging output.

2004-10-02  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c:
	Changed End to CTRL-End to go to the bottom of the terminal, because
	End was already too useful to move to the end of the edit box.

	* kildclient.h, net.c, prefs.c:
	Added an option to prevent sent commands from being echoed in the main
	window.

	* mainwindow.c:
	The END key can now be used to scroll back to the end of the output.

2004-10-01  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* net.c:
	Messages are now printed to the terminal to show the status of the
	connection.

	* kildclient.h, mainwindow.c, perlscript.c:
	Added a status bar to the main window, and the hability to set the
	text displayed there via a Perl function.

	* perlscript.c:
	Reorganized the order of the functions, so as not to require
	predeclaration of the XS functions.

	* ansi.h:
	Corrected a little bug that caused command echoes (and possibly other
	messages) to appear in the wrong color.

2004-09-30  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c: Corrected a bug in the trigger matching.

	* kildclient.h, net.c, worldeditor.c, worlds.c, worldselector.c:
	Added an anti-flooding mechanism that prevents a given number of
	commands from being executed in sequence.

2004-09-24  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c:
	Page Up and Page Down keys can now be used to scroll the terminal window.

	* perlscript.c:
	Modified the way the matching function is done to use <> as delimiters
	instead of /, to ease the inclusion of / in patterns.

	* kildclient.h, net.c, perlscript.c, triggers.c, worlds.c:
	Added a flag "keepexecuting" to triggers. When on, the trigger
	matching does not prevent other triggers from being tried.

2004-09-23  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, aliases.c, kildclient.h, parser.c, perlscript.c, perlscript.h, worlds.c:
	Added support for aliases.

	* worlds.c: Corrected bugs in the saving of worlds.

	* worldeditor.c:
	Corrected an error in the labels in the world editor ("Name" and "Perl
	file to load" were switched).

2004-09-22  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, perlscript.c, triggers.c, worlds.c:
	Triggers can now be enabled or disabled.

	* perlscript.c: Added a help function that displays help on commands.

	* Makefile.am, kildclient.h, mainwindow.c, perlscript.c, timers.c, worlds.c:
	Added support for timers.

2004-09-20  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* perlscript.c: Removed memory leak in the deletion of a trigger.

2004-09-19  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c:
	The selected portion of the command entry is saved and restored when
	the windows is focused again.

	* kildclient.h, mainwindow.c, net.c:
	Added notification of new text in the world.

	* worlds.c:
	Corrected a bug that sometimes caused a segfault when presenting the
	world selector dialog.

	* main.c:
	Corrected a bug that caused a segfault on exit (and prevented the
	preferences from being saved).

	* worlds.c:
	Minor code readability otimization in the world saving function.

	* worlds.c: Corrected bug that saved gags without actions incorrectly.

	* kildclient.h, net.c, perlscript.c, triggers.c, worlds.c:
	Triggers can now be marked to gag the line that triggered them.

2004-09-18  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c:
	Corrected a bug that prevented the window size to be saved when the
	program was exited by closing the main window.

	* kildclient.h, net.c, perlscript.c:
	Corrected a bug that caused segfaults when /dc was used to disconnect
	and connect to another world.

	* parser.c, perlscript.c:
	The handling of errors and warnings in Perl is now much better.

	* perlscript.c:
	Added the possibility of editing and deleting triggers, and also a
	command to list the currently defined triggers.

	* kildclient.h, net.c, perlscript.c, perlscript.h, triggers.c, worlds.c:
	Added support for triggers, with a trigger Perl command to add them.

2004-09-17  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.h, perlscript.c, triggers.c:
	Added a stripansi function to Perl, to strip ANSI sequences of a string.

2004-09-16  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, main.c, mainwindow.c, perlscript.c, perlscript.h, worldeditor.c, worlds.c:
	A user-specified Perl file can now be run when a world is loaded,
	primarily to define functions.

	* worldeditor.c: The world editor is now divided in tabs.

	* worldeditor.c: Removed a possible memory leak in the code.

	* Makefile.am, worldeditor.c, worlds.c:
	Just some code organization in new functions and files.

2004-09-15  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldselector.c:
	Corrected a small bug that tried to saved worlds that were created by
	directly entering the host and port.

	* kildclient.h, main.c, mainwindow.c, net.c, worldselector.c:
	Corrected a bug that caused gtk_main_quit to be called before the main
	loop was started.

	* main.c:
	Corrected a small bug that tried to saved worlds that were created by
	directly entering the host and port.

	* kildclient.h, net.c, worlds.c, worldselector.c:
	The Character Set to be used in each world can be configured.

2004-09-13  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* net.c: Errors in charset conversion are now reported.

	* perlscript.c: Removed compiler warnings in some Perl subroutines.

	* kildclient.h, mainwindow.c, prefs.c:
	A new configurable option has been added, whether to use bold fonts or
	just highlight the ansi "bold" text.

	* kildclient.h, main.c, prefs.c:
	The window size and position is now saved on exit and restored on
	startup.

	* worldselector.c:
	Corrected a small bug that caused segfaults under certain circunstances.

	* kildclient.h, worlds.c, worldselector.c:
	Added proper reporting of errors in the XML file.

2004-09-12  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worldselector.c:
	Corrected a bug that caused a segmentation fault when quitting under
	certain circunstances.

	* kildclient.h, worlds.c, worldselector.c:
	Worlds are not stored in XML format.

	* main.c, mainwindow.c, worldselector.c:
	Worlds are not saved after you edit them anymore, but only when you
	ask them to be saved, or when the program ends, or when another world
	is loaded.

	* worldselector.c:
	Added the list of worlds to a Scrolled Window, for when there are many
	of them.

2004-09-11  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* worlds.c:
	When generating the name of a file for the world, existing worlds are
	not overwritten.

	* mainwindow.c, worlds.c:
	Added menu commands to edit and save the current world.

	* kildclient.h, worlds.c, worldselector.c:
	Worlds can now be added, edited or deleted from the World Selector
	window.

	* worldselector.c:
	Added some error reporting that was missing from last commit.

	* Makefile.am, kildclient.h, mainwindow.c, prefs.c, worlds.c, worldselector.c:
	Added the hability to load save worlds from files. (But saving of
	worlds is still to come.)

2004-09-10  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c, prefs.c:
	Some miscellaneous options have been added: scroll on output, lines to
	save in scrollback, and keep or no the last entered command.

	* kildclient.h, mainwindow.c, prefs.c:
	The default bold color can now also be changed.

2004-09-09  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c, net.c, prefs.c:
	The colors can now be configured.

2004-09-08  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* net.c:
	Corrected terminal output functions so that \r\n is recognized as a
	good line ending, and thus another \r is not sent anymore.

	* kildclient.h, mainwindow.c, net.c:
	KildClient now handles correctly Telnet IAC sequences sent by the
	server, even though the only one it honours is WILL ECHO, making
	passwords to be hidden.

2004-09-07  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c, net.c, perlscript.c:
	Modified the terminal feed function so that it outputs \n\r even if
	only \n is received.

	* parser.c:
	Changes in parser: // allows commands starting with / to be sent to
	the world, and %; separates commands in a line.

2004-09-06  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, perlscript.c:
	A file is now read by Perl at startup, and functions are defined in
	this file.
	A echonl function, similar to echo, but adding automatically a newline
	in the end, has been added, as the first function actually defined in
	Perl.

	* perlscript.c:
	Added the Perl command "echo" to print something in the terminal
	window, without sending it to the world.

	* kildclient.h, mainwindow.c, prefs.c:
	The command entry box font can now be changed (and independently from
	the terminal font, because of its weird behaviour concerning font
	sizes.)

2004-09-05  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, mainwindow.c, perlscript.c:
	Added menu itens to disconnect from world and to quit the program.

	* kildclient.h, mainwindow.c, net.c, perlscript.c:
	Added dc and quit Perl commands to disconnect from world and quit
	KildClient, respectively.

	* mainwindow.c:
	The last 50 commands entered are now saved and can be recalled with
	the up and down arrows.

	* net.c: Small optimization in function flush_buffer().

	* mainwindow.c, prefs.c:
	Corrected a few minor bugs in the handling of preferences.

	* Makefile.am, kildclient.h, mainwindow.c, net.c, prefs.c:
	The processing of received data is now line-oriented. Nothing great
	happens now yet, but this will help in the future.

2004-09-03  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.h, main.c, mainwindow.c, prefs.c:
	The font can now be configured, and this configuration is saved.

2004-09-01  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* Makefile.am, kildclient.h, main.c, mainwindow.c, parser.c, perlscript.c, worldselector.c:
	Removed gnome dependencies, now the application uses only GTK.

	* perlscript.c: Added documentation for the function.

	* Makefile.am, kildclient.h, main.c, mainwindow.c, parser.c, perlscript.c, perlscript.h:
	Rudimentary support for Perl scripting has been added.

2004-08-31  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* kildclient.h, main.c, mainwindow.c, worldselector.c:
	When there is an error connecting, or when the connection is closed, a
	dialog opens from where it is possible to reconnect, or to connect to
	another host.

2004-08-28  Eduardo M Kalinowski  <ekalin@bol.com.br>

	* mainwindow.c:
	Agora a mensagem de tentativa de conexão mostra o IP também.

	* Makefile.am, ansi.h, mainwindow.c:
	Messages are now printed to the terminal to show the status of the
	connection.

	* mainwindow.c:
	Changed deprecated gdk io notify functions to the new glib IO Channels
	feature.

	* .cvsignore: Added .cvsignore files.

	* Makefile.am, kildclient.h, main.c, mainwindow.c, worldselector.c:
	Initial Import: barely works

	* Makefile.am, kildclient.h, main.c, mainwindow.c, worldselector.c:
	New file.

