diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-22 01:34:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-22 01:34:00 +0000 |
commit | 9ff2edafbd36186e07ca9587fdc500b406bc32fb (patch) | |
tree | 02960ef5c727bfc68933e3ff115e20762c70b094 /chat/xchat2/Makefile | |
parent | 20b1ed808d4fc980acd6c998ab6731738d9e228d (diff) | |
download | pkgsrc-9ff2edafbd36186e07ca9587fdc500b406bc32fb.tar.gz |
Update to 2.0.1, based on PR 20837 from Juan RP.
Fix PLIST while here.
Changes:
- Updated translations (am, ca, lt).
- Save serverlist before connecting (Joe Drew).
- OpenBSD compile fixes.
- (Encoding) Fallback outgoing text to "?" for unconvertable chars.
[674798].
- Hide tab scrolling buttons when they're not needed.
- Fixed --disable-xlib compiles.
- Fixed use of %h in dialog-tab buttons [688937].
- Fixed printing/logging timestamps that contain invalid utf8
[688548].
- Added "Resizable userlist" option (default ON).
- Strip colors on topic change.
- Fixed (snotice) and (notice) tabs being swapped [687437].
- Made more strings translatable.
- Allow loading empty text events [691191].
- Fixed xtext race condition [678874].
- Added ability to show/hide the channel-mode buttons (default OFF).
- Use the network name in server-tab rather than full hostname.
- Added keybindings for moving tab-families, default is ctrl-shift
PageUp and PageDown (Vincent Ho).
- Added 'Beep on highlighted messages' option (Jirka Kosina).
- Use DND to detach tabs.
- Interpret %C, %B etc in quit reasons.
- Added more items to the right-click tab menu.
- Some misc UI cleanups.
Diffstat (limited to 'chat/xchat2/Makefile')
-rw-r--r-- | chat/xchat2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index c9bac5668ee..913516dbcfa 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/02/17 14:19:05 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/22 01:34:00 wiz Exp $ # -DISTNAME= xchat-2.0.0 -PKGREVISION= 1 +DISTNAME= xchat-2.0.1 CATEGORIES= chat gnome MASTER_SITES= http://www.xchat.org/files/source/2.0/ EXTRACT_SUFX= .tar.bz2 |