Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-27 | irc: complete help of command /ban (explain what is does without argument) | Sebastien Helleu | |
2011-07-27 | doc: add key alt-m (toggle mouse) in user guide | 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-07-17 | doc: add gettext in dependencies for build (optional) | Sebastien Helleu | |
2011-07-14 | doc: fix typo in french user guide | Sebastien Helleu | |
2011-07-14 | doc: add doc about connection to Freenode with TOR/SASL | Sebastien Helleu | |
2011-07-10 | core: allow empty argument for infolist "key" (return context "default") | Sebastien Helleu | |
2011-07-05 | core: add context "search" for keys (to define keys used during search in ↵ | Sebastien Helleu | |
buffer with ctrl+"r") | |||
2011-06-29 | core: add new option weechat.look.separator_vertical, rename option ↵ | Sebastien Helleu | |
weechat.look.hline_char to weechat.look.separator_horizontal | |||
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-22 | core: display error (only once) when bad file descriptor is detected in hook_fd | Sebastien Helleu | |
2011-06-22 | doc: fix question about target buffer on merged buffers in FAQ | Sebastien Helleu | |
2011-06-22 | doc: update question about URLs in FAQ | Sebastien Helleu | |
2011-06-21 | doc: fix typo in plugin API reference | Sebastien Helleu | |
2011-06-21 | doc: add questions in FAQ, remove instructions/commands for old WeeChat ↵ | Sebastien Helleu | |
versions (prior to 0.3.0) | |||
2011-06-15 | core: add local variable "highlight_regex" in buffers | Sebastien Helleu | |
2011-06-13 | core: update description for some hdata | Sebastien Helleu | |
2011-06-13 | core: add option "tags" for command /debug | Sebastien Helleu | |
2011-06-13 | core: add option weechat.look.eat_newline_glitch (disabled by default, can ↵ | Sebastien Helleu | |
cause display bugs) | |||
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu | |
2011-06-01 | core: add option "infolists" for command /debug | Sebastien Helleu | |
2011-05-18 | logger: add option logger.file.flush_delay (task #11118) | Sebastien Helleu | |
2011-05-16 | core: add horizontal scrolling for buffers with free content (command ↵ | Sebastien Helleu | |
/window scroll_horiz) (task #11112) | |||
2011-05-15 | doc: add missing argument "gnutls_priorities" in function hook_connect | Sebastien Helleu | |
2011-05-15 | core: add missing arguments filename and name in /help plugin | Sebastien Helleu | |
2011-05-15 | irc: fix argument nick in /help ignore | Sebastien Helleu | |
2011-05-15 | core: fix compilation of doc in standalone package | Sebastien Helleu | |
2011-05-13 | doc: fix typos | Sebastien Helleu | |
2011-05-11 | core: fix argument name in /help color | Sebastien Helleu | |
2011-05-07 | core: fix balance of windows | 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-04 | doc: update gnutls version required (min 2.2.0) in user guide | 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-28 | irc: add new options irc.color.topic_old and irc.color.topic_new | Sebastien Helleu | |
2011-04-28 | irc: add option "ssl_priorities" in servers (task #10106, debian #624055) | Sebastien Helleu | |
2011-04-26 | doc: change URL for support page in FAQ | 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-24 | core: add option weechat.look.hotlist_add_buffer_if_away | Sebastien Helleu | |
2011-04-23 | core: add option "balance" for command /window (key: alt+"w" + alt+"b") | Sebastien Helleu | |
2011-04-22 | core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task ↵ | Sebastien Helleu | |
#11001) | |||
2011-04-20 | doc: fix typo | Sebastien Helleu | |
2011-04-19 | core: allow command mask for infolist_get on command hooks | Sebastien Helleu | |
2011-04-17 | core: add automatic reset of color pairs, new option ↵ | Sebastien Helleu | |
weechat.look.color_pairs_auto_reset | |||
2011-04-15 | aspell: add section "option" in aspell.conf for speller options (task #11083) | 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-04-11 | core: add messages counts in hotlist for each buffer, option ↵ | Sebastien Helleu | |
weechat.look.hotlist_buffer_separator and tag "notify_none" New options: - weechat.look.hotlist_buffer_separator - weechat.look.hotlist_count_max - weechat.look.hotlist_count_min_msg - weechat.color.status_count_msg - weechat.color.status_count_private - weechat.color.status_count_highlight - weechat.color.status_count_other | |||
2011-03-24 | doc: add question about "WeeChat" name in FAQ | Sebastien Helleu | |