2001-06-24 Stephan Uhlmann <stephan@kmud.de>
	* bugfix in multiline input: entered escape characters (\n, \t, ...)
	  now aren't interpreted anymore. was disturbing when editing mud code.

2001-06-13  Andre Alexander Bell <andre.bell@gmx.de>
	* Kmud no longer crashes if a profile- or mud-file is missing.
	  I've just changed it to create missing files first.

2001-06-01 Stephan Uhlmann <stephan@kmud.de>
	* proper Makefiles for the manuals

2001-05-15 John-Paul Stanford <jp_stanford@yahoo.co.uk>
	* Fixed bug with speedwalk list, that I found while porting to kmud2.

2001-05-11 Stephan Uhlmann <stephan@kmud.de>
	* updated german translation of user manual. thanks to Heiko Garrelts <hgarrelts@web.de>!
	* fixed small bug: path in edit mode (bends) wasn't in edit color right after creating it.
	  thanks to Heiko Garrelts <hgarrelts@web.de> for reporting.

2001-04-27 Stephan Uhlmann <stephan@kmud.de>
	* fixed bug: certain passwords weren't loaded from config file correctly

2001-04-20 kevin Krammer <kevin.krammer@gmx.at>
  * fixed bug: kmud segfaulted when going down in the lowest level
  * fixed bugs in delete methods

2001-04-12 Stephan Uhlmann <stephan@kmud.de>
	* fixed bug: ANSI "underline" could only be enabled but not disabled

2001-04-11 Kevin Krammer <kevin.krammer@gmx.at>
  * fixed bug in speedwalklist that crashed Kmud when doubleclicking non-room entries

2001-04-06 Stephan Uhlmann <stephan@kmud.de>
	* fixed known bug: color triggers now match strings which are sent
	  with ansi codes, too.

2001-04-02 Kevin Krammer <kevin.krammer@gmx.at>
  * added accelerator (Default is CTRL+T) for trigger enableing/disabling.
  * As a visual feedback on the current state of trigger execution and alias resolving
  * the state of the respective toolbar icon is changed accordingly.
  * (switched to disbaled state if feature is disabled)

2001-04-02 Stephan Uhlmann <stephan@kmud.de>
	* two minor bugfixes in wordwrapping

2001-04-01 Stephan Uhlmann <stephan@kmud.de>
	* committed update of italian translation of the manual by Vittorio Re <badseed@infinito.it>

2001-04-01 Stephan Uhlmann <stephan@kmud.de>
	* fixed bug with wordwrapping: when "clearscreen" ansi code was sent, wordwrapping
	  was disabled. because most smaug/diku(?) muds send this at the beginning Kmud
	  had no wordwrapping in those muds.
	  bug reason: when \x1B[2J is sent CMudView::init() is called. this sets
	  fontMetric to NULL (and leaves it there until new font is set).
	  thus the wordwrapping code was not called (fontMetric NULL check before).
	* reworked wordwrapping. it should work much better now. no matter if there are
          ansi's between the words or not or the word to wrap is at the end of the line.
	  plus the code should be more clear now ;-)

2001-03-29 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed a bug with path selection with help from Kevin.
	* Fixed a bug that caused a seg fault when the map was restarted
	  after deleting the login room.

2001-03-29 Kevin Krammer <kevin.krammer@gmx.at>
  * added an accelerator (default is CTRL+A) for disabling alias resolving.

2001-03-23 Kevin Krammer <kevin.krammer@gmx.at>
  * fixed bug in mapper: the player position was not reassigned properly when
  * deleting the current room (causing a segfault when walking afterwards);

2001-03-22 Stephan Uhlmann <stephan@kmud.de>
	* fixed bug in color triggers: the color was set to the to default color
	  after the matching string even when there was some other ANSI color
	  going on at the moment
	* partially fixed some other issues with ANSI codes breaking color triggers 

2001-03-19 Kevin Krammer <kevin.krammer@gmx.at>
  * Mapper: as create mode without follow mode does not work, activating create mode
  * now locks follow mode in active state. When create mode is deactivated, follow mode
  * is returnmed to teh state it ahd before locking.
  * Docs: Added more information to the "undo autocreation" section in the English handbook

2001-03-18 Kevin Krammer <kevin.krammer@gmx.at> & Stephan Uhlmann <suhlmann@gmx.de>
	* fixed endless loop (+ segfault) after entering the second direction command
	  in the following situation: mapper was activated, valid move checking off
	  and one or more of the direction commands in preferences were empty

2001-03-16 Kevin Krammer <kevin.krammer@gmx.at>
  * Resting the mouse pointer over a zone shows the zone's name now.

2001-03-15 Kevin Krammer <kevin.krammer@gmx.at>
  * Added missing i18n statements for the mapper tools names.
  * updated German Translation for them

2001-03-13 Stephan Uhlmann <stephan@kmud.de>
	* Updated french translation.
	  Thanks to Guillaume Assire <alphagolf@altern.org> !
	* Updated german translation.
	  Thanks to Andre Kloth <kloth@rz.uni-potsdam.de> !

