1999-11-25 Stephan Uhlmann <suhlmann@gmx.de>
	* updated README
	* committed new english user manual from jp <john-paul.stanford@virgin.net>
	* version 0.2 ready

1999-11-20 Tomer Brisker <brisker@actcom.co.il>
	* Changed scrolling so now PgUp/PgDn/home/end scrolls in the editline
          and shift+* in the mudview. PageUp and PageDown scroll 10 lines each. 

1999-11-20 John-Paul Stanford <john-paul.stanford@virgin.net>
	* fixed cli parameters so -h with out a hostname is help 
          and with a hostname becomes host.
        * when a host parameter is give with out a port paramter the port
          now defaults to 23.

1999-11-19 Stephan Uhlmann <suhlmann@gmx.de>
	* finished connection wizard
	* bugfixed segfault when selecting text in empty mudview

1999-11-18 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Add command line options to kmud

1999-11-15 Luke Ehresman <luke@usa.om.org>
	* Macro keys added to Aliases (F2-F12 can be used)

1999-11-13 Luke Ehresman <luke@usa.om.org>
	* Interpretation types fully functional (saved in Mud profile)
	* Command separator customization
	* \007 sends a beep (toggleable)
	* Background color support

1999-11-08 Luke Ehresman <luke@usa.om.org>
	* Full support of aliases (saved in character profiles)
	* Aliases can be embedded in a semicolon list

1999-11-06 Luke Ehresman <luke@usa.om.org>
	* Added semicolon support to put multiple commands on one line
	* "say hi;smile" is interpreted as "say hi" and "smile".

1999-11-04 Stephan Uhlmann <suhlmann@gmx.de>
        * committed and added to source connect/disconnect icons
          from Luke Ehresman <luke@usa.om.org>
  
1999-11-03 Stephan Uhlmann <suhlmann@gmx.de>
        * committed patch from Joergen Kosche <jkosche@rz.uni-potsdam.de>
	for selecting text in the mudview and pasting it to the clipboard

1999-10-30 Tomer Brisker <brisker@actcom.co.il>
	* Implemented scrolling with PageUp, PageDown, Home, End.

1999-10-27 Stephan Uhlmann <suhlmann@gmx.de>
	* connection wizard works rudimentarily

1999-10-24 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Changed the auto mapper so it now displays rooms
	* Added CMapRoom class for storeing map room details
	* Added CMapPath class for storing the exits from rooms

1999-10-24 John-Paul Stanford <john-paul.stanford@virgin.net>
	* The auto mapper now displays paths to and from a room

1999-10-24 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Added auto reconnect option to general preferences
	* Added auto reconnect dialog

1999-10-24 Roalt Zijlstra <roalt@kwenie.demon.nl>
        * Added history completion on given input
                                                                                                                                                   
1999-10-24 John-Paul Stanford <john-paul.stanford@virgin.net>
        * Added a grid to the automapper widget

1999-10-23 Stephan Uhlmann <suhlmann@gmx.de>
	* applied and changed a little a patch from brisker <brisker@actcom.co.il>
		to force a linewrap after a certain amount of characters in a line

1999-10-23 Stephan Uhlmann <suhlmann@gmx.de>
	* changed font settings dialog, now it's possible to change the
		font of the command line, too

1999-10-22 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Started work on the auto mapper

1999-10-22 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Changed the disconected/connected text on the status bar to icons
	* Fixed bug with the connection timer

1999-10-18 Stephan Uhlmann <suhlmann@gmx.de>
	* bugfix in echo modes
	* more connection wizard

1999-10-16 Stephan Uhlmann <suhlmann@gmx.de>
	* minor changes (readability/acessors/bugfix in scrollup) to cmudlineedit.cpp
		as suggested from brisker <brisker@actcom.co.il>
	* started connection wizard

1999-10-16 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Made some cosmetic changes to the connection timer.

1999-10-15 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Changed the status bar to show when a user is connected and disconnected
	* Changed the status bar to diplay the length of time a user is connected to a mud

1999-10-14 Stephan Uhlmann <suhlmann@gmx.de>
	* added ansi escape code for "clear screen" (<ESC>[2J<ESC>[H) used in some muds

1999-10-13 Stephan Uhlmann <suhlmann@gmx.de>
	* added more comments to the code
	* fixed bug in the history scroll up/down together with the "keep last input" option
	* comitted kmud.xpm and mini-kmud.xpm drawn by Luke Ehresman <luke@usa.om.org>

1999-10-09 Stephan Uhlmann <suhlmann@gmx.de>
	* commited swedish translation (thanks to Pr-Erik Segolsson <the.heathen@swipnet.se>)
	* fixed ctelnet.h, Kmud should now run under BSD, too

1999-10-07 Stephan Uhlmann <suhlmann@gmx.de>
	* TABs in a mud are expanded now
	* optional feature to keep last input selected in input line

1999-10-06 Stephan Uhlmann <suhlmann@gmx.de>
	* bugfix: now recognizes "open" ansi/vt100-escape-sequences
		between two telnet-receivings
	* don't take input into the history if it's the same as the last one
	* history of the last five hosts/port connected to
	* customizable color for local echo

1999-10-06 Stephan Uhlmann <suhlmann@gmx.de>
	* "connection closed" message when telnet-connection is closed
	* now interprets more than one ansi/vt100 code in an escape-sequence

1999-10-05 Stephan Uhlmann <suhlmann@gmx.de>
	* bugfixed bugfixes (some deletes were wrong) ;-)
	* about-box and status-default ("Ready.") can be translated now, too.
	* fixed disconnect on NULL pointer (QSocketNotifier) in CTelnet

1999-10-02 Stephan Uhlmann <suhlmann@gmx.de>
	* german translation (de.po)
	* bugfixes: added some deletes, cmudview: ansi cyan was yellow

1999-09-27 Stephan Uhlmann <suhlmann@gmx.de>
	* bugfixes. uppercase entries in .kdelnk-file
	* patch for Sun Solaris 2.6 in telnet class (thanks to
	  Daniel Flinkmann <dflinkmann@gmx.de>)

1999-09-24 Stephan Uhlmann <suhlmann@gmx.de>
	* first release (0.1) so updated (filled with life) the
		user manual, .lsm, *.xpm's, GNU-files

1999-09-22 Stephan Uhlmann <suhlmann@gmx.de>
	* several bugfixes, some quickhelp

1999-09-22 Stephan Uhlmann <suhlmann@gmx.de>
	* CMudView interprets ansi/vt100 escape codes

1999-09-20 Stephan Uhlmann <suhlmann@gmx.de>
	* CMudView now faster
	* options->colors
	* minor bugfixes

1999-09-19 Stephan Uhlmann <suhlmann@gmx.de>
	* we have colors! :-)
	* colorized CMudView, works rudimentary

1999-09-12 Stephan Uhlmann <suhlmann@gmx.de>
	* new option->preferences tab dialog
	* option->memory is now tab "Buffers" in option->preferences
	* new option->preferences tab "Echo" to set local echo
		and input echo on/off/auto

1999-09-09 Stephan Uhlmann <suhlmann@gmx.de>
	* dont show passwords in input (actually a guess from
		the telnet echo handling)
	* use kdebug for showing telnet commands/options
	* save main window size on exit (therefore do not resize
		to the output-font)
	* setCaption() to hostname of a connected mud

1999-09-08 Stephan Uhlmann <suhlmann@gmx.de>
	* starting ChangeLog...
	* features up to now: well, we can do telnet ;-)
                              options->font
                              alternative input line
                              history buffer































