summaryrefslogtreecommitdiff
path: root/doc/it/weechat_plugin_api.it.txt
AgeCommit message (Expand)Author
2014-01-12doc: move table with signals below all arguments and return value in function...Sebastien Helleu
2014-01-11api: add stdin options in functions hook_process_hashtable and hook_set (task...Sebastien Helleu
2014-01-09core: add "POSIX extended" in description of options/commands/functions using...Sebastien Helleu
2014-01-09doc: add missing function "string_has_highlight_regex" in italian plugin API ...Sebastien Helleu
2014-01-09doc: update function network_connect_to (plugin API reference)Sebastien Helleu
2014-01-05doc: add note about function hdata_update at the beginning of hdata chapter (...Sebastien Helleu
2014-01-05core: fix crash with hdata_update on shared strings, add hdata type "shared_s...Sebastien Helleu
2014-01-02doc: fix description of xfer signals in plugin API referenceSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-31doc: add missing value for property "active" in function buffer_get_integer (...Sebastien Helleu
2013-12-31doc: fix typos in plugin API referenceSebastien Helleu
2013-12-30doc: fix description of arguments in some "set" functions (plugin API reference)Sebastien Helleu
2013-12-29doc: fix typo in return value of function weechat_list_prev (plugin API refer...Sebastien Helleu
2013-12-15core: add support of logical and/or for argument "tags" in function hook_printSebastien Helleu
2013-12-15core: add buffer property "highlight_tags_restrict", rename option irc.look.h...Sebastien Helleu
2013-12-14core: add logical "and" between tags in filters, weechat.look.highlight_tags ...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-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-11-28core: revert check of layout when switching to a buffer using value "auto" in...Sebastien Helleu
2013-11-23doc: update description for value "auto" in function buffer_set with property...Sebastien Helleu
2013-11-17core: add option "libs" for command /debug, add signal "debug_libs"Sebastien Helleu
2013-11-09core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" (pat...Sebastien Helleu
2013-11-04doc: use one line titles and less chars for delimited blocks/tables in asciid...Sebastien Helleu
2013-11-02core: add support of italic text (requires ncurses >= 5.9 patch 20130831)Sebastien Helleu
2013-10-20doc: fix layout of HTML docs when they are printedSebastien Helleu
2013-10-19doc: add version >= 0.4.2 for new format of callback in function bar_item_new...Sebastien Helleu
2013-08-25core: display day change message dynamically (do not store it as a line in bu...Sebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-08-17doc: capitalize first word of text in table cellsSebastien Helleu
2013-08-16core: add text emphasis in messages when searching text in bufferSebastien Helleu
2013-08-14doc: fix emphasized text in plugin API reference and relay protocolSebastien Helleu
2013-08-10core: change type of hashtable key hash to unsigned long, return item pointer...Sebastien Helleu
2013-08-09core: add "callback_free_key" in hashtableSebastien Helleu
2013-08-04core: replace "behaviour" by "behavior"Sebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option "-...Sebastien Helleu
2013-08-03doc: fix typo in examples for function bar_new (plugin API reference)Sebastien Helleu
2013-07-27api: add new function strlen_screenSebastien Helleu
2013-07-23doc: fix typo in example for function string_eval_expression (plugin API refe...Sebastien Helleu
2013-07-03doc: fix typo in plugin API referenceSebastien Helleu
2013-05-23doc: update WeeChat URLs (for new site design)Sebastien Helleu
2013-04-21api: add new function hdata_searchSebastien Helleu
2013-04-18api: add property "completion_freeze" for function buffer_set: do not stop co...Sebastien Helleu
2013-03-29doc: fix C example of function weechat_nicklist_get_next_item (plugin API ref...stfn
2013-03-22ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of func...Sebastien Helleu
2013-03-16doc: add link to weechat.org/info in scripting guide (URL transfer) and plugi...Sebastien Helleu
2013-03-08core: add signals and hsignals for nicklist eventsSebastien Helleu
2013-03-03core: add count for groups, nicks, and total in nicklistSebastien Helleu
2013-03-01doc: add missing signals in plugin API reference (nicklist_group_changed and ...Sebastien Helleu