diff --git a/doc/de/config.xml b/doc/de/config.xml
index 7f0ae9466..094728e9f 100644
--- a/doc/de/config.xml
+++ b/doc/de/config.xml
@@ -215,34 +215,6 @@
'off'
Nur mit dem ersten, passenden Nicknamen vervollständigen
-
-
- Boolean
- eine beliebige Zeichenfolge
- 'on'
- Infoleiste aktivieren
-
-
-
- Zeichenfolge
- eine beliebige Zeichenfolge
- '%B, %A %d %Y'
- Timestamp in der Infobar
-
-
-
- Boolean
- eine beliebige Zeichenfolge
- 'on'
- Sekunden in der Infobar-Zeit anzeigen
-
-
-
- Ganzzahl
- zwischen 0 und 2147483647
- 7
- Anzeigezeit in Sekunden für Highlight-Messages in der Infobar (0: gar nicht erst anzeigen)
-
Ganzzahl
@@ -516,34 +488,6 @@
'blue'
Hintergrund des Statusfensters
-
-
- Farbe
- Curses- oder Gtk-Farben
- 'black'
- Farbe des Infobar-Textes
-
-
-
- Farbe
- Curses- oder Gtk-Farben
- 'blue'
- Farbe der Infobar-Trennzeichen
-
-
-
- Farbe
- Curses- oder Gtk-Farben
- 'white'
- Farbe der Infobar-Highlight-Notifikation
-
-
-
- Farbe
- Curses- oder Gtk-Farben
- 'cyan'
- Hintergrund des Infobar-Fensters
-
Farbe
diff --git a/doc/de/key_functions.xml b/doc/de/key_functions.xml
index 4ad36226b..9a3222ba0 100644
--- a/doc/de/key_functions.xml
+++ b/doc/de/key_functions.xml
@@ -193,10 +193,6 @@
hotlist_clear
Hotlist leeren
-
- infobar_clear
- Infobar leeren
-
refresh
Bild neu aufbauen
diff --git a/doc/de/plugin_api.de.xml b/doc/de/plugin_api.de.xml
index bb47e0f27..a59d127db 100644
--- a/doc/de/plugin_api.de.xml
+++ b/doc/de/plugin_api.de.xml
@@ -622,83 +622,6 @@ plugin->print (plugin, NULL, NULL,
-
- print_infobar
-
-
- Prototyp:
-
- void print_infobar (t_weechat_plugin *plugin,
- int time, char *message, ...)
-
-
-
- Zeige eine Nachricht in der Infobar für eine bestimmte Zeit
-
-
- Argumente:
-
-
-
- : Zeiger auf eine Plugin-Struktur
-
-
-
-
- : Zeitspanne für die Anzeige (in
- Sekunden, 0 = ständige Anzeige)
-
-
-
-
-
- Rückgabewert: keiner.
-
-
- Beispiel:
-
-plugin->print_infobar (plugin, 5, "hello");
-
-
-
-
-
- infobar_remove
-
-
- Prototyp:
-
- void infobar_remove (t_weechat_plugin *plugin, int count)
-
-
-
- Entferne eine oder mehr Nachrichten aus der Infobar.
-
-
- Argumente:
-
-
-
- : Zeiger auf eine Plugin-Struktur
-
-
-
-
- : Anzahl der Nachrichten (wenn das
- Argument kleiner als Null ist, werden alle Nachrichten
- entfernt)
-
-
-
-
-
- Rückgabewert: keiner.
-
-
- Beispiel: plugin->infobar_remove (1);
-
-
-
log
diff --git a/doc/de/plugin_scripts.de.xml b/doc/de/plugin_scripts.de.xml
index 789f50032..62589caaa 100644
--- a/doc/de/plugin_scripts.de.xml
+++ b/doc/de/plugin_scripts.de.xml
@@ -497,136 +497,6 @@ weechat.print_server("message")
-
- print_infobar
-
-
- Perl-Prototyp:
-
- weechat::print_infobar(time, message);
-
-
-
- Python-Prototyp:
-
- weechat.print_infobar(time, message)
-
-
-
- Ruby-Prototyp:
-
- Weechat.print_infobar(time, message)
-
-
-
- Lua-Prototyp:
-
- weechat.print_infobar(time, message)
-
-
-
- Zeige eine Nachricht für einen festen Zeitraum in der Infobar.
-
-
- Argumente:
-
-
-
- : Zeit (in sekunden) der Anzeige
- (0 = permanent)
-
-
-
-
- : Nachricht
-
-
-
-
-
- Rückgabewert: 1 bei Erfolg, 0 wenn ein Fehler aufgetreten ist
-
-
- Beispiele:
-
-# perl
-weechat::print_infobar(5, "message");
-
-# python
-weechat.print_infobar(5, "message")
-
-# ruby
-Weechat.print_infobar(5, "message")
-
--- lua
-weechat.print_infobar(5, "message")
-
-
-
-
-
- remove_infobar
-
-
- Perl-Prototyp:
-
- weechat::remove_infobar([count]);
-
-
-
- Python-Prototyp:
-
- weechat.remove_infobar([count])
-
-
-
- Ruby-Prototyp:
-
- Weechat.remove_infobar([count])
-
-
-
- Lua-Prototyp:
-
- weechat.remove_infobar([count])
-
-
-
- Entfernt eine oder mehrere Nachrichten aus dem Infobar-Speicher.
-
-
- Argumente:
-
-
-
- : Anzahl der Nachrichten, die entfernt
- werden sollen (Ist kein Argument angegeben oder <= 0
- werden alle Nachrichten entfernt)
-
-
-
-
-
- Rückgabewert: 1 bei Erfolg, 0 bei Auftreten eines Fehlers
-
-
- Beispiele:
-
-# perl
-weechat::remove_infobar(1);
-
-# python
-weechat.remove_infobar(1)
-
-# ruby
-Weechat.remove_infobar(1)
-
--- lua
-weechat.remove_infobar(1)
-
-
-
-
log
diff --git a/doc/en/config.xml b/doc/en/config.xml
index 61f402d8a..9aefec19c 100644
--- a/doc/en/config.xml
+++ b/doc/en/config.xml
@@ -215,34 +215,6 @@
'off'
Complete only with first nick found
-
-
- boolean
- 'on' or 'off'
- 'on'
- Enable info bar
-
-
-
- string
- any string
- '%B, %A %d %Y'
- Timestamp for time in infobar
-
-
-
- boolean
- 'on' or 'off'
- 'on'
- Display seconds in infobar time
-
-
-
- integer
- between 0 and 2147483647
- 7
- Delay (in seconds) for highlight messages in infobar (0 = disable highlight notifications in infobar)
-
integer
@@ -516,34 +488,6 @@
'blue'
Background for status window
-
-
- color
- Curses or Gtk color
- 'black'
- Color for info bar text
-
-
-
- color
- Curses or Gtk color
- 'blue'
- Color for infobar delimiters
-
-
-
- color
- Curses or Gtk color
- 'white'
- Color for info bar highlight notification
-
-
-
- color
- Curses or Gtk color
- 'cyan'
- Background for info bar window
-
color
diff --git a/doc/en/key_functions.xml b/doc/en/key_functions.xml
index 27deec273..9605b534d 100644
--- a/doc/en/key_functions.xml
+++ b/doc/en/key_functions.xml
@@ -193,10 +193,6 @@
hotlist_clear
clear hotlist
-
- infobar_clear
- clear infobar
-
refresh
refresh screen
diff --git a/doc/en/plugin_api.en.xml b/doc/en/plugin_api.en.xml
index b1a496289..4d4c49d64 100644
--- a/doc/en/plugin_api.en.xml
+++ b/doc/en/plugin_api.en.xml
@@ -603,82 +603,6 @@ plugin->print (plugin, NULL, NULL,
-
- print_infobar
-
-
- Prototype:
-
- void print_infobar (t_weechat_plugin *plugin,
- int time, char *message, ...)
-
-
-
- Display a message in infobar for a specified time.
-
-
- Arguments:
-
-
-
- : pointer to plugin structure
-
-
-
-
- : time (in seconds) for displaying
- message (0 = never erased)
-
-
-
-
-
- Return value: none.
-
-
- Example:
-
-plugin->print_infobar (plugin, 5, "hello");
-
-
-
-
-
- infobar_remove
-
-
- Prototype:
-
- void infobar_remove (t_weechat_plugin *plugin, int count)
-
-
-
- Remove one or more messages in infobar stack.
-
-
- Arguments:
-
-
-
- : pointer to plugin structure
-
-
-
-
- : number of messages to remove
- (if argument is <= 0, then all messages are removed)
-
-
-
-
-
- Return value: none.
-
-
- Example: plugin->infobar_remove (1);
-
-
-
log
diff --git a/doc/en/plugin_scripts.en.xml b/doc/en/plugin_scripts.en.xml
index 787e8c1c9..46424fece 100644
--- a/doc/en/plugin_scripts.en.xml
+++ b/doc/en/plugin_scripts.en.xml
@@ -483,136 +483,6 @@ weechat.print_server("message")
-
- print_infobar
-
-
- Perl prototype:
-
- weechat::print_infobar(time, message);
-
-
-
- Python prototype:
-
- weechat.print_infobar(time, message)
-
-
-
- Ruby prototype:
-
- Weechat.print_infobar(time, message)
-
-
-
- Lua prototype:
-
- weechat.print_infobar(time, message)
-
-
-
- Display a message in infobar for a specified time.
-
-
- Arguments:
-
-
-
- : time (in seconds) for displaying
- message (0 = never erased)
-
-
-
-
- : message
-
-
-
-
-
- Return value: 1 if success, 0 if an error occurred.
-
-
- Examples:
-
-# perl
-weechat::print_infobar(5, "message");
-
-# python
-weechat.print_infobar(5, "message")
-
-# ruby
-Weechat.print_infobar(5, "message")
-
--- lua
-weechat.print_infobar(5, "message")
-
-
-
-
-
- remove_infobar
-
-
- Perl prototype:
-
- weechat::remove_infobar([count]);
-
-
-
- Python prototype:
-
- weechat.remove_infobar([count])
-
-
-
- Ruby prototype:
-
- Weechat.remove_infobar([count])
-
-
-
- Lua prototype:
-
- weechat.remove_infobar([count])
-
-
-
- Remove one or more messages in infobar stack.
-
-
- Arguments:
-
-
-
- : number of messages to remove
- (if argument not given or <= 0, then all messages are
- removed)
-
-
-
-
-
- Return value: 1 if success, 0 if an error occurred.
-
-
- Examples:
-
-# perl
-weechat::remove_infobar(1);
-
-# python
-weechat.remove_infobar(1)
-
-# ruby
-Weechat.remove_infobar(1)
-
--- lua
-weechat.remove_infobar(1)
-
-
-
-
log
diff --git a/doc/en/usage.en.xml b/doc/en/usage.en.xml
index 11f746ac2..4134ed91a 100644
--- a/doc/en/usage.en.xml
+++ b/doc/en/usage.en.xml
@@ -410,12 +410,6 @@ along with this program. If not, see .
(activity notification on other buffers)
-
- Alt + I
-
- Remove last infobar message
-
-
Alt + J then Alt + L
diff --git a/doc/fr/config.xml b/doc/fr/config.xml
index c8ff8804a..2d5903a49 100644
--- a/doc/fr/config.xml
+++ b/doc/fr/config.xml
@@ -215,34 +215,6 @@
'off'
Compléter seulement avec le premier pseudo trouvé
-
-
- booléen
- 'on' ou 'off'
- 'on'
- Active la barre d'infos
-
-
-
- chaîne
- toute chaîne
- '%B, %A %d %Y'
- Format de date/heure dans la barre d'infos
-
-
-
- booléen
- 'on' ou 'off'
- 'on'
- Afficher les secondes pour l'heure dans la barre d'infos
-
-
-
- entier
- entre 0 et 2147483647
- 7
- Délai (en secondes) pour la notification des messages dans la barre d'infos (0 = désactiver les notifications dans la barre d'infos)
-
entier
@@ -516,34 +488,6 @@
'blue'
Couleur de fond pour la fenêtre de statut
-
-
- couleur
- couleur Curses ou Gtk
- 'black'
- Couleur pour la barre d'infos
-
-
-
- couleur
- couleur Curses ou Gtk
- 'blue'
- Couleur pour les délimiteurs de la barre d'infos
-
-
-
- couleur
- couleur Curses ou Gtk
- 'white'
- Couleur pour la notification dans la barre d'infos
-
-
-
- couleur
- couleur Curses ou Gtk
- 'cyan'
- Couleur de fond pour la fenêtre de barre d'infos
-
couleur
diff --git a/doc/fr/key_functions.xml b/doc/fr/key_functions.xml
index beb61c720..489238a4d 100644
--- a/doc/fr/key_functions.xml
+++ b/doc/fr/key_functions.xml
@@ -193,10 +193,6 @@
hotlist_clear
effacer la liste d'activité
-
- infobar_clear
- effacer la barre d'infos
-
refresh
rafraîchir l'écran
diff --git a/doc/fr/plugin_api.fr.xml b/doc/fr/plugin_api.fr.xml
index ee8f16bcb..02123b7fd 100644
--- a/doc/fr/plugin_api.fr.xml
+++ b/doc/fr/plugin_api.fr.xml
@@ -631,85 +631,6 @@ plugin->print (plugin, NULL, NULL,
-
- print_infobar
-
-
- Prototype :
-
- void print_infobar (t_weechat_plugin *plugin,
- int temps, char *message, ...)
-
-
-
- Affiche un message sur la barre d'infos pour un temps déterminé.
-
-
- Paramètres :
-
-
-
- : pointeur vers la structure
- de l'extension
-
-
-
-
- : temps (en secondes) pendant lequel
- le message est affiché (0 = jamais effacé)
-
-
-
-
-
- Valeur renvoyée : aucune.
-
-
- Exemple :
-
-plugin->print_infobar (plugin, 5, "hello");
-
-
-
-
-
- infobar_remove
-
-
- Prototype :
-
- void infobar_remove (t_weechat_plugin *plugin, int nombre)
-
-
-
- Efface un ou plusieurs messages dans la pile de la barre d'infos.
-
-
- Paramètres :
-
-
-
- : pointeur vers la structure
- de l'extension
-
-
-
-
- : nombre de messages à supprimer
- (si paramètre non présent ou <= 0, alors tous les messages
- sont effacés)
-
-
-
-
-
- Valeur renvoyée : aucune.
-
-
- Exemple : plugin->infobar_remove (1);
-
-
-
log
diff --git a/doc/fr/plugin_scripts.fr.xml b/doc/fr/plugin_scripts.fr.xml
index b32548699..dd1145c6a 100644
--- a/doc/fr/plugin_scripts.fr.xml
+++ b/doc/fr/plugin_scripts.fr.xml
@@ -489,136 +489,6 @@ weechat.print_server("message")
-
- print_infobar
-
-
- Prototype Perl :
-
- weechat::print_infobar(temps, message);
-
-
-
- Prototype Python :
-
- weechat.print_infobar(temps, message)
-
-
-
- Prototype Ruby :
-
- Weechat.print_infobar(temps, message)
-
-
-
- Prototype Lua :
-
- weechat.print_infobar(temps, message)
-
-
-
- Affiche un message sur la barre d'infos pour un temps déterminé.
-
-
- Paramètres :
-
-
-
- : temps (en secondes) pendant
- lequel le message est affiché (0 = jamais effacé)
-
-
-
-
- : message à afficher
-
-
-
-
-
- Valeur renvoyée : 1 si succès, 0 si une erreur s'est produite.
-
-
- Exemples :
-
-# perl
-weechat::print_infobar(5, "message");
-
-# python
-weechat.print_infobar(5, "message")
-
-# ruby
-Weechat.print_infobar(5, "message")
-
--- lua
-weechat.print_infobar(5, "message")
-
-
-
-
-
- remove_infobar
-
-
- Prototype Perl :
-
- weechat::remove_infobar([nombre]);
-
-
-
- Prototype Python :
-
- weechat.remove_infobar([nombre])
-
-
-
- Prototype Ruby :
-
- Weechat.remove_infobar([nombre])
-
-
-
- Prototype Lua :
-
- weechat.remove_infobar([nombre])
-
-
-
- Efface un ou plusieurs messages dans la pile de la barre d'infos.
-
-
- Paramètres :
-
-
-
- : nombre de messages à supprimer
- (si paramètre non présent ou <= 0, alors tous les messages
- sont effacés)
-
-
-
-
-
- Valeur renvoyée : 1 si succès, 0 si une erreur s'est produite.
-
-
- Exemples :
-
-# perl
-weechat::remove_infobar(1);
-
-# python
-weechat.remove_infobar(1)
-
-# ruby
-Weechat.remove_infobar(1)
-
--- lua
-weechat.remove_infobar(1)
-
-
-
-