diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-23 22:00:51 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-23 22:00:51 +0000 |
commit | 084e0ae6a797ca5004ecebfd03a934b7f1bf9c1c (patch) | |
tree | e5b68ad5d55343bbb3945543f6441602336f611b /chat | |
parent | e1782c0bf2c78f7ab55a0e0f63513b655c5d1c71 (diff) | |
download | pkgsrc-084e0ae6a797ca5004ecebfd03a934b7f1bf9c1c.tar.gz |
Updated to 2.0.5.
Changes:
- Updated translations (ca, fi, lt, nl, sk, sv, zh_CN).
- Fixed detection of Python 2.3 in configure script (anonymous).
- DCC Send file-selection dialog now supports multi-select.
- Reset away status after auto-reconnect from a ping timeout.
- Perl: Fixed IRC::user_info always matching the first entry.
- More C89 fixes for non-gcc compilers (Albert Chin). [781809].
- xtext: now double buffered and flicker free. Also some efficiency
tweaks for exposure events and multi-wrapped lines.
- Removed buggy numeric 338 support [783945].
- Nick completion in dialogs and channel completion (Jay Cornwall).
- Print informative error messages when dcc resume isn't possible.
- Fixed performance of dcc recv, send and chat windows.
- Fixed tab-arrow buttons show/hide (Lloyd Williams) [783681].
- Fixed lastlog bugs [791220].
- win32: Faster tinting, and uses MMX when in 16 or 32bit color.
- Execute /sigusr2 on receiving SIGUSR2 signal (Michael Guidero).
- /IGNORE command and window now have an extra "DCC" category.
- Alert user when logfiles fail to open (Jay Cornwall).
- Fixed missing underlining of IP numbers (2.0.4 only).
- Allow accepting DCC sends from ports below 1024.
- Connect to URL given on commandline even if 'No Serverlist on
Startup' is off [804648].
- Fixed problem in allocating colors while in 8bit PseudoColor.
- xtext: tinting now shades towards your background color, making it
usable with white backgrounds. Tints can also use XShm for extra
speed with --enable-shm at ./configure time (experimental).
- Perl: IRC::add_print_handler callbacks now get parameters in
$_[1...x], with $_[0] left for compatibility (Lian wan Situ).
- Perl: added command_with_channel command (Alexander Werth)
[801711].
- Smaller bug fixes: [798655].
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat2/Makefile | 4 | ||||
-rw-r--r-- | chat/xchat2/PLIST | 3 | ||||
-rw-r--r-- | chat/xchat2/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index dc1e506e765..58a954ace05 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2003/08/30 16:03:18 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/23 22:00:51 xtraeme Exp $ # -DISTNAME= xchat-2.0.4 +DISTNAME= xchat-2.0.5 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 6a6ef6d47a0..b318dfa9732 100644 --- a/chat/xchat2/PLIST +++ b/chat/xchat2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/07/01 09:03:40 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/09/23 22:00:51 xtraeme Exp $ bin/xchat bin/xchat-text share/applications/xchat.desktop @@ -8,6 +8,7 @@ ${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/fi/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 diff --git a/chat/xchat2/distinfo b/chat/xchat2/distinfo index 51aa1af4b47..266cc0657a1 100644 --- a/chat/xchat2/distinfo +++ b/chat/xchat2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/08/30 16:03:18 xtraeme Exp $ +$NetBSD: distinfo,v 1.7 2003/09/23 22:00:51 xtraeme Exp $ -SHA1 (xchat-2.0.4.tar.bz2) = fb2692cfdd5345fe39b95143f57222eca33f8b75 -Size (xchat-2.0.4.tar.bz2) = 879080 bytes +SHA1 (xchat-2.0.5.tar.bz2) = 59862be8fc17c670d6b21c2728c2e09ffba64f0d +Size (xchat-2.0.5.tar.bz2) = 902581 bytes |