summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-02-18doc: add chapter about secured data in user's guideSebastien Helleu
2014-02-18doc: fix some title levels in Japanese user's guideSebastien Helleu
2014-02-17core: allow empty arguments for command /printSebastien 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.
2014-02-15doc: fix typo in prototypes of functions hashtable_map/hashtable_map_string ↵Sebastien Helleu
(plugin API reference)
2014-02-15core: move function string_replace before string_replace_regexSebastien Helleu
2014-02-15doc: add trigger plugin in docgen.pySebastien Helleu
2014-02-15trigger: add file trigger.conf in man pageSebastien Helleu
2014-02-15trigger: add trigger plugin in developer's guideSebastien Helleu
2014-02-14doc: add function string_convert_escaped_chars in plugin API referenceSebastien Helleu
2014-02-14doc: add function string_split_shell in plugin API referenceSebastien Helleu
2014-02-14doc: add function string_replace_regex in plugin API referenceSebastien Helleu
2014-02-14doc: add function hashtable_dup in plugin API referenceSebastien Helleu
2014-02-13doc: update auto-generated files with hdataSebastien Helleu
2014-02-12doc: fix typo in plugin API referenceSebastien Helleu
2014-02-11core: add signals "key_combo_{default|search|cursor}"Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-02-09core: add more info in /help weechat.look.hotlist_sortSebastien Helleu
2014-02-08doc: clean temporary files used to build man pages (autotools)Sebastien Helleu
2014-02-08doc: add missing Polish docs in Makefile.amSebastien Helleu
2014-02-08doc: update Japanese translations, user/developer's guide and plugin API ↵Ryuunosuke Ayanokouzi
reference
2014-02-06doc: update Polish translations and user's guideKrzysztof Koroscik
2014-02-04core: fix a French translationSebastien Helleu
2014-02-04doc: fix typos in French relay protocolSebastien Helleu
2014-02-03doc: add French version of relay protocolSebastien Helleu
2014-02-02doc: minor changes in developer's guideSebastien Helleu
2014-02-02doc: add French developer's guideSebastien Helleu
2014-02-02core: update German translationsNils Görs
2014-01-30doc: replace weeget.py by script plugin in plugin API referenceSebastien Helleu
2014-01-29core: fix typos in translations and docsSebastien Helleu
2014-01-28irc: add value "353" in option irc.look.display_join_messageSebastien Helleu
So now the values mean: - 353: names on channel - 366: names count (before this commit it meant 353 + 366)
2014-01-26doc: update german auto-generated files with WeeChat commands and IRC optionsSebastien Helleu
2014-01-26core: update german translations and user's guideNils Görs
2014-01-25irc: add command "monitor" in /help irc.look.notify_tags_isonSebastien Helleu
2014-01-24core: add support of escaped unicode chars in commands /print and "/input ↵Sebastien Helleu
insert"
2014-01-23doc: move asciidoc attributes from command line into filesSebastien Helleu
2014-01-23irc: use MONITOR instead of ISON for /notify when it is available on server ↵Sebastien Helleu
(task #11477) (patch from Nils Görs)
2014-01-23core: update german translationsNils Görs
2014-01-22core: revert the rename of option weechat.look.save_layout_on_exitSebastien Helleu
2014-01-22core: fix typo in /help printSebastien Helleu
2014-01-22api: add function "infolist_search_var"Sebastien Helleu
2014-01-21core: rename option weechat.look.save_layout_on_exit to ↵Sebastien Helleu
weechat.look.store_layout_on_exit, replace "save" by "store" for layouts
2014-01-21doc: update description of signal "signal_sigwinch" (plugin API reference)Sebastien Helleu
2014-01-21core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized)Sebastien Helleu
2014-01-21irc: do not display names by default when joining a channel (task #13045)Sebastien Helleu
2014-01-21core: update translationsSebastien Helleu
2014-01-19core: add command /printSebastien Helleu
2014-01-18core: fix typo in arguments description of command /muteSebastien Helleu
2014-01-17doc: add Japanese developer's guideRyuunosuke Ayanokouzi
2014-01-17doc: fix typo in developer's guideSebastien Helleu