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.4.3-rc1, created. v0.4.3-rc1
Date: Thu, 23 Jan 2014 20:16: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.4.3-rc1 has been created
        at  726871b9515da03afcc86459289729f6c889154e (tag)
   tagging  d49c3eaac6df0e7eb225abbfc080cd8abf6e51bb (commit)
  replaces  v0.4.2
 tagged by  Sebastien Helleu
        on  Thu Jan 23 21:16:14 2014 +0100

- Log -----------------------------------------------------------------
WeeChat 0.4.3-rc1

Andrew Potter (3):
      xfer: use same infolist for hook and signals (patch #7974)
      xfer: add support of IPv6 for DCC chat/file (patch #7992)
      lua: fix detection of Lua 5.2 in autotools (patch #8270)

Krzysztof Koroscik (2):
      core: update polish translations
      doc: add polish man page and user's guide, update polish translations and 
FAQ

Maarten de Vries (1):
      irc: add server option "ssl_fingerprint" (task #12724)

Nils Görs (5):
      core: update german translations
      core: update german translations
      doc: update german user's guide
      core: update german translations
      core: update german translations

Pierre Carru (1):
      guile: disable guile gmp allocator (fix crash on unload of relay plugin) 
(bug #40628)

Ryuunosuke Ayanokouzi (3):
      doc: add Japanese plugin API reference, update Japanese translations and 
docs
      doc: update Japanese FAQ
      doc: add Japanese developer's guide

Sebastien Helleu (240):
      Version 0.4.3-dev
      irc: improve help of server option "autojoin"
      core: remove warning about proxy not found for option 
weechat.network.proxy_curl on startup
      core: add options to customize default text search in buffers
      core: remove version from field "Project-Id-Version" in gettext files
      core: fix typo in a french translation
      core: remove unneeded dependencies docbook-xml and docbook-xsl to build 
man page
      Revert "core: remove unneeded dependencies docbook-xml and docbook-xsl to 
build man page"
      irc: add server option "default_msg_kick" to customize default 
kick/kickban message (task #12777) (patch from Nils Görs)
      irc: add option irc.look.notice_welcome_tags
      doc: fix typo in relay protocol
      core: use one date format when day changes from day to day+1
      doc: use a build directory in example of compilation with autotools 
(user's guide)
      core: add cygport file to build Cygwin packages
      doc: add nick modes in screen layout (user's guide)
      core: add file weechat.cygport.in in tarballs (fix compilation error when 
compiling tarball)
      doc: add version >= 0.4.2 for new format of callback in function 
bar_item_new (plugin API reference)
      core: remove dependencies in weechat.cygport.in, let cygport tool do that 
automatically
      core: add file "compile" in .gitignore
      doc: use asciidoc attribute for year in copyright of man page
      core: fix truncated prefix when filters are toggled (bug #40204)
      doc: fix layout of HTML docs when they are printed
      core: add warning about value 0 in help of some history options
      doc: use asciidoc system attribute {sys:command} for year in copyright of 
man page
      core: fix typo in /help weechat.history.max_buffer_lines_minutes
      core: fix typo in /help weechat.history.max_buffer_lines_number
      doc: add jabber.py and bitlbee/minbif in list of features (user's guide)
      doc: replace "Act:" by "H:" in hotlist (user's guide)
      lua: fix crash on calls to callbacks during load of script
      doc: fix layout of relay protocol (HTML version) when it is printed
      doc: fix typos in color codes (developer's guide)
      core: fix bind of keys in cursor/mouse context when key starts with "@" 
(remove the warning about unsafe key)
      core: fix auto-apply of window layout in current window when option 
irc.look.buffer_switch_autojoin is on
      core: remove version/date in ChangeLog/NEWS (let asciidoc set that with 
attributes date/revision)
      irc: fix auto-switch to channel buffer when doing /join channel (without 
"#")
      weercd.py: use argparse module to parse command line arguments, remove 
config file
      weercd.py: major code cleanup, full PEP8 compliance, replace %-formatting 
with .format()
      core: use ncurses include path when compiling with cmake
      core: add support of italic text (requires ncurses >= 5.9 patch 20130831)
      doc: make script docgen.py compliant with PEP8, replace %-formatting with 
.format()
      api: fix read of arrays in hdata functions hdata_<type> (bug #40354)
      doc: use one line titles and less chars for delimited blocks/tables in 
asciidoc files
      core: add default keys alt+home/end and alt+F11/F12 for xterm
      core: use one line titles and less chars for delimited blocks/tables in 
ChangeLog/NEWS
      core: use one line titles in AUTHORS/INSTALL/README
      doc: add link to download page for remote interfaces (user's guide)
      irc: fix groups in channel nicklist when reconnecting to a server that 
supports more nick prefixes than the previously connected server
      core: fix highlight on action messages: skip the nick at beginning to 
prevent highlight on it (bug #40516)
      core: add shared strings in ChangeLog for version 0.4.2
      core: create .conf file with default options only if the file does not 
exist (and not on read error with existing file)
      core: display lines waiting for buffer on exit (in case of early exit)
      core: remove unneeded warning when read of weechat.conf fails (another 
warning is already displayed)
      core: do not exit if read of sec.conf/weechat.conf fails
      core: remove unneeded warning when read of sec.conf fails (another 
warning is already displayed)
      core: improve error message when a .conf file can not be read, add a 
second warning about default values used
      alias: remove unneeded warning, do not load plugin when options can not 
be initialized
      aspell: load plugin even if options can not be read in aspell.conf (with 
warnings)
      charset: remove unneeded warning, do not load plugin when options can not 
be initialized
      irc: load plugin even if options can not be read in irc.conf (with 
warnings)
      logger: load plugin even if options can not be read in logger.conf (with 
warnings)
      relay: load plugin even if options can not be read in relay.conf (with 
warnings)
      rmodifier: remove unneeded warning
      script: load plugin even if options can not be read in script.conf (with 
warnings)
      xfer: load plugin even if options can not be read in xfer.conf (with 
warnings)
      core: update translations
      core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" 
(patch #8204) (patch from Nils Görs)
      doc: add bar item "buffer_zoom" in user's guide
      api: add support of infos with format `${info:name,arguments}` in 
function string_eval_expression and command /eval
      core: add infos "term_width" and "term_height"
      core: rename option weechat.look.set_title to weechat.look.window_title 
(evaluated string)
      core: fix terminal title under screen/tmux
      doc: fix warnings on build of man page with a2x 8.6.9
      doc: fix style for tables with asciidoc 8.6.9 (developer's guide)
      core: add missing contributors in AUTHORS
      doc: fix build of man page (add missing copy of file 
cmdline_options.xx.txt)
      core: fix truncated text when pasting several long lines (bug #40210)
      core: set option weechat.look.paste_bracketed to "on" by default
      core: apply color attributes when clearing a window (patch #8236) (patch 
from Tom Alsberg)
      core: fix memory leak when n2 is not a valid number in command /buffer 
close n1-n2
      core: optimize loop when closing several buffers with command /buffer 
close n1-n2
      core: remove obsolete signals "debug_buffer" and "debug_windows"
      doc: update auto-generated files with WeeChat options
      core: add option "libs" for command /debug, add signal "debug_libs"
      aspell: display aspell/enchant version on signal "debug_libs"
      scripts: display lib version on signal "debug_libs"
      core: remove "v" before versions displayed by /debug libs
      core: use #ifdef to check if versions are defined in signal "debug_libs"
      scripts: use #ifdef to check if versions are defined in signal 
"debug_libs"
      core: fix current color/background after reset of color
      doc: use asciidoc attribute for date of docs (fix cmake warning)
      core: fix crash on /buffer close core.weechat
      core: fix crash on "/buffer close name" when the buffer is not found
      doc: update description for value "auto" in function buffer_set with 
property "display" (plugin API reference)
      irc: fix memory leak when a channel is deleted
      core: free nicklist data (for hsignal) on exit
      core: free secured data on exit
      irc: fix memory leak when checking the value of ssl_priorities option in 
servers
      core: do not update terminal title on startup if option 
weechat.look.window_title is empty
      irc: suggest lower values for option irc.server.xxx.ssl_dhkey_size after 
SSL error GNUTLS_E_DH_PRIME_UNACCEPTABLE
      python: fix load of scripts with python >= 3.3
      core: revert check of layout when switching to a buffer using value 
"auto" in buffer_set
      irc: fix crash when setting a wrong value in server option 
"ssl_priorities"
      core: add option weechat.look.buffer_auto_renumber
      aspell: fix detection of nicks with non-alphanumeric chars
      aspell: fix detection of nicks when there is nick completer at the end
      aspell: fix detection of nicks when there are non-alphanumeric chars 
around and in private buffers
      core: add variable "gui_buffers_count", use it in bar item "buffer_count"
      core: add bar item "buffer_last_number"
      core: fix crash when moving buffer with only one buffer (core buffer)
      core: add limits for buffers (max 10000 buffers opened, number of a 
buffer: between 1 and INT_MAX - 10000)
      core: fix unmerge of buffer
      core: fix command /buffer renumber
      irc: use option irc.network.colors_send (instead of receive) when 
displaying messages sent by commands /away, /me, /msg, /notice, /query
      core: fix random crash when closing a buffer
      core: add missing access to hdata "buffer_visited"
      irc: check that string is not NULL in functions 
irc_color_{decode,decode_for_user_entry,encode}
      irc: use color code 0x16 (ctrl-V) for reverse video in messages
      core: replace default key ctrl+"c", "r" by ctrl+"c", "v" for reverse 
video in messages
      irc: use color code 0x1F (ctrl-_) for underlined text in input line (same 
code as messages) (bug #40756)
      core: replace default key ctrl+"c", "u" by ctrl+"c", "_" for underlined 
text in messages
      doc: replace @k(xxx) by key[xxx] for key bindings in docs
      doc: use syntax key[xxx] for key bindings in quickstart guide
      core: use syntax key[xxx] for key bindings in ChangeLog and NEWS
      irc: remove function irc_color_decode_for_user_entry
      irc: add comments about irc color codes in messages
      core: add buffer property "day_change" to hide messages for the day 
change in specific buffers
      doc: add missing property "print_hooks_enabled" in function buffer_set 
(plugin API reference)
      irc: fix ignore on a host without nick
      doc: update auto-generated files with hdata
      irc: add option irc.network.lag_max
      core: add option weechat.look.buffer_position
      core: add note about new option "irc.network.lag_max" in NEWS
      core: use first gap for new buffer only if the buffer has no layout number
      irc: improve /help of command/command_delay/autojoin options in servers
      core: fix typos in french translation of /help ban
      irc: add option irc.look.ban_mask_default (bug #26571)
      irc: rename option irc.look.ban_mask_default to 
irc.network.ban_mask_default
      irc: don't return a default ban mask if option is not set or if host is 
not found
      core: remove option on /unset of plugin description option 
(plugins.desc.xxx) (bug #40768)
      core: add signal "buffer_cleared"
      doc: add note about things not allowed in callback of function 
hook_completion (plugin API reference)
      core: fix text emphasis with wide chars on screen like japanese (patch 
#8253) (patch from Ryuunosuke Ayanokouzi)
      irc: add note about command /disconnect in /help connect
      Merge branch 'buffer-auto-renumber'
      core: update translations
      core: update ChangeLog
      core: add note about new bar item buffer_last_number in NEWS
      irc: display mask of ignore deleted with /ignore del
      core: rename options save/reset to add/del in command /layout
      core: add logical "and" between tags in filters, 
weechat.look.highlight_tags and buffer property "highlight_tags"
      core: add note about support of "*" for tags in /help filter
      core: add buffer property "highlight_tags_restrict", rename option 
irc.look.highlight_tags to irc.look.highlight_tags_restrict
      core: fix some translation of "tags" in french
      core: fix use of NULL pointer (in case of malloc error) when creating a 
new filter
      core: add support of logical and/or for argument "tags" in function 
hook_print
      irc: add option irc.look.smart_filter_mode (task #12499)
      irc: remove display of channel in channel notices, display "PvNotice" for 
channel welcome notices
      doc: add coordinate 222 for problem with mouse coordinates (FAQ)
      core: add option weechat.look.window_auto_zoom, disable automatic zoom by 
default when terminal becomes too small for windows
      core: add support of UTF-8 chars in horizontal/vertical separators
      charset: replace call to strcasecmp by weechat_strcasecmp
      irc: use syntax \xNN instead of \NN for control chars in raw buffer
      relay: use syntax \xNN instead of \NN for control chars in raw buffer
      doc: update example of copyright in source file (developer's guide)
      core: replace darkgray color as default value of options
      doc: remove obsolete command line option -k/--keys in man page
      doc: add missing spaces
      core: update ChangeLog
      irc: fix typo in /help irc.look.highlight_{channel|pv|server}
      doc: fix typo in return value of function weechat_list_prev (plugin API 
reference)
      core: rename option "add" to "store" in command /layout
      doc: fix description of arguments in some "set" functions (plugin API 
reference)
      doc: fix typos in plugin API reference
      core: add contributor to AUTHORS
      doc: add missing value for property "active" in function 
buffer_get_integer (plugin API reference)
      core: fix unneeded shift of buffer numbers when a buffer with layout is 
created and merged
      core: update copyright dates
      doc: fix typo in plugin API reference
      irc: add comments for functions about modes/prefix/chanmodes
      irc: use statusmsg from message 005 to check prefix char in status 
notices/messages
      xfer: add "network" prefix for (dis)connection messages in xfer chat 
buffer
      doc: fix description of xfer signals in plugin API reference
      core: fix compilation warnings on OpenBSD
      core: replace calls to sprintf() with snprintf()
      xfer: replace call to sprintf() with snprintf()
      core: fix crash with hdata_update on shared strings, add hdata type 
"shared_string" (bug #41104)
      doc: add note about function hdata_update at the beginning of hdata 
chapter (plugin API reference)
      ruby: fix ruby init with ruby >= 2.0 (bug #41115)
      xfer: add option xfer.file.auto_check_crc32 (patch #7963)
      core: add missing type "shared_string" in hdata_type_string[]
      doc: update auto-generated files with hdata
      ruby: remove evil tab
      core: fix typo in comment
      core: fix crash in /eval when config option has a NULL value
      core: update translations
      doc: update function network_connect_to (plugin API reference)
      relay: fix memory leak on unload of relay plugin
      doc: add missing function "string_has_highlight_regex" in italian plugin 
API reference
      core: add "POSIX extended" in description of options/commands/functions 
using regular expressions
      core: optimize xxx_valid() functions: return immediately if pointer is 
NULL
      irc: add missing include of netinet/in.h (fix compilation error on 
FreeBSD)
      xfer: add gcrypt library for link of plugin
      irc: fix time parsed in tag of messages on Cygwin
      api: add stdin options in functions hook_process_hashtable and hook_set 
(task #10847, task #13031)
      doc: add missing functions strlen_screen and hook_set in scripting guide
      doc: move table with signals below all arguments and return value in 
function hook_signal (plugin API reference)
      doc: use infinitive form for description of functions in french plugin 
API reference
      doc: fix typos in plugin API reference
      doc: move some tables in plugin API reference
      core: fix typos in ChangeLog
      core: add Polish user's guide in debian packaging
      core: add Japanese plugin API reference in debian packaging
      core: fix typo in /help weechat.look.highlight_regex
      core: add completion "plugins_installed"
      core: add option weechat.look.tab_width
      doc: fix errors in prototype and example of functions tolower/toupper 
(plugin API reference)
      core: set max value for option weechat.look.hotlist_names_count to 
GUI_BUFFERS_MAX (10000)
      doc: fix typo in developer's guide
      core: update some function comments
      core: reformat hook_command arguments
      core: fix typo in arguments description of command /mute
      core: add command /print
      irc: display PONG answer when resulting from manual /ping command
      irc: add comment with return value for function irc_server_gnutls_callback
      irc: check that server option ssl_fingerprint has exactly 40 hexadecimal 
digits (when set to non-empty value)
      irc: refactor code in gnutls callback to display certificates even if 
option ssl_fingerprint is set
      core: update translations
      irc: do not display names by default when joining a channel (task #13045)
      core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized)
      core: delay the signal "signal_sigwinch" after WeeChat screen refresh
      doc: update description of signal "signal_sigwinch" (plugin API reference)
      core: change format of buffer name in output of /buffer
      core: rename option weechat.look.save_layout_on_exit to 
weechat.look.store_layout_on_exit, replace "save" by "store" for layouts
      api: add function "infolist_search_var"
      core: fix typo in /help print
      core: revert the rename of option weechat.look.save_layout_on_exit
      irc: use MONITOR instead of ISON for /notify when it is available on 
server (task #11477) (patch from Nils Görs)
      doc: move asciidoc attributes from command line into files
      core: remove WeeChat version in de.po
      Version 0.4.3-rc1

stfn (1):
      api: add support for C++ plugins

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


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



reply via email to

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