2001-03-12 Kevin Krammer <kevin.krammer@gmx.at>
  * Accelerator CTRL+S to toggle speedwalk list visibility.
  * When going to a parent zone, the map si centered on the position of the zone icon
  * of the zone you left.
  * Doubleclicking on an entry in the speedwalk room shows this room (centered too)

2001-03-11 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed bug with path selection.
	* Fixed bug with path deleteing.
	* Fixed tooltip for erase tool (Will change any translations that have
	  been done).

2001-03-10 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed a few more bugs with copy/cut and paste of map elements. 
	  Hopefully there are no more bugs with it :-)

2001-03-07 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed a bug with copy/cut/paste so that all the elements in a zone
	  are copied/pasted/deleted with the zone. This as meant a big rewrite
	  of the cut/copy/paste code.

2001-03-05 Kevin Krammer <kevin.krammer@gmx.at>
  * Added a cursor for mapscrolling by mouse

2001-03-05 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed cut & paste bug :-)
	* If the mapper tries to move to a location with a zone, then the
	  move is aborted.
	* Fixed the copy mnethods of classes exteding CMapElement to handle
	  zones correctly.

2001-03-03 Kevin Krammer <kevin.krammer@gmx.at>
  * Fixed two bugs

2001-03-02 Kevin Krammer <kevin.krammer@gmx.at>
  * Adapting config style map file to JP's change
  * This does not break compatibility to the last version!

2001-03-02 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed import map bug
	* Fixed map resizing bug. There sould always be 3 squares spare all the
	  way round now.
	* Updated the docs with the scroll by mouse feature.
	* Added a new command to each room "after exiting command" as 
	  it was missing. This has meant changing the map file and the 
	  room properties dialog.

2001-03-02 Kevin Krammer <kevin.krammer@gmx.at>
  * Map can be scrolled by mouse while the middle mouse button is pressed.

2001-03-02 Stephan Uhlmann <suhlmann@gmx.de>
	* fixed bug with alias loop detection: when command seperator was empty,
	  alias loop detection ignored any input. even login was not possible.

2001-03-01 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Move the delete menu item in the context menu nearer the bottom
	  of the menu so it's not clicked by mistake.
	* Added menu option to center the map on the players current position

2001-03-01 Stephan Uhlmann <suhlmann@gmx.de>
	* disabled valid move checking during speedwalk
	* set default value for speedwalk delay to zero
	* added a hint about buggy Qt for alpha users to the FAQ
	  (thanks to Joachim Baert <joachim.baert@groept.be> for testing!)

2001-03-01 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Added feature to delay each move the speedwalker makes.
	  This should hopefully help the mapper keep track of the player.
	* Added new config tab to mapper preferences for speedwalking.
	* Updated the docs with this speedwalk delay details.
	* Updated the docs with undo autocreation detials.

2001-03-01 Kevin Krammer <kevin.krammer@gmx.at>
  * Accelerator for Undo works in both windows.
  * Undo can be triggered via menu (Edit Menu)
  * When clicking on the map the undo list is cleared and the menu entry disabled

2001-02-27 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed bug in the text properties dialog
	* Fixed bug with the speed walk
	* Added keyboard shortcuts to some mapper functions

2001-02-26 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Added a history menu to the input lines that can be used
	  by right clicking on the input line.
	* Add memonics to the buttons in multi-line input window.
	* Fixed programmable toolbar.
	* Updated docs.

2001-02-23 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed path with bends selection problem.
	* Fixed several warnings with the mapper code.
	* Paths with bends are now copied correctly.

2001-02-22 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed some bugs with the map zone code.
	* Fixed zone path drawing/selection bugs.
	* Fixed some speedwalk list bugs.
	* Fixed bug that occured when delete rooms.

2001-02-22 Kevin Krammer <kevin.krammer@gmx.at>
  * added speedwalk list support to config sytle file format
  * Note: the new file can still be read by older versions with config style map support

2001-02-21 John-Paul Stanford <john-paul.stanford@virgin.net>
	* The speedwalk list should be finished now.
	* Changed the binray map file format to load and save the 
          speedwalk list.
	* Made new items to the speedwalk list appear selected.
	* Fixed map element selecting bug.
	* Fixed map info dialog to handle zones.
	* Level Up/Down & Zone up are now disabled if the map can't be
	  moved in that direction.

2001-02-21 John-Paul Stanford <john-paul.stanford@virgin.net>
	* The speedwalk list is now about finished.(list not saved yet)
	* Implemented the delete button.
	* Implemented the walkto button.
	* Implemented a room properties button.
	* Added new Icon.
	* Updated kmud.kdevprj.maintained with new icon.

2001-02-20 John-Paul Stanford <john-paul.stanford@virgin.net>
	* More work on the speedwalk panel
	* The mapper now rembers the catorgrize setting of the speedwalk.
	* The speedwalk list can now handel zones and rooms with the same name.
	* If a room is already in the speedwalk list then the menu option
	  to add the room to the list is diabled.
	* Added a couple of new buttons to the speedwalk dialog.

