summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-11core: add note about new bar item buffer_last_number in NEWSSebastien Helleu
2013-12-11core: update ChangeLogSebastien Helleu
2013-12-11core: update translationsSebastien Helleu
2013-12-11Merge branch 'buffer-auto-renumber'Sebastien Helleu
2013-12-11irc: add note about command /disconnect in /help connectSebastien Helleu
2013-12-11core: fix text emphasis with wide chars on screen like japanese (patch #8253)...Sebastien Helleu
2013-12-10doc: add note about things not allowed in callback of function hook_completio...Sebastien Helleu
2013-12-08core: add signal "buffer_cleared"Sebastien Helleu
2013-12-08core: remove option on /unset of plugin description option (plugins.desc.xxx)...Sebastien Helleu
2013-12-08irc: don't return a default ban mask if option is not set or if host is not f...Sebastien Helleu
2013-12-07irc: rename option irc.look.ban_mask_default to irc.network.ban_mask_defaultSebastien Helleu
2013-12-07irc: add option irc.look.ban_mask_default (bug #26571)Sebastien Helleu
2013-12-07core: fix typos in french translation of /help banSebastien Helleu
2013-12-07irc: improve /help of command/command_delay/autojoin options in serversSebastien Helleu
2013-12-07core: use first gap for new buffer only if the buffer has no layout numberSebastien Helleu
2013-12-07core: add note about new option "irc.network.lag_max" in NEWSSebastien Helleu
2013-12-07core: add option weechat.look.buffer_positionSebastien Helleu
2013-12-06irc: add option irc.network.lag_maxSebastien Helleu
2013-12-06doc: update auto-generated files with hdataSebastien Helleu
2013-12-05irc: fix ignore on a host without nickSebastien Helleu
2013-12-04doc: add missing property "print_hooks_enabled" in function buffer_set (plugi...Sebastien Helleu
2013-12-04core: add buffer property "day_change" to hide messages for the day change in...Sebastien Helleu
2013-12-04irc: add comments about irc color codes in messagesSebastien Helleu
2013-12-04irc: remove function irc_color_decode_for_user_entrySebastien Helleu
2013-12-02core: use syntax key[xxx] for key bindings in ChangeLog and NEWSSebastien Helleu
2013-12-02doc: use syntax key[xxx] for key bindings in quickstart guideSebastien Helleu
2013-12-02doc: replace @k(xxx) by key[xxx] for key bindings in docsSebastien Helleu
2013-12-01core: replace default key ctrl+"c", "u" by ctrl+"c", "_" for underlined text ...Sebastien Helleu
2013-12-01irc: use color code 0x1F (ctrl-_) for underlined text in input line (same cod...Sebastien Helleu
2013-12-01core: replace default key ctrl+"c", "r" by ctrl+"c", "v" for reverse video in...Sebastien Helleu
2013-12-01irc: use color code 0x16 (ctrl-V) for reverse video in messagesSebastien Helleu
2013-12-01irc: check that string is not NULL in functions irc_color_{decode,decode_for_...Sebastien Helleu
2013-12-01core: add missing access to hdata "buffer_visited"Sebastien Helleu
2013-12-01core: fix random crash when closing a bufferSebastien Helleu
2013-11-30irc: use option irc.network.colors_send (instead of receive) when displaying ...Sebastien Helleu
2013-11-30core: fix command /buffer renumberSebastien Helleu
2013-11-30core: fix unmerge of bufferSebastien Helleu
2013-11-30core: add limits for buffers (max 10000 buffers opened, number of a buffer: b...Sebastien Helleu
2013-11-30core: fix crash when moving buffer with only one buffer (core buffer)Sebastien Helleu
2013-11-30core: add bar item "buffer_last_number"Sebastien Helleu
2013-11-30core: add variable "gui_buffers_count", use it in bar item "buffer_count"Sebastien Helleu
2013-11-30aspell: fix detection of nicks when there are non-alphanumeric chars around a...Sebastien Helleu
2013-11-30aspell: fix detection of nicks when there is nick completer at the endSebastien Helleu
2013-11-30aspell: fix detection of nicks with non-alphanumeric charsSebastien Helleu
2013-11-30core: add option weechat.look.buffer_auto_renumberSebastien Helleu
2013-11-30irc: fix crash when setting a wrong value in server option "ssl_priorities"Sebastien Helleu
2013-11-28core: revert check of layout when switching to a buffer using value "auto" in...Sebastien Helleu
2013-11-28python: fix load of scripts with python >= 3.3Sebastien Helleu
2013-11-26irc: suggest lower values for option irc.server.xxx.ssl_dhkey_size after SSL ...Sebastien Helleu
2013-11-24core: do not update terminal title on startup if option weechat.look.window_t...Sebastien Helleu