Sebastien Helleu
0430c144c5
doc: update list of contributors in user guide
2012-06-30 17:16:54 +02:00
Sebastien Helleu
b5b3c709c6
core: update ChangeLog (detection of ruby 1.9.3 in cmake/autotools)
2012-06-30 17:09:21 +02:00
Peter Boström
16c6dcb34c
ruby: replace puts with print in FindRuby.cmake
2012-06-30 17:06:35 +02:00
Sebastien Helleu
b1ef66ec63
ruby: add detection of ruby version 1.9.3 in autotools
2012-06-30 17:05:19 +02:00
Peter Boström
47810d56aa
ruby: add detection of ruby version 1.9.3 in cmake
2012-06-30 16:58:01 +02:00
Sebastien Helleu
08c3c848bd
irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME (task #12150 )
2012-06-30 14:19:00 +02:00
Sebastien Helleu
00a9028f42
irc: set callback "nickcmp" in channel buffers
2012-06-14 20:07:06 +02:00
Sebastien Helleu
d66555f387
core: add callback "nickcmp" for nick comparison in buffers
2012-06-14 20:06:42 +02:00
Sebastien Helleu
b5082902b4
core: fix typo in NEWS
2012-06-14 07:58:43 +02:00
Sebastien Helleu
9c8b06deb0
core: add missing header in NEWS
2012-06-14 07:56:29 +02:00
Sebastien Helleu
f0dae2b425
core: add options for horizontal/vertical separators between split windows in NEWS
2012-06-14 07:52:18 +02:00
Sebastien Helleu
41beef296f
doc: add command /buffer to set notify level in user guide
2012-06-13 22:42:46 +02:00
Sebastien Helleu
907752167f
core: fix resize of windows after horizontal split
2012-06-13 10:29:57 +02:00
Sebastien Helleu
529d12c1db
scripts: ignore call to "register" (with a warning) if script is already registered
2012-06-10 23:01:40 +02:00
Sebastien Helleu
e25909878e
lua: fix crash when unloading a script without pointer to interpreter
2012-06-10 22:32:11 +02:00
Sebastien Helleu
58918e2eeb
guile: fix crash when unloading a script without pointer to interpreter
2012-06-10 22:31:29 +02:00
Sebastien Helleu
db43e2a018
python: fix crash when unloading a script without pointer to interpreter
2012-06-10 22:30:48 +02:00
Sebastien Helleu
bab252de96
doc: add chapters "Buffers and windows" and "Notify levels" in user guide
2012-06-10 17:15:28 +02:00
Sebastien Helleu
25c795a26f
core: add horizontal separator between windows, two new options to toggle horizontal/vertical separators between windows
...
New boolean options, enabled by default:
- weechat.look.window_separator_horizontal
- weechat.look.window_separator_vertical
2012-06-10 09:51:03 +02:00
Sebastien Helleu
9f09c26fca
doc: add commands to download weeget.py in quickstart guide
2012-06-09 22:03:56 +02:00
Sebastien Helleu
c0c75a9555
doc: add "case insensitive" for argument "message" of function hook_print (plugin API reference)
2012-06-09 21:52:34 +02:00
Sebastien Helleu
9c5116b4fe
core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg for highlight when nick is offline)
2012-06-09 21:33:10 +02:00
Sebastien Helleu
49f4e4cfa4
core: fix refresh of offline nicks (in chat) when nicklist bar is hidden
2012-06-09 12:35:44 +02:00
Sebastien Helleu
9f4dbd2b3b
irc: fix freeze when reading on socket with SSL enabled (bug #35097 )
2012-06-09 11:43:02 +02:00
Sebastien Helleu
d8c9013aff
core: fix color of nicks in buffers without nicklist when option weechat.look.color_nick_offline is on
2012-06-09 11:31:06 +02:00
Sebastien Helleu
200652836b
core: add options to use different color for offline nicks in prefix (patch from Nei) (task #11109 )
...
New options:
- weechat.look.color_nick_offline: boolean to enable feature (off by default)
- weechat.color.chat_nick_offline: color for offline nicks (displayed in prefix)
2012-06-09 08:53:50 +02:00
Sebastien Helleu
2a00de476e
guile: fix path of guile include dirs in cmake build (patch #7790 )
2012-06-05 08:51:22 +02:00
Sebastien Helleu
e6125608c0
rmodifier: reallow names beginning with "#" for rmodifiers
2012-06-04 18:21:29 +02:00
Sebastien Helleu
a306fcfd33
alias: reallow names beginning with "#" for aliases
2012-06-04 18:20:47 +02:00
Sebastien Helleu
89b676f653
irc: reallow names beginning with "#" for servers
2012-06-04 18:19:31 +02:00
Sebastien Helleu
e79c7cf7d9
core: reallow names beginning with "#" for bars, proxies and filters
2012-06-04 18:18:10 +02:00
Sebastien Helleu
0732789f34
core: escape special chars (#[\
) in configuration files for name of options (bug #36584 )
2012-06-04 18:14:57 +02:00
Sebastien Helleu
231ee3fa3d
rmodifier: prohibit names beginning with "#" for rmodifiers
2012-06-04 10:06:46 +02:00
Sebastien Helleu
c681c660c6
alias: prohibit names beginning with "#" for aliases (bug #36584 )
2012-06-04 09:59:03 +02:00
Sebastien Helleu
9076f35953
Version 0.3.9-dev
2012-06-03 10:08:43 +02:00
Sebastien Helleu
d6bd119d76
Version 0.3.8
v0.3.8
2012-06-03 09:25:29 +02:00
Nils Görs
70afcffe34
doc: update german translations and user guide
2012-06-02 09:07:26 +02:00
Krzysztof Koroscik
d401e645a6
doc: update polish translations and FAQ
2012-06-01 18:51:28 +02:00
Sebastien Helleu
99b3cc2930
core: add japanese FAQ in debian packaging
2012-06-01 16:04:13 +02:00
Sebastien Helleu
3b9e94c234
xfer: set O_NONBLOCK flag on socket using flags read
2012-06-01 11:50:43 +02:00
Sebastien Helleu
f56a936b22
core: test return code when reading flags with fcntl (set flags to 0 if error)
2012-06-01 10:33:30 +02:00
Sebastien Helleu
3209ebcb27
core: fix typo in ChangeLog
2012-05-30 08:00:23 +02:00
Elián Hanisch
b2bd220d3c
core: update spanish translations
2012-05-26 11:43:44 +02:00
Sebastien Helleu
6f5a20e3c0
Version 0.3.8-rc2
v0.3.8-rc2
2012-05-22 09:18:18 +02:00
Sebastien Helleu
04e98c3f29
core: force display of prefix on first line displayed in window (even if it should be hidden by option weechat.look.prefix_same_nick)
2012-05-22 07:59:59 +02:00
Ryuunosuke Ayanokouzi
0d73475c52
core: update japanese translations (patch #7783 )
2012-05-20 17:35:30 +02:00
Ryuunosuke Ayanokouzi
4b43f0655a
doc: fix titles of level 2 in japanese FAQ (fix problem with old asciidoc versions)
2012-05-20 17:22:31 +02:00
Sebastien Helleu
abcf34c0e2
doc: fix regex for filtering voice messages on bitlbee server
2012-05-20 16:19:29 +02:00
Marco Paolone
af20685a15
doc: update italian translations and user guide
2012-05-20 15:48:16 +02:00
Nils Görs
19afffcef3
doc: update german translations and user guide
2012-05-20 14:42:34 +02:00