summaryrefslogtreecommitdiff
path: root/doc/it
AgeCommit message (Collapse)Author
2013-07-23doc: fix typo in example for function string_eval_expression (plugin API ↵Sebastien Helleu
reference)
2013-07-20aspell: rename option aspell.look.color to aspell.color.misspelled, add ↵Sebastien Helleu
option aspell.color.suggestions
2013-07-20core: add CA_FILE option in cmake and configure to setup default value of ↵Sebastien Helleu
option weechat.network.gnutls_ca_file (task #12725)
2013-07-20core: update translationsSebastien Helleu
2013-07-20Merge branch 'scroll-beyond-end'Sebastien Helleu
2013-07-20core: add options weechat.look.hotlist_prefix and ↵Sebastien Helleu
weechat.look.hotlist_suffix (task #12730) (patch from Nils Görs)
2013-07-18irc: add support of wildcards in commands (de)op/halfop/voice (task #9221)Sebastien Helleu
2013-07-17core: add option "scroll_beyond_end" for command /window (task #6745)Sebastien Helleu
2013-07-15core: add option weechat.look.key_bind_safeSebastien Helleu
2013-07-15doc: update auto-generated files with xfer optionsSebastien Helleu
2013-07-11irc: add option irc.look.pv_tagsSebastien Helleu
2013-07-05core: add completion "-quit" for command /upgradeSebastien Helleu
A "-dummy" option has been added too, just to prevent accidental completion with "-quit" (which is the first option completed). Thanks to stfn for initial patch.
2013-07-03doc: fix typo in plugin API referenceSebastien Helleu
2013-07-02core: add missing period in /help upgradeSebastien Helleu
2013-07-01doc: add number for note on git version in list of CTCP replies (user's guide)Sebastien Helleu
2013-06-29doc: fix example of weechat.command without buffer: it is executed on ↵Sebastien Helleu
current buffer, not core buffer (scripting guide)
2013-06-29doc: add flag "-L" for a2x when building man page (do not check asciidoc ↵Sebastien Helleu
output with xmllint)
2013-06-29core: disable compilation of documentation by default (cmake and autotools)Sebastien Helleu
2013-06-29doc: add dependency xsltproc in user's guideSebastien Helleu
2013-06-28core: remove obsolete command line option -k/--keysSebastien Helleu
The user's guide is better to view WeeChat default keys.
2013-06-28core: update man page and add translations (in french, german, italian, and ↵Sebastien Helleu
japanese)
2013-06-08core: add option weechat.network.proxy_curl (task #12651)Sebastien Helleu
2013-06-08core: add options for Curl >= 7.25Sebastien Helleu
2013-06-08doc: add cmake options in user's guideSebastien Helleu
2013-06-08irc: display a warning when the proxy set in a server does not existSebastien Helleu
2013-06-08core: add "proxy" infolist and hdataSebastien Helleu
2013-06-07aspell: add support of enchant library (patch #6858)Sebastien Helleu
Enchant is enabled only if the new option for cmake (or configure) is enabled: - for cmake: cmake -DENABLE_ENCHANT=ON - for configure: ./configure --enable-enchant
2013-06-07doc: update auto-generated files with irc commandsSebastien Helleu
2013-06-02doc: update auto-generated files with irc optionsSebastien Helleu
2013-05-30doc: add option weechat.look.eat_newline_glitch in charset question (FAQ)Sebastien Helleu
2013-05-29irc: fix multiple nicks in command /query (separated by commas): open one ↵Sebastien Helleu
buffer per nick
2013-05-28core: set options weechat.look.color_inactive_{buffer|window} to "on" by defaultSebastien Helleu
2013-05-27doc: resize columns for table with hdata (plugin API reference)Sebastien Helleu
2013-05-24doc: remove list of features in FAQ (duplicate with features page on site)Sebastien Helleu
2013-05-24doc: add remote GUIs in FAQSebastien Helleu
2013-05-23doc: update WeeChat URLs (for new site design)Sebastien Helleu
2013-05-21core: update translations and auto-generated files with hdata/infolistsSebastien Helleu
2013-05-18core: update italian translationsMarco Paolone
2013-05-16doc: update italian docsMarco Paolone
2013-05-09doc: fix typo in user's guide (thanks to faen)Sebastien Helleu
2013-05-03script: add key alt+A in /help script (thanks ArZa)Sebastien Helleu
2013-05-03core: add options weechat.look.prefix_align_more_after and ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more_after
2013-05-02doc: update auto-generated files with optionsSebastien Helleu
2013-05-01doc: add IRC SASL "dh-aes" mechanism in user's guideSebastien Helleu
2013-05-01core: update translationsSebastien Helleu
2013-04-25core: fix typo in /help evalSebastien Helleu
2013-04-23irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)Sebastien Helleu
2013-04-21api: add new function hdata_searchSebastien Helleu
2013-04-21doc: add missing functions in scripting guideSebastien Helleu
2013-04-18api: add property "completion_freeze" for function buffer_set: do not stop ↵Sebastien Helleu
completion when command line is updated