Subject: CVS commit: pkgsrc/chat/xchat2
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-changes
Date: 06/02/2005 23:33:14
Module Name:	pkgsrc
Committed By:	tron
Date:		Thu Jun  2 23:33:14 UTC 2005

Modified Files:
	pkgsrc/chat/xchat2: Makefile PLIST distinfo

Log Message:
Update "xchat2" package to version 2.4.3. Changes since version 2.4.1:
- Updated translations (de, sq, zh_CN).
- Fixed crash of server list connect button when no network is
  selected while using GTK's auto-find feature [1166669].
- Fixed handling of WhoIs Special event on some networks where it
  could chop off the first character [1164315].
- Plugin API changes: Added "nickserv" field to xchat_get_info.
- Python: Fixed get_list() incorrectly failing when the list
  contained a time field [1171525].
- Perl: Make scripts using calls with fully qualified subs work again
  [1170139] (Lian Wan Situ).
- Fixed input-box input-method (GTK I.M.) problem [1168239].
- Fixed: Ignore and Notify windows incorrectly used the stock CLOSE
  button instead of DELETE [1170655].
- Placed Close/Connect buttons in correct position in server list
  [1165474].
- Updated translations (ca, de, lt, nl, ru, sk, sr, vi).
- Added command line args -u and -p.
- Fixed handling of "MODE -o+o nick nick" (#1094026).
- Plugin API changes:
  * Added "Key Press" print event.
  * Added "state_cursor" for xchat_get_prefs.
  * Added xchat_strip and xchat_free functions.
  * Added "lasttalk" field to "users" list.
  * Added "charset" field to xchat_get_info.
- Perl plugin changes (Lian Wan Situ):
  * Move each script into their own unique package/namespace. Scripts
    containing multiple packages will not be loaded.
  * When warning messages are emitted you will now be told which
    script it came from.
  * Xchat::set_context will now accept Xchat::set_context( $channel )
    and Xchat::set_context( $channel, $server ) in addition to
    Xchat::set_context( $context ).
  * Fix display of loaded scripts in the Plugins and Scripts window.
- TCL: Fixed crash with invalidated TCL timer (#1110306) (Daniel P.
  Stasinski).
- /TIMER now supports timeouts to one decimal place.
- Fixed possible crash of open-file dialog on 64-bit machines.
- Pressing CTRL-O in the DCC Receive window will now open your
  downloads folder.
- Win32: Default download folder changed to "My Documents\Downloads".
- Added -quiet arg to the /charset command.
- The /country command now supports a wildcard search.
- The user is now warned when real/user name is left blank in the
  server list window.
- Added the /URL command.
- Added a text event for all unknown WHOIS reply lines.
- Added /ALLCHANL which sends to the current server only.
- Actions (/ME) are now treated like PRIV/CHAN for purposes of the
  ignore list.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 pkgsrc/chat/xchat2/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/chat/xchat2/PLIST
cvs rdiff -r1.16 -r1.17 pkgsrc/chat/xchat2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.