summaryrefslogtreecommitdiff
path: root/doc/es/weechat_faq.es.adoc
AgeCommit message (Collapse)Author
2022-12-25core: move `/input` buffer switch/zoom actions to command `/buffer`Sébastien Helleu
Actions moved: * `/input switch_active_buffer` -> `/buffer switch` * `/input switch_active_buffer_previous` -> `/buffer switch -previous` * `/input zoom_merged_buffer` -> `/buffer zoom`
2022-12-25core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set`Sébastien Helleu
Actions moved: * `/input set_unread` -> `/allbuf /buffer set unread` * `/input set_unread_current_buffer` -> `/buffer set unread`
2022-10-19doc/faq: remove mention of obsolete WeeChat versionsSébastien Helleu
2022-06-26doc/faq: add arrow and open external links in new tabSébastien Helleu
2022-06-18doc: add trailing slashes in URLsSébastien Helleu
2022-06-06doc/faq: mention command /autojoin to edit the "autojoin" server optionSébastien Helleu
2022-04-29doc/faq: rename option autojoin_record to autojoin_dynamicSébastien Helleu
2022-03-10irc: add server option "autojoin_record"Sébastien Helleu
2021-12-15doc: add workaround for download of plugins.xml.gz on macOS (FAQ)Sébastien Helleu
2021-08-07doc: add Spanish version of the FAQVictorhck