2001-02-17 Stephan Uhlmann <suhlmann@gmx.de>
	* valid room checking is now valid move checking
	  it's basically the same but you have to specify only return messages
          for invalid moves
	* automapper is now also able to track movement commands in speedwalking
	  sequences and when seperated by seperator char

2001-02-10 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Catogries of the speed walk list now work

2001-02-10 John-Paul Stanford <john-paul.stanford@virgin.net>
	* More updates to the speed walk list stuff

2001-02-07 Kevin Krammer <kevin.krammer@gmx.at>
  * fixed a bug in CMapRoom::getPathDirection.
  * started to work on a Undo facility for the mapper in autocreation mode.

2001-01-23 Kevin Krammer <kevin.krammer@gmx.at>
  * fixed a bug that blocked special room commands when speedwalking with the mapper

2001-01-14 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Improved the look and feel of the speed walk pane
	* Add new map data class to store mapper data. This is to keep it
	  separte from the map widget which will allow for mutiple views
	  of the map whe I implement it.

2001-01-15 Kevin Krammer <kevin.krammer@gmx.at>
  * restructured mapper file menu to have an extra entry for exporting to config style format.
  * both export routines append their respective filename extension if it is not present in
  * the user's input.
  * Import treats files ending in .cmap as config style files.

2001-01-14 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Started work on the speed walk list 

2001-01-14 Kevin Krammer <kevin.krammer@gmx.at>
  * fixed a bug concerning special chars

2001-01-12 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Made a mapper painting functions take the current zone as a parameter.
	* Improved zone mouse handling and painting (Still bugs to be fixed).

2001-01-12 Kevin Krammer <kevin.krammer@gmx.at>
  * implemented exporting/importing a map to a config style file (KConfig based).
  * A file which includes (usually ending in) .cmap will be treated by the new import method.
  * Currently exporting exports to both formats (the native and the new one) using the same filename
  * but appending .cmap to the file for the second format.

2001-01-07 Stephan Uhlmann <suhlmann@gmx.de>
	* matching aliases are now expanded but preserve remaining input

2001-01-06 Stephan Uhlmann <suhlmann@gmx.de>
	* finished TODO items:
	  - make sending of newline at the end of a command in "local echo off mode" configurable
	  - it should be possible to disable special characters

2001-01-02 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Made some changes to the painting of paths that go between zones.

2000-12-28 Stephan Uhlmann <suhlmann@gmx.de>
	* automatic loop detection for triggers
	* some debugging

2000-12-27 Stephan Uhlmann <suhlmann@gmx.de>
	* added trivial "encryption" (simple xor) for saving passwords
	* reworked alias code, resolves all aliases recursively, automatic loop detection

2000-12-19 Kevin Krammer <kevin.krammer@gmx.at>
  * changed mapper drawing. The buffer is now only as large as the visible area.
  * added the zone-handling to the map move method (CMapWidget::moveMap)

2000-12-17 Stephan Uhlmann <suhlmann@gmx.de>
	* added option for enabling/disabling regular expression support for a trigger
	  individually

2000-12-11 Stephan Uhlmann <suhlmann@gmx.de>
	* added possibility to have same history for both input lines (configurable)

2000-12-11 Stephan Uhlmann <suhlmann@gmx.de>
	* regex support for triggers

2000-12-08 Stephan Uhlmann <suhlmann@gmx.de>
	* aliaes entered via numpad key aren't added to input history anymore
	  (was annoying when walking around with numpad-walking)

2000-12-08 Kevin Krammer <kevin.krammer@gmx.at>
  * fixed initial map view content positioning. A call to ensureVisible or center
  * does only affect the view when its already shown.
  * workaround for line wrapping bug

2000-12-06 Stephan Uhlmann <suhlmann@gmx.de>
	* added second type of color-triggers (change appearance of entire line)
	* fixed bug in normal triggers which prevented a trigger to be executed
	  more than once even if matching strings occurs several times

2000-12-03 Kevin Krammer <kevin.krammer@gmx.at>
  * Added GUI part of the ping configuration
  * ping can be disabled now
  * moved "Always on top" feature setting (mapper window) from Prefrences->misc to View-menu

2000-12-03 Stephan Uhlmann <suhlmann@gmx.de>
	* added color trigger support

2000-12-02 Kevin Krammer <kevin.krammer@gmx.at>
  * ping executable can be changed through config file editing
  * updated some German translations
  * fixed a bug in connection wizard

2000-11-28 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Delete current level option should work better now.
	* Fixed small bug with the mapper text tool.
	* Added new colour config options for the mapper.

2000-11-27 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Added option to delete the current level of the map.
	* Fixed bug with mapper copy/paste.
	* More changes to the map bend code (now supports deleting bends)
	* Fixed bug in move map function.
	* Paths can with bends can now be put into edit mode from the path menu.
	
2000-11-27 Stephan Uhlmann <suhlmann@gmx.de>
	* added italian translation of Kmud messages and handbook 
	  from Vittorio Re <badseed@infinito.it>

