summaryrefslogtreecommitdiff
path: root/doc/fr
AgeCommit message (Collapse)Author
2013-11-17doc: update auto-generated files with WeeChat optionsSebastien Helleu
2013-11-12doc: fix build of man page (add missing copy of file cmdline_options.xx.txt)Sebastien Helleu
2013-11-11doc: fix warnings on build of man page with a2x 8.6.9Sebastien Helleu
The -D/--destination-dir displays a warning for non HTML doc (so for man page). So the man page is copied to the build directory before being built.
2013-11-09core: rename option weechat.look.set_title to weechat.look.window_title ↵Sebastien Helleu
(evaluated string)
2013-11-09core: add infos "term_width" and "term_height"Sebastien Helleu
2013-11-09api: add support of infos with format `${info:name,arguments}` in function ↵Sebastien Helleu
string_eval_expression and command /eval
2013-11-09doc: add bar item "buffer_zoom" in user's guideSebastien Helleu
2013-11-09core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" ↵Sebastien Helleu
(patch #8204) (patch from Nils Görs)
2013-11-07doc: add link to download page for remote interfaces (user's guide)Sebastien Helleu
2013-11-04doc: use one line titles and less chars for delimited blocks/tables in ↵Sebastien Helleu
asciidoc files
2013-11-02core: add support of italic text (requires ncurses >= 5.9 patch 20130831)Sebastien Helleu
2013-10-23doc: replace "Act:" by "H:" in hotlist (user's guide)Sebastien Helleu
2013-10-23doc: add jabber.py and bitlbee/minbif in list of features (user's guide)Sebastien Helleu
2013-10-20core: fix typo in /help weechat.history.max_buffer_lines_numberSebastien Helleu
2013-10-20doc: use asciidoc system attribute {sys:command} for year in copyright of ↵Sebastien Helleu
man page
2013-10-20core: add warning about value 0 in help of some history optionsSebastien Helleu
Options affected: - weechat.history.max_buffer_lines_minutes - weechat.history.max_buffer_lines_number - weechat.history.max_commands
2013-10-20doc: fix layout of HTML docs when they are printedSebastien Helleu
Some long lines in docs were causing a zoom, and then the text font was smaller than it should be. Some styles have been fixed to remove the zoom and keep the original ratio.
2013-10-19doc: use asciidoc attribute for year in copyright of man pageSebastien Helleu
2013-10-19doc: add version >= 0.4.2 for new format of callback in function ↵Sebastien Helleu
bar_item_new (plugin API reference)
2013-10-13doc: add nick modes in screen layout (user's guide)Sebastien Helleu
2013-10-12doc: use a build directory in example of compilation with autotools (user's ↵Sebastien Helleu
guide)
2013-10-08irc: add option irc.look.notice_welcome_tagsSebastien Helleu
2013-10-08irc: add server option "default_msg_kick" to customize default kick/kickban ↵Sebastien Helleu
message (task #12777) (patch from Nils Görs)
2013-10-08Revert "core: remove unneeded dependencies docbook-xml and docbook-xsl to ↵Sebastien Helleu
build man page" This reverts commit 5a9422855715c762e1e096dc95ad22ab0f835b27. These two packages are needed to build man pages without network access.
2013-10-08core: remove unneeded dependencies docbook-xml and docbook-xsl to build man pageSebastien Helleu
2013-10-06core: add options to customize default text search in buffersSebastien Helleu
New options: - weechat.look.buffer_search_case_sensitive (boolean, off by default) - weechat.look.buffer_search_force_default (boolean, off by default) - weechat.look.buffer_search_regex (boolean, off by default) - weechat.look.buffer_search_where (prefix, message (by default), prefix_message)
2013-10-06irc: improve help of server option "autojoin"Sebastien Helleu
2013-09-20irc: add extra info in /help irc.look.smart_filter_delaySebastien Helleu
2013-09-20doc: add plugin "script" in list of plugins (user's guide)Sebastien Helleu
2013-09-20core: add proxy options username/password in /help secureSebastien Helleu
2013-09-19irc: add note about evaluated content of "password" server optionSebastien Helleu
2013-09-19relay: add support of secured data in option relay.network.password ↵Sebastien Helleu
(evaluate content) (patch from Nils Görs)
2013-09-17doc: fix typo in french user's guideSebastien Helleu
2013-09-16doc: fix typos in french translations and docsSebastien Helleu
2013-09-03core: rename options weechat.look.day_change_message(2) to ↵Sebastien Helleu
weechat.look.day_change_message_{1date|2dates}
2013-09-02core: add option weechat.look.day_change_message2Sebastien Helleu
The new option weechat.look.day_change_message2 is used to display day change between two messages, with two dates: the new one, and the old one. Example: -- Mon, 02 Sep 2013 (Thu, 22 Aug 2013) --
2013-08-28irc: add option irc.look.notice_welcome_redirect to automatically redirect ↵Sebastien Helleu
channel welcome notices to the channel buffer
2013-08-26logger: add option "flush" for command /loggerSebastien Helleu
2013-08-25core: add note about color codes "${color:xxx}" in /help ↵Sebastien Helleu
weechat.look.day_change_message
2013-08-25core: display day change message dynamically (do not store it as a line in ↵Sebastien Helleu
buffer) (task #12775) Changes in options: - rename option weechat.look.day_change_time_format to weechat.look.day_change_message (color codes are allowed in this option) - new option weechat.color.chat_day_change.
2013-08-20core: improve help of command /awaySebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when ↵Sebastien Helleu
displaying the bar item (task #12717)
2013-08-17doc: capitalize first word of text in table cellsSebastien Helleu
2013-08-17core: add search of regular expression in buffer, don't reset search type on ↵Sebastien Helleu
a new search, select where to search (messages/prefixes) Key changed in search context: - ctrl+"r": switch search type: string/regex New keys in search context: - alt+"c": case (in)sensitive search - tab: search in messages/prefixes/both
2013-08-16core: add text emphasis in messages when searching text in bufferSebastien Helleu
New options: - weechat.look.emphasized_attributes - weechat.color.emphasized - weechat.color.emphasized_bg
2013-08-14doc: fix emphasized text in plugin API reference and relay protocolSebastien Helleu
2013-08-12core: fix typo in french translation of /help upgradeSebastien Helleu
2013-08-11core: add note about "strftime" in help of options ↵Sebastien Helleu
weechat.look.day_change_time_format and weechat.look.time_format
2013-08-10doc: add "oauth" for IRC connection in FAQSebastien Helleu
2013-08-10core: optimize the removal of lines in buffers (a lot faster to clear/close ↵Sebastien Helleu
buffers with lot of lines) The update of variables "buffer_max_length" and "prefix_max_length" in struct t_gui_lines is now delayed and made during the main refresh (in main loop). For a buffer with 50K lines, it is up to 3300 times faster to clear/close it. For a buffer with 4096 lines (default limit), it is up to 120 times faster.