Sebastien Helleu
2370f7aaa7
doc: update note about WeeChat version at beginning of FAQ
2012-07-06 12:35:11 +02:00
Sebastien Helleu
31d3b7d035
doc: fix name of option in question about memory usage (FAQ)
2012-07-06 12:29:04 +02:00
Sebastien Helleu
273256eea9
core: add default key alt+"s" (toggle aspell)
2012-07-05 16:13:04 +02:00
Sebastien Helleu
3de7b2ff3d
aspell: add new option aspell.check.enabled, add options enable/disable/toggle for command /aspell, display aspell status with /aspell (task #11988 )
...
New options in command /aspell:
- "enable": enable aspell
- "disable": disable aspell
- "toggle": toggle aspell
Options renamed in command /aspell:
- "enable" renamed to "setdict" (set dictionary for current buffer)
- "disable" renamed to "deldict" (delete dictionary used on current buffer)
- "dictlist" renamed to "listdict" (show installed dictionaries)
2012-07-05 16:06:28 +02:00
Sebastien Helleu
cbc47ece3d
aspell: add missing dictionaries (ast/grc/hus/kn/ky)
2012-07-05 14:41:26 +02:00
Sebastien Helleu
5309a65f05
core: update ChangeLog (add cmake option "MANDIR")
2012-07-05 12:08:00 +02:00
Simon Kuhnle
14e98a5fae
doc: add new cmake option MANDIR (bug #36776 )
...
${SHAREDIR}/man is not always the correct path, so add option to customize path.
This is set to "${SHAREDIR}/man" by default.
Signed-off-by: Simon Kuhnle <simon@blarzwurst.de>
2012-07-05 12:07:23 +02:00
stfn
26d7fcfc97
doc: fix C example of weechat_hook_process_hashtable (plugin API reference)
2012-07-05 09:32:15 +02:00
Nils Görs
9f9a37b8e6
doc: update german FAQ
2012-07-04 15:53:34 +02:00
Nils Görs
3d3530f06c
doc: update german translations and user guide
2012-07-03 15:49:02 +02:00
Sebastien Helleu
dc091d060c
doc: update list of contributors in user guide
2012-07-03 11:38:19 +02:00
Sebastien Helleu
8b5f6085a2
core: update ChangeLog (support of lua 5.2)
2012-07-03 11:36:57 +02:00
Arvydas Sidorenko
69fde9c427
lua: remove call to deprecated function luaL_openlib (compatibility with Lua 5.2)
...
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
2012-07-03 11:32:20 +02:00
Arvydas Sidorenko
e84099fb97
lua: replace lua_open by luaL_newstate (compatibility with Lua 5.2)
...
In Lua 5.1 lua_open directly calls luaL_newstate, but was deprecated.
In Lua 5.2 lua_open was removed.
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
2012-07-03 11:32:09 +02:00
Arvydas Sidorenko
2f59774e79
lua: rename luaL_reg to luaL_Reg (compatibility with Lua 5.2)
...
The original struct name is luaL_Reg, but Lua v5.1 had a
`typedef luaL_reg luaL_Reg`, which in v5.2 was removed
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
2012-07-03 11:31:54 +02:00
Sebastien Helleu
73fbae6a62
doc: add question in FAQ about selection/paste of text when mouse is enabled
2012-07-01 17:35:27 +02:00
Sebastien Helleu
d876a5fc35
doc: fix duplicate chapter name "translations" in developer's guide
2012-07-01 16:59:56 +02:00
Sebastien Helleu
7585eae5d0
irc: fix parsing of user modes (ignore everything after first space) (bug #36756 )
2012-07-01 11:56:06 +02:00
Sebastien Helleu
c92d34020b
doc: add format of git commit messages in developer's guide
2012-06-30 17:37:23 +02:00
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