summaryrefslogtreecommitdiff
path: root/doc/it
AgeCommit message (Collapse)Author
2011-10-27core: remove wrong example in /help bar (scroll bar using buffer name)Sebastien Helleu
2011-10-27alias: improve /help alias: display many <command> in command synopsisSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-26guile: new script plugin for scheme (task #7289)Sebastien Helleu
2011-10-25core: fix typo: childs -> childrenSebastien Helleu
2011-10-21doc: update italian translations and docsMarco Paolone
2011-10-19doc: add missing description of argument "case_sensitive" for function ↵Sebastien Helleu
"weechat_string_match" in plugin API reference
2011-10-17doc: update italian user guide and plugin API referenceMarco Paolone
2011-10-16core: use value 2 of keep_eol in function string_split to keep separators at ↵Sebastien Helleu
end of string
2011-10-15core: add color attribute "|" and value "resetcolor" for function ↵Sebastien Helleu
weechat_color in plugin API (bug #34550)
2011-10-12doc: update italian FAQ and plugin API referenceSebastien Helleu
2011-10-11doc: add note about hsignal name for irc redirections in plugin API referenceSebastien Helleu
2011-10-10core: uninstall docs and weechat-plugin.h on "make uninstall", fix ↵Sebastien Helleu
compilation of doc in standalone package
2011-10-06doc: update italian translationsSebastien Helleu
2011-10-06doc: update italian docsSebastien Helleu
2011-10-06doc: add keys to jump to highlights in FAQ (question about search of text in ↵Sebastien Helleu
buffers)
2011-10-05core: add modifiers control/alt ("ctrl" and "alt") for mouse eventsSebastien Helleu
2011-10-05doc: replace "line date" by "line date/time" for hashtable of hook_focus in ↵Sebastien Helleu
plugin API reference
2011-10-05doc: add "nick" for sasl_username option (irc plugin) in user guideSebastien Helleu
2011-10-04doc: add note about prefix for function weechat_printf in plugin API referenceSebastien Helleu
2011-09-30doc: update question about SSL/freenode in FAQSebastien Helleu
2011-09-30core: fix sentence in /help upgradeSebastien Helleu
2011-09-24core: update help of option weechat.look.color_basic_force_boldSebastien Helleu
2011-09-24core: add new option weechat.look.color_basic_force_bold, off by default: ↵Sebastien Helleu
bold is used only if terminal has less than 16 colors (patch #7621)
2011-09-23core: change default value for option weechat.look.color_inactive_buffer to offSebastien Helleu
2011-09-22core: add options weechat.look.color_inactive_window/buffer, fix bugs with ↵Sebastien Helleu
inactive colors
2011-09-22doc: add message 343 (whois, is opered as) in list of messages for irc ↵Sebastien Helleu
targer buffer (user guide)
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
New boolean options to control use of inactive colors: - weechat.look.color_inactive_message - weechat.look.color_inactive_prefix - weechat.look.color_inactive_prefix_buffer - weechat.look.color_inactive_time New "inactive" color options: - weechat.color.chat_inactive_line - weechat.color.chat_inactive_window - weechat.color.chat_prefix_buffer_inactive_line
2011-09-21doc: fix command to disable away nicks for bitlbee 3 in FAQSebastien Helleu
2011-09-17doc: update italian translations and docsSebastien Helleu
2011-09-15doc: fix translations in user guide for irc command line optionsSebastien Helleu
2011-08-28irc: allow reason for command /disconnectSebastien Helleu
2011-08-28doc: add instructions to debug a running WeeChat with gdb in user guideSebastien Helleu
2011-08-26core: add new options weechat.look.bar_more_left/right/up/downSebastien Helleu
2011-08-26core: add new option weechat.look.item_buffer_filterSebastien Helleu
2011-08-26doc: update question about SSL/freenode in FAQSebastien Helleu
2011-08-26doc: add optional package "ca-certificates" in dependenciesSebastien Helleu
2011-08-26core: change default value of option weechat.network.gnutls_ca_file to ↵Sebastien Helleu
"/etc/ssl/certs/ca-certificates.crt"
2011-08-26core: fix typo in /help keySebastien Helleu
2011-08-26irc: add "count" in hashtable returned by "irc_message_split"Sebastien Helleu
2011-08-26irc: improve split of privmsg, add split of some other messages (bug ↵Sebastien Helleu
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy
2011-08-20doc: add "New in version 0.3.6" for functions key_(un)bind in plugin API ↵Sebastien Helleu
reference
2011-08-20doc: set asciidoc language with "-a lang=xx" to translate notes, tips, ↵Sebastien Helleu
warnings,...
2011-08-20core: add functions "key_bind" and "key_unbind" in plugin APISebastien Helleu
2011-08-17doc: update italian translations and user guideSebastien Helleu
2011-08-16core: allow name of buffer for command /buffer clear (task #11269)Sebastien Helleu
2011-08-16doc: fix commands for scrolling bars with mouse wheel in user guideSebastien Helleu
2011-08-16core: add local variables of buffer in focus hashtable, remove ↵Sebastien Helleu
irc_server/irc_channel from focus hashtable for nicklist
2011-08-16irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc ↵Sebastien Helleu
focus hashtable for nicklist
2011-08-15core: allow a second area for keys in context "mouse" (for drag & drop ↵Sebastien Helleu
between two areas)