2000-11-26 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed a couple of seg faults with the mapper.
	* More changes to path beds.
	* Path bends are save/loaded. File format has changed.
	* Rooms create in first row or column will cause the map to be moved
	  to create a blank row or column.
	* Started work on the code to delete a path bend

2000-11-25 John-Paul Stanford <john-paul.stanford@virgin.net>
	* More work on map bends.
	* Changed the way two paths work internaly.
	* Added methods to CMapWidget to covert a path between one and two way.
	* Fixed bug when drawing two paths.

2000-11-25 Kevin Krammer <kevin.krammer@gmx.at>
  * added map import support for the version the 0.5 release writes

2000-11-24 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Finished off rework of mapper tools code.
	* Fixed bug with mapper scroll bars.
	* Added missing i18n statement.
	* Started work on adding bends to paths.
	* Also added new state to elements (only used by paths at the
	   moment) that allows them to be edited. 
	* Updated the kmud.kdevprj.maintained file

2000-11-23 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Add config option and feature so that mapper window will stay on top
	* Reworked the code for mapper tools. It tool is now a sepearte class 
	  that extends CMapToolBase. This make adding new tools easier.
	
2000-11-22 Kevin Krammer <kevin.krammer@gmx.at>
  * mappers speedwalking path agorithm now Breadth First Search
  * algorithm (shortest Path for graphs with single edge length)

2000-11-22 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Moved the classes (CMapText, CMapPath, CMapRoom) 
	  from CMapWidget.cpp/CMapWidget.h into there own files.
	* Add API commenets to CMapText.
	* Updated the kmud.kdevprj.maintained file
	* Ability for the mapper to execute commands before and 
	  after entering a room.
	* Remove type settings for rooms as it's unused.
	* Mapper file format changed again to handle new settings.

2000-11-22 Kevin Krammer <kevin.krammer@gmx.at>
  * added i18n statements to speed walk abort message boxes
  * fixed speedwalk bug (path passed first limit check, but not the second)

2000-11-21 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Remove the code used to generate a test map for debuging.
	* Fixed small bug with the speed walk abort code.
	* Special/teleport exits can be speed walked.
	* Kmud can track players using the mapper when they walk 
	  through a special/teleport exit.
	* Fixed small bug with mode of the path tool when changin tools.

2000-11-20 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed bug causing seg fault when the mapper is too small to 
 	  fit the overview on it.
	* Started implement teleport/special exits for the mapper.
	* Fixed a few mapper redraw bugs.
	* Changed the mapper file format to cope with telport/special paths.

2000-11-16 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Several bug fixes to the programmble buttons stuff.
	* Implement the up/down buttons in the dlgcustomtoolbar dialog.

2000-11-16 Kevin Krammer <kevin.krammer@gmx.at>
  * improved CCharakterProfile's readAliases and readTriggers methods
  * to allow $ being part of the definition string

2000-11-15 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Mapper redraw is much faster.
	* Different parts of the map can be jumped to by clicking on the 
	  overview pane.
	* Remove all #ifdef MAPPER statements
	* Added custom button feature
	* Added new class for handling text only toolbar buttons.
	* Mapper directions can be now specifyed as external 
          commands, macros etc.

2000-11-15 Kevin Krammer <kevin.krammer@gmx.at>
  * fixed bug in german translation
  * fixed inconsistence in mapper when cr4ating new TOP/Bottom levels

2000-11-14 Stephan Uhlmann <suhlmann@gmx.de>
	* commited update of french translation of the program and
	* the handbook from Guillaume Assire <alphagolf@altern.org>

2000-11-08 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Made the mapper contex menus appear on the mousePress event instead of
	  the mouse release event.

