1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

Compare commits

...

8 Commits

Author SHA1 Message Date
Sébastien Helleu f0a06cc85a Version 2.0 2017-12-03 11:55:08 +01:00
Sébastien Helleu 4edbc7d1da core: add missing versions in weechat.spec 2017-12-03 11:18:12 +01:00
Sébastien Helleu a688ec3d0b core: add missing version 1.9.1 in weechat.spec 2017-12-03 11:11:14 +01:00
Sébastien Helleu e4580a731b buflist: use larger buffer for buflist bar item name 2017-12-03 11:04:28 +01:00
Sébastien Helleu db6f0e030d debian: add "metapackage" info to short description of weechat package 2017-12-03 08:53:41 +01:00
Sébastien Helleu 59e5455659 Merge pull request #1110 from l/master/translation/ja_JP
doc: update Japanese translations
2017-12-03 08:43:29 +01:00
AYANOKOUZI, Ryuunosuke 019ceba4b3 doc: update Japanese translations 2017-12-03 09:00:00 +09:00
Krzysztof Korościk 75099675c7 doc: updated polish faq 2017-12-01 19:30:07 +01:00
10 changed files with 47 additions and 37 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
[[v2.0]] [[v2.0]]
== Version 2.0 (under dev) == Version 2.0 (2017-12-03)
New features:: New features::
+1 -1
View File
@@ -18,7 +18,7 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
[[v2.0]] [[v2.0]]
== Version 2.0 (under dev) == Version 2.0 (2017-12-03)
[[v2.0_debian_packaging]] [[v2.0_debian_packaging]]
=== Split of scripting Debian packages === Split of scripting Debian packages
+1 -1
View File
@@ -31,7 +31,7 @@ Architecture: all
Depends: ${misc:Depends}, weechat-devel-curses (>= ${source:Version}) Depends: ${misc:Depends}, weechat-devel-curses (>= ${source:Version})
Suggests: weechat-devel-doc (= ${source:Version}) Suggests: weechat-devel-doc (= ${source:Version})
Conflicts: weechat Conflicts: weechat
Description: Fast, light and extensible chat client Description: Fast, light and extensible chat client (metapackage)
WeeChat (Wee Enhanced Environment for Chat) is a fast and light 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. for many operating systems. Everything can be done with a keyboard.
It is customizable and extensible with plugins/scripts, and includes: It is customizable and extensible with plugins/scripts, and includes:
+1 -1
View File
@@ -30,7 +30,7 @@ Package: weechat
Architecture: all Architecture: all
Depends: ${misc:Depends}, weechat-curses (>= ${source:Version}) Depends: ${misc:Depends}, weechat-curses (>= ${source:Version})
Suggests: weechat-doc (= ${source:Version}) Suggests: weechat-doc (= ${source:Version})
Description: Fast, light and extensible chat client Description: Fast, light and extensible chat client (metapackage)
WeeChat (Wee Enhanced Environment for Chat) is a fast and light 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. for many operating systems. Everything can be done with a keyboard.
It is customizable and extensible with plugins/scripts, and includes: It is customizable and extensible with plugins/scripts, and includes:
+8 -11
View File
@@ -824,36 +824,33 @@ OpenBSD では、プラグインファイル名の末尾が ".so.0.0" です (Li
スクリプトは他の IRC クライアントのものと互換性がありません。 スクリプトは他の IRC クライアントのものと互換性がありません。
// TRANSLATION MISSING
[[scripts_update]] [[scripts_update]]
=== The command "/script update" can not read scripts, how to fix that? === コマンド "/script update" でスクリプトを読み込むことができません。どうすればいいですか。
First check questions about SSL connection in this FAQ 手始めに、この FAQ の SSL 接続に関する質問を確認してください
(especially the option _weechat.network.gnutls_ca_file_). (特にオプション _weechat.network.gnutls_ca_file_ に関する質問)。
If still not working, try to manually delete the scripts file (in your shell): それでもだめなら、手作業で (シェルから) スクリプトリストファイルを削除してください:
---- ----
$ rm ~/.weechat/script/plugins.xml.gz $ rm ~/.weechat/script/plugins.xml.gz
---- ----
And update scripts again in WeeChat: その後、WeeChat からスクリプトリストを更新してください:
---- ----
/script update /script update
---- ----
If you still have an error, then you must remove the automatic update of file それでもまだエラーが出るなら、更新を受け取るにはスクリプトリストファイルを必ず手作業で更新しなければいけないということです。これを行うには以下の手順に従ってください:
in WeeChat and download the file manually outside WeeChat (that means you'll
have to update manually the file yourself to get updates):
* in WeeChat: * WeeChat から WeeChat のファイル自動更新機能を無効化してください:
---- ----
/set script.scripts.cache_expire -1 /set script.scripts.cache_expire -1
---- ----
* in your shell, with curl installed: * シェルからスクリプトリストファイルをダウンロードしてください (必要なら curl をインストールしてください):
---- ----
$ cd ~/.weechat/script $ cd ~/.weechat/script
+5 -7
View File
@@ -47,10 +47,9 @@ GNU/Linux では ".so"、Windows
(WeeChat ソースコードに含まれています)。このファイルでは WeeChat (WeeChat ソースコードに含まれています)。このファイルでは WeeChat
と通信する際に使う構造体や型が定義されています。 と通信する際に使う構造体や型が定義されています。
// TRANSLATION MISSING WeeChat 関数を <<plugin_api>>
In order to call WeeChat functions in the format displayed in <<plugin_api>>, に表示された書式で呼び出すには、以下のグローバルポインタを定義して
the following global pointer must be declared and initialized in the function <<_weechat_plugin_init,weechat_plugin_init>> 関数の中でそれを初期化しなければいけません:
<<_weechat_plugin_init,weechat_plugin_init>>:
[source,C] [source,C]
---- ----
@@ -99,9 +98,8 @@ int weechat_plugin_init (struct t_weechat_plugin *plugin,
引数: 引数:
// TRANSLATION MISSING * _plugin_: WeeChat プラグイン構造体へのポインタ。これはグローバルポインタ
* _plugin_: WeeChat プラグイン構造体へのポインタ, used to initialize the `weechat_plugin` を初期化する際に使われます
convenience global pointer `weechat_plugin`
* _argc_: プラグインに対する引数の数 (ユーザがコマンドラインで指定) * _argc_: プラグインに対する引数の数 (ユーザがコマンドラインで指定)
* _argv_: プラグインに対する引数 * _argv_: プラグインに対する引数
+10 -11
View File
@@ -836,36 +836,35 @@ Możesz użyć komendy `/script` do instalowania i zarządzania skryptami
Skrypty nie są kompatybilne z innymi klientami IRC. Skrypty nie są kompatybilne z innymi klientami IRC.
// TRANSLATION MISSING
[[scripts_update]] [[scripts_update]]
=== The command "/script update" can not read scripts, how to fix that? === Komenda "/script update" nie może odczytać skryptów, jak to naprawić?
First check questions about SSL connection in this FAQ Najpierw zapoznaj się z zagadnieniami dotyczącymi połączeń SSL znajdującymi się
(especially the option _weechat.network.gnutls_ca_file_). w tym dokumencie (zwłaszcza opcji _weechat.network.gnutls_ca_file_).
If still not working, try to manually delete the scripts file (in your shell): Jeśli to nie pomoże spróuj ręcznie usunąć plik z listą skryptów (z poziomu powłoki):
---- ----
$ rm ~/.weechat/script/plugins.xml.gz $ rm ~/.weechat/script/plugins.xml.gz
---- ----
And update scripts again in WeeChat: Następnie ponownie zaktualizuj listę sktyptów w WeeChat:
---- ----
/script update /script update
---- ----
If you still have an error, then you must remove the automatic update of file Jeśli w dalszym ciągu otrzymujesz błąd, wtedy musisz wyłączyć automatyczną aktualizacje
in WeeChat and download the file manually outside WeeChat (that means you'll pliku z listą skryptów przez WeeChat i ręcznie pobrać ten plik (oznacza to, że musisz
have to update manually the file yourself to get updates): ręcznie aktualizować plik do najnowszej wersji):
* in WeeChat: * w WeeChat:
---- ----
/set script.scripts.cache_expire -1 /set script.scripts.cache_expire -1
---- ----
* in your shell, with curl installed: * w powłoce, z zainstalowanym programem curl:
---- ----
$ cd ~/.weechat/script $ cd ~/.weechat/script
+1 -1
View File
@@ -45,7 +45,7 @@ int old_line_number_current_buffer[BUFLIST_BAR_NUM_ITEMS];
const char * const char *
buflist_bar_item_get_name (int index) buflist_bar_item_get_name (int index)
{ {
static char item_name[16]; static char item_name[32];
if (index == 0) if (index == 0)
{ {
+2 -2
View File
@@ -32,9 +32,9 @@
# devel-patch the patch version of devel (e.g. 2 for version 1.4.2) # devel-patch the patch version of devel (e.g. 2 for version 1.4.2)
# #
WEECHAT_STABLE=1.9.1 WEECHAT_STABLE=2.0
WEECHAT_DEVEL=2.0 WEECHAT_DEVEL=2.0
WEECHAT_DEVEL_FULL=2.0-rc1 WEECHAT_DEVEL_FULL=2.0
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"
+17 -1
View File
@@ -23,7 +23,7 @@
# #
%define name weechat %define name weechat
%define version 1.9 %define version 2.0
%define release 1 %define release 1
Name: %{name} Name: %{name}
@@ -77,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/share/icons/hicolor/32x32/apps/weechat.png %{_prefix}/share/icons/hicolor/32x32/apps/weechat.png
%changelog %changelog
* Sun Dec 03 2017 Sébastien Helleu <flashcode@flashtux.org> 2.0-1
- Released version 2.0
* Sat Sep 23 2017 Sébastien Helleu <flashcode@flashtux.org> 1.9.1-1
- Released version 1.9.1
* Sun Jun 25 2017 Sébastien Helleu <flashcode@flashtux.org> 1.9-1 * Sun Jun 25 2017 Sébastien Helleu <flashcode@flashtux.org> 1.9-1
- Released version 1.9 - Released version 1.9
* Sat May 13 2017 Sébastien Helleu <flashcode@flashtux.org> 1.8-1 * Sat May 13 2017 Sébastien Helleu <flashcode@flashtux.org> 1.8-1
@@ -111,6 +115,10 @@ rm -rf $RPM_BUILD_ROOT
- Released version 0.4.1 - Released version 0.4.1
* Sun Jan 20 2013 Sébastien Helleu <flashcode@flashtux.org> 0.4.0-1 * Sun Jan 20 2013 Sébastien Helleu <flashcode@flashtux.org> 0.4.0-1
- Released version 0.4.0 - Released version 0.4.0
* Sun Nov 18 2012 Sébastien Helleu <flashcode@flashtux.org> 0.3.9.2-1
- Released version 0.3.9.2
* Fri Nov 09 2012 Sébastien Helleu <flashcode@flashtux.org> 0.3.9.1-1
- Released version 0.3.9.1
* Sat Sep 29 2012 Sébastien Helleu <flashcode@flashtux.org> 0.3.9-1 * Sat Sep 29 2012 Sébastien Helleu <flashcode@flashtux.org> 0.3.9-1
- Released version 0.3.9 - Released version 0.3.9
* Sun Jun 03 2012 Sébastien Helleu <flashcode@flashtux.org> 0.3.8-1 * Sun Jun 03 2012 Sébastien Helleu <flashcode@flashtux.org> 0.3.8-1
@@ -127,10 +135,18 @@ rm -rf $RPM_BUILD_ROOT
- Released version 0.3.3 - Released version 0.3.3
* Sun Apr 18 2010 Sébastien Helleu <flashcode@flashtux.org> 0.3.2-1 * Sun Apr 18 2010 Sébastien Helleu <flashcode@flashtux.org> 0.3.2-1
- Released version 0.3.2 - Released version 0.3.2
* Sun Jan 31 2010 Sébastien Helleu <flashcode@flashtux.org> 0.3.1.1-1
- Released version 0.3.1.1
* Sat Jan 23 2010 Sébastien Helleu <flashcode@flashtux.org> 0.3.1-1 * Sat Jan 23 2010 Sébastien Helleu <flashcode@flashtux.org> 0.3.1-1
- Released version 0.3.1 - Released version 0.3.1
* Sun Sep 06 2009 Sébastien Helleu <flashcode@flashtux.org> 0.3.0-1 * Sun Sep 06 2009 Sébastien Helleu <flashcode@flashtux.org> 0.3.0-1
- Released version 0.3.0 - Released version 0.3.0
* Sat Jun 13 2009 Sébastien Helleu <flashcode@flashtux.org> 0.2.6.3-1
- Released version 0.2.6.3
* Sat Apr 18 2009 Sébastien Helleu <flashcode@flashtux.org> 0.2.6.2-1
- Released version 0.2.6.2
* Sat Mar 14 2009 Sébastien Helleu <flashcode@flashtux.org> 0.2.6.1-1
- Released version 0.2.6.1
* Thu Sep 06 2007 Sébastien Helleu <flashcode@flashtux.org> 0.2.6-1 * Thu Sep 06 2007 Sébastien Helleu <flashcode@flashtux.org> 0.2.6-1
- Released version 0.2.6 - Released version 0.2.6
* Thu Jun 07 2007 Sébastien Helleu <flashcode@flashtux.org> 0.2.5-1 * Thu Jun 07 2007 Sébastien Helleu <flashcode@flashtux.org> 0.2.5-1