diff options
author | tron <tron> | 2007-05-22 12:18:58 +0000 |
---|---|---|
committer | tron <tron> | 2007-05-22 12:18:58 +0000 |
commit | 15237e80ccaf0b2250e39a0669add482f1b558f0 (patch) | |
tree | 5a1b92550bbe82bf51a306cea182c3878409132d /chat/xchat/PLIST | |
parent | cee29cb3397cb9abfef79c8cb7f4f0915888081c (diff) | |
download | pkgsrc-15237e80ccaf0b2250e39a0669add482f1b558f0.tar.gz |
Update "xchat", "xchat-perl" and "xchat-python" package to version 2.8.2.
Changes since version 2.8.0:
- Updated translations (be, ca, cs, el, hu, sv, uk, zh_CN).
- Fixed the "Save As" function saving to the wrong folder in the
URL Grabber.
- Fixed a bug in the "Copy Selected Link" URL right-click on
non-ASCII chars.
- Fixed small bug: #100239 buffer overflow in setup dialog.
- Overhauled the Alerts section of the settings and added support for
opening system-tray balloons (libnotify required).
- Implemented /TRAY -b command on unix.
- Nick serv authentication is now sent without the ":" when using the
/NICKSERV or /NS method. #1655733.
- Added command line argument:
--minimize=level Begin minimized. Level 0=Normal 1=Iconified 2=Tray
- Plugin API:
* Added "modes" to xchat_get_info(). Returns the current channel modes,
if they are known.
* Fixed "event_event name" for xchat_get_info() to match the docs
exactly, but 2.8.0 (mis)behaviour works too.
- Perl
* Execute the shutdown callback before removing the hooks so commands
created by the script can be used in the callback.
Diffstat (limited to 'chat/xchat/PLIST')
-rw-r--r-- | chat/xchat/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/xchat/PLIST b/chat/xchat/PLIST index 29987123377..ac645a820e9 100644 --- a/chat/xchat/PLIST +++ b/chat/xchat/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.13 2007/01/25 21:27:49 reed Exp $ +@comment $NetBSD: PLIST,v 1.14 2007/05/22 12:18:58 tron Exp $ bin/xchat share/applications/xchat.desktop share/doc/xchat/README share/doc/xchat/faq.html share/doc/xchat/plugin20.html share/locale/be/LC_MESSAGES/xchat.mo +share/locale/ca/LC_MESSAGES/xchat.mo share/locale/cs/LC_MESSAGES/xchat.mo share/locale/de/LC_MESSAGES/xchat.mo share/locale/el/LC_MESSAGES/xchat.mo @@ -24,7 +25,9 @@ share/locale/ru/LC_MESSAGES/xchat.mo share/locale/sq/LC_MESSAGES/xchat.mo share/locale/sr/LC_MESSAGES/xchat.mo share/locale/sv/LC_MESSAGES/xchat.mo +share/locale/uk/LC_MESSAGES/xchat.mo share/locale/vi/LC_MESSAGES/xchat.mo +share/locale/zh_CN/LC_MESSAGES/xchat.mo share/locale/zh_TW/LC_MESSAGES/xchat.mo share/pixmaps/xchat.png @comment in xdg-dirs: @dirrm share/pixmaps |