summaryrefslogtreecommitdiff
path: root/doc/it/autogen
AgeCommit message (Collapse)Author
2011-06-26core: many improvements on hdataSebastien Helleu
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks
2011-06-22core: display error (only once) when bad file descriptor is detected in hook_fdSebastien Helleu
2011-06-15core: add local variable "highlight_regex" in buffersSebastien Helleu
2011-06-13core: update description for some hdataSebastien Helleu
2011-06-13core: add option "tags" for command /debugSebastien Helleu
2011-06-13core: add option weechat.look.eat_newline_glitch (disabled by default, can ↵Sebastien Helleu
cause display bugs)
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-06-01core: add option "infolists" for command /debugSebastien Helleu
2011-05-18logger: add option logger.file.flush_delay (task #11118)Sebastien Helleu
2011-05-16core: add horizontal scrolling for buffers with free content (command ↵Sebastien Helleu
/window scroll_horiz) (task #11112)
2011-05-15core: add missing arguments filename and name in /help pluginSebastien Helleu
2011-05-15irc: fix argument nick in /help ignoreSebastien Helleu
2011-05-11core: fix argument name in /help colorSebastien Helleu
2011-05-10doc: update italian translations and user guideSebastien Helleu
2011-05-07core: fix balance of windowsSebastien Helleu
2011-05-03doc: update italian translations and docsSebastien Helleu
2011-04-28irc: add new options irc.color.topic_old and irc.color.topic_newSebastien Helleu
2011-04-28irc: add option "ssl_priorities" in servers (task #10106, debian #624055)Sebastien Helleu
2011-04-24core: add option weechat.look.hotlist_add_buffer_if_awaySebastien Helleu
2011-04-23core: add option "balance" for command /window (key: alt+"w" + alt+"b")Sebastien Helleu
2011-04-22core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task ↵Sebastien Helleu
#11001)
2011-04-19core: allow command mask for infolist_get on command hooksSebastien Helleu
2011-04-17core: add automatic reset of color pairs, new option ↵Sebastien Helleu
weechat.look.color_pairs_auto_reset
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-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-21Update italian translations and docsSebastien Helleu
2011-03-18Add optional bar name in command /bar defaultSebastien Helleu
2011-03-18Add new option weechat.look.highlight_tags (force highlight on tags)Sebastien 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-15Add new option irc.look.buffer_auto_switch_on_joinSebastien Helleu
2011-03-09Allow list of buffers in command /filter (exclusion with prefix "!") (task ↵Sebastien Helleu
#10880)
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-04Add new option irc.look.color_nicks_in_namesSebastien Helleu
2011-02-25Add optional command name for infolist_get on command hooksSebastien Helleu
2011-02-24Replace char "%" by "!" for reverse video in color attributesSebastien Helleu
2011-02-23Add new option irc.look.color_nicks_in_nicklistSebastien Helleu
2011-02-22Replace char "/" by ":" to specify background in nick colorsSebastien Helleu
2011-02-21Allow relative size for command /window resizeSebastien Helleu
2011-02-17Fix typo: #weecht -> #weechatSebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-15Update italian user guide and plugin API referenceSebastien Helleu
2011-02-10Add option "memory" to command /debugSebastien Helleu
2011-02-09Update german translationsSebastien Helleu
2011-02-08Fix typo: half channel operator -> channel half-operatorSebastien Helleu
2011-02-08Fix typo: transfert -> transferSebastien Helleu
2011-02-08Fix typo in /help color: minimum color number for alias is 0 and not 1Sebastien Helleu
2011-02-07Improve display of commands lists in /help (add arguments -list and -listfull)Sebastien Helleu
2011-02-05Add option weechat.look.read_marker_string, use option hline_char for ↵Sebastien Helleu
horizontal bar separators only
2011-02-04Improve arguments displayed in /help of commands, display all commands with ↵Sebastien Helleu
same name (for same command name in many plugins)