home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / yagirc-0.51.tar.gz / yagirc-0.51.tar / yagirc-0.51 / ChangeLog next >
Text File  |  1998-05-11  |  5KB  |  109 lines

  1. v0.51 - 11.5.98
  2.         + Color themes - fonts aren't configurable yet.
  3.         + "Copy servers to local list" in server setup unselects now servers
  4.           copied.
  5.         + "Talking in channel .." is now displayed only when channel wasn't
  6.           previously selected in the window
  7.         - Dragging currently selected channel to other hidden window crashed
  8.         - status bar had some bugs with hidden windows
  9.         - query buttons didn't work right..
  10. v0.50 - 10.5.98
  11.         + Some drag & drop support :) You can drag channels from their buttons
  12.           to either over other buttons or (only with gnome support) to desktop
  13.           to create new window. Dropping to GtkText would also have been
  14.           nice .. but it doesn't work..
  15.         + Alt-1..0 keys change between windows now.
  16.         + Join channel dialog (Commands/Join)
  17.         + Connect server dialog (Window/Connect)
  18.         + Move submenu to channel/query popup menu
  19.         - Some channel join bugs fixed
  20. v0.41 - 7.5.98
  21.         + Some changes in setup, setup files work a bit differently also:
  22.            /etc/yagirc.conf - main configuration file, this should be the
  23.                               same which comes with yagirc, contains all the
  24.                               default servers and aliases.
  25.            /etc/yagirc.site - site specific configuration, you can put your
  26.                               own local servers etc configuration here which
  27.                               would be shared with all users.
  28.            ~/.yagircrc - User specific configuration file, all the
  29.                          configuration is first loaded from /etc files and
  30.                          they can be overridden here.
  31.         + Hidden windows, create with /window new hide, change between them
  32.           with /window goto <window>
  33.         - /QUIT didn't send quit messages to all connected servers
  34. v0.40 - 4.5.98
  35.         + Some gnome things added..
  36.         + Configurable colors
  37.         + New setup dialogs
  38.         + Command alias list
  39.         + Notify list
  40.         + Ignore list
  41.         + Status bar
  42.         + You can change between connected servers with "/window server <id>".
  43.           Server id's can be shown with /SERVERS command.
  44.         + New script commands and changes
  45.         + If config file isn't found from home directory, it tries to read
  46.           /etc/yagirc.conf
  47.         + new command: /UNQUERY <nick>
  48.         + keyboard works better - you don't need to click the entry field
  49.           every time if you just used some other widget (eg. scrolled window)
  50.         + PgUp/PgDn scrolls text buffer up/down half a screen
  51.         - Fixed a lot of multiple server bugs
  52.         - If op/voice user quit or changed nick, yag didn't notice it..
  53.         - Quit message wasn't displayed right
  54.         - Bot-mode had some bugs with select(), so it really didn't work at
  55.           all :)
  56.  
  57. v0.30 - 26.4.98
  58.         + cleaned up a lot of code - gui.c was split to multiple files, put
  59.           a lot of comments to code :), put a lot of g_return_if_fail() calls
  60.           to start of functions to check if their parameters are right, return
  61.           values removed from events and commands.c uses RET_xxx values now,
  62.           tried to remove all possible buffer overruns and some other changes
  63.           too..
  64.         + You can disable all GUI and use yagIRC now as a bot :) Just comment
  65.           "USE_GUI=1" line in Makefile.
  66.         + Menu
  67.         + Nicklist popup menu
  68.         + Multiple server support should work at least somehow now..
  69.         + /window command needs now parameter: new, close or server.
  70.         + Right clicking in channel name boxes or over text widget gives you
  71.           channel popup menu.
  72.         + scripts can add own functions to popup menus
  73.         + Setup dialog
  74.         + ERROR and PONG events are handled
  75.         + CONNECTED and DISCONNECTED events for scripts
  76.         + /WHO list events are handled
  77.         + /QUOTE command implemented
  78.         + Can display bolded text, underlined text is displayed as italic,
  79.           reverse text also works and ^C and ANSI color codes work.
  80.         - Script had some (bad) bugs
  81.         - when someone joined channel, window size was resized back to it's
  82.           startup size, couldn't think of any other ways to fix this than
  83.           removing gtk_widget_set_usize() and grabbing size_request signal.
  84.  
  85. v0.20 - 23.4.98
  86.         + script support using PERL! Thanks to Jere Sanisalo for doing all the
  87.           boring stuff (reading hours of manpages) for me :) See irc.pl for
  88.           sample script. currently you can load only one script at time with
  89.           /load. If it doesn't compile or you don't want it for some other
  90.           reason, comment USE_SCRIPT line in Makefile.
  91.         + DCC CLOSE implemented
  92.         - DCC GET didn't work - tried to use wrong IP address.
  93.         - some DCC fixes - maybe it works now without crashing all the time? :)
  94.  
  95. v0.12 - 22.4.98 :
  96.         + Added some #includes to make it compile with NetBSD.
  97.         + /KICK, /INVITE and /TOPIC events are now handled
  98.         - didn't know nicks could be longer than 9 chars in some irc nets..
  99.         - servers didn't let in if IRCNAME environment wasn't set
  100.         - nick completion crashed if nick wasn't found..
  101.  
  102. v0.11 - 19.4.98 :
  103.         - fixed some bugs - dcc chat works now, notices are displayed in right
  104.         windows, closing window which has active channels works now
  105.         properly + some others.
  106.  
  107. v0.1 - 18.4.98 :
  108.         * first release
  109.