Sebastien Helleu
6a5f0fbc07
core: fix crash on /reload weechat
...
The problem was introduced in commit eef3b57075
which was storing split commands inside keys themselves (for optimization).
This causes a problem when weechat.conf is reloaded, because all keys are
then deleted and created again, which removes the array of commands which
is currently used. And then it leads to a crash of WeeChat.
This commit reverts this behavior and the key commands are split when they
are executed.
2014-03-27 07:53:01 +01:00
Sebastien Helleu
d129b39b86
doc: use command /script in question about installation of scripts (FAQ)
2014-03-26 13:28:29 +01:00
Sebastien Helleu
ee5819239d
doc: add command to install script buffers.pl (FAQ)
2014-03-26 12:18:46 +01:00
Sebastien Helleu
364a4e522b
doc: add link to WeeChat doc page (FAQ)
2014-03-26 12:14:09 +01:00
Sebastien Helleu
97b787b7a3
doc: replace links to weechat.org/scripts by command "/script search" (FAQ)
2014-03-25 19:42:22 +01:00
Sebastien Helleu
6942d08abc
doc: replace links to remote GUIs by link to features page (FAQ)
2014-03-25 19:37:22 +01:00
Sebastien Helleu
03f73b8cdc
core: skip and ignore color attributes before special names like "reset" in gui_color_get_custom
2014-03-25 15:36:21 +01:00
Sebastien Helleu
28df18379f
core: save/restore buffer property "clear" on /upgrade
2014-03-25 11:47:46 +01:00
Sebastien Helleu
3375db7720
core: save/restore buffer property "day_change" on /upgrade
2014-03-25 11:44:57 +01:00
Sebastien Helleu
d0138a8742
core: update ChangeLog
2014-03-25 11:43:10 +01:00
Sebastien Helleu
babb3abff4
exec: allow clear of new buffers with /buffer clear
2014-03-25 10:56:05 +01:00
Sebastien Helleu
92ec36eced
core: add buffer property "clear"
2014-03-25 10:55:12 +01:00
Sebastien Helleu
8deb0d3612
exec: add options -nf and -cl/-nocl in command /exec
...
-nf: create a new buffer with free content
-cl: clear new buffer
-nocl: append in new buffer
2014-03-25 09:25:47 +01:00
Sebastien Helleu
966a2f4fb4
irc: fix notify message: "joined" -> "connected"
2014-03-24 14:34:09 +01:00
Sebastien Helleu
0fb3f7d4a3
doc: add bare display in questions about copy/paste and click on long URLs (FAQ)
2014-03-24 07:28:46 +01:00
Sebastien Helleu
5776bcc818
doc: update German auto-generated files
2014-03-23 21:14:59 +01:00
nils_2
59c722c196
doc: update German documentation
2014-03-23 13:14:52 +01:00
nils_2
67b6baf05d
doc: update German faq
2014-03-23 13:09:04 +01:00
nils_2
e434b552fb
doc: update German documentation
2014-03-23 13:08:40 +01:00
nils_2
4f52c4a8f9
core: update German translations
2014-03-23 13:07:51 +01:00
Sebastien Helleu
ea34976d4d
doc: update the contribute chapter in developer's guide
2014-03-23 08:27:18 +01:00
Sébastien Helleu
aa3a82f2f2
Merge pull request #39 from Mkaysi/links
...
README.asciidoc: fix links.
2014-03-23 08:10:21 +01:00
Mikaela Suomalainen
2334d7be10
README.asciidoc: add anchors to links.
2014-03-23 09:06:54 +02:00
Mikaela Suomalainen
b99f4bce61
README.asciidoc: fix links.
2014-03-23 09:01:57 +02:00
Sebastien Helleu
f7e52e2a08
doc: update Japanese auto-generated files
2014-03-23 07:35:31 +01:00
Sébastien Helleu
b2318896e3
Merge pull request #38 from l/translation_ja
...
core: update Japanese translations
2014-03-23 07:31:30 +01:00
AYANOKOUZI, Ryuunosuke
1e3010cd6f
core: update Japanese translations
2014-03-23 06:11:49 +09:00
Sébastien Helleu
2dcacc2ce3
Merge pull request #37 from Mkaysi/patch-1
...
core: fix developer's guide link in Contributing.asciidoc
2014-03-22 16:42:31 +01:00
Mikaela Suomalainen
d5730060c7
Contributing.asciidoc: fix developer's guide link
...
The link directed to WeeChat.org instead of the developer's guide.
2014-03-22 17:09:50 +02:00
Sebastien Helleu
6fe09ccb19
doc: replace "echo -e" with "printf" in user's guide
2014-03-22 10:27:46 +01:00
Sebastien Helleu
aad5765e35
irc: replace "user" by "nick" in description of commands
2014-03-22 10:05:45 +01:00
Sebastien Helleu
73576b49d0
irc: fix arguments in /help unquiet: at least one nick/host is required
2014-03-22 10:01:25 +01:00
Sebastien Helleu
262340ba19
irc: update description of some commands
2014-03-22 09:55:13 +01:00
Sebastien Helleu
c9116e4982
irc: add command /unquiet ( closes #36 )
2014-03-22 09:30:04 +01:00
Sebastien Helleu
e2798b2cf2
core: fix typo in /help command
2014-03-21 14:32:09 +01:00
Sebastien Helleu
f1d483303d
doc: update question about messages displayed on channel join (FAQ)
2014-03-20 19:51:53 +01:00
Sebastien Helleu
98c6b1a810
doc: update list of actions executed when a trigger is called (user's guide)
2014-03-20 19:11:32 +01:00
Sebastien Helleu
37438fc0e3
doc: add plugins trigger/exec in CMake options and list of default plugins (user's guide)
2014-03-20 19:06:02 +01:00
Sebastien Helleu
3a6313c4b5
api: add support of nested variables in function string_eval_expression and command /eval ( closes #35 )
2014-03-20 15:57:46 +01:00
Sebastien Helleu
e6c775050b
doc: update German auto-generated files
2014-03-20 10:51:43 +01:00
nils_2
fb8b0d9a5a
core: update German translations
2014-03-19 21:53:22 +01:00
Sebastien Helleu
89160c565e
core: fix add of filter on OS X when regex for message is empty (filter regex ending with "\t")
2014-03-19 19:59:02 +01:00
Sebastien Helleu
b09fbea954
irc: fix typo in /help allpv
2014-03-19 19:24:35 +01:00
Sebastien Helleu
63b474013e
irc: add command /allpv (task #13111 )
2014-03-19 19:13:41 +01:00
Sebastien Helleu
9b380a935b
core: fix use of reserved C identifiers in headers ( closes #31 )
2014-03-19 10:39:13 +01:00
Sebastien Helleu
bc96d2f1ec
core: add key alt-j,alt-f to jump to first buffer, change command for jump to last buffer
...
New key alt-j,alt-f is bound by default to "/buffer -".
The existing key alt-j,alt-l is now bound by default to "/buffer +".
2014-03-19 10:15:57 +01:00
Sebastien Helleu
dac4d3a06a
doc: update Japanese auto-generated files
2014-03-19 10:05:27 +01:00
Sébastien Helleu
800168b671
Merge pull request #28 from l/translation_ja
...
core: update Japanese translations
2014-03-18 19:22:21 +01:00
AYANOKOUZI, Ryuunosuke
568c038b12
core: update Japanese translations
2014-03-19 02:57:05 +09:00
Sebastien Helleu
f82fe29ac3
core: update the message displayed on crash
...
Add a reference to user's guide, do not ask user to send the crash log
file any more (it may have private data and is not needed in most cases).
2014-03-18 15:22:15 +01:00