Version 0.2.6

v2.8-utf8proc
Sebastien Helleu 2007-09-06 08:24:31 +00:00
parent 61ee836891
commit c056a03871
17 changed files with 855 additions and 721 deletions

View File

@ -24,7 +24,7 @@ IF(PREFIX)
SET(CMAKE_INSTALL_PREFIX ${PREFIX} CACHE PATH "Install path prefix" FORCE)
ENDIF(PREFIX)
SET(VERSION 0.2.6-cvs)
SET(VERSION 0.2.6)
SET(PKG_STRING "${PROJECT_NAME} ${VERSION}")
SET(LIBDIR ${CMAKE_INSTALL_PREFIX}/lib/weechat)
SET(SHAREDIR ${CMAKE_INSTALL_PREFIX}/share/weechat)

View File

@ -1,10 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
ChangeLog - 2007-09-05
ChangeLog - 2007-09-06
Version 0.2.6 (under dev!):
Version 0.2.6 (2007-09-06):
* fixed bug with log of plugin messages (option log_plugin_msg)
* added new option "deloutq" to /server command to delete all servers
messages out queues (task #7221)

2
FAQ
View File

@ -1,4 +1,4 @@
WeeChat FAQ, 2007-08-10
WeeChat FAQ, 2007-09-06
=======================
Intended audience:

2
FAQ.fr
View File

@ -1,4 +1,4 @@
WeeChat FAQ, 2007-08-10
WeeChat FAQ, 2007-09-06
=======================
Public concerné :

4
NEWS
View File

@ -1,6 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
* FlashCode, 2007-09-06
WeeChat 0.2.6 released.
* FlashCode, 2007-06-07
WeeChat 0.2.5 released.

View File

@ -18,10 +18,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
AC_INIT(WeeChat, 0.2.6-cvs, flashcode@flashtux.org)
AC_INIT(WeeChat, 0.2.6, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([weechat], [0.2.6-cvs])
AM_INIT_AUTOMAKE([weechat], [0.2.6])
# Checks for programs
AC_PROG_CC

View File

@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<bookinfo>
<title>WeeChat 0.2.6-cvs - User guide</title>
<title>WeeChat 0.2.6 - User guide</title>
<subtitle>Schneller, leichter und erweiterbarer IRC Client</subtitle>
<author>

View File

@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<bookinfo>
<title>WeeChat 0.2.6-cvs - User guide</title>
<title>WeeChat 0.2.6 - User guide</title>
<subtitle>Fast, light and extensible IRC client</subtitle>
<author>

View File

@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<bookinfo>
<title>WeeChat 0.2.6-cvs - Guide utilisateur</title>
<title>WeeChat 0.2.6 - Guide utilisateur</title>
<subtitle>Client IRC rapide, léger et extensible</subtitle>
<author>

View File

@ -1,4 +1,4 @@
.TH WEECHAT 1 "June 2007" "FlashCode"
.TH WEECHAT 1 "September 2007" "FlashCode"
.SH NAME
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.6-cvs\n"
"Project-Id-Version: WeeChat 0.2.6\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2007-09-02 18:15+0200\n"
"PO-Revision-Date: 2007-09-02 18:16+0200\n"
"PO-Revision-Date: 2007-09-06 10:00+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"
@ -3031,7 +3031,14 @@ msgid ""
"nick1 nick2 nick3] [-username username] [-realname realname] [-command "
"command] [-autojoin channel[,channel]] ] | [copy servername newservername] | "
"[rename servername newservername] | [keep servername] | [del servername]"
msgstr "[list [jméno_serveru]] | [listfull [jméno_serveru]] | [add jméno_serveru jméno_hosta [-port port] [-temp] [-auto | -noauto] [-ipv6] [-ssl] [-pwd heslo] [-nick přezdívka1 přezdívka2 přezdívka3] [-username uživatelské_jméno] [-realname pravé_jméno] [-command příkaz] [-autojoin kanál[,kanál]] ] | [copy jméno_serveru nové_jméno_serveru] | [rename jméno_serveru nové_jméno_serveru] | [keep jméno_serveru] | [del jméno_serveru]"
msgstr ""
"[list [jméno_serveru]] | [listfull [jméno_serveru]] | [add jméno_serveru "
"jméno_hosta [-port port] [-temp] [-auto | -noauto] [-ipv6] [-ssl] [-pwd "
"heslo] [-nick přezdívka1 přezdívka2 přezdívka3] [-username "
"uživatelské_jméno] [-realname pravé_jméno] [-command příkaz] [-autojoin kanál"
"[,kanál]] ] | [copy jméno_serveru nové_jméno_serveru] | [rename "
"jméno_serveru nové_jméno_serveru] | [keep jméno_serveru] | [del "
"jméno_serveru]"
#: src/common/command.c:192
msgid ""
@ -3084,8 +3091,8 @@ msgstr ""
" keep: zachovat server v konfiguračním souboru (pouze pro "
"dočasné servery)\n"
" del: smazat server\n"
" deloutq: smazat zprávy v odchozích frontách všech serverů ("
"všechny zprávy, které WeeChat právě posílá)"
" deloutq: smazat zprávy v odchozích frontách všech serverů (všechny "
"zprávy, které WeeChat právě posílá)"
#: src/common/command.c:216
msgid "set config options"

View File

@ -7,10 +7,10 @@
# Thomas Schuetz <i18n@internet-villa.de>, 2006, 2007.
msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.6-cvs\n"
"Project-Id-Version: WeeChat 0.2.6\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2007-09-02 18:15+0200\n"
"PO-Revision-Date: 2007-08-08 15:28+0200\n"
"PO-Revision-Date: 2007-09-06 10:00+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"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.6-cvs\n"
"Project-Id-Version: WeeChat 0.2.6\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2007-09-02 18:15+0200\n"
"PO-Revision-Date: 2007-08-08 15:28+0200\n"
"PO-Revision-Date: 2007-09-06 10:00+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"

View File

@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.6-cvs\n"
"Project-Id-Version: WeeChat 0.2.6\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2007-09-02 18:15+0200\n"
"PO-Revision-Date: 2007-09-02 18:15+0200\n"
"PO-Revision-Date: 2007-09-06 10:01+0200\n"
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"
@ -3066,7 +3066,13 @@ msgid ""
"nick1 nick2 nick3] [-username username] [-realname realname] [-command "
"command] [-autojoin channel[,channel]] ] | [copy servername newservername] | "
"[rename servername newservername] | [keep servername] | [del servername]"
msgstr "[list [nom_serveur]] | [listfull [nom_serveur]] | [add nom_serveur nom/IP [-port port] [-temp] [-auto | -noauto] [-ipv6] [-ssl] [-pwd mot_de_passe] [-nicks pseudo1 pseudo2 pseudo3] [-username nom_utilisateur] [-realname nom_réel] [-command commande] [-autojoin canal[,canal]] ] | [copy nom_serveur nouveau_nom_serveur] | [rename nom_serveur nouveau_nom_serveur] | [keep nom_serveur] | [del nom_serveur]"
msgstr ""
"[list [nom_serveur]] | [listfull [nom_serveur]] | [add nom_serveur nom/IP [-"
"port port] [-temp] [-auto | -noauto] [-ipv6] [-ssl] [-pwd mot_de_passe] [-"
"nicks pseudo1 pseudo2 pseudo3] [-username nom_utilisateur] [-realname "
"nom_réel] [-command commande] [-autojoin canal[,canal]] ] | [copy "
"nom_serveur nouveau_nom_serveur] | [rename nom_serveur nouveau_nom_serveur] "
"| [keep nom_serveur] | [del nom_serveur]"
#: src/common/command.c:192
msgid ""

View File

@ -5,10 +5,10 @@
# Andras Voroskoi <voroskoi@frugalware.org>, 2006-2007.
msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.6-cvs\n"
"Project-Id-Version: WeeChat 0.2.6\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2007-09-02 18:15+0200\n"
"PO-Revision-Date: 2007-08-08 15:29+0200\n"
"PO-Revision-Date: 2007-09-06 10:01+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"

1505
po/ru.po

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
#
%define name weechat
%define version 0.2.5
%define version 0.2.6
%define release 1
Name: %{name}
@ -67,6 +67,8 @@ rm -rf $RPM_BUILD_ROOT
%{_docdir}/%{name}/weechat_quickstart*
%changelog
* Thu Sep 06 2007 FlashCode <flashcode@flashtux.org> 0.2.6-1
- Released version 0.2.6
* Thu Jun 07 2007 FlashCode <flashcode@flashtux.org> 0.2.5-1
- Released version 0.2.5
* Thu Mar 29 2007 FlashCode <flashcode@flashtux.org> 0.2.4-1