summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-05-11 14:19:51 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-05-11 14:19:51 +0200
commit92424a595d5e4aad03cddac6038dff6ac80ea9df (patch)
tree682a7e6413e5e3dd75e52370ef6cbd4c5dd4c316
parent57c6478b9184979ad1a09336076b0c07cd7fc56b (diff)
downloadweechat-92424a595d5e4aad03cddac6038dff6ac80ea9df.zip
Change version from 0.2.7-dev to 0.3.0-dev
-rw-r--r--CMakeLists.txt4
-rw-r--r--ChangeLog4
-rw-r--r--FAQ16
-rw-r--r--FAQ.fr16
-rw-r--r--configure.in4
-rw-r--r--debian/changelog2
-rw-r--r--debian/control30
-rw-r--r--doc/de/dev/plugins.de.xml2
-rw-r--r--doc/de/dev/weechat_dev.de.xml2
-rw-r--r--doc/de/user/weechat_user.de.xml2
-rw-r--r--doc/docgen.pl2
-rw-r--r--doc/en/dev/plugins.en.xml2
-rw-r--r--doc/en/dev/weechat_dev.en.xml2
-rw-r--r--doc/en/user/weechat_user.en.xml2
-rw-r--r--doc/en/weechat_quickstart.en.txt4
-rw-r--r--doc/fr/dev/plugins.fr.xml2
-rw-r--r--doc/fr/dev/weechat_dev.fr.xml2
-rw-r--r--doc/fr/user/weechat_user.fr.xml2
-rw-r--r--doc/fr/weechat_quickstart.fr.txt4
-rw-r--r--po/cs.po10
-rw-r--r--po/de.po10
-rw-r--r--po/es.po10
-rw-r--r--po/fr.po9
-rw-r--r--po/hu.po10
-rw-r--r--po/pl.po9
-rw-r--r--po/ru.po10
-rw-r--r--po/weechat.pot5
27 files changed, 103 insertions, 74 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa835434c..653ef92a7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,8 +27,8 @@ IF(PREFIX)
ENDIF(PREFIX)
SET(VERSION_MAJOR "0")
-SET(VERSION_MINOR "2")
-SET(VERSION_PATCH "7-dev")
+SET(VERSION_MINOR "3")
+SET(VERSION_PATCH "0-dev")
SET(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
SET(PKG_STRING "${PROJECT_NAME} ${VERSION}")
SET(LIBDIR ${CMAKE_INSTALL_PREFIX}/lib/${PROJECT_NAME})
diff --git a/ChangeLog b/ChangeLog
index c3686f889..4b77bdec9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-ChangeLog - 2009-05-09
+ChangeLog - 2009-05-11
-Version 0.2.7 (under dev!):
+Version 0.3.0 (under dev!):
* irc: add irc plugin (replaces old IRC code in core)
* irc: add smart join/part/quit message filter (task #8503)
* irc: use of many addresses for servers (auto-switch when a connexion
diff --git a/FAQ b/FAQ
index 3a2c8c25d..268bdadd7 100644
--- a/FAQ
+++ b/FAQ
@@ -1,4 +1,4 @@
-WeeChat FAQ, 2009-05-03
+WeeChat FAQ, 2009-05-11
=======================
1 - General
@@ -11,7 +11,7 @@ WeeChat FAQ, 2009-05-03
1.1: Why choosing WeeChat? X-Chat and Irssi are so good...
Because WeeChat is very light and has new features.
-Some features (version >= 0.2.7):
+Some features (version >= 0.3.x):
* multi-protocols support via plugins (IRC, Jabber)
* many deported GUI in addition to Curses (coming soon)
* available in many languages
@@ -85,7 +85,7 @@ For versions >= 0.2.3:
- setup global decode value, for example:
with WeeChat <= 0.2.6:
/setp charset.global.decode = ISO-8859-15
- with WeeChat >= 0.2.7:
+ with WeeChat >= 0.3.x:
/set charset.default.decode "ISO-8859-15"
- if you are using UTF-8 locale:
- check that your terminal is UTF-8 ready
@@ -132,7 +132,7 @@ You must setup that:
- with WeeChat <= 0.2.6:
/set plugins_extension = ".so.0.0"
/plugin autoload
-- with WeeChat >= 0.2.7:
+- with WeeChat >= 0.3.x:
/set weechat.plugin.extension ".so.0.0"
/plugin autoload
@@ -147,7 +147,7 @@ Scripts are not compatible with other IRC clients.
Notes:
- scripts in ~/.weechat/<language>/autoload are automatically loaded when
WeeChat is starting up.
-- plugin "tcl" is available with version 0.2.7 or newer.
+- plugin "tcl" is available with version >= 0.3.x.
------------------------------------------------------------------------------
@@ -171,7 +171,7 @@ konsole, ...). Key is usually ctrl + alt + mouse selection.
Other solution is to move nicklist to top or bottom, for example:
- with WeeChat <= 0.2.6:
/set look_nicklist_position = top
-- with WeeChat >= 0.2.7:
+- with WeeChat >= 0.3.x:
/bar set nicklist position top
@@ -182,7 +182,7 @@ You can use sound.pl script (available on scripts page), and then setup a
system command (to play sound, display message, ..) with this command:
- with WeeChat <= 0.2.6:
/setp perl.sound.cmd_highlight = "/path/command arguments"
-- with WeeChat >= 0.2.7:
+- with WeeChat >= 0.3.x:
/set plugins.var.perl.sound.cmd_highlight "/path/command arguments"
@@ -196,7 +196,7 @@ According to WeeChat version:
/ignore * quit #weechat freenode
(channel and/or server may be "*")
(/help ignore for help)
-- with WeeChat >= 0.2.7:
+- with WeeChat >= 0.3.x:
- smart filter (keep join/part/quit from users who spoke recently):
/set irc.look.smart_filter on
/filter add irc_smart * irc_smart_filter *
diff --git a/FAQ.fr b/FAQ.fr
index b3d696fad..bb448826a 100644
--- a/FAQ.fr
+++ b/FAQ.fr
@@ -1,4 +1,4 @@
-WeeChat FAQ, 2009-05-03
+WeeChat FAQ, 2009-05-11
=======================
1 - Général
@@ -11,7 +11,7 @@ WeeChat FAQ, 2009-05-03
1.1: Pourquoi choisir WeeChat ? X-Chat et Irssi sont si bien...
Parce que WeeChat est très léger et a de nouvelles fonctionnalités.
-Quelques fonctionnalités (version >= 0.2.7) :
+Quelques fonctionnalités (version >= 0.3.x) :
* support multi-protocoles via extensions (IRC, Jabber)
* plusieurs interfaces déportées en plus de Curses (à venir bientôt)
* disponible en plusieurs langues
@@ -90,7 +90,7 @@ Pour les versions >= 0.2.3 :
- affectez la valeur pour le décodage global, par exemple :
avec WeeChat <= 0.2.6 :
/setp charset.global.decode = ISO-8859-15
- avec WeeChat >= 0.2.7 :
+ avec WeeChat >= 0.3.x :
/set charset.default.decode "ISO-8859-15"
- si vous utilisez la locale UTF-8 :
- vérifiez que votre terminal est compatible UTF-8
@@ -139,7 +139,7 @@ Vous devez configurer ça :
- avec WeeChat <= 0.2.6 :
/set plugins_extension = ".so.0.0"
/plugin autoload
-- avec WeeChat >= 0.2.7 :
+- avec WeeChat >= 0.3.x :
/set weechat.plugin.extension ".so.0.0"
/plugin autoload
@@ -154,7 +154,7 @@ Les scripts ne sont pas compatibles avec d'autres clients IRC.
Notes :
- les scripts dans ~/.weechat/<langage>/autoload sont automatiquement chargés
par WeeChat lorsqu'il démarre.
-- l'extension "tcl" est disponible à partir de la version 0.2.7.
+- l'extension "tcl" est disponible à partir de la version 0.3.x.
------------------------------------------------------------------------------
@@ -181,7 +181,7 @@ Une autre solution est de déplacer la liste des pseudos en haut ou en bas, par
exemple :
- avec WeeChat <= 0.2.6 :
/set look_nicklist_position = top
-- avec WeeChat >= 0.2.7 :
+- avec WeeChat >= 0.3.x :
/bar set nicklist position top
@@ -193,7 +193,7 @@ puis configurer une commande système (jouant un son, affichant un message à
l'écran, etc...) comme ceci :
- avec WeeChat <= 0.2.6 :
/setp perl.sound.cmd_highlight = "/chemin/commande parametres"
-- avec WeeChat >= 0.2.7 :
+- avec WeeChat >= 0.3.x :
/set plugins.var.perl.sound.cmd_highlight "/chemin/commande parametres"
@@ -207,7 +207,7 @@ Selon la version de WeeChat :
/ignore * quit #weechat freenode
(le canal et/ou le serveur peuvent être "*")
(/help ignore pour l'aide)
-- avec WeeChat >= 0.2.7 :
+- avec WeeChat >= 0.3.x :
- filtre interlligent (pour garder les join/part/quit des utilisateurs qui
ont parlé récemment) :
/set irc.look.smart_filter on
diff --git a/configure.in b/configure.in
index a56f1e320..67346153a 100644
--- a/configure.in
+++ b/configure.in
@@ -18,10 +18,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
-AC_INIT(WeeChat, 0.2.7-dev, flashcode@flashtux.org)
+AC_INIT(WeeChat, 0.3.0-dev, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/core/weechat.c])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([weechat], [0.2.7-dev])
+AM_INIT_AUTOMAKE([weechat], [0.3.0-dev])
# Checks for programs
AC_PROG_CC
diff --git a/debian/changelog b/debian/changelog
index 6b92ca3ee..fcf434fa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-weechat (0.2.7-1) experimental; urgency=low
+weechat (0.3.0-1) experimental; urgency=low
* New (major) upstream release.
- Fix the excessive number of wakeups (Closes: #461945)
diff --git a/debian/control b/debian/control
index 7705abe7f..08c8ccbed 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Homepage: http://weechat.flashtux.org/
Package: weechat
Architecture: all
Depends: ${misc:Depends}, weechat-curses (>= ${source:Version})
-Description: Fast, light and extensible IRC client
- WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client
+Description: Fast, light and extensible chat client
+ WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
It is customizable and extensible with plugins/scripts, and includes:
- nicklist
@@ -28,8 +28,8 @@ Package: weechat-curses
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-core (= ${binary:Version})
Recommends: weechat-plugins (= ${binary:Version})
-Description: Fast, light and extensible IRC client - console client
- WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client
+Description: Fast, light and extensible chat client - console client
+ WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
It is customizable and extensible with plugins/scripts, and includes:
- nicklist
@@ -46,9 +46,9 @@ Package: weechat-core
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: weechat-doc (= ${source:Version})
-Conflicts: weechat-common, weechat-plugins (<< 0.2.7)
-Description: Fast, light and extensible IRC client - core files
- WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client
+Conflicts: weechat-common, weechat-plugins (<< 0.3.0)
+Description: Fast, light and extensible chat client - core files
+ WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package provides core plugins and locales files for WeeChat. It
@@ -59,8 +59,8 @@ Package: weechat-plugins
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version})
Suggests: weechat-scripts
-Description: Fast, light and extensible IRC client - plugins
- WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client
+Description: Fast, light and extensible chat client - plugins
+ WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package provides some plugins to enhance WeeChat. It currently
@@ -74,8 +74,8 @@ Package: weechat-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
-Description: Fast, light and extensible IRC client - documentation
- WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client
+Description: Fast, light and extensible chat client - documentation
+ WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package contains the html documentation for WeeChat.
@@ -84,8 +84,8 @@ Package: weechat-dev
Section: devel
Architecture: all
Depends: ${misc:Depends}
-Description: Fast, light and extensible IRC client - developement headers
- WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client
+Description: Fast, light and extensible chat client - developement headers
+ WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package contains the headers needed to build plugins.
@@ -96,8 +96,8 @@ Priority: extra
Architecture: any
Depends: ${misc:Depends}, weechat-curses (= ${binary:Version}) |
weechat-core (= ${binary:Version}), weechat-plugins (= ${binary:Version})
-Description: Fast, light and extensible IRC client - debugging symbols
- WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client
+Description: Fast, light and extensible chat client - debugging symbols
+ WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package contains gdb debugging symbols for the WeeChat packages.
diff --git a/doc/de/dev/plugins.de.xml b/doc/de/dev/plugins.de.xml
index 5a225ce61..fd9b6be33 100644
--- a/doc/de/dev/plugins.de.xml
+++ b/doc/de/dev/plugins.de.xml
@@ -187,7 +187,7 @@ WEECHAT_PLUGIN_NAME("double");
WEECHAT_PLUGIN_DESCRIPTION("Test plugin for WeeChat");
WEECHAT_PLUGIN_AUTHOR("FlashCode &lt;flashcode@flashtux.org&gt;");
WEECHAT_PLUGIN_VERSION("0.1");
-WEECHAT_PLUGIN_WEECHAT_VERSION("0.2.7");
+WEECHAT_PLUGIN_WEECHAT_VERSION("0.3.0");
WEECHAT_PLUGIN_LICENSE("GPL3");
struct t_weechat_plugin *weechat_plugin = NULL;
diff --git a/doc/de/dev/weechat_dev.de.xml b/doc/de/dev/weechat_dev.de.xml
index 644adc61e..9d5b56723 100644
--- a/doc/de/dev/weechat_dev.de.xml
+++ b/doc/de/dev/weechat_dev.de.xml
@@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<bookinfo>
- <title>WeeChat 0.2.7-dev - Developer guide</title>
+ <title>WeeChat 0.3.0-dev - Developer guide</title>
<subtitle>Schneller, leichter und erweiterbarer Chat Client</subtitle>
<author>
diff --git a/doc/de/user/weechat_user.de.xml b/doc/de/user/weechat_user.de.xml
index 143b1be49..620c7e83d 100644
--- a/doc/de/user/weechat_user.de.xml
+++ b/doc/de/user/weechat_user.de.xml
@@ -50,7 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<bookinfo>
- <title>WeeChat 0.2.7-dev - User guide</title>
+ <title>WeeChat 0.3.0-dev - User guide</title>
<subtitle>Schneller, leichter und erweiterbarer Chat Client</subtitle>
<author>
diff --git a/doc/docgen.pl b/doc/docgen.pl
index fa966c243..bc767b4ee 100644
--- a/doc/docgen.pl
+++ b/doc/docgen.pl
@@ -98,7 +98,7 @@ my @ignore_completions_items = ("jabber.*",
# -------------------------------[ init ]--------------------------------------
weechat::register("docgen", "FlashCode <flashcode\@flashtux.org>", $version,
- "GPL", "Doc generator for WeeChat 0.2.7", "", "");
+ "GPL", "Doc generator for WeeChat 0.3.x", "", "");
weechat::hook_command("docgen", "Doc generator", "", "", "", "docgen", "");
weechat::config_set_plugin("path", $default_path)
if (weechat::config_get_plugin("path") eq "");
diff --git a/doc/en/dev/plugins.en.xml b/doc/en/dev/plugins.en.xml
index 25204219a..cde8d314c 100644
--- a/doc/en/dev/plugins.en.xml
+++ b/doc/en/dev/plugins.en.xml
@@ -180,7 +180,7 @@ WEECHAT_PLUGIN_NAME("double");
WEECHAT_PLUGIN_DESCRIPTION("Test plugin for WeeChat");
WEECHAT_PLUGIN_AUTHOR("FlashCode &lt;flashcode@flashtux.org&gt;");
WEECHAT_PLUGIN_VERSION("0.1");
-WEECHAT_PLUGIN_WEECHAT_VERSION("0.2.7");
+WEECHAT_PLUGIN_WEECHAT_VERSION("0.3.0");
WEECHAT_PLUGIN_LICENSE("GPL3");
struct t_weechat_plugin *weechat_plugin = NULL;
diff --git a/doc/en/dev/weechat_dev.en.xml b/doc/en/dev/weechat_dev.en.xml
index 2ed8e67c5..6e4232545 100644
--- a/doc/en/dev/weechat_dev.en.xml
+++ b/doc/en/dev/weechat_dev.en.xml
@@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<bookinfo>
- <title>WeeChat 0.2.7-dev - Developer guide</title>
+ <title>WeeChat 0.3.0-dev - Developer guide</title>
<subtitle>Fast, light and extensible chat client</subtitle>
<author>
diff --git a/doc/en/user/weechat_user.en.xml b/doc/en/user/weechat_user.en.xml
index 960f219e2..359b854fc 100644
--- a/doc/en/user/weechat_user.en.xml
+++ b/doc/en/user/weechat_user.en.xml
@@ -50,7 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<bookinfo>
- <title>WeeChat 0.2.7-dev - User guide</title>
+ <title>WeeChat 0.3.0-dev - User guide</title>
<subtitle>Fast, light and extensible chat client</subtitle>
<author>
diff --git a/doc/en/weechat_quickstart.en.txt b/doc/en/weechat_quickstart.en.txt
index 065d4cfac..5dd89dd2c 100644
--- a/doc/en/weechat_quickstart.en.txt
+++ b/doc/en/weechat_quickstart.en.txt
@@ -1,4 +1,4 @@
-WeeChat quick start guide (english version, for WeeChat >= 0.2.7)
+WeeChat quick start guide (english version, for WeeChat >= 0.3.x)
=================================================================
1. Launch weechat
@@ -206,5 +206,5 @@ WeeChat quick start guide (english version, for WeeChat >= 0.2.7)
--
(c) 2006-2009, written by FlashCode <flashcode@flashtux.org>
-Last edited on 2009-01-02.
+Last edited on 2009-05-11.
This document is part of WeeChat and is distributed under GPL 3 licence.
diff --git a/doc/fr/dev/plugins.fr.xml b/doc/fr/dev/plugins.fr.xml
index 5e089f9d2..1ab31c0de 100644
--- a/doc/fr/dev/plugins.fr.xml
+++ b/doc/fr/dev/plugins.fr.xml
@@ -186,7 +186,7 @@ WEECHAT_PLUGIN_NAME("double");
WEECHAT_PLUGIN_DESCRIPTION("Test plugin for WeeChat");
WEECHAT_PLUGIN_AUTHOR("FlashCode &lt;flashcode@flashtux.org&gt;");
WEECHAT_PLUGIN_VERSION("0.1");
-WEECHAT_PLUGIN_WEECHAT_VERSION("0.2.7");
+WEECHAT_PLUGIN_WEECHAT_VERSION("0.3.0");
WEECHAT_PLUGIN_LICENSE("GPL3");
struct t_weechat_plugin *weechat_plugin = NULL;
diff --git a/doc/fr/dev/weechat_dev.fr.xml b/doc/fr/dev/weechat_dev.fr.xml
index 61b4e3d66..ceee38596 100644
--- a/doc/fr/dev/weechat_dev.fr.xml
+++ b/doc/fr/dev/weechat_dev.fr.xml
@@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<bookinfo>
- <title>WeeChat 0.2.7-dev - Guide du développeur</title>
+ <title>WeeChat 0.3.0-dev - Guide du développeur</title>
<subtitle>Client de discussion rapide, léger et extensible</subtitle>
<author>
diff --git a/doc/fr/user/weechat_user.fr.xml b/doc/fr/user/weechat_user.fr.xml
index 8ba90b45c..77c86fd09 100644
--- a/doc/fr/user/weechat_user.fr.xml
+++ b/doc/fr/user/weechat_user.fr.xml
@@ -50,7 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<bookinfo>
- <title>WeeChat 0.2.7-dev - Guide utilisateur</title>
+ <title>WeeChat 0.3.0-dev - Guide utilisateur</title>
<subtitle>Client de discussion rapide, léger et extensible</subtitle>
<author>
diff --git a/doc/fr/weechat_quickstart.fr.txt b/doc/fr/weechat_quickstart.fr.txt
index 4ecb3a81b..c324b0783 100644
--- a/doc/fr/weechat_quickstart.fr.txt
+++ b/doc/fr/weechat_quickstart.fr.txt
@@ -1,4 +1,4 @@
-Guide de démarrage rapide WeeChat (version française, pour WeeChat >= 0.2.7)
+Guide de démarrage rapide WeeChat (version française, pour WeeChat >= 0.3.x)
============================================================================
1. Démarrer weechat
@@ -216,5 +216,5 @@ Guide de démarrage rapide WeeChat (version française, pour WeeChat >= 0.2.7)
--
(c) 2006-2009, écrit par FlashCode <flashcode@flashtux.org>
-Dernière édition le 02/01/2009.
+Dernière édition le 11/05/2009.
Ce document fait partie de WeeChat et est distribué sous license GPL 3.
diff --git a/po/cs.po b/po/cs.po
index 07ac7a460..7b37c2429 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: WeeChat 0.2.7-dev\n"
+"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2009-05-09 11:01+0200\n"
-"PO-Revision-Date: 2009-01-03 00:42+0100\n"
+"POT-Creation-Date: 2009-05-11 12:44+0200\n"
+"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"
@@ -3596,6 +3596,10 @@ msgid "IRC channels (on all servers)"
msgstr "seznam uživatelů přihlášených k serveru"
#, fuzzy
+msgid "IRC privates (on all servers)"
+msgstr "seznam uživatelů přihlášených k serveru"
+
+#, fuzzy
msgid "default part message for IRC channel"
msgstr "seznam uživatelů na kanálu"
diff --git a/po/de.po b/po/de.po
index 166f63930..9e19c6214 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,10 +7,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: WeeChat 0.2.7-dev\n"
+"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2009-05-09 11:01+0200\n"
-"PO-Revision-Date: 2009-01-03 00:42+0100\n"
+"POT-Creation-Date: 2009-05-11 12:44+0200\n"
+"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: Thomas Schuetz <i18n@internet-villa.de>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"
@@ -3572,6 +3572,10 @@ msgid "IRC channels (on all servers)"
msgstr "Channels, die bei Verbindung zum Server zu betreten sind"
#, fuzzy
+msgid "IRC privates (on all servers)"
+msgstr "Channels, die bei Verbindung zum Server zu betreten sind"
+
+#, fuzzy
msgid "default part message for IRC channel"
msgstr "Liste von Nicks im Channel"
diff --git a/po/es.po b/po/es.po
index be99e1075..fa73a82f5 100644
--- a/po/es.po
+++ b/po/es.po
@@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: WeeChat 0.2.7-dev\n"
+"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2009-05-09 11:01+0200\n"
-"PO-Revision-Date: 2009-01-03 00:42+0100\n"
+"POT-Creation-Date: 2009-05-11 12:44+0200\n"
+"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"
@@ -3561,6 +3561,10 @@ msgid "IRC channels (on all servers)"
msgstr "lista de canales a unirse cuando se conecte a un servidor"
#, fuzzy
+msgid "IRC privates (on all servers)"
+msgstr "lista de canales a unirse cuando se conecte a un servidor"
+
+#, fuzzy
msgid "default part message for IRC channel"
msgstr "lista de usuarios en el canal"
diff --git a/po/fr.po b/po/fr.po
index 7205b4dab..a18c603fa 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: WeeChat 0.2.7-dev\n"
+"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2009-05-09 11:01+0200\n"
-"PO-Revision-Date: 2009-05-09 11:03+0200\n"
+"POT-Creation-Date: 2009-05-11 12:44+0200\n"
+"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"
@@ -3699,6 +3699,9 @@ msgstr "titre du canal IRC courant"
msgid "IRC channels (on all servers)"
msgstr "canaux IRC (sur tous les serveurs)"
+msgid "IRC privates (on all servers)"
+msgstr "canaux IRC (sur tous les serveurs)"
+
msgid "default part message for IRC channel"
msgstr "message de fin par défaut pour le canal IRC"
diff --git a/po/hu.po b/po/hu.po
index 9ae7bc929..c1a4204dc 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -10,10 +10,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: WeeChat 0.2.7-dev\n"
+"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2009-05-09 11:01+0200\n"
-"PO-Revision-Date: 2009-01-03 00:42+0100\n"
+"POT-Creation-Date: 2009-05-11 12:44+0200\n"
+"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"
@@ -3611,6 +3611,10 @@ msgid "IRC channels (on all servers)"
msgstr "szobák listája ahová be akarunk lépni csatlakozás után"
#, fuzzy
+msgid "IRC privates (on all servers)"
+msgstr "szobák listája ahová be akarunk lépni csatlakozás után"
+
+#, fuzzy
msgid "default part message for IRC channel"
msgstr "felhasználók listája a szobában"
diff --git a/po/pl.po b/po/pl.po
index afba3c6ed..4afbce72b 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,10 +7,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: WeeChat 0.2.7-dev\n"
+"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2009-05-09 11:01+0200\n"
-"PO-Revision-Date: 2009-04-29 08:07+0200\n"
+"POT-Creation-Date: 2009-05-11 12:44+0200\n"
+"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: <soltys@szluug.org>\n"
"Language-Team: Polish\n"
"MIME-Version: 1.0\n"
@@ -3095,6 +3095,9 @@ msgstr ""
msgid "IRC channels (on all servers)"
msgstr ""
+msgid "IRC privates (on all servers)"
+msgstr ""
+
msgid "default part message for IRC channel"
msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 6751f825c..6d215787a 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: WeeChat 0.2.7-dev\n"
+"Project-Id-Version: WeeChat 0.3.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2009-05-09 11:01+0200\n"
-"PO-Revision-Date: 2009-01-03 00:42+0100\n"
+"POT-Creation-Date: 2009-05-11 12:44+0200\n"
+"PO-Revision-Date: 2009-05-11 13:02+0200\n"
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"
@@ -3604,6 +3604,10 @@ msgid "IRC channels (on all servers)"
msgstr "Список каналов, на которые заходить при соединении с сервером"
#, fuzzy
+msgid "IRC privates (on all servers)"
+msgstr "Список каналов, на которые заходить при соединении с сервером"
+
+#, fuzzy
msgid "default part message for IRC channel"
msgstr "список ников на канале"
diff --git a/po/weechat.pot b/po/weechat.pot
index c23a2a7cc..0279a9875 100644
--- a/po/weechat.pot
+++ b/po/weechat.pot
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2009-05-09 11:01+0200\n"
+"POT-Creation-Date: 2009-05-11 12:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3062,6 +3062,9 @@ msgstr ""
msgid "IRC channels (on all servers)"
msgstr ""
+msgid "IRC privates (on all servers)"
+msgstr ""
+
msgid "default part message for IRC channel"
msgstr ""