2000-11-08 Kevin Krammer <kevin.krammer@gmx.at>
  * Fixed bug that caused the mapper to display wrong info about Charactename and Mudtitle
  * when editing offline
  * added some German translations
  * Changed width of labels in DlgMapOptionsMisc, DlgMapInfo
  * Inserted several missing i18n() statements at QMessageBox::information calls
  * (for box's caption)

2000-11-08 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed bug with saving of text details.
	* Changed map file format.
	* Fixed small redraw bug with seleting elements.
	* Changed the with of some labels in the map options dialog.
	* Fixed small bug with map text properties dialog.

2000-11-06 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Finished the english handbook.

2000-11-05 Stephan Uhlmann <suhlmann@gmx.de>
	* some changes to the plugin system
	* finished template plugin
	* documentation for plugin developers (kmud/kmud/plugins/README)

2000-10-31 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Started work on the speed walk limit.

2000-10-30 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed bug that caused a seg fault when moving down on the map.
	* Fixed bug with the resizing of the map.

2000-10-29 John-Paul Stanford <john-paul.stanford@virgin.net>
	* The overview is now off by default
	* Valid room checking is working again
	* Add new option to specify the default path direction (one/two way)

2000-10-26 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Finished implementing the manual creation of paths between levels.
	* Fixed bug that caused seg fault when the first map level was empty and
	  there was no login room set.
	* Added menu options for creating new top & bottom levels.

2000-10-26 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Improved the mapper redraw
	* Fixed map load/save bug
	* Fixed map element move bug
	* The map tools no change the mouse pointer depending on the 
	  tool selected.
	* Changed the path tool to be able to create paths between
	  rooms on different levels. The path properties dialog still needs
	  changing.

2000-10-23 Kevin Krammer <kevin.krammer@gmx.at>
	* boss key now configurable via Options->Keys
	* moved special input characters onto new tab of Preferences Dialog

2000-10-23 Andre Alexander Bell <andre.bell@gmx.de>
	* added a new feature to have the inputtext autotically selected if the
		input-line gets focus. (for example by switching between the two input
		lines with <Tab>)
	* fixed bugs with the default-button in the options->preferences dialog
		
2000-10-17 Stephan Uhlmann <suhlmann@gmx.de>
	* fixed bug which caused Kmud to crash when reaching the maximum
	  of lines in the mud window buffer.

2000-10-17 Jrgen Kosche <mnementh@gmx.de>
	* you can now enable or disable the numpad-keys for macros
	  (only if you disableit you can use the numpads for normal use)

2000-10-15 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Made some mapper redraw improvements
	* Fixed bug with mouse press/release in the overview window
	* Start work on overhauling code used to resize the map

2000-10-15 Jrgen Kosche <mnementh@gmx.de>
	* fixed bug, that intelligent browsing is not configurable and standard

2000-10-08 Kevin Krammer <kevin.krammer@gmx.at>
  * Finished ping host feature

2000-10-05 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Finish implement invalid/valid movments using the mapper.
	* Add feature to mapper to display overview of the map.
	* Add more to the mapper documentation.
	* Changed the way the mapper resizes.

2000-10-04 John-Paul Stanford <john-paul.stanford@virgin.net>
        * Completed a bit more of the mapper documentation.
        * Started work on invalid/valid movments using the mapper.
        * Fixed map loading bug.
        * Fixed bugs with text properties dialog.

2000-10-03 Stephan Uhlmann <suhlmann@gmx.de>
	* moved toolbar icons to $kde_datadir/kmud/toolbar/

2000-10-02 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Added level up/down commands to the mapper tools menu.
	* Did a bit more work on the mapper documentation.

2000-10-01 Stephan Uhlmann <suhlmann@gmx.de>
	* committet patch from Barret Shackelford <puppoo@earthlink.net> fixing a
	  very strange segfault which seems to occur only with certain compilers
	  (his is egcs-2.91.66)

2000-10-01 Stephan Uhlmann <suhlmann@gmx.de>
	* closed bug: it's now possible to deselect a once selected profile when
	  creating a new character in the connection wizard
	* closed bug: "select" buttons in "new character" dialog are disabled
	  when there are no profiles in the list

2000-09-29 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Started create mapper documenation

2000-09-29 Stephan Uhlmann <suhlmann@gmx.de>
	* Added possibility to load a file into the multiline input
	* fixed segfault when using quick connect

2000-09-28 John-Paul Stanford <john-paul.stanford@virgin.net>
        * Finished work on text properties dialog
        * Added new context menu for editing text details
        * Fixed some mapper memory leaks
        * Add more colour config options and updated the dialog
 
2000-09-26 John-Paul Stanford <john-paul.stanford@virgin.net>
        * Minor fixes to mapper dialogs
        * The short room descriptions are now shown as tool tips.
        * Started work on a new text properties dialog 

2000-09-25 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Mapper bug fixes
	* Added option to have indivial room colours
	* Added ability to label a rooma and give it a  description
	* Changed the file structure / loadMap / saveMap to account 
	  for new room options.
	* Added missing files
	* Added ability to delete exits from the new room properties
	  option.

2000-09-25 Stephan Uhlmann <suhlmann@gmx.de>
	* Added possibility to remove ANSI characters from logged text (configurable)
	* toolbar button for logging now indicates logging state better (pressed=on, unpressed=off)

2000-09-22 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed some bugs with the automapper
	* Added information dialog to the automapper
	* Added dialogs for room properties
	* Added new map options dialog

2000-09-22 Andre Alexander Bell <andre.bell@gmx.de>
	* Added the possibility to connect to the mud by double-clicking it in the
		ConnectionWizard.
	* Added the possibility to select a profile by double-clicking it in the
		Select Profile Dialog instead of clicking ok.

2000-09-21 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Added toolbar buttons to the mapper to move up and down levels
	* Added the ability to set a login position for each character that 
	  uses the map.

2000-09-20 Andre Alexander Bell <andre.bell@gmx.de>
	* Reworked the autologin again. Now it seems to work on CircleMuds too.
	* Additionally it is possible to have the autologin trigger to autotype
		your loginname or your password or both (or none :).
		Choose it by leaving out the prompt you dont whish to autotype on.
	* Changed the message if you left some fields empty in the ConnectionWizardInput.
		
2000-09-20 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Finished implementing speed walking using the mapper
	* Fix bug with path tool
	* Changed mapper staus bar to include level number

2000-09-19 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Started work on the mapper speed walking

2000-09-18 John-Paul Stanford <john-paul.stanford@virgin.net>
	* First vesion of text label tool is done
	* Updated the kmud_path.xpm icon
	* Implement export map option
	* Implement import map option
	* Change the map file structure to handle text element
	* Change load and save map methods to check the version
	  number of the file before atemting to load it.

2000-09-17 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Started work implementing the text label tool

2000-09-16 John-Paul Stanford <john-paul.stanford@virgin.net>
        * The create path tool is now finished
        * improved the movePlayerBy method to handle rooms that
          already exists but not two squares away.
        * Add a path context menu to make editing paths easier.
        * Add a path properties option
        * Improved drawing of paths  

2000-09-14 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Add color config options for the map
	* Started work on create path tool

2000-09-14 Stephan Uhlmann <suhlmann@gmx.de>
	* added brazilian portuguese translation of Kmud
	  contributed by Domingos Parra Novo <domingos@bsb.conectiva.com.br>

2000-09-13 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Add support for moving up and down on the map
	* Add ability to display level above and below current level
	* Map view now centers on the players current position
	* Changes some of the menus
	* Fixed buts with the element deletion and element selection

2000-09-12 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Added some new tool bars to the mapper
	* Added graphics for tool bars
	* Implemented new ways for creating/deleting rooms
	* Fix bugs with the room selection code
	
2000-09-11 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Selecting nows works (Several bug fixes)
	* Fixed problems with last commit by me
	* Add support for moving map elements on the map
	* Add new icon for lauching the mapper

2000-09-11  Andre Alexander Bell <andre.bell@gmx.de>
	* made the autologin customizable
	* reworked the tab order of DlgConnectionWizard and DlgConnectionWizardInput
	* 'Select MUD' and 'Select Profile-Dialogs do have titles now

2000-09-06 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Changes the mapper so that all map elements have to
	  Inherit cmapelement base class
	* Implement selction of map elements
	* Implement cut / copy / paste and delete operations
	* Implement Select All / Deselect All / Invert Selection options
	* Start work on moving map objects	

2000-09-06 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fixed the mapper widget to draw correctly
	* Changed the way rooms are stored
	* Add options to create and delete rooms
	* Added code to store and config the directions used to walk around the mud
	* Add erase map option
	* Add menu options
	* Start work on cut / paste stuff
	
2000-09-04 Stephan Uhlmann <suhlmann@gmx.de>
	* fixed configurable connection timeout
	  much spiffier now, should not lock up kmud anymore

2000-08-23 Stephan Uhlmann <suhlmann@gmx.de>
	* added french translation of the Kmud handbook
	  from Guillaume Assire <alphagolf@altern.org>

2000-08-21  Andre Alexander Bell <Andre.Bell@gmx.de>
	* There was the bug, that the LoggingEnabled/Disabled-Pixmap was not
	  correctly set, if you say OK instead of Connect in the
	  ConnectionWizard. Its just fixed.

2000-08-05 Stephan Uhlmann <suhlmann@gmx.de>
	* more work on the plugin system
	* added plugin manager dialog for handling of plugins

2000-07-31 Kevin Krammer <kevin.krammer@gmx.at>
  * It is now possible to edit macros/aliases/triggers offline

2000-07-28 Kevin Krammer <kevin.krammer@gmx.at>
  * Added a "boss key" feature.

2000-07-23 Stephan Uhlmann <suhlmann@gmx.de>
	* committed patches from Kevin Krammer <kevin.krammer@gmx.at>
	  macro keys can now include modifier keys (SHIFT, ALT, CTRL), too

2000-07-23 Stephan Uhlmann <suhlmann@gmx.de>
	* committed updated swedish translation from Pr-Erik Segolsson <heathen@linux.nu>

2000-07-21 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Added edit menu to the mapper
	* Made the map drawer coding more readable

2000-07-14 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Finsehd the method used to move a player around the map creating
	  new rooms as needed.
	* Fixed some of the redraw problems by implementing a dobule buffer.
	* Fixed the move map method.

2000-07-14 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Reworked the code used to draw rooms and paths.
	* Changed the way entrances (arrows) are displayed and stored.
	* Add support for one way paths.

2000-07-12 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Started work on methods to move a plater around the map
	* Added a contect menu to the rooms on the map

2000-06-12 Stephan Uhlmann <suhlmann@gmx.de>
	* fixed bug in telnet class, which on some systems caused a lockup while
		connecting when the there was a "connection refused" (i.e. the host was
		reachable but the port was not)

2000-06-09 Stephan Uhlmann <suhlmann@gmx.de>
	* added a few missing setCaption()'s to dialogs
	* fixed bug in recent connect (showed six slots, first twice)
	* hide/show connect slots in MUD menu when connected/disconnected
		(there was a nice bug causing two muds running in the same window when
		pressing one of the quick connect slots while already connected)

2000-05-23 Jorfen <jorfen@topmail.de>
	* completed autologin, but feature needs a bit testing and more keywords 

2000-05-23 Stephan Uhlmann <suhlmann@gmx.de>
	* finished major update of all files like libtool, configure.in, the ac*.m4 macros
		and several Makefile.am's
	* Kmud is now am_edit based and able to compile shared libraries, so we can
		start with the plugins now

2000-05-22 Jorfen <jorfen@topmail.de>
        * Timeout is now configurable     

2000-05-18 John-Paul Stanford <john-paul.stanford@virgin.net>
	* The loading of directions for the map now works.
	* Remove the currentMudTitle and currentLoging vars as there not needed.

2000-05-18 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Fix some bugs with my last commit

2000-05-18 John-Paul Stanford <john-paul.stanford@virgin.net>
  	* Started working on the code to save the maps options.

2000-05-18 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Reactived the mapper menu option
	* Added a options dialog for the mapper
	* Changed a few mapper menu entries

2000-05-12 Jrgen Kosche <mnementh@gmx.de>
	* call to an external command with '#'
	* updated german translation

2000-05-11 Stephan Uhlmann <suhlmann@gmx.de>
	* fixed bug which caused the delete alias/trigger function not to work

2000-05-07 Stephan Uhlmann <suhlmann@gmx.de>
	* committed russian handbook
	  many thanks to Alexander Isavnin <shura@fandra.org> !
	* fixed compiler warning (bad cast) in cmudlineedit.cpp

2000-04-27 Tomer Brisker <brisker@actcom.co.il>
	* finished my optimization audit.
	* removed the ability to create more then one alias with the same name.
	* aliases with no macros no longer report that the macro is in use.

2000-04-25 John-Paul Stanford <john-paul.stanford>
	* A few minor interface changes to the mapper
	* Added a mapper diable #define in kmud.h
	* Update handbook for up coming released
			
2000-04-10 Jrgen Kosche <mnementh@gmx.de>
	* german handbook added

2000-04-08 Stephan Uhlmann <suhlmann@gmx.de>
	* made list of "recent connects" less redundant
	* fixed bug in "colors" dialog at startup
	* fixed broken "buffers" dialog

2000-04-02 Stephan Uhlmann <suhlmann@gmx.de>
	* added russian translation of the messages.
	  thanks to Alexander Isavnin <shura@fandra.org> !
	* again resized nearly all dialogs, so that translated
	  messages fit to the widgets
	* added forgotten i18n()'s

2000-04-01 Jrgen Kosche <mnementh@gmx.de>
	* edit trigger will now work

2000-03-29 Jrgen Kosche <mnementh@gmx.de>
	* make the character, that starts a speedwalking-sequenc, configurable (via Options-Preferences)
	* updated the german translation

2000-03-27 Stephan Uhlmann <suhlmann@gmx.de>
	* added a FAQ file for answering most common questions you
	  might have associated with Kmud
	* added a BUGS file which lists known bugs we didn't fixed yet
	* fixed minor flaws with the translations
	
2000-03-26 Stephan Uhlmann <suhlmann@gmx.de>
	* included french translation. many thanks to
	   Guillaume Assire <alphagolf@altern.org>
	* resized/changed dialogs so that translated strings
	  fit better to the buttons/labels etc.
	* updated german translation
	
2000-03-21 Jrgen Kosche <mnementh@gmx.de>
	* backslash parsing (\r\n\a\t)

2000-03-18 Jrgen Kosche <mnementh@gmx.de>
	* Speedwalking (starting speedcommands with '.')

2000-03-15 Stephan Uhlmann <suhlmann@gmx.de>
	* made telnet socket nonblocking before connect. that way an offline host does not
	  cause Kmud to hang for a long time.
	* fixed bug in KmudApp:connectToMud: mud timer started also when
	  connection was not successful
	* logging is now on and off toggable in toolbar
	* added new pixmaps for logging on / logging off, anyone who can make better
	  ones? i'm a horrible painter...

2000-03-10 Stephan Uhlmann <suhlmann@gmx.de>
	* Logging! :-)

