1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53:13 +02:00

Version 1.0-dev

Yeah \o/
This commit is contained in:
Sébastien Helleu
2014-04-30 19:43:56 +02:00
parent 9af7b7412c
commit 33450ddb8b
20 changed files with 197 additions and 187 deletions
+2 -2
View File
@@ -2942,7 +2942,7 @@ COMMAND_CALLBACK(input)
gui_input_history_global_next (buffer);
else if (string_strcasecmp (argv[1], "jump_smart") == 0)
gui_input_jump_smart (buffer);
/* not used any more in WeeChat >= 0.4.4 (replaced by "/buffer ++") */
/* not used any more in WeeChat >= 1.0 (replaced by "/buffer ++") */
else if (string_strcasecmp (argv[1], "jump_last_buffer") == 0)
input_data (buffer, "/buffer +");
else if (string_strcasecmp (argv[1], "jump_last_buffer_displayed") == 0)
@@ -4008,7 +4008,7 @@ COMMAND_CALLBACK(mute)
else if (string_strcasecmp (argv[1], "-all") == 0)
{
/*
* action ignored in WeeChat >= 0.4.4 (mute on all buffers is default)
* action ignored in WeeChat >= 1.0 (mute on all buffers is default)
* (kept for compatibility with old versions)
*/
ptr_command = argv_eol[2];