Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-06 | doc: update italian docs | Sebastien Helleu | |
2011-10-05 | doc: replace "line date" by "line date/time" for hashtable of hook_focus in ↵ | Sebastien Helleu | |
plugin API reference | |||
2011-10-04 | doc: add note about prefix for function weechat_printf in plugin API reference | Sebastien Helleu | |
2011-08-26 | irc: 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-20 | doc: add "New in version 0.3.6" for functions key_(un)bind in plugin API ↵ | Sebastien Helleu | |
reference | |||
2011-08-20 | core: add functions "key_bind" and "key_unbind" in plugin API | Sebastien Helleu | |
2011-08-16 | core: add local variables of buffer in focus hashtable, remove ↵ | Sebastien Helleu | |
irc_server/irc_channel from focus hashtable for nicklist | |||
2011-08-16 | irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc ↵ | Sebastien Helleu | |
focus hashtable for nicklist | |||
2011-08-15 | core: add "_chat_line_x" in focus hashtable (for buffers with free content) | Sebastien Helleu | |
2011-08-14 | core: return empty string for window and buffer pointers in focus hashtable ↵ | Sebastien Helleu | |
when value is N/A | |||
2011-08-14 | core: add buffer property "short_name_is_set", return name if short name is ↵ | Sebastien Helleu | |
not set (in buffer infolist or property) | |||
2011-08-14 | core: add key "_chat_line_nick" in focus hashtable | Sebastien Helleu | |
2011-08-14 | core: 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-05 | core: fix bugs with automatic layout (bug #26110), add support of merged ↵ | Sebastien Helleu | |
buffers in layout (task #10893) | |||
2011-08-04 | doc: replace ">=" and "<=" by UTF-8 chars in docs | Sebastien Helleu | |
2011-08-02 | core: remove "const" for first argument of function utf8_normalize | Sebastien Helleu | |
2011-08-01 | core: add info about position where mouse button is released in hook_focus ↵ | Sebastien Helleu | |
(for mouse gestures) | |||
2011-07-29 | core: add number in windows, improve mouse/cursor actions when screen is split | Sebastien Helleu | |
2011-07-28 | doc: fix type for arguments of hook_timer in plugin API reference | Sebastien Helleu | |
2011-07-26 | core: 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-26 | core: many improvements on hdata | Sebastien 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-21 | doc: fix typo in plugin API reference | Sebastien Helleu | |
2011-06-15 | core: add local variable "highlight_regex" in buffers | Sebastien Helleu | |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu | |
2011-05-15 | doc: add missing argument "gnutls_priorities" in function hook_connect | Sebastien Helleu | |
2011-05-05 | doc: update italian plugin API reference | Sebastien Helleu | |
2011-05-05 | doc: add value 0 for date in functions printf_date and printf_date_tags of ↵ | Sebastien Helleu | |
plugin API reference | |||
2011-05-03 | doc: update italian translations and docs | Sebastien Helleu | |
2011-04-29 | doc: fix callbacks of function weechat_config_new_option in plugin API reference | Sebastien Helleu | |
2011-04-29 | doc: add return value for callbacks in plugin API reference | Sebastien Helleu | |
2011-04-26 | irc: add modifier "irc_in2_xxx" (called after charset decoding) | Sebastien Helleu | |
2011-04-26 | api: add new function config_set_desc_plugin (task #10925) | Sebastien Helleu | |
2011-04-25 | doc: fix typo in plugin API reference for function config_set_plugin | Sebastien Helleu | |
2011-04-20 | doc: fix typo | Sebastien Helleu | |
2011-04-13 | core: use buffer pointer instead of window in input functions, add new ↵ | Sebastien Helleu | |
function window_search_with_buffer in plugin API | |||
2011-03-21 | Update italian translations and docs | Sebastien Helleu | |
2011-03-15 | Fix return value of callback for hashtable_map in plugin API reference | Sebastien Helleu | |
2011-03-15 | Fix typos in plugin API reference | Sebastien Helleu | |
2011-03-11 | Add function "buffer_match_list" in plugin API | Sebastien Helleu | |
2011-01-26 | Fix typos in config functions in plugin API reference | Sebastien Helleu | |
2011-01-25 | Fix typo on constant WEECHAT_HOOK_PROCESS_RUNNING in plugin API reference | Sebastien Helleu | |
2011-01-10 | Update italian translations and doc | Sebastien Helleu | |
2011-01-02 | Add function "hashtable_set_pointer" in plugin API | Sebastien Helleu | |
2010-12-26 | Add info "weechat_upgrading", signal "upgrade_ended", display duration of ↵ | Sebastien Helleu | |
upgrade | |||
2010-12-24 | Update german and italian translations | Sebastien Helleu | |
2010-12-20 | Add 256 colors support | Sebastien Helleu | |
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos | |||
2010-12-12 | Update italian translations and doc | Sebastien Helleu | |
2010-12-06 | Add note about automatic unhook for function hook_process in plugin API ↵ | Sebastien Helleu | |
reference | |||
2010-12-04 | Update italian translations, FAQ and plugin API reference | Sebastien Helleu | |
2010-11-29 | Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks" | Sebastien Helleu | |