2004-06-07  Seth Remington  <sremington@saberlogic.com>

    * Released version 1.02

2004-06-07  Seth Remington  <sremington@saberlogic.com>

    * __init__.py: Fixed the dynamic borders again ;) Now works on version 0.26.2
    
2004-06-04  Seth Remington  <sremington@saberlogic.com>

    * i18n patch by Hye-Shik Chang applied. His comments:
            
            What I modified are:
            - Added server encoding support  the server encodings other than utf-8 are now allowed.
            - Added username support  some Asian IRC networks allows to use non
            - ASCII characters in  nickname but not in username.  So we need to provide some way  to set username explicitly not using nickname.
            - password support  This is not so i18n stuff.  But, I just wanna let gdesklets-irc  connect to my irssi proxy to multiplex my irc connections. :)
            - More M17N support  ircbot.py has not been used gettext. But it now do.
            - Some missed escapes on topic.  <> wasn't escaped in topics and some others.
            - i18n wrapper, splitter  'utf-8 string'.split() may not work as expected because utf-8  strings may contain '\xa0' in its multibyte sequence and python's  .isspace() regards it as space. So operating utf-8 strings with  string methods may produce invalid multibyte sequence. 
            - And, I attached korean(ko) translation po file.
    
2004-06-03  Seth Remington  <sremington@saberlogic.com>

    * Switched the default window mode back to mouse over
    * Fixed bug that was throwing Python exceptions because it was trying to destroy the message window when it hadn't been created yet.

2004-01-12  Seth Remington  <sremington@saberlogic.com>

    * Fixed bug where changing channels or nick and
        reconnecting would not work since persistant
        data moved to the factory
    * Fixed bug that wouldn't allow the message window
        to be displayed until the desklet was moved
    * Fixed bug that caused nicks to be duplicated when
        connection was naturally severed and reconnected

2004-01-11  Seth Remington  <sremington@saberlogic.com>

    * Added right click menu to reconnect
    * Catch message window delete-event and hide window
        instead of destroying it
    * Display message when disconnected from server
    * Moved persistant date to the factory so that history
        now persists between disconnections.

2004-01-04  Seth Remington  <sremington@saberlogic.com>

    * Fixed a problem in the output that was adding a blank
        line to the beginning of the "msg" display.

2004-01-04  Seth Remington  <sremington@saberlogic.com>

    * Added OP, VOICE, DEOP, and DEVOICE commands
    * Can now to tab completion on nicks at any point of
        the message

2004-01-03  Seth Remington  <sremington@saberlogic.com>

    * Messages directed to user are now highlighted

2004-01-02  Seth Remington  <sremington@saberlogic.com>

    * Moved the imput dialog box below the desklet.
    * Borders now display when display is first installed.
    * Fixed "IRCSensor instance has no attribute 'msg_window'"
        bug.

2004-01-01  Seth Remington  <sremington@saberlogic.com>

    * Added graphics and dynamically resizeable borders.

2003-12-28  Seth Remington  <sremington@saberlogic.com>

    * Added channel topic and channel name
    * Fixed bug that caused client list to be out of order when
        a clent was removed.
    * Clent now pings IRC host and listens for resulting pongs.
        Reconnects if connection is broken.

2003-12-25  Seth Remington  <sremington@saberlogic.com>

	* Beta release of version 0.1 to the #gdesklets IRC channel
