summaryrefslogtreecommitdiff
path: root/doc/it/autogen
AgeCommit message (Collapse)Author
2011-11-05irc: add option irc.color.mirc_remap to remap mirc colors in messages to ↵Sebastien Helleu
WeeChat colors
2011-11-04irc: allow URL "irc://" in command /connectSebastien Helleu
2011-11-01core: add option weechat.history.max_minutes: maximum number of minutes in ↵Sebastien Helleu
history per buffer (task #10900) (patch from Quentin Pradet)
2011-10-31aspell: add note about option "aspell.check.commands" in /help aspellSebastien Helleu
2011-10-29doc: update doc of aspell commandSebastien Helleu
2011-10-29core: add optional arguments for command /plugin load/reload/autoloadSebastien Helleu
2011-10-27core: update examples in /help filterSebastien Helleu
2011-10-27irc: add missing modes in /help mode (synopsis of command)Sebastien Helleu
2011-10-27core: remove wrong example in /help bar (scroll bar using buffer name)Sebastien Helleu
2011-10-27alias: improve /help alias: display many <command> in command synopsisSebastien Helleu
2011-10-26guile: new script plugin for scheme (task #7289)Sebastien Helleu
2011-10-25core: fix typo: childs -> childrenSebastien Helleu
2011-10-21doc: update italian translations and docsMarco Paolone
2011-10-06doc: update italian translationsSebastien Helleu
2011-09-30core: fix sentence in /help upgradeSebastien Helleu
2011-09-24core: update help of option weechat.look.color_basic_force_boldSebastien Helleu
2011-09-24core: add new option weechat.look.color_basic_force_bold, off by default: ↵Sebastien Helleu
bold is used only if terminal has less than 16 colors (patch #7621)
2011-09-23core: change default value for option weechat.look.color_inactive_buffer to offSebastien Helleu
2011-09-22core: add options weechat.look.color_inactive_window/buffer, fix bugs with ↵Sebastien Helleu
inactive colors
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
New boolean options to control use of inactive colors: - weechat.look.color_inactive_message - weechat.look.color_inactive_prefix - weechat.look.color_inactive_prefix_buffer - weechat.look.color_inactive_time New "inactive" color options: - weechat.color.chat_inactive_line - weechat.color.chat_inactive_window - weechat.color.chat_prefix_buffer_inactive_line
2011-09-17doc: update italian translations and docsSebastien Helleu
2011-08-28irc: allow reason for command /disconnectSebastien Helleu
2011-08-26core: add new options weechat.look.bar_more_left/right/up/downSebastien Helleu
2011-08-26core: add new option weechat.look.item_buffer_filterSebastien Helleu
2011-08-26core: change default value of option weechat.network.gnutls_ca_file to ↵Sebastien Helleu
"/etc/ssl/certs/ca-certificates.crt"
2011-08-26core: fix typo in /help keySebastien Helleu
2011-08-26irc: add "count" in hashtable returned by "irc_message_split"Sebastien Helleu
2011-08-26irc: improve split of privmsg, add split of some other messages (bug ↵Sebastien Helleu
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy
2011-08-20core: add functions "key_bind" and "key_unbind" in plugin APISebastien Helleu
2011-08-17doc: update italian translations and user guideSebastien Helleu
2011-08-16core: allow name of buffer for command /buffer clear (task #11269)Sebastien Helleu
2011-08-15core: allow a second area for keys in context "mouse" (for drag & drop ↵Sebastien Helleu
between two areas)
2011-08-15doc: update italian translations, user guide and FAQSebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ↵Sebastien Helleu
m/q/Q to quote line in cursor mode, sort mouse keys by priority
2011-08-09core: allow send of hsignal instead of command for keys in context "mouse"Sebastien Helleu
2011-08-09core: add new command /repeat (execute a command several times)Sebastien Helleu
2011-08-08core: use arguments for infolist "window" to return only one window by numberSebastien Helleu
2011-08-08core: add optional buffer name for area "chat" in keys of mouse contextSebastien Helleu
2011-08-07core: fix typo in /help upgradeSebastien Helleu
2011-08-06core: add note about SSL connections in /help upgradeSebastien Helleu
2011-08-06doc: update auto-generated hdata filesSebastien Helleu
2011-08-05core: fix bugs with automatic layout (bug #26110), add support of merged ↵Sebastien Helleu
buffers in layout (task #10893)
2011-08-04core: add option -all for command /buffer unmergeSebastien Helleu
2011-08-04doc: replace ">=" and "<=" by UTF-8 chars in docsSebastien Helleu
2011-08-03doc: add mouse support in user guideSebastien Helleu
2011-08-01core: add info about position where mouse button is released in hook_focus ↵Sebastien Helleu
(for mouse gestures)
2011-07-30core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right ↵Sebastien Helleu
click on input bar)
2011-07-30core: cosmetic changes in /help keySebastien Helleu
2011-07-29core: add number in windows, improve mouse/cursor actions when screen is splitSebastien Helleu
2011-07-28core: improve mouse support: process utf-8 codes, add option ↵Sebastien Helleu
weechat.look.mouse_timer_delay, remove key meta2-M, fix problem with iso chars when grabbing mouse codes