pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/weechat



Module Name:    pkgsrc
Committed By:   tonio
Date:           Mon May 28 22:55:05 UTC 2012

Modified Files:
        pkgsrc/chat/weechat: Makefile PLIST distinfo
        pkgsrc/chat/weechat/patches: patch-aa patch-ab patch-ac patch-ad
Removed Files:
        pkgsrc/chat/weechat/patches: patch-src_core_wee-hook.c
            patch-src_core_wee-hook.h patch-src_core_wee-network.c
            patch-src_plugins_irc_irc-server.c
            patch-src_plugins_rmodifier_rmodifier-config.h
            patch-src_plugins_rmodifier_rmodifier.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/chat/weechat/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/chat/weechat/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/weechat/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/weechat/patches/patch-aa \
    pkgsrc/chat/weechat/patches/patch-ad
cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/weechat/patches/patch-ab
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/weechat/patches/patch-ac
cvs rdiff -u -r1.1 -r0 pkgsrc/chat/weechat/patches/patch-src_core_wee-hook.c \
    pkgsrc/chat/weechat/patches/patch-src_core_wee-hook.h \
    pkgsrc/chat/weechat/patches/patch-src_core_wee-network.c \
    pkgsrc/chat/weechat/patches/patch-src_plugins_irc_irc-server.c \
    pkgsrc/chat/weechat/patches/patch-src_plugins_rmodifier_rmodifier-config.h \
    pkgsrc/chat/weechat/patches/patch-src_plugins_rmodifier_rmodifier.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index