summaryrefslogtreecommitdiff
path: root/doc/fr
AgeCommit message (Collapse)Author
2011-12-07core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, ↵Sebastien Helleu
restore old behaviour before fix of bug #25555 in version 0.3.5)
2011-12-06relay: add WeeChat protocol (for remote GUI), doc about protocol, new optionsSebastien Helleu
The protocol is partial, under development, and NOT ready for usage. New options added in relay.conf: - relay.network.allowed_ips: allow only some IPs on relay plugin (by default all IPs are allowed) - relay.network.compression_level: compression level used in WeeChat protocol (compression is made using zlib)
2011-12-06api: add new function nicklist_get_next_itemSebastien Helleu
2011-11-25core: fix type of variables in hdata "line_data" (type integer -> char)Sebastien Helleu
2011-11-25core: add type char for hdata and function hdata_char in plugin/script APISebastien Helleu
2011-11-21core: add "full_name" in buffer structureSebastien Helleu
2011-11-15core: allow list for option weechat.plugin.extension (makes weechat.conf ↵Sebastien Helleu
portable accross Un*x and Windows) (task #11479)
2011-11-12core: add new option weechat.completion.base_word_until_cursor: allow ↵Sebastien Helleu
completion in middle of words (enabled by default) (task #9771)
2011-11-12doc: add note about option irc.color.mirc_remap in section "Usage/Command ↵Sebastien Helleu
line/Color codes" of user's guide
2011-11-12doc: add anchors for config file options in user's guideSebastien Helleu
2011-11-12doc: add casemapping value in hdata of irc serverSebastien Helleu
2011-11-12api: add new functions strcasecmp_range and strncasecmp_rangeSebastien Helleu
2011-11-08core: add option "jump_last_buffer_displayed" for command /input (key: ↵Sebastien Helleu
alt+"/") (task #11553)
2011-11-07doc: fix URL of certificates for oftc IRC server in user's guideSebastien Helleu
2011-11-05core: rename options weechat.history.{max_lines|max_minutes} to ↵Sebastien Helleu
weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes}
2011-11-05irc: add option irc.color.mirc_remap to remap mirc colors in messages to ↵Sebastien Helleu
WeeChat colors
2011-11-04irc: allow URL "irc://" in command /connectSebastien Helleu
2011-11-04doc: fix toclevels (from 3 to 4) for user guide in Makefile.amSebastien Helleu
2011-11-03core: remove obsolete/empty sources for Qt and WxwidgetsSebastien Helleu
2011-11-01core: add option weechat.history.max_minutes: maximum number of minutes in ↵Sebastien Helleu
history per buffer (task #10900) (patch from Quentin Pradet)
2011-10-31doc: add script urlserver.py in FAQSebastien Helleu
2011-10-31aspell: add note about option "aspell.check.commands" in /help aspellSebastien Helleu
2011-10-29doc: update doc of aspell commandSebastien Helleu
2011-10-29core: add optional arguments for command /plugin load/reload/autoloadSebastien Helleu
2011-10-28doc: fix two properties of function window_get_integer in plugin API referenceSebastien Helleu
2011-10-27core: update examples in /help filterSebastien Helleu
2011-10-27irc: add missing modes in /help mode (synopsis of command)Sebastien Helleu
2011-10-27core: remove wrong example in /help bar (scroll bar using buffer name)Sebastien Helleu
2011-10-27alias: improve /help alias: display many <command> in command synopsisSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-26guile: new script plugin for scheme (task #7289)Sebastien Helleu
2011-10-25core: fix typo: childs -> childrenSebastien Helleu
2011-10-19doc: add missing description of argument "case_sensitive" for function ↵Sebastien Helleu
"weechat_string_match" in plugin API reference
2011-10-16core: use value 2 of keep_eol in function string_split to keep separators at ↵Sebastien Helleu
end of string
2011-10-15core: add color attribute "|" and value "resetcolor" for function ↵Sebastien Helleu
weechat_color in plugin API (bug #34550)
2011-10-11doc: add note about hsignal name for irc redirections in plugin API referenceSebastien Helleu
2011-10-10core: uninstall docs and weechat-plugin.h on "make uninstall", fix ↵Sebastien Helleu
compilation of doc in standalone package
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-09-30doc: update question about SSL/freenode in FAQSebastien Helleu
2011-09-30core: fix sentence in /help upgradeSebastien 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