summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2013-09-02core: update german translationsNils Görs
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-31doc: remove "required" for password option in command "init" (relay protocol)Sebastien Helleu
2013-08-30doc: use one line titles in japanese man pageSebastien Helleu
The compilation was failing with asciidoc 8.5.2 (on Debian Squeeze).
2013-08-29doc: update japanese translations and docsRyuunosuke Ayanokouzi
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-18doc: update german auto-generated filesSebastien Helleu
2013-08-18doc: update german translations and user's guideNils Görs
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-12doc: update german translations, scripting and user guideNils Görs
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.
2013-08-10core: change type of hashtable key hash to unsigned long, return item ↵Sebastien Helleu
pointer in functions hashtable_set(_with_size) The key hash has been changed from unsigned int to unsigned long, and now the callback can return any value (not only between 0 and size-1), the modulo is computed after the call to the callback by the hashtable functions. Functions hashtable_set and hashtable_set_with_size were returning 1 if OK, 0 if error. Now they return pointer to hashtable item, or NULL if error.
2013-08-09core: add "callback_free_key" in hashtableSebastien Helleu
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-07core: fix typo in /help secureSebastien Helleu
2013-08-05rmodifier: add option "missing" for command /rmodifierSebastien Helleu
2013-08-04core: change colors of example in /help weechat.look.buffer_time_formatSebastien Helleu
2013-08-04core: replace "behaviour" by "behavior"Sebastien Helleu
2013-08-04core: change color format for options from `${xxx}` to `${color:xxx}`Sebastien Helleu
Options affected: - weechat.look.buffer_time_format - weechat.look.prefix_action - weechat.look.prefix_error - weechat.look.prefix_join - weechat.look.prefix_network - weechat.look.prefix_quit
2013-08-04doc: remove option ENABLE_DEMO for cmake in user's guide (demo plugin has ↵Sebastien Helleu
been removed)
2013-08-04api: add support of colors with format "${color:xxx}" in function ↵Sebastien Helleu
string_eval_expression and command /eval
2013-08-04api: add argument "options" in function string_eval_expression, add option ↵Sebastien Helleu
"-c" for command /eval (to evaluate a condition)
2013-08-03doc: fix typo in examples for function bar_new (plugin API reference)Sebastien Helleu
2013-08-02doc: add feature "secured data" for libgcrypt in dependencies (user's guide)Sebastien Helleu
2013-08-02core: update translationsSebastien Helleu
2013-08-02Merge branch 'secured-data'Sebastien 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-28script: add info about things defined by script in the detailed view of ↵Sebastien Helleu
script (/script show)
2013-07-28api: use pointer for infolist "hook" to return only one hookSebastien Helleu
2013-07-28doc: update auto-generated files with WeeChat commandsSebastien Helleu
2013-07-27api: add new function strlen_screenSebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-07-23doc: fix typo in example for function string_eval_expression (plugin API ↵Sebastien Helleu
reference)
2013-07-20aspell: rename option aspell.look.color to aspell.color.misspelled, add ↵Sebastien Helleu
option aspell.color.suggestions
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)