diff options
author | tonio <tonio> | 2012-05-28 22:55:05 +0000 |
---|---|---|
committer | tonio <tonio> | 2012-05-28 22:55:05 +0000 |
commit | 7b973a18fb958deb8c92f86c22907aace42675bb (patch) | |
tree | ecc91ec0917fc817c4f6a69d1da44eccd768d738 /chat/weechat/PLIST | |
parent | 8172d8c02f5485c01d4f28347fd586414678a8da (diff) | |
download | pkgsrc-7b973a18fb958deb8c92f86c22907aace42675bb.tar.gz |
Update chat/weechat to 0.3.7
Among the new features for 0.3.7:
- support of Scheme scripts (new plugin "guile")
- support of Python 3.x (but version 2.x still recommended)
- add "weechat" protocol in relay plugin for remote interfaces, like QWeeChat
- new option irc.color.mirc_remap to remap mirc colors in irc messages
- new options irc.look.highlight_{server|channel|pv} to customize or disable default nick highlight
- new option "capabilities" in irc servers (to enable some client capabilities on connection)
- new option weechat.history.max_buffer_lines_minutes to limit buffer history by time
- use extended regex in /filter, /ignore and /list
- add support of flags in regular expressions and highlight options
- add URL transfer in plugin API (with hook_process and hook_process_hashtable)
- add translations in japanese
- add doc for relay protocol
- add developer's guide
- many bugs fixed.
Among the new features for 0.3.6:
- mouse support
- cursor mode (free movement of cursor on screen)
- contexts for keys
- hdata in API (direct access to WeeChat and plugins data)
- "inactive" colors for inactive windows and lines in merged buffers
- support of merged buffers in /layout, save layout of buffers/windows on /upgrade
- horizontal scrolling in buffers with free content
- split of outgoing IRC messages
- options for "more" chars in bars
- bold not used any more for basic colors (if terminal has at least 16 colors)
- automatic zoom on current window when terminal becomes too small for windows
- new command /repeat
- local variable "highlight_regex" in buffers.
mong the new features for 0.3.5:
- 256 colors support improved (dynamic allocation of colors)
- attributes for colors (bold/reverse/underline)
- better scroll of input (with long text)
- output of /help improved for list of commands and their arguments
- remember scroll position of buffers in windows
- list of buffers in filters
- count of messages in hotlist buffers
- swap buffers of windows
- balance of windows
- new API function to set help on plugin/script options
- speller options in aspell plugin
- option for SSL priorities in IRC servers
- color nicks in nicklist and output of /names.
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 1e990b19d95..5fc9302d0ac 100644 --- a/chat/weechat/PLIST +++ b/chat/weechat/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2011/03/05 22:48:07 tonio Exp $ +@comment $NetBSD: PLIST,v 1.15 2012/05/28 22:55:05 tonio Exp $ bin/weechat-curses include/weechat/weechat-plugin.h lib/pkgconfig/weechat.pc @@ -21,6 +21,7 @@ share/locale/es/LC_MESSAGES/weechat.mo share/locale/fr/LC_MESSAGES/weechat.mo share/locale/hu/LC_MESSAGES/weechat.mo share/locale/it/LC_MESSAGES/weechat.mo +share/locale/ja/LC_MESSAGES/weechat.mo share/locale/pl/LC_MESSAGES/weechat.mo share/locale/pt_BR/LC_MESSAGES/weechat.mo share/locale/ru/LC_MESSAGES/weechat.mo |