diff options
author | tron <tron@pkgsrc.org> | 2007-05-22 12:18:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-05-22 12:18:58 +0000 |
commit | db612522cd0706316bb849c5c792bca3cec83027 (patch) | |
tree | 5a1b92550bbe82bf51a306cea182c3878409132d /chat/xchat/Makefile.common | |
parent | dd5ec16d771c4285ec2c997a6634d1573c4cba9c (diff) | |
download | pkgsrc-db612522cd0706316bb849c5c792bca3cec83027.tar.gz |
Update "xchat", "xchat-perl" and "xchat-python" package to version 2.8.2.
Changes since version 2.8.0:
- Updated translations (be, ca, cs, el, hu, sv, uk, zh_CN).
- Fixed the "Save As" function saving to the wrong folder in the
URL Grabber.
- Fixed a bug in the "Copy Selected Link" URL right-click on
non-ASCII chars.
- Fixed small bug: #100239 buffer overflow in setup dialog.
- Overhauled the Alerts section of the settings and added support for
opening system-tray balloons (libnotify required).
- Implemented /TRAY -b command on unix.
- Nick serv authentication is now sent without the ":" when using the
/NICKSERV or /NS method. #1655733.
- Added command line argument:
--minimize=level Begin minimized. Level 0=Normal 1=Iconified 2=Tray
- Plugin API:
* Added "modes" to xchat_get_info(). Returns the current channel modes,
if they are known.
* Fixed "event_event name" for xchat_get_info() to match the docs
exactly, but 2.8.0 (mis)behaviour works too.
- Perl
* Execute the shutdown callback before removing the hooks so commands
created by the script can be used in the callback.
Diffstat (limited to 'chat/xchat/Makefile.common')
-rw-r--r-- | chat/xchat/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 0c1eda5a58d..2e55c204355 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.54 2007/04/19 20:39:38 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.55 2007/05/22 12:18:58 tron Exp $ -DISTNAME= xchat-2.8.0 +DISTNAME= xchat-2.8.2 CATEGORIES= chat MASTER_SITES= http://xchat.org/files/source/2.8/ EXTRACT_SUFX= .tar.bz2 |