summaryrefslogtreecommitdiff
path: root/doc/fr/weechat_user.fr.txt
AgeCommit message (Collapse)Author
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-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-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-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-09-20doc: add plugin "script" in list of plugins (user's guide)Sebastien Helleu
2013-09-17doc: fix typo in french user's guideSebastien Helleu
2013-09-16doc: fix typos in french translations and docsSebastien 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-08core: fix typo coeur -> cœur (in french)Sebastien Helleu
2013-08-07doc: add description of sections in configuration files (user's guide)Sebastien Helleu
2013-08-04doc: remove option ENABLE_DEMO for cmake in user's guide (demo plugin has ↵Sebastien Helleu
been removed)
2013-08-02doc: add feature "secured data" for libgcrypt in dependencies (user's guide)Sebastien Helleu
2013-08-02core: update translationsSebastien Helleu
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task ↵Sebastien Helleu
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly).
2013-07-31plugins: remove the demo pluginSebastien Helleu
2013-07-31core: do not build man page by defaultSebastien Helleu
2013-07-31core: add cmake option ENABLE_MAN to compile man page (on by default)Sebastien Helleu
For configure, the option is "--disable-man".
2013-07-20core: add CA_FILE option in cmake and configure to setup default value of ↵Sebastien Helleu
option weechat.network.gnutls_ca_file (task #12725)
2013-07-01doc: add number for note on git version in list of CTCP replies (user's guide)Sebastien Helleu
2013-06-29core: disable compilation of documentation by default (cmake and autotools)Sebastien Helleu
2013-06-29doc: add dependency xsltproc in user's guideSebastien Helleu
2013-06-28core: update man page and add translations (in french, german, italian, and ↵Sebastien Helleu
japanese)
2013-06-08doc: add cmake options in user's guideSebastien Helleu
2013-06-07aspell: add support of enchant library (patch #6858)Sebastien Helleu
Enchant is enabled only if the new option for cmake (or configure) is enabled: - for cmake: cmake -DENABLE_ENCHANT=ON - for configure: ./configure --enable-enchant
2013-05-23doc: update WeeChat URLs (for new site design)Sebastien Helleu
2013-05-09doc: fix typo in user's guide (thanks to faen)Sebastien Helleu
2013-05-01doc: add IRC SASL "dh-aes" mechanism in user's guideSebastien Helleu
2013-03-22ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of ↵Sebastien Helleu
function config_new_option (bug #31050)
2013-02-23relay: add support of multiple servers on same port for irc protocol (the ↵Sebastien Helleu
client must send the server in the "PASS" command)
2013-02-19guile: fix arguments given to callbacks (separate arguments instead of one ↵Sebastien Helleu
list with arguments inside), guile >= 2.0 is now required (bug #38350) Unfortunately this breaks compatibility with existing guile scripts, but this change is needed to keep consistency with other scripting languages. Now guile >= 2.0 is required, WeeChat can not compile any more with guile 1.8.
2013-02-10relay: add experimental websocket server support (RFC 6455) for irc and ↵Sebastien Helleu
weechat protocols, new option relay.network.websocket_allowed_origins It is a partial implementation of RFC 6455: fragmentation and control frames are not yet supported. Text and binary frames are supported.
2013-02-10doc: use HTML pages for links to RFCs in user's guideSebastien Helleu
2013-02-10doc: fix typos in user's guideSebastien Helleu
2013-01-16guile: fix compilation with guile 2.0Sebastien Helleu
2013-01-07doc: fix typosSebastien Helleu
2012-12-16irc: return git version in CTCP VERSION and FINGER by default, add "$git" ↵Sebastien Helleu
and "$versiongit" in format of CTCP replies
2012-12-14doc: add warning for autotools in user's guideSebastien Helleu
2012-12-07doc: remove chapter "Authors" in user's guide (list is in file AUTHORS), ↵Sebastien Helleu
remove link to forum (closed)
2012-11-04aspell: add bar item "aspell_suggest": suggestions for misspelled word at ↵Sebastien Helleu
cursor (task #12061) (patch from Nils Görs)
2012-11-02irc: add command /quiet, fix display of messages 728/729 (quiet list, end of ↵Nils Görs
quiet list) (task #12278)
2012-11-02core: add incomplete mouse events "event-down" and "event-drag" (task #11840)Ailin Nemui
2012-11-02core: add command /eval, use expression in conditions for bars, add function ↵Sebastien Helleu
"string_eval_expression" in plugin API
2012-10-19doc: update ruby version in dependencies (user's guide)Sebastien Helleu