Dominik Honnef
fa830e5282
ruby: fix crash when reloading ruby plugin (bug #34474 )
2011-10-26 23:40:15 +02:00
Dominik Honnef
7977f277ce
ruby: remove useless call to Gem.latest_load_paths
2011-10-26 22:57:04 +02:00
Sebastien Helleu
dfdf42e27b
core: remove unneeded whitespace
2011-10-26 20:37:03 +02:00
Ivan Sichmann Freitas
2a83aae85e
core: update portuguese translations
2011-10-26 19:36:18 +02:00
Sebastien Helleu
9b42328d55
guile: new script plugin for scheme (task #7289 )
2011-10-26 19:25:51 +02:00
Sebastien Helleu
d95aef2134
script plugins: use new macros to reduce code length
2011-10-26 18:51:16 +02:00
Sebastien Helleu
b3ac47bcf1
core: remove extra colon in german translations
2011-10-26 18:23:54 +02:00
Sebastien Helleu
d6f4f6e74c
core: fix typo: childs -> children
2011-10-25 09:13:18 +02:00
Sebastien Helleu
328d8e0f95
core: fix compilation error with "pid_t" on Mac OS X (bug #34639 )
2011-10-25 08:27:06 +02:00
Sebastien Helleu
71bef80ce2
core: enable background process under Cygwin to connect to servers, fix reconnection problem (bug #34626 )
...
The connection was not made with a fork() under Cygwin because the connect() in
child process was not working. This seems to be fixed in latest Cygwin, so this
hack has been removed and now a fork() is done for all systems.
2011-10-23 12:07:30 +02:00
Sebastien Helleu
60e88df4f2
Version 0.3.7-dev
2011-10-22 12:27:06 +02:00
Sebastien Helleu
6d103c62f9
Version 0.3.6
v0.3.6
2011-10-22 10:12:19 +02:00
Marco Paolone
64a38756b6
doc: update italian translations and docs
2011-10-21 12:18:48 +02:00
Elián Hanisch
484900adfd
doc: update spanish translations
2011-10-21 08:03:36 +02:00
Sebastien Helleu
590668013e
core: fix typo in ChangeLog
2011-10-20 18:28:07 +02:00
Sebastien Helleu
661f651048
Version 0.3.6-rc3
v0.3.6-rc3
2011-10-20 09:57:47 +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
Sebastien Helleu
0a2c938dae
core: fix freeze when calling function util_file_get_content with a directory instead of a filename
2011-10-19 13:41:34 +02:00
Marco Paolone
e26553fd9b
doc: update italian user guide and plugin API reference
2011-10-17 17:52:26 +02:00
Sebastien Helleu
395674c724
irc: fix split of outgoing message when there are only spaces
...
This fix error "No text to send" when sending message with one space (the space
was lost during split of string).
2011-10-16 20:15:22 +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
2ed8974d2f
core: fix status of mouse displayed by command /mouse
2011-10-16 18:23:54 +02:00
Sebastien Helleu
40d8e61118
irc: fix uninitialized key_type in struct gnutls_retr2_st (for gnutls >= 2.11.0)
...
This was causing connection problem with following messages:
irc: TLS handshake failed
irc: error: Insufficient credentials for that request.
2011-10-15 15:50:40 +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
0bbddad6a6
doc: update polish translations and docs, add polish scripting guide
2011-10-12 14:41:33 +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
452382db26
Version 0.3.6-rc2
v0.3.6-rc2
2011-10-10 18:44:53 +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
430d1643cc
core: fix compilation error (INSTALLPREFIX undeclared) on OS X and when compiling with included gettext (bug #26690 )
2011-10-10 18:40:03 +02:00
Sebastien Helleu
2af9c4ba92
core: display timeout for hook_process command only if debug for core is enabled (task #11401 )
2011-10-09 10:33:05 +02:00
Sebastien Helleu
298fde23fe
doc: update german user guide and FAQ
2011-10-07 21:53:17 +02:00
Sebastien Helleu
53b339fb35
core: bufferize lines displayed before core buffer is created, to display them in buffer when it is created
2011-10-07 15:30:54 +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
875112756c
core: ignore mouse code '@' (coordinates) when it is received as first event (bug of urxvt sending only this code on shift-selection in terminal)
2011-10-05 11:55:58 +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
58c32e4249
irc: fix display of items "away" and "lag" in root bars, refresh all irc bar items on signal "buffer_switch" (bug #34466 )
2011-10-04 10:32:56 +02:00
Sebastien Helleu
9206036233
core: update text in command history when pressing (ctrl-)up
2011-10-03 23:21:07 +02:00
Sebastien Helleu
e93647db95
irc: fix crash on malformed irc notice received (without message after target)
2011-10-03 15:37:35 +02:00
Sebastien Helleu
f2879b0572
doc: update german translations, user guide and FAQ
2011-10-02 15:20:57 +02:00
Sebastien Helleu
55a5b3f8d9
Version 0.3.6-rc1
v0.3.6-rc1
2011-10-02 15:11:49 +02:00
Sebastien Helleu
cf598e8447
core: fix display of background color in chat area after line feed
2011-10-02 10:58:10 +02:00
Sebastien Helleu
f89cecf71d
core: add missing hook type "focus" in array "hook_type_string" (fix crash when calling infolist_get with bad hook type)
2011-10-01 21:19:42 +02:00
Sebastien Helleu
01327b1b8f
core: fix memory leak when a window is destroyed (free coords)
2011-09-30 17:14:23 +02:00
Sebastien Helleu
dab231a9a3
doc: update question about SSL/freenode in FAQ
2011-09-30 16:46:50 +02:00