summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-10-06doc: update italian docsSebastien Helleu
2011-10-06doc: add keys to jump to highlights in FAQ (question about search of text in ↵Sebastien Helleu
buffers)
2011-10-05core: add modifiers control/alt ("ctrl" and "alt") for mouse eventsSebastien Helleu
2011-10-05doc: replace "line date" by "line date/time" for hashtable of hook_focus in ↵Sebastien Helleu
plugin API reference
2011-10-05doc: add "nick" for sasl_username option (irc plugin) in user guideSebastien Helleu
2011-10-04doc: add note about prefix for function weechat_printf in plugin API referenceSebastien Helleu
2011-10-02doc: update german translations, user guide and FAQSebastien Helleu
2011-09-30doc: update question about SSL/freenode in FAQSebastien Helleu
2011-09-30core: fix sentence in /help upgradeSebastien Helleu
2011-09-25doc: fix typos in plugin API referenceSebastien Helleu
2011-09-24core: update help of option weechat.look.color_basic_force_boldSebastien Helleu
2011-09-24core: add new option weechat.look.color_basic_force_bold, off by default: ↵Sebastien Helleu
bold is used only if terminal has less than 16 colors (patch #7621)
2011-09-23core: change default value for option weechat.look.color_inactive_buffer to offSebastien Helleu
2011-09-22core: add options weechat.look.color_inactive_window/buffer, fix bugs with ↵Sebastien Helleu
inactive colors
2011-09-22doc: add message 343 (whois, is opered as) in list of messages for irc ↵Sebastien Helleu
targer buffer (user guide)
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
New boolean options to control use of inactive colors: - weechat.look.color_inactive_message - weechat.look.color_inactive_prefix - weechat.look.color_inactive_prefix_buffer - weechat.look.color_inactive_time New "inactive" color options: - weechat.color.chat_inactive_line - weechat.color.chat_inactive_window - weechat.color.chat_prefix_buffer_inactive_line
2011-09-21doc: fix command to disable away nicks for bitlbee 3 in FAQSebastien Helleu
2011-09-17doc: update italian translations and docsSebastien Helleu
2011-09-15doc: fix translations in user guide for irc command line optionsSebastien Helleu
2011-08-28irc: allow reason for command /disconnectSebastien Helleu
2011-08-28doc: add instructions to debug a running WeeChat with gdb in user guideSebastien Helleu
2011-08-26core: add new options weechat.look.bar_more_left/right/up/downSebastien Helleu
2011-08-26core: add new option weechat.look.item_buffer_filterSebastien Helleu
2011-08-26doc: fix typo in english FAQSebastien Helleu
2011-08-26doc: update question about SSL/freenode in FAQSebastien Helleu
2011-08-26doc: add optional package "ca-certificates" in dependenciesSebastien Helleu
2011-08-26core: change default value of option weechat.network.gnutls_ca_file to ↵Sebastien Helleu
"/etc/ssl/certs/ca-certificates.crt"
2011-08-26core: fix typo in /help keySebastien Helleu
2011-08-26irc: add "count" in hashtable returned by "irc_message_split"Sebastien 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-20doc: set asciidoc language with "-a lang=xx" to translate notes, tips, ↵Sebastien Helleu
warnings,...
2011-08-20core: add functions "key_bind" and "key_unbind" in plugin APISebastien Helleu
2011-08-17doc: update italian translations and user guideSebastien Helleu
2011-08-16core: allow name of buffer for command /buffer clear (task #11269)Sebastien Helleu
2011-08-16doc: fix commands for scrolling bars with mouse wheel in user guideSebastien 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: allow a second area for keys in context "mouse" (for drag & drop ↵Sebastien Helleu
between two areas)
2011-08-15doc: update italian translations, user guide and FAQSebastien Helleu
2011-08-15doc: update german user guideSebastien Helleu
2011-08-15doc: update german translationsSebastien Helleu
2011-08-15doc: fix typo in user guideSebastien Helleu
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-14doc: fix color of keys with one uppercase letter in user guideSebastien Helleu
2011-08-14doc: add missing keys m/q/Q (for cursor mode) in user guideSebastien Helleu
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