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/patches | |
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/patches')
-rw-r--r-- | chat/xchat/patches/patch-ab | 18 | ||||
-rw-r--r-- | chat/xchat/patches/patch-ac | 18 |
2 files changed, 0 insertions, 36 deletions
diff --git a/chat/xchat/patches/patch-ab b/chat/xchat/patches/patch-ab deleted file mode 100644 index 5e89a18b215..00000000000 --- a/chat/xchat/patches/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ab,v 1.8 2007/01/25 21:27:48 reed Exp $ - -http://xchat.org/files/source/2.8/patches/xc280-fix-back.diff - -# -# Fix: /BACK command not working after upgrading from xchat < 2.8.0 -# ---- src/common/cfgfiles.c 2 Jan 2007 00:26:40 -0000 1.102 -+++ src/common/cfgfiles.c 3 Jan 2007 14:01:00 -0000 -@@ -45,7 +45,7 @@ - int cmd_len = 1, name_len; - - /* remove <2.8.0 stuff */ -- if (!strcmp (cmd, "AWAY") & !strcmp (name, "BACK")) -+ if (!strcmp (cmd, "away") && !strcmp (name, "BACK")) - return; - - if (cmd) diff --git a/chat/xchat/patches/patch-ac b/chat/xchat/patches/patch-ac deleted file mode 100644 index 1c58871541d..00000000000 --- a/chat/xchat/patches/patch-ac +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ac,v 1.4 2007/01/25 21:27:48 reed Exp $ - -http://xchat.org/files/source/2.8/patches/xc280-fix-ja.diff - -# -# Japanese translation error in 2.6.8 and 2.8.0 causes xchat NOT to run! -# ---- po/ja.po 8 Aug 2006 14:39:41 -0000 1.16 -+++ po/ja.po 15 Nov 2006 00:59:59 -0000 -@@ -1082,7 +1176,7 @@ - - #: src/common/textevents.h:318 - msgid "%C28-%C29$1/Wallops%C28-%O$t$2" --msgstr "%C28-%C29$1/Wallops%C28-%O$t$" -+msgstr "%C28-%C29$1/Wallops%C28-%O$t$2" - - #: src/common/textevents.h:321 - #, fuzzy |