diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-01 09:03:40 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-01 09:03:40 +0000 |
commit | 6e2c45a3d7c3539ce022dd77dd3560683a924da1 (patch) | |
tree | 3531d3e1fbc3b424ae2d274d03f286a9d0853a92 /chat/xchat2 | |
parent | d6338c6a9ff69393dc3e14ae4114219e308292ad (diff) | |
download | pkgsrc-6e2c45a3d7c3539ce022dd77dd3560683a924da1.tar.gz |
Update to 2.0.3; patch provided by Juan RP in private mail:
- Updated translations (ca, fr, ja, sv).
- Fixed URL grabber not filling up (xc202-fixurlg.diff).
- Fixed crash when holding down Ctrl-I (xc202-fixdetach.diff).
- Use Shift-Ctrl-W for Close only when Emacs key theme is enabled.
- Fixed corrupt left margin with indent-nicks off and timestamp on.
- Remove invalid chars from inbound text when conversion fails. Fall
back to ISO-8859-1 when using UTF-8 only (Ilya Konstantinov).
- Fixed perl IRC::get_info(3) crash when not connected [732496].
- Fixed crash on long output lines for /exec -o [731187].
- Made "Move completed files to:" and "Save nickname in filenames"
work at the same time (Matthew Gabeler-Lee).
- xtext: fix redraw when new additions not on current page.
- win32: Added /set identd 0 switch to turn off built-in identd.
- Added 6-8 for perl's IRC::get_info to retreive network, host and
topic (Ryan).
- Iterate in alpha order instead of op-alpha for nickcompletion
(Gauss_Z88).
- Fixed ChannelList crash on invalid regex match string.
- Added hide join/parts setting to gui (Jason Wies).
- Added Delete All button to ignore window (Mohammed Sameer).
- Don't allow adding empty names to notify list [741589].
- Made message fragmentation code utf8 friendly so it always splits
on a multibyte char boundary [748653].
- Support 2 to 4 GB files in DCC (contrary to 1.9.4 changelog, it
didn't work until now).
- Python: Fixed crash when returning 0 from a timer (Steve Green).
- Multihead fixes for popup menus.
- Added support for numeric 307 and 320 "is an identified user".
- Allow setting a blank topic via the GUI [720407].
Diffstat (limited to 'chat/xchat2')
-rw-r--r-- | chat/xchat2/Makefile | 5 | ||||
-rw-r--r-- | chat/xchat2/PLIST | 4 | ||||
-rw-r--r-- | chat/xchat2/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index 3bc82f0e002..cad2e77cd41 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/06/02 01:21:24 jschauma Exp $ +# $NetBSD: Makefile,v 1.7 2003/07/01 09:03:40 jmmv Exp $ # -DISTNAME= xchat-2.0.2 -PKGREVISION= 1 +DISTNAME= xchat-2.0.3 CATEGORIES= chat gnome MASTER_SITES= http://www.xchat.org/files/source/2.0/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/xchat2/PLIST b/chat/xchat2/PLIST index 49314dc162e..6a6ef6d47a0 100644 --- a/chat/xchat2/PLIST +++ b/chat/xchat2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/04/24 14:12:37 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/07/01 09:03:40 jmmv Exp $ bin/xchat bin/xchat-text share/applications/xchat.desktop @@ -8,6 +8,8 @@ ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/xchat.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xchat.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/xchat.mo diff --git a/chat/xchat2/distinfo b/chat/xchat2/distinfo index c5d16609762..473c138a0a5 100644 --- a/chat/xchat2/distinfo +++ b/chat/xchat2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/04/24 14:12:37 jmmv Exp $ +$NetBSD: distinfo,v 1.4 2003/07/01 09:03:40 jmmv Exp $ -SHA1 (xchat-2.0.2.tar.bz2) = de599e19c084faa12b170b1ae0c272d07592d194 -Size (xchat-2.0.2.tar.bz2) = 749398 bytes +SHA1 (xchat-2.0.3.tar.bz2) = 2f7c071a85cd98a9c890a352fe11e3263f141d4c +Size (xchat-2.0.3.tar.bz2) = 812511 bytes |