Version 0.01:

 * Creation of the MessageWidget widget
 * Creation of the Window type
 * Creation of the MessageWindow type
 * Creation of the ChannelWindow type
 * Creation of the PyIRC type (main dialog)
 * FileConnectDialog dialog
 * FontSelector dialog
 * AskDialog dialog
 * Parser class


Version 0.02:

 * Linking with Python
 * handleInput methods
 * PyIRCModule, the 'pyirc' module for scripting


Version 0.03:

 * parse301 (XXX is away)
 * parse305 (You have been marked has being away)
 * parse306 (You are no longer marked as being away)
 * parse402 (No such server)
 * parse403 (No such channel)
 * parse404 (Cannot send to channel)
 * parse405 (You have joined too many channels)
 * parse406 (There was no such nick)
 * parse421 (Unknown command)
 * parse432 (Erroneous nickname)
 * parse433 (Nickname already in use)
 * parse465 (You are banned from this server)
 * parse364 (RPL_LINKS)
 * parse365 (RPL_ENDOFLINKS)

 * away command
 * msg command

 * LinkWindow object; The algorithm for display is not the best...


Version 0.04 :

  * Added the "on" functions, completely rewritten the parser and the
    python module.

Version 0.05 :

  * Minor fixes

Version 0.06 :

  * Rewrote the Window object's structure
  * Fixed the memory leaks in the Python parts of the code (at least, the
    bigger ones)
  * Renamed PyIRCModule.cpp to RawModule.cpp, FileConnectDialog.cpp to
    ConnectDialog.cpp
  * Changed some #defines to enums or consts
  * Right button menu in ChannelDialog windows (doesn't work yet)
  * Removed the /quit bug
  * Added logging to MessageWindows and ChannelWindows (in fact, I created
    a new class, the LoggingWindows, which are capable of logging, and
    from which the ChannelWindows and the MessageWindows are derived).
  * Added a default "File" menu to Channel and Message windows.
  * Added the /say function
  * Fixed the "QPixmap: Invalid pixmap parameters" problem
  * Added /on idle and /on timer
  * Added /ctcp and /ctcp_reply
  * Added /set, and some variables (suppress_server_motd,
    client_information, user_information).

Version 0.07 :

  * Automatic configuration with autoconf
  * Fixed an huge bug, which caused the client to coredump and to close
    the wrong windows
  * Added pyirc.on_329 and pyirc.on_333
  * Fixed bugs in parsePart, parseQuit, and parse353
  * Added the DCC menu (not the actions associated to it).
  * Fixed a bug in the order of the nicknames in a channel.
