v0.52 - 14.5.98
        * Configuration file is now looked from (prefix)/etc, so usually this
          is /usr/local/etc..
        + Finally some kind of configure script :) Check README for more info
        + You can set all /msgs go to current window with /window level msgs
          command, /window level none changes things back to normal. Just
          these options for now, planning to do the whole level command soon.
        + /op, /unop, /kick, /ban commands and also added them to popup menu
        + /banstat command for displaying bans in channel
        + New "Channel modes" dialog .. (uh, what a mirc clone ;). You can get
          there from channel popup menu.
        + /topic works finally (didn't even notice it missing since I rarely
          change topic myself :)
        + About box for non-gnome users :)
        - Nicklist popup menu had memory overflows...
        - You can't create themes with same names anymore.
        - Notify didn't work when joined to multiple servers
        - Window/Connect crashed if no server was connected before
        - if you had been kicked from channel, yagIRC crashed soon..
v0.51 - 11.5.98
        + Color themes - fonts aren't configurable yet.
        + "Copy servers to local list" in server setup unselects now servers
          copied.
        + "Talking in channel .." is now displayed only when channel wasn't
          previously selected in the window
        - Dragging currently selected channel to other hidden window crashed
        - status bar had some bugs with hidden windows
        - query buttons didn't work right..
v0.50 - 10.5.98
        + Some drag & drop support :) You can drag channels from their buttons
          to either over other buttons or (only with gnome support) to desktop
          to create new window. Dropping to GtkText would also have been
          nice .. but it doesn't work..
        + Alt-1..0 keys change between windows now.
        + Join channel dialog (Commands/Join)
        + Connect server dialog (Window/Connect)
        + Move submenu to channel/query popup menu
        - Some channel join bugs fixed
v0.41 - 7.5.98
        + Some changes in setup, setup files work a bit differently also:
           /etc/yagirc.conf - main configuration file, this should be the
                              same which comes with yagirc, contains all the
                              default servers and aliases.
           /etc/yagirc.site - site specific configuration, you can put your
                              own local servers etc configuration here which
                              would be shared with all users.
           ~/.yagircrc - User specific configuration file, all the
                         configuration is first loaded from /etc files and
                         they can be overridden here.
        + Hidden windows, create with /window new hide, change between them
          with /window goto <window>
        - /QUIT didn't send quit messages to all connected servers
v0.40 - 4.5.98
        + Some gnome things added..
        + Configurable colors
        + New setup dialogs
        + Command alias list
        + Notify list
        + Ignore list
        + Status bar
        + You can change between connected servers with "/window server <id>".
          Server id's can be shown with /SERVERS command.
        + New script commands and changes
        + If config file isn't found from home directory, it tries to read
          /etc/yagirc.conf
        + new command: /UNQUERY <nick>
        + keyboard works better - you don't need to click the entry field
          every time if you just used some other widget (eg. scrolled window)
        + PgUp/PgDn scrolls text buffer up/down half a screen
        - Fixed a lot of multiple server bugs
        - If op/voice user quit or changed nick, yag didn't notice it..
        - Quit message wasn't displayed right
        - Bot-mode had some bugs with select(), so it really didn't work at
          all :)

v0.30 - 26.4.98
        + cleaned up a lot of code - gui.c was split to multiple files, put
          a lot of comments to code :), put a lot of g_return_if_fail() calls
          to start of functions to check if their parameters are right, return
          values removed from events and commands.c uses RET_xxx values now,
          tried to remove all possible buffer overruns and some other changes
          too..
        + You can disable all GUI and use yagIRC now as a bot :) Just comment
          "USE_GUI=1" line in Makefile.
        + Menu
        + Nicklist popup menu
        + Multiple server support should work at least somehow now..
        + /window command needs now parameter: new, close or server.
        + Right clicking in channel name boxes or over text widget gives you
          channel popup menu.
        + scripts can add own functions to popup menus
        + Setup dialog
        + ERROR and PONG events are handled
        + CONNECTED and DISCONNECTED events for scripts
        + /WHO list events are handled
        + /QUOTE command implemented
        + Can display bolded text, underlined text is displayed as italic,
          reverse text also works and ^C and ANSI color codes work.
        - Script had some (bad) bugs
        - when someone joined channel, window size was resized back to it's
          startup size, couldn't think of any other ways to fix this than
          removing gtk_widget_set_usize() and grabbing size_request signal.

v0.20 - 23.4.98
        + script support using PERL! Thanks to Jere Sanisalo for doing all the
          boring stuff (reading hours of manpages) for me :) See irc.pl for
          sample script. currently you can load only one script at time with
          /load. If it doesn't compile or you don't want it for some other
          reason, comment USE_SCRIPT line in Makefile.
        + DCC CLOSE implemented
        - DCC GET didn't work - tried to use wrong IP address.
        - some DCC fixes - maybe it works now without crashing all the time? :)

v0.12 - 22.4.98 :
        + Added some #includes to make it compile with NetBSD.
        + /KICK, /INVITE and /TOPIC events are now handled
        - didn't know nicks could be longer than 9 chars in some irc nets..
        - servers didn't let in if IRCNAME environment wasn't set
        - nick completion crashed if nick wasn't found..

v0.11 - 19.4.98 :
        - fixed some bugs - dcc chat works now, notices are displayed in right
        windows, closing window which has active channels works now
        properly + some others.

v0.1 - 18.4.98 :
        * first release
