summaryrefslogtreecommitdiff
path: root/doc/it
AgeCommit message (Collapse)Author
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-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-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-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-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-16core: set max value for option weechat.look.hotlist_names_count to ↵Sebastien Helleu
GUI_BUFFERS_MAX (10000)
2014-01-15doc: fix errors in prototype and example of functions tolower/toupper ↵Sebastien Helleu
(plugin API reference)
2014-01-15core: add option weechat.look.tab_widthSebastien Helleu
2014-01-14core: add completion "plugins_installed"Sebastien Helleu
2014-01-13core: fix typo in /help weechat.look.highlight_regexSebastien Helleu
2014-01-12doc: move some tables in plugin API referenceSebastien Helleu
2014-01-12doc: fix typos in plugin API referenceSebastien Helleu
2014-01-12doc: move table with signals below all arguments and return value in ↵Sebastien Helleu
function hook_signal (plugin API reference)
2014-01-11doc: add missing functions strlen_screen and hook_set in scripting guideSebastien Helleu
2014-01-11api: add stdin options in functions hook_process_hashtable and hook_set ↵Sebastien Helleu
(task #10847, task #13031) The function hook_set has been added in script API.
2014-01-09core: add "POSIX extended" in description of options/commands/functions ↵Sebastien Helleu
using regular expressions
2014-01-09doc: add missing function "string_has_highlight_regex" in italian plugin API ↵Sebastien Helleu
reference
2014-01-09doc: update function network_connect_to (plugin API reference)Sebastien Helleu
2014-01-06doc: update auto-generated files with hdataSebastien Helleu
2014-01-06xfer: add option xfer.file.auto_check_crc32 (patch #7963)Sebastien Helleu
Thanks to Andrew Potter for the patch.
2014-01-05doc: add note about function hdata_update at the beginning of hdata chapter ↵Sebastien Helleu
(plugin API reference)
2014-01-05core: fix crash with hdata_update on shared strings, add hdata type ↵Sebastien Helleu
"shared_string" (bug #41104)
2014-01-02doc: fix description of xfer signals in plugin API referenceSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-31doc: add missing value for property "active" in function buffer_get_integer ↵Sebastien Helleu
(plugin API reference)
2013-12-31doc: fix typos in plugin API referenceSebastien Helleu
2013-12-30doc: fix description of arguments in some "set" functions (plugin API reference)Sebastien Helleu
2013-12-30core: rename option "add" to "store" in command /layoutSebastien Helleu
2013-12-29doc: fix typo in return value of function weechat_list_prev (plugin API ↵Sebastien Helleu
reference)
2013-12-24irc: fix typo in /help irc.look.highlight_{channel|pv|server}Sebastien Helleu