[Top][All Lists]
[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.7-rc1, created. v0.3.7-rc1 |
Date: |
Sun, 05 Feb 2012 19:08:36 +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.7-rc1 has been created
at 0196c9bc74248d394319900f45d1081982bea961 (tag)
tagging a2002f6b7612a6a946de98a83974c6be9cd58777 (commit)
replaces v0.3.6
tagged by Sebastien Helleu
on Sun Feb 5 20:08:22 2012 +0100
- Log -----------------------------------------------------------------
WeeChat 0.3.7-rc1
Aleksey V Zapparov (1):
core: update russian translations
Dominik Honnef (3):
ruby: remove useless call to Gem.latest_load_paths
ruby: fix crash when reloading ruby plugin (bug #34474)
ruby: hide warnings caused by reloading the ruby plugin
Emmanuel Bouthenot (1):
core: sync debian files with debian git repository
Ivan Sichmann Freitas (2):
core: update portuguese translations
core: update portuguese translations
Lázaro A (1):
doc: add spanish quickstart guide
Marco Paolone (3):
doc: update italian translations and docs
doc: update italian user guide
core: update italian translations
Nils Görs (2):
doc: update german translations and user guide
doc: update german translations, user guide and scripting guide
Sebastien Helleu (160):
Version 0.3.7-dev
core: enable background process under Cygwin to connect to servers, fix
reconnection problem (bug #34626)
core: fix compilation error with "pid_t" on Mac OS X (bug #34639)
core: fix typo: childs -> children
core: remove extra colon in german translations
script plugins: use new macros to reduce code length
guile: new script plugin for scheme (task #7289)
core: remove unneeded whitespace
alias: improve /help alias: display many <command> in command synopsis
core: remove wrong example in /help bar (scroll bar using buffer name)
irc: add missing modes in /help mode (synopsis of command)
core: update examples in /help filter
core: add plugin guile in debian packaging
doc: fix two properties of function window_get_integer in plugin API
reference
core: add optional arguments for command /plugin load/reload/autoload
core: display a message when mouse state is changed with command /mouse
core: change default command for key alt-m: /mouse toggle -> /mute mouse
toggle
aspell: add note about option "default_dict" in /help aspell
doc: update doc of aspell command
core: add help for values of option "conditions" in bars (options
weechat.bar.xxx.conditions)
core: add WEECHAT_HOME option in cmake and configure to setup default
WeeChat home (default is "~/.weechat") (task #11266)
core: sync debian files with debian git repository (use build flags from
dpkg-buildflags if possible)
core: fix help on plugin option when config_set_desc_plugin is called to
set help on newly created option
lua: fix typo in comment
python: fix typo in comment
guile: discard script if load of file has failed with command /guile load
aspell: add note about option "aspell.check.commands" in /help aspell
doc: add script urlserver.py in FAQ
core: add option weechat.history.max_minutes: maximum number of minutes
in history per buffer (task #10900) (patch from Quentin Pradet)
core: fix syntax of option "irc://" in "weechat-curses --help"
core: fix french translation of "irc://" in "weechat-curses --help"
irc: auto-connect to servers created with "irc://" on command line but
not other servers if "-a" ("--no-connect") is given
core: remove obsolete/empty sources for Qt and Wxwidgets
core: fix typo: occured -> occurred
doc: fix toclevels (from 3 to 4) for user guide in Makefile.am
irc: allow URL "irc://" in command /connect
irc: add missing reset of color and attributes in display of nicks when
joining channel
core: replace Config by RbConfig for detection of Ruby to avoid
deprecation warnings
irc: add option irc.color.mirc_remap to remap mirc colors in messages to
WeeChat colors
core: rename options weechat.history.{max_lines|max_minutes} to
weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes}
core: display full line (option + value) for lines with error in
configuration files
core: do not display warning about option "save_config_on_exit" on
startup or after /upgrade
doc: add developer's guide (task #5416)
core: add developer's guide in debian packaging
core: add developer's guide in ChangeLog
irc: display channel voice notices received in channel buffer (bug
#34762), display channel/op notices sent in channel buffer
core: display error in command /buffer if arguments are wrong (bug #34180)
core: remove error displayed by /buffer after successful jump to buffer
by name or number
doc: fix URL of certificates for oftc IRC server in user's guide
core: add option "jump_last_buffer_displayed" for command /input (key:
alt+"/") (task #11553)
doc: update german translations and docs
api: add new functions strcasecmp_range and strncasecmp_range
irc: add case insensitive string comparison based on casemapping of
server (rfc1459, strict-rfc1459, ascii) (bug #34239)
doc: add casemapping value in hdata of irc server
doc: add anchors for config file options in user's guide
doc: add note about option irc.color.mirc_remap in section "Usage/Command
line/Color codes" of user's guide
core: add new option weechat.completion.base_word_until_cursor: allow
completion in middle of words (enabled by default) (task #9771)
core: allow list for option weechat.plugin.extension (makes weechat.conf
portable accross Un*x and Windows) (task #11479)
core: display a warning when option weechat.look.eat_newline_glitch is
enabled
core: apply filters after full reload of configuration files (with
/reload) (bug #31182)
irc: display messages kick/kill/mode/topic even if nick is ignored (bug
#34853)
irc: remove autorejoin on channels when disconnected from server (bug
#32207)
relay: add password support and command "info" in WeeChat protocol
xfer: display origin of xfer in core and xfer buffers (task #10956)
relay: ignore newline chars in commands received, rename command "pass"
to "password"
core: add "full_name" in buffer structure
irc: do not delete servers added in irc.conf on /reload (bug #34872)
core: add type char for hdata and function hdata_char in plugin/script API
core: fix type of variables in hdata "line_data" (type integer -> char)
irc: fix crash when signon time in message 317 (whois, idle) is invalid
(too large) (bug #34905)
core: check pointer returned by function localtime
core: remove obsolete comment
core: replace some C++ comments by C comments
core: add missing initialization of variable in function
weelist_casesearch_pos
core: fix sizeof of variable (struct content instead of its pointer) in
function gui_hotlist_add
api: add new function nicklist_get_next_item
relay: add WeeChat protocol (for remote GUI), doc about protocol, new
options
core: fix detection of zlib with cmake
core: remove cmake warnings
relay: fix constant overflow (on 32-bit systems) in "test" command of
weechat protocol
core: add option "weechat.look.scroll_bottom_after_switch" (if enabled,
restore old behaviour before fix of bug #25555 in version 0.3.5)
core: add option "hooks" for command /debug
irc: reset read marker of current buffer on manual /join
doc: fix example of function hashtable_add_to_infolist in plugin API
reference
core: display error about main buffer in command "/buffer close N" (or
N1-N2) only if main buffer is the only buffer matching number(s)
core: add default keys "meta2-1;5D" and "meta2-1;5C" (ctrl+left/right)
for gnome-terminal
api: add new function hdata_check_pointer
core: add signal "buffer_line_added"
relay: add commands "sync" and "desync" in WeeChat protocol
doc: fix type of hdata sent with id "_buffer_line_added" in relay protocol
alias: add help about syntax %%command for completion of alias in /alias
core: display an error and do nothing for command "/unset *"
relay: update relay buffer when bytes are sent to clients (irc and
weechat protocols)
core: display error on "/key bind meta- ..." (incomplete meta key)
core: add type "hashtable" for hdata, new api functions: hdata_hashtable
and hashtable_map_string
doc: fix typo: hashlist => hashtable in plugin API reference
relay: add type "hashtable" in relay protocol and hdata, add signals
"buffer_localvar_xxx" in protocol
irc: add missing restore of variables in server upgrade (nick_max_length,
casemapping)
relay: fix crash when not enough arguments are received in a command of
weechat protocol
relay: add signal "buffer_unmerged" in weechat protocol
relay: add signal "buffer_type_changed" in weechat protocol
core: set option weechat.look.mouse when mouse state is changed with
command /mouse
doc: update contents of hdata in plugin API reference
doc: update german translations and docs
core: change mouse state when option weechat.look.mouse is changed
irc: add optional server in info "irc_is_channel" (before channel name)
(bug #35124), add optional server in info_hashtable "irc_message_parse"
irc: do not use option irc.look.nick_color_stop_chars for forced nick
colors (bug #33480)
doc: add weechat protocol in relay plugin
python: support of Python 3.x (task #11704)
doc: make script docgen.py compatible with Python 3.x
core: fix typo in ChangeLog
doc: fix typos in plugin API reference (examples of irc redirection)
doc: add hashtable sent to callback for irc redirection in plugin API
reference
irc: remove invalid argument "list" from completion of command /notify
irc: use redirection to get channel modes after update of modes on
channel, display output of /mode #channel
irc: allow /mode without argument (display modes of current channel or
user modes on server buffer)
alias: add default alias umode => /mode $nick
core: use extended regex in filters (patch #7616)
irc: use extended regex in command /list
irc: use extended regex in command /ignore
core: add note about extended regex in /filter and /ignore in NEWS
core: fix escaped char in NEWS for asciidoc output
irc: use low priority for MODE sent automatically by WeeChat (when
joining channel)
core: update copyright dates
relay: fix compilation error when zlib is not found
doc: remove obsolete variable "display_creation_date" in hdata of
"irc_channel" (plugin API reference)
core: add library "pthread" in cmake file for link on OpenBSD
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat
core: add URL transfer (using libcurl), add function
hook_process_hashtable in plugin API, add support of URL in
hook_process/hook_process_hashtable (task #10247)
doc: add return codes for URL transfer in hook_process (plugin API
reference)
core: add many libcurl options missing (for URL transfer)
core: fix typo in french translations
doc: add missing functions "hook_process_hashtable" and "hdata_hashtable"
in scripting guide
doc: add URL transfer in scripting guide
doc: fix typo in french translation of user guide
core: add support of flags in regular expressions and highlight options,
add irc options to customize/disable default nick highlight (task #11128)
core: fix typo in NEWS
doc: add python 3.x in user guide
relay: do not create relay if there is a problem with socket creation
(bug #35345)
relay: add protocol "weechat" in /help relay
relay: use protocol arguments for protocol "irc" only (arguments
forbidden for protocol "weechat")
aspell: fix URL detection (do not check spelling of URLs) (bug #34040)
core: fix typo in comment
api: add modifier "input_text_for_buffer"
core: move option "scroll_unread" from command /input to /window
api: replace type "regex_t *" by "void *" in function string_regcomp (fix
ruby compilation with autotools)
core: replace dependency "libcurl-dev" by "libcurl4-gnutls-dev" for
Debian packaging
irc: add alias "ctcp" for target buffer of CTCP messages
core: add bug #35317 in ChangeLog
core: fix signal "buffer_switch": send it only once when switching buffer
(bug #31158)
core: add signal "window_switch"
doc: add the versions where signals were introduced, fix typos in signals
(plugin API reference)
core: fix compilation warning on curl_easy_setopt for option
CURLOPT_FOLLOWLOCATION
core: do not auto add space after nick completer if option
weechat.completion.nick_add_space is off
irc: fix self-highlight when using /me with an IRC bouncer like znc (bug
#35123)
doc: remove wrong comment in french user guide
core: fix compilation warning under Cygwin
irc: add signal "xxx,irc_out1_yyy" and modifier "irc_out1_xxx" (outgoing
message before automatic split to fit in 512 bytes)
core: add task #9497 in ChangeLog
Version 0.3.7-rc1
Sergio Durigan Junior (2):
core: update portuguese translations (patch #7698)
core: fix some errors in portuguese translations (patch #7700)
Simon Kuhnle (1):
core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more)
(bug #34727)
-----------------------------------------------------------------------
hooks/post-receive
--
Fast, light and extensible chat client
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Weechat-cvs] [SCM] Fast, light and extensible chat client annotated tag, v0.3.7-rc1, created. v0.3.7-rc1,
Sebastien Helleu <=
- Prev by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-176-ga2002f6
- Next by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.7-rc1-1-g544b709
- Previous by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.6-176-ga2002f6
- Next by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.7-rc1-1-g544b709
- Index(es):