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.0-rc1, created. v0.4.0-rc1
Date: Wed, 26 Dec 2012 15:45:02 +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.0-rc1 has been created
        at  3fb2383ad62ddf4a94b2a88e960ab8a86a6c4cca (tag)
   tagging  01a13168160282ffb79b3ad3826df3b777305227 (commit)
  replaces  v0.3.9
 tagged by  Sebastien Helleu
        on  Wed Dec 26 16:44:44 2012 +0100

- Log -----------------------------------------------------------------
WeeChat 0.4.0-rc1

Ailin Nemui (1):
      core: add incomplete mouse events "event-down" and "event-drag" (task 
#11840)

Nils Görs (15):
      aspell: add bar item "aspell_dict" (dictionary used on current buffer)
      doc: update german translations and user guide
      irc: send whois on self nick when /whois is done without argument on a 
channel (task #12273)
      irc: add option irc.network.alternate_nick to disable dynamic nick 
generation when all nicks are already in use on server (task #12281)
      irc: add command /quiet, fix display of messages 728/729 (quiet list, end 
of quiet list) (task #12278)
      core: update german translations
      irc: fix refresh of bar item "away" after command /away or /disconnect
      doc: update german user's guide
      doc: update FAQ and quickstart guide
      core: add color support in options 
weechat.look.prefix_{action|error|join|network|quit} (task #9555)
      irc: add option "-auto" for command /connect (task #9340)
      core: disable paste detection and confirmation if bar item "input_paste" 
is not used in a visible bar (task #12327)
      irc: read local variable "autorejoin" in buffer to override server option 
"autorejoin" (task #12256)
      relay: add tag "relay_client" in all messages about client
      core: fix detection of command in input: a single command char is 
considered as a command (API function "string_input_for_bufer")

Peter Boström (2):
      core: display default values for changed config options in output of /set
      core: add option "diff" for command /set (list options with changed value)

Sebastien Helleu (115):
      Version 0.4.0-dev
      core: fix wrong Vcs-Browser URL for debian git repository (debian #689203)
      core: sync debian files with debian git repository
      script: fix compilation on OS X
      relay: add missing "ssl." in output of /relay listrelay
      doc: add call to config_get in examples of functions 
config_<type>(_default) (plugin API reference)
      irc: remove unneeded server disconnect when server buffer is closed and 
server is already disconnected
      doc: update hdata "irc_server" (add "disconnected") in plugin API 
reference
      doc: add missing files for script plugin in developer's guide
      irc: fix crash when message 352 has too few arguments (bug #37513)
      irc: add option "-noswitch" for command /join (task #12275)
      core: fix wrapping of words with wide chars (the break was made before 
the correct position)
      irc: fix cancel of auto-reconnection to server with /disconnect
      relay: add support of IPv6, new option relay.network.ipv6, add support of 
"ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270)
      irc: remove local variable "away" in server/channels buffers after server 
disconnection (bug #37582)
      core: fix connection to servers on OS X
      weercd.py: add action "file" and option "file"
      core: fix display problem when option weechat.look.prefix_same_nick is 
set (problem with nick displayed in first line of screen) (bug #37556)
      core: fix typo in NEWS
      core: fix display of zoomed/merged buffer (with number >= 2) after 
switching to it (bug #37593)
      core: add option "-quit" for command /upgrade (save session and quit 
without restarting WeeChat, for delayed restoration)
      doc: rename filter "jpk" to "joinquit" in FAQ
      doc: update ruby version in dependencies (user's guide)
      doc: add link to doc for dependencies in file INSTALL
      doc: fix typo in example of hdata_get_string (plugin API reference)
      relay: fix crash when receiving a new client on a socket
      irc: add option irc.network.whois_double_nick to double nick in command 
/whois
      core: remove duplicated #include
      core: add command /eval, use expression in conditions for bars, add 
function "string_eval_expression" in plugin API
      doc: add chapter "bars" in japanese user's guide
      irc: fix compilation when gnutls is disabled (bug #37639)
      core: support many commands in /eval (separated by semicolons)
      core: expand buffer local variables in evaluation of expressions (command 
/eval and function "string_eval_expression" in plugin API)
      irc: fix display bug in output of /quiet or /mode #channel +q (wrong nick 
displayed)
      aspell: fix creation of spellers when number of dictionaries is different 
between two buffers
      aspell: update bar item "aspell_dict" only if spellers have changed
      aspell: add bar item "aspell_suggest": suggestions for misspelled word at 
cursor (task #12061) (patch from Nils Görs)
      core: add option aspell.check.suggestions in ChangeLog
      doc: fix typo in user's guide
      doc: remove "optional" for arguments of function register (scripting 
guide)
      core: stop cmake if gcrypt lib is not found (bug #37671)
      irc: fix crash when decoding IRC colors in strings (bug #37704)
      core: add version 0.3.9.1 in ChangeLog and NEWS
      irc: add comments in function irc_color_decode
      irc: fix crash on /upgrade (free channels before server data when a 
server is destroyed) (bug #37736)
      core: sync debian files with debian git repository
      aspell: refresh bar item "aspell_suggest" when aspell is enabled/disabled 
(bug #37744)
      core: do not call shell to execute command in hook_process (fix security 
problem when a plugin/script gives untrusted command) (bug #37764)
      core: add version 0.3.9.2 in ChangeLog and NEWS
      doc: fix typo in quickstart (part message is not allowed in /close or 
/buffer close)
      api: use hashtable "options" for command arguments in function 
hook_process_hashtable (optional, default is a split of string with command)
      core: remove obsolete externs gui_color_init_pair and gui_color_init_pairs
      irc: add support of tags in messages, add support of "server-time" 
capability (task #12255)
      irc: read timestamp or ISO 8601 date format in tag "time" (capability 
"server-time")
      irc: fix compilation on FreeBSD: replace call to tzset by gmtime/localtime
      doc: add SASL authentication in quickstart guide
      doc: add SASL authentication in FAQ
      core: add missing cmake files in packages built by autotools 
(CMakeParseArguments.cmake, FindPackageHandleStandardArgs.cmake, FindZLIB.cmake)
      alias: fix default value of alias options (in "cmd" and "completion" 
sections): defaults to initial command, instead of empty string
      core: do not display default value for options plugins.* in output of /set
      xfer: limit bytes received to file size (for DCC file received), fix 
crash when displaying a xfer file with pos greater than size
      xfer: display remote IP address for DCC chat/file (task #12289) (patch 
from Nils Görs)
      doc: add option "weechat.network.gnutls_ca_file" in FAQ to reduce memory 
used
      core: fix display of combining chars (patch from Nei) (bug #37775)
      core: fix typo in comment
      core: execute command with higher priority when many commands with same 
name are found with different priorities
      alias: give higher priority to aliases (2000) so that they take 
precedence over an existing command
      core: use high priority (50000) for commands /command and /input so that 
an alias will not take precedence over these commands (bug #36353)
      doc: fix style for prefixes in function weechat_prefix (plugin API 
reference)
      core: add option "irc.look.display_pv_away_once" in release notes for 
version 0.3.3
      doc: update IRC commands in user's guide
      core: fix crash in child process of hook_process_hashtable when arguments 
are given in hashtable and that execvp() failed
      core: expand char '~' with user home in first argument of hook_process
      core: fix scroll of one page down when weechat.look.scroll_page_percent 
is less than 100 (bug #37875)
      core: update list of contributors in AUTHORS
      doc: remove chapter "Authors" in user's guide (list is in file AUTHORS), 
remove link to forum (closed)
      api: allow creation of structure with hdata_update (allowed for hdata 
"history")
      core: fix compilation warning
      core: reformat comments for functions
      core: remove obsolete file UPGRADE_0.3 (move part of content into file 
NEWS, for version 0.3.0)
      core: remove obsolete directories from .gitignore
      core: fix cmake target "dist": build tarballs using git-archive and not 
cvs
      core: add dependencies and remove instructions for autotools in INSTALL
      doc: add warning for autotools in user's guide
      core: simplify syntax for second argument
      core: move comments with description of C file to top of files
      core: remove unneeded arguments for AM_INIT_AUTOMAKE in configure.in
      core: add git version in build, display it in "weechat-curses --help" and 
/version
      irc: return git version in CTCP VERSION and FINGER by default, add "$git" 
and "$versiongit" in format of CTCP replies
      xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, 
logN
      core: fix default mouse buttons actions for script buffer (focus the 
window before executing action)
      script: fix scroll with mouse when window with script buffer is not the 
current window (do not force a switch to script buffer in current window)
      core: fix stuck mouse (patch from Nei) (bug #36533)
      core: fix compilation warning on FreeBSD
      core: add cmake dependency between targets weechat_core and version_git
      core: add missing contributors in AUTHORS
      core: fix refresh of windows after split (fix bug with horizontal 
separator between windows) (bug #37874)
      core: fix another bug with horizontal separator displayed at bottom after 
split of windows (bug #37874)
      core: search for a fallback template when a no template is matching 
command arguments
      core: group templates of command /mouse into a single template
      core: add template %(windows_numbers) for first argument of command 
/window
      core: improve completion of commands /help, /mute and /set
      alias: improve completion of command /alias
      script: do not open script buffer when unknown arguments are given to 
command /script
      relay: fix crash after /upgrade when a client is connected
      irc: fix crash when splitting a message with tags
      irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed 
for command "NICK"
      relay: add backlog, options and server capability "server-time" for irc 
protocol (task #12076)
      core: fix memory leak in case of error when building content of bar item 
for display
      irc: fix memory leak when updating modes of channel
      irc: remove unneeded check of nick pointer (can not be NULL there)
      relay: fix memory leak when adding hdata to a message (weechat protocol)
      script: add missing close of file in case of error when computing MD5 
checksum of a file
      xfer: fix memory leak when refreshing xfer buffer
      Version 0.4.0-rc1

Simon Arlott (2):
      api: connect with IPv6 by default in hook_connect (with fallback to 
IPv4), shuffle list of hosts for a same address (task #11205)
      core: fix sendmsg/recvmsg on BSD/OSX by sending 1 byte of data (in 
hook_connect)

stfn (1):
      core: fix gnutls warnings

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


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



reply via email to

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