summaryrefslogtreecommitdiff
path: root/doc/it/weechat_plugin_api.it.txt
AgeCommit message (Collapse)Author
2011-10-06doc: update italian docsSebastien Helleu
2011-10-05doc: replace "line date" by "line date/time" for hashtable of hook_focus in ↵Sebastien Helleu
plugin API reference
2011-10-04doc: add note about prefix for function weechat_printf in plugin API referenceSebastien 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-20core: add functions "key_bind" and "key_unbind" in plugin APISebastien 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: add "_chat_line_x" in focus hashtable (for buffers with free content)Sebastien Helleu
2011-08-14core: return empty string for window and buffer pointers in focus hashtable ↵Sebastien Helleu
when value is N/A
2011-08-14core: add buffer property "short_name_is_set", return name if short name is ↵Sebastien Helleu
not set (in buffer infolist or property)
2011-08-14core: add key "_chat_line_nick" in focus hashtableSebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ↵Sebastien Helleu
m/q/Q to quote line in cursor mode, sort mouse keys by priority
2011-08-05core: fix bugs with automatic layout (bug #26110), add support of merged ↵Sebastien Helleu
buffers in layout (task #10893)
2011-08-04doc: replace ">=" and "<=" by UTF-8 chars in docsSebastien Helleu
2011-08-02core: remove "const" for first argument of function utf8_normalizeSebastien Helleu
2011-08-01core: add info about position where mouse button is released in hook_focus ↵Sebastien Helleu
(for mouse gestures)
2011-07-29core: add number in windows, improve mouse/cursor actions when screen is splitSebastien Helleu
2011-07-28doc: fix type for arguments of hook_timer in plugin API referenceSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵Sebastien Helleu
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional)
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-21doc: fix typo in plugin API referenceSebastien Helleu
2011-06-15core: add local variable "highlight_regex" in buffersSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-05-15doc: add missing argument "gnutls_priorities" in function hook_connectSebastien Helleu
2011-05-05doc: update italian plugin API referenceSebastien Helleu
2011-05-05doc: add value 0 for date in functions printf_date and printf_date_tags of ↵Sebastien Helleu
plugin API reference
2011-05-03doc: update italian translations and docsSebastien Helleu
2011-04-29doc: fix callbacks of function weechat_config_new_option in plugin API referenceSebastien Helleu
2011-04-29doc: add return value for callbacks in plugin API referenceSebastien Helleu
2011-04-26irc: add modifier "irc_in2_xxx" (called after charset decoding)Sebastien Helleu
2011-04-26api: add new function config_set_desc_plugin (task #10925)Sebastien Helleu
2011-04-25doc: fix typo in plugin API reference for function config_set_pluginSebastien Helleu
2011-04-20doc: fix typoSebastien 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-03-21Update italian translations and docsSebastien Helleu
2011-03-15Fix return value of callback for hashtable_map in plugin API referenceSebastien Helleu
2011-03-15Fix typos in plugin API referenceSebastien Helleu
2011-03-11Add function "buffer_match_list" in plugin APISebastien Helleu
2011-01-26Fix typos in config functions in plugin API referenceSebastien Helleu
2011-01-25Fix typo on constant WEECHAT_HOOK_PROCESS_RUNNING in plugin API referenceSebastien Helleu
2011-01-10Update italian translations and docSebastien Helleu
2011-01-02Add function "hashtable_set_pointer" in plugin APISebastien Helleu
2010-12-26Add info "weechat_upgrading", signal "upgrade_ended", display duration of ↵Sebastien Helleu
upgrade
2010-12-24Update german and italian translationsSebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos
2010-12-12Update italian translations and docSebastien Helleu
2010-12-06Add note about automatic unhook for function hook_process in plugin API ↵Sebastien Helleu
reference
2010-12-04Update italian translations, FAQ and plugin API referenceSebastien Helleu
2010-11-29Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"Sebastien Helleu