Tue Mar  9 18:27:42 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* src/init.c [!WITHOUT_GNOME]: Fixed the GNOME compiling
	bugs.

	* src/net.c: Fixed the bug that accured when you recieved 
	alot of data from the at one time.

	* src/wizard.c: Fixed the bug in connection wizard.

	* src/version.c: Cosmetic fixes.

	* Released 0.6.1.

Thu Mar  4 18:29:46 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* Minor changes.

	* Version 0.6 is going to be released at work tomorrow, this
	is the last changes.

Tue Mar  2 20:56:08 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* version.h removed, this is created every make so this file
	is not necissary to include in the archive.

	* The configure option below made working :)

Mon Mar  1 20:56:06 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* version.[ch] added. mkhelp.c added in the dist.

	* Configuring option --without-mapper added to compile
	without the automapper.

	* Added RCS/CVS $Id tags to the files.
	
Tue Feb 23 18:15:41 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

        * Alot of changes..., action.c, mkhelp.c and dialog.c added.

	* src/amcl.c: Added call to load_actions()

	* src/amcl.h: Added action_data stucture and some function
	defines.

	* src/init.c: Added two new menu items.

	* src/net.c, action.c: Bret Robideaux new trigger system.

 
Thu Jan 28 20:14:54 CET 1999  Robin Ericsson  <lobbin@localhost.nu>
	
	* src/color.c added.

	* src/amcl.h: Changed some colorvariables. Added declares 
	for some calls in color.c

	* src/init.c: Added some functions in color initiation 
 	(from Robert's patch).
	(init_window): Added call to create_color_box().

	* src/window.c: Background ANSI, and other minor changes.

Sun Jan 17 20:31:04 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* Changed copyright date from 1998 to 1998-1999.

	* src/map.c added.

	* src/amcl.c (main): Added a couple of things from Paul's
	automapper.

	* src/init.c: Added AutoMapper to the menus.

Thu Jan 14 22:08:33 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* src/alias: Alias linked list rebuilt completly and should
	now work as it is supposed to.

	* src/prefs.c: Squashed small memory leek.

Fri Jan  8 21:35:39 CET 1999  Robin Ericsson  <lobbin@localhost.nu>

	* Changed homepage and email addresses.

	* Applied Paul's patch so it will compile on GTK+ >= 1.1.3
	
Tue Dec  8 20:46:11 CET 1998  Robin Ericsson  <lobbin@spikdildo.nu>

	* src/alias.c, src/window.c: Alias specific code moved into
	alias.c.

	* src/window.c [!WITHOUT_GNOME] (popup_window): Instead of
	making my own popup function I'm using the gnome built in
	function gnome_app_message().
	(textfield_add): If Freeze option is on then use gtk_text_freeze/
	gtk_text_thaw.	

	* src/amcl.h (system_data): bool Freeze, new member.

	* src/prefs.c (load_prefs/save_prefs/window_prefs): New option
	called Freeze.
	(prefs_freeze_cb): New function.

Tue Oct 20 18:57:34 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* src/init.c (init_window): Fixed the resizing missfeature.

Mon Oct 19 19:00:06 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>
	
	* Version 0.5.1 Released!
	
	* net.c: Applied a patch I recieved, you could create a buffer 
	if you sent text bigger then 300 chars.

	* prefs.c [!HAVE_DEVGTK]: Stable GTK+ (1.0.x) doesn't have the
	font selection widget included, added some #ifdef HAVE_DEVGTK
	to fix this.

Sun Oct 18 14:11:38 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* Version 0.5 Released!

Tue Oct 13 21:16:50 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* alias.c (save_aliases): Added a check to see if there are any
	entries to save.

	* init.c [!WITHOUT_GNOME]: Made all the GnomeUIInfo structures
	global.
	[WITHOUT_GNOME] (init_window): Moved pack of menu_bar so that the
	bar isn't at the bottom. :)
	[!WITHOUT_GNOME]: Added some gtk_widget_set_sensitive

	* net.c [!WITHOUT_GNOME]: Added some gtk_widget_set_sensitive
	* prefs.c: Likewise
	* window.c: Likewise
	* wizard.c: Likewise

Sun Sep 27 11:16:13 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* README: Added a few things.

	* amcl.c: #include "config.h"

	* prefs.c (prefs_select_font_callback): Now sets the font to
	preview.

Thu Sep 24 16:08:08 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* init.c (EntryHistory): New global
	(text_entry_find): New function
	(text_entry_key_press_cb): Likewise
	(init_window): Connected text_entry signal "key_press_event" to
	text_entr_key_press_cb in other to make entry scollback work.

	* net.c (send_to_connection): Added just entered command last, and
	check if connected and only send text then.

Thu Sep 24 11:09:07 CEST 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* amcl.h (system_data): bool AutoSave added.
	(wizard_data): gchar *cstring added.

	* init.c (init_window,WITH_GNOME): Trailing separators in menu
	removed.

	* prefs.c (load/save_prefs): AutoSave added.
	prefs_autosave_cb() added.
	(window_prefs): Check button for AutoSave added.

	* window.c: Support for AutoSave.

	* wizard.c (window_wizard): Modify button renamed to apply.

Mon Sep 21 03:25:24 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* init.c (init_window): Now supports GNOME menus, with pixmaps and
	all.

Sun Sep 20 15:20:01 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* alias.c prefs.c window.c wizard.c: Removed sprintf and snprintf
	calls and changed those to g_snprintf.

 	* config.h.in configure.in: Don't have to check for snprintf now
	as it isn't used.

Sat Sep 19 16:14:22 1998  Robin Ericsson  <lobbin@lobbin.ml.org>

	* Started using CVS.

