summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-27core: remove version/date in ChangeLog/NEWS (let asciidoc set that with ↵Sebastien Helleu
attributes date/revision)
2013-10-27core: fix auto-apply of window layout in current window when option ↵Sebastien Helleu
irc.look.buffer_switch_autojoin is on
2013-10-26core: fix bind of keys in cursor/mouse context when key starts with "@" ↵Sebastien Helleu
(remove the warning about unsafe key)
2013-10-26doc: fix typos in color codes (developer's guide)Sebastien Helleu
2013-10-24doc: fix layout of relay protocol (HTML version) when it is printedSebastien Helleu
2013-10-24lua: fix crash on calls to callbacks during load of scriptSebastien Helleu
2013-10-23doc: replace "Act:" by "H:" in hotlist (user's guide)Sebastien Helleu
2013-10-23doc: add jabber.py and bitlbee/minbif in list of features (user's guide)Sebastien Helleu
2013-10-20core: fix typo in /help weechat.history.max_buffer_lines_numberSebastien Helleu
2013-10-20core: fix typo in /help weechat.history.max_buffer_lines_minutesSebastien Helleu
2013-10-20doc: use asciidoc system attribute {sys:command} for year in copyright of ↵Sebastien Helleu
man page
2013-10-20core: add warning about value 0 in help of some history optionsSebastien Helleu
Options affected: - weechat.history.max_buffer_lines_minutes - weechat.history.max_buffer_lines_number - weechat.history.max_commands
2013-10-20doc: fix layout of HTML docs when they are printedSebastien Helleu
Some long lines in docs were causing a zoom, and then the text font was smaller than it should be. Some styles have been fixed to remove the zoom and keep the original ratio.
2013-10-19core: fix truncated prefix when filters are toggled (bug #40204)Sebastien Helleu
2013-10-19doc: use asciidoc attribute for year in copyright of man pageSebastien Helleu
2013-10-19core: add file "compile" in .gitignoreSebastien Helleu
2013-10-19core: remove dependencies in weechat.cygport.in, let cygport tool do that ↵Sebastien Helleu
automatically
2013-10-19doc: add version >= 0.4.2 for new format of callback in function ↵Sebastien Helleu
bar_item_new (plugin API reference)
2013-10-15core: add file weechat.cygport.in in tarballs (fix compilation error when ↵Sebastien Helleu
compiling tarball)
2013-10-13doc: add nick modes in screen layout (user's guide)Sebastien Helleu
2013-10-12core: add cygport file to build Cygwin packagesSebastien Helleu
2013-10-12doc: use a build directory in example of compilation with autotools (user's ↵Sebastien Helleu
guide)
2013-10-10core: use one date format when day changes from day to day+1Sebastien Helleu
2013-10-09doc: fix typo in relay protocolSebastien Helleu
2013-10-08irc: add option irc.look.notice_welcome_tagsSebastien Helleu
2013-10-08irc: add server option "default_msg_kick" to customize default kick/kickban ↵Sebastien Helleu
message (task #12777) (patch from Nils Görs)
2013-10-08Revert "core: remove unneeded dependencies docbook-xml and docbook-xsl to ↵Sebastien Helleu
build man page" This reverts commit 5a9422855715c762e1e096dc95ad22ab0f835b27. These two packages are needed to build man pages without network access.
2013-10-08core: remove unneeded dependencies docbook-xml and docbook-xsl to build man pageSebastien Helleu
2013-10-06core: fix typo in a french translationSebastien Helleu
2013-10-06core: remove version from field "Project-Id-Version" in gettext filesSebastien Helleu
2013-10-06core: add options to customize default text search in buffersSebastien Helleu
New options: - weechat.look.buffer_search_case_sensitive (boolean, off by default) - weechat.look.buffer_search_force_default (boolean, off by default) - weechat.look.buffer_search_regex (boolean, off by default) - weechat.look.buffer_search_where (prefix, message (by default), prefix_message)
2013-10-06core: remove warning about proxy not found for option ↵Sebastien Helleu
weechat.network.proxy_curl on startup Proxies are not yet fully loaded (when reading weechat.conf), so the warning is not displayed on startup, but only when option is changed.
2013-10-06irc: improve help of server option "autojoin"Sebastien Helleu
2013-10-06Version 0.4.3-devSebastien Helleu
2013-10-06Version 0.4.2Sebastien Helleu
2013-10-05core: fix detection of python on Cygwin (autotools)Sebastien Helleu
2013-10-05core: add detection of pkg-config (required on Cygwin)Sebastien Helleu
This fixes the detection of enchant lib, the macro PKG_CHECK_MODULES requires pkg-config.
2013-10-05core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am ↵Sebastien Helleu
in plugins This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin.
2013-10-05relay: fix decoding of websocket frames when there are multiple frames in a ↵Sebastien Helleu
single message received (only the first one was decoded)
2013-10-05core: fix display of read marker after buffer switch when there is no line ↵Sebastien Helleu
displayed after (only filtered lines)
2013-10-05irc: use "private" notify for welcome notices displayed in channel (like ↵Sebastien Helleu
when they are displayed in server buffer)
2013-10-05irc: remove target of notice (self nick) in the display of channel welcome ↵Sebastien Helleu
notice (fix highlight problem)
2013-10-04irc: display target of notice when it is displayed in channelSebastien Helleu
With the new option irc.look.notice_welcome_redirect, a private notice could have a channel at beginning of message (with format "[#channel]") and then be displayed on the channel, without difference with a real channel notice (received by all nicks in channel). For example with these commands: /notice nick2 [#channel] private notice /notice #channel notice for whole channel Old display was (on receiver side, in #channel): -- | Notice(nick1): private notice -- | Notice(nick1): notice for whole channel New display is: -- | Notice(nick1) -> nick2: private notice -- | Notice(nick1) -> #channel: notice for whole channel
2013-10-03irc: fix reconnection to server using IPv6 (bug #38819, bug #40166)Sebastien Helleu
2013-10-02core: replace some code by calls to function gui_chat_clrtoeol()Sebastien Helleu
2013-10-02core: fix spaces displayed after combining chars (bug #40115)Sebastien Helleu
2013-10-02core: fix typo in a french error message for /window mergeSebastien Helleu
2013-09-30core: clear whole line before displaying content instead of clearing after ↵Sebastien Helleu
the end of content (bug #40115)
2013-09-30core: update italian translationsMarco Paolone
2013-09-30doc: update german auto-generated file with IRC optionsSebastien Helleu