diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-28 19:59:36 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-28 19:59:36 +0100 |
commit | 7e14c60f4dcba0dcae5418bc93bb0a0e497e6bb1 (patch) | |
tree | 5b62bd74b4608167b666472cc8baf3d68d5e2f29 /doc | |
parent | 02fc4053c903a2d4b671f1b85b05f90a4d891612 (diff) | |
download | weechat-7e14c60f4dcba0dcae5418bc93bb0a0e497e6bb1.zip |
core: revert check of layout when switching to a buffer using value "auto" in buffer_set
This reverts commits 14cf7bd20fb3f00b18343464c175a0c4e3556149 and
262dff4b87ebf14a11fe83899fe168bc5a72ffe6.
The initial fix was for a problem with irc autojoin and layout: the
current window has not appropriate buffer (as defined in layout) if it
is not the latest channel in "autojoin" option.
So the way to fix this problem is to set the value of option
irc.look.buffer_switch_autojoin to off.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 3 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 5 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 5 |
3 files changed, 5 insertions, 8 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index b7d54da41..44cb99a53 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -10081,8 +10081,7 @@ Arguments: | display | "1", "auto" | "1": switch to this buffer in current window + - "auto": switch to this buffer in current window only if the buffer - displayed is not the buffer set in the layout, read marker is not reset + "auto": switch to this buffer in current window, read marker is not reset | number | number | Move buffer to this number diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index c28e46353..4e825b643 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -10254,9 +10254,8 @@ Paramètres : | display | "1", "auto" | "1" : basculer vers ce tampon dans la fenêtre active + - "auto" : basculer vers ce tampon dans la fenêtre active seulement si le - tampon affiché n'est pas celui défini dans le "layout", le marqueur de données - non lues n'est pas réinitialisé + "auto" : basculer vers ce tampon dans la fenêtre active, le marqueur de + données non lues n'est pas réinitialisé | number | numéro | Déplace le tampon vers ce numéro diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index a5ff183c5..c083b5e45 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -10237,11 +10237,10 @@ Argomenti: | unread | - | Imposta l'evidenziatore di lettura dopo l'ultima riga del buffer -// TRANSLATION MISSING | display | "1", "auto" | "1": passa a questo buffer nella finestra corrente + - "auto": switch to this buffer in current window only if the buffer - displayed is not the buffer set in the layout, read marker is not reset + "auto": passa a questo buffer nella finestra corrente, l'evidenziatore di + lettura non viene resettato | number | numero | Sposta buffer a questo numero |