diff options
author | tron <tron> | 2001-09-24 20:04:02 +0000 |
---|---|---|
committer | tron <tron> | 2001-09-24 20:04:02 +0000 |
commit | 30f2fe0fe71c9a60a798dbfa8852547a8d2a6df4 (patch) | |
tree | dfc9a1fa9a6b139492e79345ede60900a39a99e3 /chat/xchat/Makefile | |
parent | 7fb78ae9459d07324efb997fbc320d04548f2d94 (diff) | |
download | pkgsrc-30f2fe0fe71c9a60a798dbfa8852547a8d2a6df4.tar.gz |
Update "xchat" package to version 1.8.3. Changes since version 1.8.2:
- xtext: marked text goes to clipboard aswell as primary selection.
- xtext: some speedup optimizations.
- xtext: fixed a problem when rendering a fixed-width font with
missing chars.
- Fixed hints for "You're kicked" text event, which showed the $ vars
incorrectly.
- When a user is seen to quit or join a channel you're in, your
notify list will be modified instantly. No notify textevent is
shown if it happened in the front-most tab (Alexander Hvostov).
- Fixed binding server connects to different interface/address
(ipv4 only) (Claus Riemann).
- Avoid negative ping timeout when system clock changes.
- Updated Italian translation (Stefano Fava).
- Updated Spanish translation (Antonio de la Torre).
- Added text event "Channel Notice" so you can differentiate between
private and channel notices (Fuentes Xavier).
- Added ability to dcc send filenames with spaces. See "Fill Spaces"
setting in Setup->File Transfer (Fuentes Xavier).
- Included some makefiles for ms visual c.
Diffstat (limited to 'chat/xchat/Makefile')
-rw-r--r-- | chat/xchat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 054b0d83c99..79a6ae33060 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2001/08/17 19:04:58 fredb Exp $ +# $NetBSD: Makefile,v 1.10 2001/09/24 20:04:02 tron Exp $ -DISTNAME= xchat-1.8.2 +DISTNAME= xchat-1.8.3 CATEGORIES= chat x11 gnome MASTER_SITES= ${HOMEPAGE}files/source/1.8/ EXTRACT_SUFX= .tar.bz2 |