summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-14core: remove unneeded space in german translationSebastien Helleu
2011-04-13core: use buffer pointer instead of window in input functions, add new ↵Sebastien Helleu
function window_search_with_buffer in plugin API
2011-04-13doc: use color orange for key "alt" and gray for key "shift"Sebastien Helleu
2011-04-11irc: do not rejoin channels where /part has been issued before reconnection ↵Sebastien Helleu
to server (bug #33029)
2011-04-11irc: use nick color for users outside the channelSebastien Helleu
2011-04-11core: add default keys meta-O{A,B,C,D} (same as meta-O{a,b,c,d})Sebastien Helleu
2011-04-11core: fix crash when terminal has no color supportSebastien Helleu
2011-04-11core: add messages counts in hotlist for each buffer, option ↵Sebastien Helleu
weechat.look.hotlist_buffer_separator and tag "notify_none" New options: - weechat.look.hotlist_buffer_separator - weechat.look.hotlist_count_max - weechat.look.hotlist_count_min_msg - weechat.color.status_count_msg - weechat.color.status_count_private - weechat.color.status_count_highlight - weechat.color.status_count_other
2011-04-10irc: update short name of server buffer when server is renamedSebastien Helleu
2011-04-10core: add missing and remove unneeded spaces in translationsSebastien Helleu
2011-04-09core: update german translations and FAQSebastien Helleu
2011-04-07core: add prefix in addition of message in output of /debug bufferSebastien Helleu
2011-03-26tcl: fix tcl detection on some 64-bits systems (bug #32915)Sebastien Helleu
2011-03-26core: flush stdout after changing terminal title (patch from Guido Berhoerster)Sebastien Helleu
2011-03-24doc: add question about "WeeChat" name in FAQSebastien Helleu
2011-03-24irc: fix self nick color in nicklist after changing nick with /nickSebastien Helleu
2011-03-23irc: return empty color name for nick prefix when no mode is set (instead of ↵Sebastien Helleu
"chat")
2011-03-23irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a ↵Sebastien Helleu
single option irc.color.nick_prefixes (task #10888)
2011-03-23irc: fix local variable "away" on server buffer (set/delete it each time ↵Sebastien Helleu
away is set or removed on server)
2011-03-21Update italian translations and docsSebastien Helleu
2011-03-18Add optional bar name in command /bar defaultSebastien Helleu
2011-03-18Create default bars only if no bar is defined in configuration fileSebastien Helleu
2011-03-18Add new option weechat.look.highlight_tags (force highlight on tags)Sebastien Helleu
2011-03-16aspell: fix spellers used after switch of window (bug #32811)Sebastien Helleu
2011-03-16Use new style for keys in FAQSebastien Helleu
2011-03-16Add question about keys up/down for global history in FAQSebastien Helleu
2011-03-16Add new option irc.look.buffer_switch_autojoin, rename option ↵Sebastien Helleu
irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506)
2011-03-15Allow removal of hashtable entry in callback of hashtable_mapSebastien Helleu
2011-03-15Fix return value of callback for hashtable_map in plugin API referenceSebastien Helleu
2011-03-15Add task #8542 in ChangeLogSebastien Helleu
2011-03-15Add new option irc.look.buffer_auto_switch_on_joinSebastien Helleu
2011-03-15Fix typos in plugin API referenceSebastien Helleu
2011-03-13Fix typo in french FAQ (patch #7505)Sebastien Helleu
2011-03-13Use new style for command line color keys in user guideSebastien Helleu
2011-03-12Update german translationsSebastien Helleu
2011-03-11Add function "buffer_match_list" in plugin APISebastien Helleu
2011-03-10Fix bug with repeat of last completion ("%*"), which failed when many ↵Sebastien Helleu
templates are used in completion
2011-03-09Add missing variable "buffers" in dump of filtersSebastien Helleu
2011-03-09Allow list of buffers in command /filter (exclusion with prefix "!") (task ↵Sebastien Helleu
#10880)
2011-03-08Update german translations and FAQSebastien Helleu
2011-03-07Fix build when gnutls library is not foundSebastien Helleu
2011-03-07Add chars "`" and "_" in default value of option ↵Sebastien Helleu
weechat.completion.nick_ignore_chars
2011-03-07Add new option irc.look.smart_filter_nickSebastien Helleu
2011-03-06Add question in FAQ about freenode and SSLSebastien Helleu
2011-03-06Reload file with certificate authorities when option ↵Sebastien Helleu
weechat.network.gnutls_ca_file is changed
2011-03-06Rebuild bar content when items are changed in an hidden barSebastien Helleu
2011-03-06Add missing "extern" in rmodifier-config.hSebastien Helleu
2011-03-05relay: allow colon in server password received from clientSebastien Helleu
2011-03-05weercd.py: read PART command sent by clientSebastien Helleu
2011-03-05Silently ignore IRC kicks when channel is not foundSebastien Helleu