2000-02-15 Jrgen Kosche <mnementh@gmx.de>
	* Trigger!

2000-02-08 Jrgen Kosche <mnementh@gmx.de>
	* removed the bug, that causes KDE to hang, if the Desktop will be shut down, without closing KMud

2000-02-02 Jrgen Kosche <mnementh@gmx.de>
	* added support for other keys on the keypad (+-*/,) for macros

2000-01-31 Roalt Zijlstra	<roalt@dnd.utwente.nl>
	* Added Keypad numbers in the macro dialog and fixed the new/edit/delete
	* buttons so that they are enabled/disabled correctly.

2000-01-30 Stephan Uhlmann <suhlmann@gmx.de>
	* finished new connection wizard dialog
	* updated some documentation with new homepage URL

2000-01-30 Roalt Zijlstra <roalt@dnd.utwente.nl>
	* Finished the new alias dialogs and reworked the macro dialog

2000-01-29 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Updated the english docs with information on new features.

2000-01-28 Roalt Zijlstra <roalt@dnd.utwente.nl>
	* Reworked the aliases dialog and added an input dialog for it
	* Added myself to the 'about KMud' dialog 

2000-01-28 John-Paul Stanford <john-paul.stanford@virgin.net>
	* added a feature so that a list of muds recently connected to are displayed in the mud menu

