diff options
author | tron <tron> | 2005-08-23 22:48:07 +0000 |
---|---|---|
committer | tron <tron> | 2005-08-23 22:48:07 +0000 |
commit | f1acad012b86061582d61e15e3bcad1cbefdc220 (patch) | |
tree | 2e93da5c2590c96418cc4e5d5302643b5ec7ab84 /chat/xchat/PLIST | |
parent | bb4dc5faa0b407edcda63bb0c184563e9e6b39c8 (diff) | |
download | pkgsrc-f1acad012b86061582d61e15e3bcad1cbefdc220.tar.gz |
Update "xchat" to version 2.4.4. Change since version 2.4.3:
- Updated translations (hi, ko, lt, pa, ru, vi, zh_TW).
- People's away message is now shown in the right-click menu, if
known (Christopher Aillon).
- The "Bind to:" setting can now be set to 0.0.0.0 [1176256].
- Plugin API: Don't crash if a print-event closes the current context
and doesn't eat the event [1175674].
- Disabled parsing of quotation marks for /JOIN, so you can join
channels with a quote in them (Dan Fruehauf).
- Fixed truncation of the URL in the right-click menu. Now handles
UTF-8 properly [1188229].
- Fixed use of CP1255 charset, which would chop the last char when
receiving messages [1122089].
- The DCC windows now allow multiple selection and the columns auto
resize (Dan Fruehauf).
- Added "CTCP Sound to Channel" event [1159445].
- You can now drag and drop files into dialog windows to start file
transfers.
- Fixed: "XChat can't ban users with long idents" (Dan Fruehauf)
[1159447].
- Implemented taskbar flashing on unix. Requires a window manager
or taskbar that supports XUrgency flag (Adil).
Diffstat (limited to 'chat/xchat/PLIST')
-rw-r--r-- | chat/xchat/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/xchat/PLIST b/chat/xchat/PLIST index 65cf7f2a1e5..ff558840dd9 100644 --- a/chat/xchat/PLIST +++ b/chat/xchat/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2005/06/06 11:35:39 tron Exp $ +@comment $NetBSD: PLIST,v 1.7 2005/08/23 22:48:07 tron Exp $ bin/xchat bin/xchat-text share/applications/xchat.desktop @@ -15,6 +15,7 @@ ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xchat.mo +${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/xchat.mo @@ -25,6 +26,7 @@ ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/xchat.mo +${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/xchat.mo |