weechat-cvs
[Top][All Lists]
Advanced

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

[Weechat-cvs] [SCM] Fast, light and extensible chat client annotated tag


From: Sebastien Helleu
Subject: [Weechat-cvs] [SCM] Fast, light and extensible chat client annotated tag, v0.3.6-rc1, created. v0.3.6-rc1
Date: Sun, 02 Oct 2011 13:24:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Fast, light and extensible chat client".

The annotated tag, v0.3.6-rc1 has been created
        at  5b3c093df788368037c9031001436b7863f73693 (tag)
   tagging  55a5b3f8d91f462fb7bb84c7352b976676113957 (commit)
  replaces  v0.3.5
 tagged by  Sebastien Helleu
        on  Sun Oct 2 15:13:55 2011 +0200

- Log -----------------------------------------------------------------
WeeChat 0.3.6-rc1

Sebastien Helleu (220):
      Version 0.3.6-dev
      irc: fix argument nick in /help ignore
      core: add missing arguments filename and name in /help plugin
      api: fix bug with function config_set_desc_plugin (use immediately 
description for option when function is called)
      doc: add missing argument "gnutls_priorities" in function hook_connect
      core: add horizontal scrolling for buffers with free content (command 
/window scroll_horiz) (task #11112)
      logger: use tag "no_log" for some messages printed
      logger: add option logger.file.flush_delay (task #11118)
      core: sync debian files with debian git repository
      irc: fix memory leak on plugin unload (free ignores)
      irc: fix memory leak in message parser (when called from other plugins 
like relay) (bug #33387)
      relay: fix memory leak (free some parsed messages) (bug #33387)
      relay: fix memory leak on plugin load (free raw messages)
      core: fix bug with horizontal scroll in windows and long lines
      core: add option "infolists" for command /debug
      core: fix bug with new line inserted at end of each line displayed (set 
eat_newline_glitch to 0 if available)
      core: add string representation for types pointer, buffer and time in 
properties "keys", "values" and "keys_values"
      core: add "hdata" (direct access to WeeChat/plugin data)
      core: add option weechat.look.eat_newline_glitch (disabled by default, 
can cause display bugs)
      core: add option "tags" for command /debug
      core: update description for some hdata
      irc, relay: check that prefix and message are not NULL before adding a 
message to raw buffer
      relay, xfer: display possible actions in buffer even if list is empty
      core: add local variable "highlight_regex" in buffers
      irc: update host of nicks on manual /who
      irc: switch to buffer on /join #channel if channel buffer already exists
      core: fix bug with option weechat.look.hotlist_count_max (value+1 was 
used)
      core: fix bug with option weechat.look.hotlist_count_max when count_max 
is greater than 1 and priority in hotlist is highlight
      doc: add questions in FAQ, remove instructions/commands for old WeeChat 
versions (prior to 0.3.0)
      doc: fix typo in plugin API reference
      doc: update german translations and FAQ
      doc: update question about URLs in FAQ
      doc: fix question about target buffer on merged buffers in FAQ
      irc: add prefix "#" for all channels on join (if no prefix given)
      doc: fix typo in FAQ
      core: fix freeze when hook_fd is called with a bad file/socket (bug 
#33619)
      core: display error (only once) when bad file descriptor is detected in 
hook_fd
      core: many improvements on hdata
      irc: fix bug with comma in irc color code: do not strip comma if it is 
not followed by a digit (bug #33662)
      core: add missing include of stddef.h in plugin.c
      core: add new option weechat.look.separator_vertical, rename option 
weechat.look.hline_char to weechat.look.separator_horizontal
      doc: convert script docgen.pl to docgen.py
      core: add context "search" for keys (to define keys used during search in 
buffer with ctrl+"r")
      irc: fix typo in help of options irc.look.new_channel_position and 
irc.look.new_pv_position
      relay: fix bug with self nick when someone changes its nick on channel 
(bug #33739)
      core: allow empty argument for infolist "key" (return context "default")
      irc: fix crash when /join command is executed on a non-irc buffer (bug 
#33742)
      rmodifier: add missing include of strings.h in rmodifier.c
      core: fix completion for command arguments when same command exists in 
many plugins (bug #33753)
      irc: fix crash when command "/buffer close" is used in a server command 
to close server buffer during connection (bug #33763)
      doc: add doc about connection to Freenode with TOR/SASL
      doc: fix typo in french user guide
      doc: fix typo in user guide
      doc: fix typo in user guide
      doc: update german user and scripting guides
      doc: add gettext in dependencies for build (optional)
      irc: fix crash when malformed IRC message 352 (WHO) is received (bug 
#33790)
      doc: update italian user guide and FAQ
      core: add mouse support (task #5435), free cursor movement, hook_focus, 
fix bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, 
completion and /buffer
      core: remove delimiters around empty bar items
      doc: add key alt-m (toggle mouse) in user guide
      irc: complete help of command /ban (explain what is does without argument)
      core: fix message with new key added (displayed on current buffer instead 
of core)
      core: fix crash on /bar toggle
      core: allow buffer name in /buffer close
      doc: fix type for arguments of hook_timer in plugin API reference
      core: improve mouse support: process utf-8 codes, add option 
weechat.look.mouse_timer_delay, remove key meta2-M, fix problem with iso chars 
when grabbing mouse codes
      core: add "refresh_needed" in dump of bar windows to log file
      core: fix typo in comment of function gui_bar_window_new
      core: fix refresh of bars (remove duplicated refresh for bars)
      core: add "bar_refresh_needed" in dump of bars to log file
      core: add number in windows, improve mouse/cursor actions when screen is 
split
      core: fix refresh bug when switching buffer
      core: fix crash when building hashtable string with keys and values
      core: update ChangeLog
      core: fix bug in completion of command /window
      core: fix bug in build of static parts of completions for commands
      core: cosmetic changes in /help key
      irc: add "server" and "channel" in hook_focus of bar item 
"buffer_nicklist"
      core: fix memory leak in command /cursor
      core: add "/input grab_mouse" and "/input grab_mouse_area" (default: 
right click on input bar)
      core: add info about position where mouse button is released in 
hook_focus (for mouse gestures)
      doc: add missing API functions in scripting guide
      core: stop horizontal bar scroll at the end of content (for bars with 
horizontal filling) (bug #27908)
      core: remove "const" for first argument of function utf8_normalize
      core: fix crash when invalid UTF-8 chars are inserted in command line 
(bug #33471)
      doc: add IRC SASL authentication in user guide
      doc: add mouse support in user guide
      core: fix crash with "/input grab_mouse"
      doc: add mouse questions in FAQ
      doc: replace ">=" and "<=" by UTF-8 chars in docs
      doc: add WeeChat version required for mouse in FAQ
      core: add option -all for command /buffer unmerge
      core: add missing return after call to gui_buffer_unmerge_all()
      doc: fix translation in french user guide
      core: fix bugs with automatic layout (bug #26110), add support of merged 
buffers in layout (task #10893)
      core: fix unwanted merge of buffers when no layout number is assigned to 
buffer
      doc: minor changes in FAQ for question about weird chars under screen/tmux
      core: save and restore layout for buffers and windows on /upgrade
      core: fix path for included file term.h (first use ncursesw/term.h if 
available)
      core: display a warning at startup if locale is UTF-8 and if ncurses has 
no wide-char/UTF-8 support
      doc: update auto-generated hdata files
      core: add "layout_number_merge_order" in buffer properties that can be 
read
      core: add note about SSL connections in /help upgrade
      core: fix unwanted merge of buffers when no layout number is assigned to 
buffer (on /layout apply)
      core: fix typo in /help upgrade
      irc: send WHO command to check away nicks only if channel was not parted
      core: add optional buffer name for area "chat" in keys of mouse context
      core: use arguments for infolist "window" to return only one window by 
number
      irc: fix message displayed by command /msg nickserv
      core: add new command /repeat (execute a command several times)
      core: allow send of hsignal instead of command for keys in context "mouse"
      core: allow mix of commands and hsignals for keys in context "mouse"
      doc: add reload of CA file for question about freenode/SSL in FAQ
      core: fix too small buffer for encoded base64 string used to authenticate 
with http proxy
      irc: fix too small buffer for encoded base64 string used by SASL 
authentication
      core: add function hashtable_dup (duplicate a hashtable)
      core: fix typo in comment
      core: return info about line/word for chat area in focus hashtable, add 
keys m/q/Q to quote line in cursor mode, sort mouse keys by priority
      core: allow empty short name on buffers (name is used if not set)
      irc: set short name on buffers only if it was not set by another 
plugin/script
      relay: set short name for relay raw buffer only if it was not set by 
another plugin/script
      xfer: set short name for xfer chat buffer (dcc chat) only if it was not 
set by another plugin/script
      core: add key "_chat_line_nick" in focus hashtable
      irc: add tag "nick_xxx" for messages join/part/quit and wallops
      core: add buffer property "short_name_is_set", return name if short name 
is not set (in buffer infolist or property)
      core: fix crash in display of chat area (overflow in coords)
      doc: add missing keys m/q/Q (for cursor mode) in user guide
      doc: fix color of keys with one uppercase letter in user guide
      core: return empty string for window and buffer pointers in focus 
hashtable when value is N/A
      core: fix crash when looking at context in chat area for focus
      core: fix focus info for chat area on buffers with free content
      core: add "_chat_line_x" in focus hashtable (for buffers with free 
content)
      doc: fix typo in user guide
      doc: update german translations
      doc: update german user guide
      doc: update italian translations, user guide and FAQ
      core: allow a second area for keys in context "mouse" (for drag & drop 
between two areas)
      core: change priority of hook_focus "buffer_nicklist" in core (2000) and 
irc (1000)
      irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc 
focus hashtable for nicklist
      core: add local variables of buffer in focus hashtable, remove 
irc_server/irc_channel from focus hashtable for nicklist
      doc: fix commands for scrolling bars with mouse wheel in user guide
      core: fix crash with "hook" infolist when "arguments" is an empty string
      core: allow name of buffer for command /buffer clear (task #11269)
      scripts: fix crash with scripts not auto-loaded having a buffer opened 
after /upgrade (input/close callbacks for buffer not set properly)
      irc: fix short name of server buffer after command /server rename
      core: fix refresh of item buffer_plugin when short name of buffer changes 
(for example when irc server is renamed)
      doc: update italian translations and user guide
      core: remove some compilation warnings under Cygwin
      core: fix lookup of ncurses include path under Cygwin
      core: fix input of wide UTF-8 chars under Cygwin (bug #34061)
      core: fix compilation warning under FreeBSD
      irc: fix compilation warning under FreeBSD
      perl: replace calls to SvPV by SvPV_nolen (patch #7436)
      core: add functions "key_bind" and "key_unbind" in plugin API
      doc: set asciidoc language with "-a lang=xx" to translate notes, tips, 
warnings,...
      doc: add "New in version 0.3.6" for functions key_(un)bind in plugin API 
reference
      irc: use color "default" for any invalid color in option 
weechat.color.chat_nick_colors
      core: remove extra space in quote of messages (in cursor mode)
      irc: fix short name of buffer when nick changes in pv buffer
      core: remove unused function gui_window_wprintw
      core: fix memory leak in display of empty bar items
      core: fix memory leak in unhook of hook_connect
      core: use dynamic buffer size for calls to vsnprintf
      irc: improve split of privmsg, add split of some other messages (bug 
#29879), add new info_hashtable "irc_message_split", split irc messages in 
relay plugin
      irc: fix split of notices with ctcp (like ctcp version), display split 
messages for notices with ctcp
      irc: add "count" in hashtable returned by "irc_message_split"
      irc: return "count" in hashtable built by irc_server_sendf
      irc: fix redirect of ison command sent for notify when ison message is 
split
      core: remove warning at startup if locale is UTF-8 and if ncurses has no 
wide-char/UTF-8 support
      core: replace deprecated gnutls function 
"gnutls_certificate_client_set_retrieve_function" by new function 
"gnutls_certificate_set_retrieve_function" (gnutls >= 2.11.0)
      core: fix typo in /help key
      core: change default value of option weechat.network.gnutls_ca_file to 
"/etc/ssl/certs/ca-certificates.crt"
      doc: add optional package "ca-certificates" in dependencies
      doc: update question about SSL/freenode in FAQ
      doc: fix typo in english FAQ
      core: add new option weechat.look.item_buffer_filter
      core: add new options weechat.look.bar_more_left/right/up/down
      irc: allow server name for commands /die and /restart
      core: do automatic zoom on current window when terminal becomes too small 
for windows
      core: fix bugs with calls to realloc
      doc: add instructions to debug a running WeeChat with gdb in user guide
      irc: allow reason for command /disconnect
      irc: fix uninitialiazed variables in function irc_message_split
      core: add bugs #33448 and #33592 to ChangeLog
      doc: fix translations in user guide for irc command line options
      doc: update italian translations and docs
      core: add missing assignment of buffer pointer in line structure
      doc: fix command to disable away nicks for bitlbee 3 in FAQ
      core: add colors for inactive windows and lines (in merged buffers)
      irc: add missing aliases for some printed messages ("whois" for message 
330/343, "invitelist" for message 346)
      doc: add message 343 (whois, is opered as) in list of messages for irc 
targer buffer (user guide)
      core: remove compilation warnings about unused return values of functions
      irc: use high priority queue for sending modes and wallchops messages
      core: fix refresh problem on other windows when options 
weechat.look.color_inactive_* are changed
      core: fix display of paste multi-line prompt with a root input bar (bug 
#34305)
      core: fix option weechat.look.color_inactive_prefix_buffer
      core: rename options *_inactive_line to *_inactive_buffer
      core: add options weechat.look.color_inactive_window/buffer, fix bugs 
with inactive colors
      core: fix option weechat.look.color_inactive_message
      irc: remove compilation warning about function pointer
      core: add default key "meta2-[E" (F5) for linux console
      core: change default value for option weechat.look.color_inactive_buffer 
to off
      core: add new option weechat.look.color_basic_force_bold, off by default: 
bold is used only if terminal has less than 16 colors (patch #7621)
      core: fix color of inactive merged lines in inactive windows when 
weechat.look.color_inactive_window is off
      core: update help of option weechat.look.color_basic_force_bold
      doc: fix typos in plugin API reference
      core: fix paste detection (problem with end of lines)
      irc: add missing messages for whois: 223, 264
      core: fix color of highlighted prefix on inactive window when option 
weechat.look.color_inactive_prefix is off
      doc: add note about new option weechat.look.color_basic_force_bold in 
NEWS file
      irc: set host for nick on each channel message (if not already set)
      irc: display host in message "nick is back on server" (in private) only 
if host is set for nick
      irc: set host for nick on each nick change (if not already set)
      core: fix sentence in /help upgrade
      doc: update question about SSL/freenode in FAQ
      core: fix memory leak when a window is destroyed (free coords)
      core: add missing hook type "focus" in array "hook_type_string" (fix 
crash when calling infolist_get with bad hook type)
      core: fix display of background color in chat area after line feed
      Version 0.3.6-rc1

-----------------------------------------------------------------------


hooks/post-receive
-- 
Fast, light and extensible chat client



reply via email to

[Prev in Thread] Current Thread [Next in Thread]