summaryrefslogtreecommitdiff
path: root/doc/asciidoc.conf
AgeCommit message (Collapse)Author
2014-05-04core: change default key for bare display from alt-'!' to alt-'l'Sébastien Helleu
2014-04-01doc: update style for keys in docsSébastien Helleu
2014-02-16core: add bare display mode (for easy text selection and click on URLs)Sebastien Helleu
New key: alt+"!", to swith to bare display (same key to come back to standard display). New options: - weechat.look.bare_display_exit_on_input (default: on): by default any changes in input will return to standard display - weechat.look.bare_display_time_format (default: "%H:%M"): the format of time used in bare display.
2013-12-02doc: replace @k(xxx) by key[xxx] for key bindings in docsSebastien Helleu
The new syntax is more readable in source files (same result in HTML docs).
2013-11-20doc: use asciidoc attribute for date of docs (fix cmake warning)Sebastien Helleu
CMake was displaying some warnings about a space in argument used for asciidoc command: -a date=`date "+%F"` Warning displayed: CMake Warning (dev) in doc/en/CMakeLists.txt: Syntax Warning in cmake code at /path/to/doc/en/CMakeLists.txt:41:82 Argument not separated from preceding token by whitespace. This warning is for project developers. Use -Wno-dev to suppress it.
2012-02-10doc: add color codes in strings (developer's guide)Sebastien Helleu
2011-11-08core: add option "jump_last_buffer_displayed" for command /input (key: ↵Sebastien Helleu
alt+"/") (task #11553)
2011-10-05core: add modifiers control/alt ("ctrl" and "alt") for mouse eventsSebastien Helleu
2011-08-14doc: fix color of keys with one uppercase letter in user guideSebastien Helleu
2011-04-13doc: use color orange for key "alt" and gray for key "shift"Sebastien Helleu
2011-02-25Add styles for keys in user guideSebastien Helleu