Sebastien Helleu
d6f4f6e74c
core: fix typo: childs -> children
2011-10-25 09:13:18 +02:00
Marco Paolone
64a38756b6
doc: update italian translations and docs
2011-10-21 12:18:48 +02:00
Sebastien Helleu
90ab543ce2
doc: add missing description of argument "case_sensitive" for function "weechat_string_match" in plugin API reference
2011-10-19 16:23:19 +02:00
Marco Paolone
e26553fd9b
doc: update italian user guide and plugin API reference
2011-10-17 17:52:26 +02:00
Sebastien Helleu
c161d704f7
core: use value 2 of keep_eol in function string_split to keep separators at end of string
2011-10-16 20:12:55 +02:00
Sebastien Helleu
ac7c27949b
core: add color attribute "|" and value "resetcolor" for function weechat_color in plugin API (bug #34550 )
2011-10-15 13:54:53 +02:00
Sebastien Helleu
5c694363e8
doc: update italian FAQ and plugin API reference
2011-10-12 13:45:13 +02:00
Sebastien Helleu
dabcf293c9
doc: add note about hsignal name for irc redirections in plugin API reference
2011-10-11 18:36:40 +02:00
Sebastien Helleu
3f5d865d64
core: uninstall docs and weechat-plugin.h on "make uninstall", fix compilation of doc in standalone package
2011-10-10 18:41:25 +02:00
Sebastien Helleu
2c87a641e7
doc: update italian translations
2011-10-06 17:03:03 +02:00
Sebastien Helleu
ddbdb3e657
doc: update italian docs
2011-10-06 13:11:44 +02:00
Sebastien Helleu
b2b585de69
doc: add keys to jump to highlights in FAQ (question about search of text in buffers)
2011-10-06 10:03:07 +02:00
Sebastien Helleu
b9dd668d90
core: add modifiers control/alt ("ctrl" and "alt") for mouse events
2011-10-05 18:15:28 +02:00
Sebastien Helleu
971e464e86
doc: replace "line date" by "line date/time" for hashtable of hook_focus in plugin API reference
2011-10-05 18:14:30 +02:00
Sebastien Helleu
ecba10eab2
doc: add "nick" for sasl_username option (irc plugin) in user guide
2011-10-05 09:46:51 +02:00
Sebastien Helleu
67726a9451
doc: add note about prefix for function weechat_printf in plugin API reference
2011-10-04 17:26:16 +02:00
Sebastien Helleu
dab231a9a3
doc: update question about SSL/freenode in FAQ
2011-09-30 16:46:50 +02:00
Sebastien Helleu
77f02aed29
core: fix sentence in /help upgrade
2011-09-30 16:37:49 +02:00
Sebastien Helleu
072d526023
core: update help of option weechat.look.color_basic_force_bold
2011-09-24 14:53:43 +02:00
Sebastien Helleu
fb5d40951c
core: add new option weechat.look.color_basic_force_bold, off by default: bold is used only if terminal has less than 16 colors (patch #7621 )
2011-09-24 11:28:33 +02:00
Sebastien Helleu
7998e60498
core: change default value for option weechat.look.color_inactive_buffer to off
2011-09-23 15:37:41 +02:00
Sebastien Helleu
420ce7522a
core: add options weechat.look.color_inactive_window/buffer, fix bugs with inactive colors
2011-09-22 23:04:09 +02:00
Sebastien Helleu
0602bc105b
doc: add message 343 (whois, is opered as) in list of messages for irc targer buffer (user guide)
2011-09-22 11:22:02 +02:00
Sebastien Helleu
25e1e6e23d
core: add colors for inactive windows and lines (in merged buffers)
...
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-22 11:09:16 +02:00
Sebastien Helleu
3146a6c65c
doc: fix command to disable away nicks for bitlbee 3 in FAQ
2011-09-21 21:13:45 +02:00
Sebastien Helleu
209ff8bd2e
doc: update italian translations and docs
2011-09-17 08:50:58 +02:00
Sebastien Helleu
8bcf825526
doc: fix translations in user guide for irc command line options
2011-09-15 17:33:45 +02:00
Sebastien Helleu
a260039d01
irc: allow reason for command /disconnect
2011-08-28 16:24:15 +02:00
Sebastien Helleu
f92b7f9573
doc: add instructions to debug a running WeeChat with gdb in user guide
2011-08-28 15:39:41 +02:00
Sebastien Helleu
ce0a81fe20
core: add new options weechat.look.bar_more_left/right/up/down
2011-08-26 23:42:46 +02:00
Sebastien Helleu
8cc9b3ced6
core: add new option weechat.look.item_buffer_filter
2011-08-26 19:27:28 +02:00
Sebastien Helleu
da73437304
doc: update question about SSL/freenode in FAQ
2011-08-26 18:50:46 +02:00
Sebastien Helleu
97a2e4f713
doc: add optional package "ca-certificates" in dependencies
2011-08-26 18:42:50 +02:00
Sebastien Helleu
26f95e8752
core: change default value of option weechat.network.gnutls_ca_file to "/etc/ssl/certs/ca-certificates.crt"
2011-08-26 18:42:01 +02:00
Sebastien Helleu
328b8b2fb9
core: fix typo in /help key
2011-08-26 18:32:33 +02:00
Sebastien Helleu
832a089d3d
irc: add "count" in hashtable returned by "irc_message_split"
2011-08-26 13:23:56 +02:00
Sebastien Helleu
4853a530b6
irc: improve split of privmsg, add split of some other messages (bug #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-26 10:31:37 +02:00
Sebastien Helleu
67a9f942e7
doc: add "New in version 0.3.6" for functions key_(un)bind in plugin API reference
2011-08-20 11:36:45 +02:00
Sebastien Helleu
6c5bdb36d3
doc: set asciidoc language with "-a lang=xx" to translate notes, tips, warnings,...
2011-08-20 11:25:56 +02:00
Sebastien Helleu
44f2b7caf4
core: add functions "key_bind" and "key_unbind" in plugin API
2011-08-20 10:52:27 +02:00
Sebastien Helleu
885e0d9374
doc: update italian translations and user guide
2011-08-17 15:08:18 +02:00
Sebastien Helleu
168b1dd2b0
core: allow name of buffer for command /buffer clear (task #11269 )
2011-08-16 22:22:42 +02:00
Sebastien Helleu
6c24da222c
doc: fix commands for scrolling bars with mouse wheel in user guide
2011-08-16 09:43:45 +02:00
Sebastien Helleu
832d30b665
core: add local variables of buffer in focus hashtable, remove irc_server/irc_channel from focus hashtable for nicklist
2011-08-16 09:41:02 +02:00
Sebastien Helleu
a234bc90ad
irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc focus hashtable for nicklist
2011-08-16 09:15:00 +02:00
Sebastien Helleu
9070021a54
core: allow a second area for keys in context "mouse" (for drag & drop between two areas)
2011-08-15 21:49:20 +02:00
Sebastien Helleu
39d7a98f02
doc: update italian translations, user guide and FAQ
2011-08-15 18:08:43 +02:00
Sebastien Helleu
19d6c0532d
doc: fix typo in user guide
2011-08-15 13:04:07 +02:00
Sebastien Helleu
d89115d4db
core: add "_chat_line_x" in focus hashtable (for buffers with free content)
2011-08-15 12:59:32 +02:00
Sebastien Helleu
1ca036e8d9
core: return empty string for window and buffer pointers in focus hashtable when value is N/A
2011-08-14 18:03:29 +02:00