2000-01-27 Jrgen Kosche <mnementh@gmx.de>
	* fixed bug with the numerical-keypad-macros
	  this macro was triggered for all open MUD's, not only for that with the actual keyfocus
	  changed the macrocode for Keypad, old macrodefinitions don't working now

2000-01-16 Stephan Uhlmann <suhlmann@gmx.de>
	* fixed bug in mud view. when the view was splitted and the outputbuffer was
	  full the upper view scrolled up instead staying at the same position when
	  new output came from mud

2000-01-15 Stephan Uhlmann <suhlmann@gmx.de>
	* made the connect to a mud a bit less blocking when waiting for timeout

2000-01-14 Tomer Brisker <brisker@actcom.co.il>
	* Changed key behavior yet again. Current key behavior:
	  View: 
	  -Shift+PgUp/PgDn : Scrolls about 1/2 screen up/down.
          -Shift+Up/Dn: Scrolls about 1 line up/down.
	  -Ctrl+Home/End: Scrolls to the top/bottom.
	  Input Line:
	  -Up/Dn: Goes up/down in history.
	  -Home/End/Left/Right: Moves in current input.
	  -Shift+Home/End/Left/Right: Selects in current input.
	  -Ctrl+Left/Right: Same as Home/End.
	  All other arrow keys/modifier keys should not do anything.
	* Fixed a minor typo (wizzard -> wizard)

