diff options
author | tonio <tonio> | 2007-04-23 11:36:49 +0000 |
---|---|---|
committer | tonio <tonio> | 2007-04-23 11:36:49 +0000 |
commit | 2fef8983cd61290f9f62d758ce51b7ad8192673a (patch) | |
tree | 63787a1fc4e3c0c788db01e083f297cfd5509a24 /chat/weechat/PLIST | |
parent | 94a1ac2fe2a06e306dd8b3b68b8402a233e1d822 (diff) | |
download | pkgsrc-2fef8983cd61290f9f62d758ce51b7ad8192673a.tar.gz |
Update chat/weechat to 0.2.4
News since last version are:
- search in buffer history (ctrl-R)
- added "call" option to /key command
- added "event handlers" to plugins API
- many bugs fixed.
* fixed crash when closing a pv if a DCC chat is open on same nick
* improved password hiding, code cleanup
* fixed memory leaks in perl and python plugins
* fixed permissions on "dcc" and "logs" directories
* fixed crash when /away command is issued with no server connection
* fixed crash when closing a buffer opened on many windows
* fixed freeze with SSL server when disconnecting after connection loss
Diffstat (limited to 'chat/weechat/PLIST')
-rw-r--r-- | chat/weechat/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/weechat/PLIST b/chat/weechat/PLIST index 52afd4f62b1..7e0f3f222e9 100644 --- a/chat/weechat/PLIST +++ b/chat/weechat/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2007/01/15 20:25:01 tonio Exp $ +@comment $NetBSD: PLIST,v 1.7 2007/04/23 11:36:49 tonio Exp $ bin/weechat-curses ${WITHLUA}lib/weechat/plugins/lua.la ${WITHPYTHON}lib/weechat/plugins/python.la @@ -13,6 +13,7 @@ share/doc/weechat/weechat_quickstart.en.txt share/doc/weechat/weechat_quickstart.fr.txt share/doc/weechat/weechat_quickstart.pl.txt share/doc/weechat/weechat_quickstart.ru.txt +share/doc/weechat/weechat_quickstart.sco.txt share/locale/cs/LC_MESSAGES/weechat.mo share/locale/de/LC_MESSAGES/weechat.mo share/locale/es/LC_MESSAGES/weechat.mo |