2000-01-11 Jrgen Kosche <mnementh@gmx.de>
	* macros now also support the numeric keypad keys

2000-01-09 Roalt Zijlstra <roalt@dnd.utwente.nl>
	* fixed cmudview wrapping error with ansi sequences (ie. colors)

2000-01-09 Stephan Uhlmann <suhlmann@gmx.de>
	*  added multiline input dialog for entering huge text

2000-01-08 John-Paul Stanford <john-paul.stanford@virgin.net>
	* fixed bug with the close button on the reconnect dialog
	* added new buttons to the reconnect dialog

2000-01-06 John-Paul Stanford <john-paul.stanford@virgin.net>
	* changed map data structures
	* changed the paths are stored on the map
	* added suppot to the map for different levels
	* added method to erase map from memory
	* added method to show different map levels
	* added method to save a map to a file
	* added method to load a map from a file
	* fix the mapper so it does not seg fault when no map is in memory
	* chaged the mapper so a map can't be viewed with out a profile been
	  active

2000-01-06 Stephan Uhlmann <suhlmann@gmx.de>
	* made output-notification-wait-time configurable

2000-01-05 Stephan Uhlmann <suhlmann@gmx.de>
	* committed patch from Joergen Kosche <jkosche@rz.uni-potsdam.de>
	  updating ANSI parsing and fixing some minor glitches with interpretation

2000-01-04 Stephan Uhlmann <suhlmann@gmx.de>
	* committed patch from Joergen Kosche <jkosche@rz.uni-potsdam.de> fixing
	  a minor bug with cut&paste, and now a doubleclick selects the word in
	  the mudwindow the mouse points to

2000-01-02 Stephan Uhlmann <suhlmann@gmx.de>
	* Kmud mini-icon now blinks when there is new output from mud after some
		silent time (10 sec.)

1999-12-22 Stephan Uhlmann <suhlmann@gmx.de>
	* added CMudStream class for wrapping telnet i/o (internal, no feature ;-))

1999-12-12 Stephan Uhlmann <suhlmann@gmx.de>
	* committed patch from Randall <randall@panic.et.tudelft.nl> for
	  MCCP support (Mud Client Compression Protocol, for protocol detail
	  see http://homepages.ihug.co.nz/~icecube/compress/index.html)

1999-12-12 Stephan Uhlmann <suhlmann@gmx.de>
	* split screen when in scrollback

1999-12-10 Stephan Uhlmann <suhlmann@gmx.de>
	* mud window is now only automatically scrolled down at new ouput from mud
	  when window was not scrolled up before

1999-12-03 John-Paul Stanford <john-paul.stanford@virgin.net>
	* tidy up the recconect dialog.
	* add option to preferences to configure reconnect timer
	* added close button to the reconnect dialog

1999-12-03 John-Paul Stanford <john-paul.stanford@virgin.net>
	* fixed bug with conncetion timer

1999-12-02 Stephan Uhlmann <suhlmann@gmx.de>
	* committed patch from Alexander A. Isavnin <shura@fandra.org> which fixed
	  the following:
	  - bugs with selection:
	  -- it was impossible to select first and last characters in a string
	     (in CMudView::getCharacterNumber)
	  -- it was impossible to getMarkedText from last selected row
	     correctly
	  - reduces excessive repainting on scrolling and selection
	    (and decreases flickering)   

1999-11-26 John-Paul Stanford <john-paul.stanford@virgin.net>
	* Add move map method to cmawwidet, to move the whole map
	* Changed the auto mapper so that the direction a path can be
	  traveled is shown by a arrow.
	* Changhe CMapRoom so that the room can be flaged as the current
	  room a player is in. If this happens a red dot is draw to show it. 
	* Changed the CMapWidget so that the work space is resized to fit the map.

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


