From 2b96cacd5163c6865b167f036df6caec8f84686e Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 30 Oct 2004 09:57:16 +0000 Subject: [PATCH] Version 0.0.8 --- BUGS | 4 +--- ChangeLog | 4 ++-- NEWS | 4 ++++ TODO | 2 +- configure.in | 4 ++-- debian/changelog | 6 ++++++ debian/copyright | 4 ++-- debian/rules | 11 +++++------ debian/weechat-common.docs | 3 --- debian/weechat-common.install | 1 + po/fr.po | 22 +++++++++++----------- po/weechat.pot | 18 +++++++++--------- weechat.spec | 6 ++++-- weechat/BUGS | 4 +--- weechat/ChangeLog | 4 ++-- weechat/NEWS | 4 ++++ weechat/TODO | 2 +- weechat/configure.in | 4 ++-- weechat/debian/changelog | 6 ++++++ weechat/debian/copyright | 4 ++-- weechat/debian/rules | 11 +++++------ weechat/debian/weechat-common.docs | 3 --- weechat/debian/weechat-common.install | 1 + weechat/po/fr.po | 22 +++++++++++----------- weechat/po/weechat.pot | 18 +++++++++--------- weechat/weechat.spec | 6 ++++-- 26 files changed, 96 insertions(+), 82 deletions(-) create mode 100644 debian/weechat-common.install create mode 100644 weechat/debian/weechat-common.install diff --git a/BUGS b/BUGS index b3a33aeb5..8b3fd3e1e 100644 --- a/BUGS +++ b/BUGS @@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -WeeChat known bugs, 2004-08-08 +WeeChat known bugs, 2004-10-30 - ./configure does not check that Curses headers are installed - ./configure does not check that Gtk 2.0 libraries are installed @@ -10,8 +10,6 @@ WeeChat known bugs, 2004-08-08 - problem when resizing terminal and that some windows are outside new term size - some IRC commands are marked as 'unknown' when received (IRC protocol is under dev!) -- too much opened channels => display bug -- when kicked, channel is not prefixed by '(' and sufixed by ')' - when function key (non used by WeeChat) is pressed, prompt is deleted - when quitting WeeChat term title is not restored (if look_set_title is ON) - command name for /server can not contain spaces diff --git a/ChangeLog b/ChangeLog index 0a4edb7cf..1f14f72a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,10 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2004-10-24 +ChangeLog - 2004-10-30 -Version 0.0.8 (under dev!): +Version 0.0.8 (2004-10-30): * /kick command fixed: now ok with many words as reason * nickserv passwords hidden (new config option: log_hide_nickserv_pwd on/off) * auto-rejoin channels when kicked (new config option: server_autorejoin on/off) diff --git a/NEWS b/NEWS index aacee19c2..752f1f35c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== +* FlashCode, 2004-10-30 + + WeeChat 0.0.8 released. + * FlashCode, 2004-08-08 WeeChat 0.0.7 released. diff --git a/TODO b/TODO index 363aa7100..17b1c4b35 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -TODO - 2004-09-19 +TODO - 2004-10-30 Legend: # done diff --git a/configure.in b/configure.in index ae93a6352..2ccef077f 100644 --- a/configure.in +++ b/configure.in @@ -19,10 +19,10 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT(WeeChat, 0.0.8-pre2, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.0.8, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/common/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.0.8-pre2]) +AM_INIT_AUTOMAKE([weechat], [0.0.8]) # Checks for programs. AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index 9a0cde8e3..d9a427e0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +weechat (0.0.8-1) unstable; urgency=low + + * WeeChat version 0.0.8, see ChangeLog for detail. + + -- FlashCode Sat, 30 Oct 2004 11:40:00 +0200 + weechat (0.0.7-1) unstable; urgency=low * WeeChat version 0.0.7, see ChangeLog for detail. diff --git a/debian/copyright b/debian/copyright index c27a01d39..bd3cf9c00 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,9 @@ This package was debianized by FlashCode on -Sat, 08 Aug 2004 21:00:00 +0200. +Sat, 30 Oct 2004 11:40:00 +0200. It was downloaded from http://weechat.flashtux.org/download -Upstream Author(s): FlashCode +Upstream Author: FlashCode Copyright: diff --git a/debian/rules b/debian/rules index 09e3aa056..7b6f5de34 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,6 @@ #!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. -# Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 @@ -50,10 +47,9 @@ install: build binary-indep: build install dh_testdir -pweechat-common dh_testroot -pweechat-common - dh_installchangelogs -pweechat-common + dh_installchangelogs ChangeLog -pweechat-common dh_installdocs -pweechat-common dh_installexamples -pweechat-common - dh_installman weechat.1 -pweechat-common dh_compress -pweechat-common dh_fixperms -pweechat-common dh_installdeb -pweechat-common @@ -66,6 +62,9 @@ binary-indep: build install binary-arch: build install dh_testdir -a dh_testroot -a + dh_installchangelogs -a + dh_installdocs -a + dh_installman weechat-curses.1 -pweechat-curses dh_link -a dh_strip -a dh_compress -a diff --git a/debian/weechat-common.docs b/debian/weechat-common.docs index 1c8bbbcf4..379955df5 100644 --- a/debian/weechat-common.docs +++ b/debian/weechat-common.docs @@ -1,10 +1,7 @@ AUTHORS BUGS -ChangeLog -COPYING FAQ FAQ.fr -INSTALL NEWS README TODO diff --git a/debian/weechat-common.install b/debian/weechat-common.install new file mode 100644 index 000000000..363548064 --- /dev/null +++ b/debian/weechat-common.install @@ -0,0 +1 @@ +usr/share/locale diff --git a/po/fr.po b/po/fr.po index 61ef2fbdc..1f2ecc838 100644 --- a/po/fr.po +++ b/po/fr.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: WeeChat 0.0.8-pre2\n" +"Project-Id-Version: WeeChat 0.0.8\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2004-10-17 13:31+0200\n" -"PO-Revision-Date: 2004-08-08 20:47+0200\n" +"POT-Creation-Date: 2004-10-29 20:16+0200\n" +"PO-Revision-Date: 2004-10-30 11:40+0200\n" "Last-Translator: FlashCode \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" @@ -1146,38 +1146,38 @@ msgstr "inconnu" msgid "%s: using local hostname \"%s\"\n" msgstr "%s: utilisation du nom de machine local \"%s\"\n" -#: src/irc/irc-send.c:256 src/irc/irc-send.c:280 src/irc/irc-send.c:368 -#: src/irc/irc-send.c:679 src/irc/irc-send.c:733 src/irc/irc-send.c:1205 +#: src/irc/irc-send.c:256 src/irc/irc-send.c:280 src/irc/irc-send.c:380 +#: src/irc/irc-send.c:691 src/irc/irc-send.c:745 src/irc/irc-send.c:1217 #, c-format msgid "%s \"%s\" command can only be executed in a channel window\n" msgstr "" "%s la commande \"%s\" peut seulement être exécutée dans une fenêtre de " "canal\n" -#: src/irc/irc-send.c:475 src/irc/irc-send.c:541 src/irc/irc-send.c:780 -#: src/irc/irc-send.c:793 src/irc/irc-send.c:1100 +#: src/irc/irc-send.c:487 src/irc/irc-send.c:553 src/irc/irc-send.c:792 +#: src/irc/irc-send.c:805 src/irc/irc-send.c:1112 #, c-format msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "" "%s la commande \"%s\" ne peut pas être exécutée dans une fenêtre serveur\n" -#: src/irc/irc-send.c:557 src/irc/irc-send.c:579 src/irc/irc-recv.c:261 +#: src/irc/irc-send.c:569 src/irc/irc-send.c:591 src/irc/irc-recv.c:261 #: src/irc/irc-recv.c:1008 #, c-format msgid "%s nick not found for \"%s\" command\n" msgstr "%s utilisateur non trouvé pour la commande \"%s\"\n" -#: src/irc/irc-send.c:628 src/irc/irc-send.c:869 src/irc/irc-recv.c:1168 +#: src/irc/irc-send.c:640 src/irc/irc-send.c:881 src/irc/irc-recv.c:1168 #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "%s impossible de créer la fenêtre privée \"%s\"\n" -#: src/irc/irc-send.c:658 src/common/command.c:1304 +#: src/irc/irc-send.c:670 src/common/command.c:1304 #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "%s nombre de paramètres erroné pour la commande \"%s\"\n" -#: src/irc/irc-send.c:1178 +#: src/irc/irc-send.c:1190 #, c-format msgid "%s, compiled on %s %s\n" msgstr "%s, compilé le %s %s\n" diff --git a/po/weechat.pot b/po/weechat.pot index 5fe18cc3a..bb9ebc295 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: 2004-10-17 13:31+0200\n" +"POT-Creation-Date: 2004-10-29 20:16+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1055,35 +1055,35 @@ msgstr "" msgid "%s: using local hostname \"%s\"\n" msgstr "" -#: src/irc/irc-send.c:256 src/irc/irc-send.c:280 src/irc/irc-send.c:368 -#: src/irc/irc-send.c:679 src/irc/irc-send.c:733 src/irc/irc-send.c:1205 +#: src/irc/irc-send.c:256 src/irc/irc-send.c:280 src/irc/irc-send.c:380 +#: src/irc/irc-send.c:691 src/irc/irc-send.c:745 src/irc/irc-send.c:1217 #, c-format msgid "%s \"%s\" command can only be executed in a channel window\n" msgstr "" -#: src/irc/irc-send.c:475 src/irc/irc-send.c:541 src/irc/irc-send.c:780 -#: src/irc/irc-send.c:793 src/irc/irc-send.c:1100 +#: src/irc/irc-send.c:487 src/irc/irc-send.c:553 src/irc/irc-send.c:792 +#: src/irc/irc-send.c:805 src/irc/irc-send.c:1112 #, c-format msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "" -#: src/irc/irc-send.c:557 src/irc/irc-send.c:579 src/irc/irc-recv.c:261 +#: src/irc/irc-send.c:569 src/irc/irc-send.c:591 src/irc/irc-recv.c:261 #: src/irc/irc-recv.c:1008 #, c-format msgid "%s nick not found for \"%s\" command\n" msgstr "" -#: src/irc/irc-send.c:628 src/irc/irc-send.c:869 src/irc/irc-recv.c:1168 +#: src/irc/irc-send.c:640 src/irc/irc-send.c:881 src/irc/irc-recv.c:1168 #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "" -#: src/irc/irc-send.c:658 src/common/command.c:1304 +#: src/irc/irc-send.c:670 src/common/command.c:1304 #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "" -#: src/irc/irc-send.c:1178 +#: src/irc/irc-send.c:1190 #, c-format msgid "%s, compiled on %s %s\n" msgstr "" diff --git a/weechat.spec b/weechat.spec index 91045ee24..b7d7fa877 100644 --- a/weechat.spec +++ b/weechat.spec @@ -1,5 +1,5 @@ %define name weechat -%define version 0.0.7 +%define version 0.0.8 %define release 1 Name: %{name} @@ -37,10 +37,12 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,0755) %doc AUTHORS BUGS ChangeLog COPYING FAQ FAQ.fr INSTALL NEWS README TODO -/usr/local/man/man1/weechat.1* +/usr/local/man/man1/weechat-curses.1* /usr/local/bin/weechat-curses %changelog +* Sat Oct 30 2004 FlashCode 0.0.8-1 +- Released version 0.0.8 * Sat Aug 08 2004 FlashCode 0.0.7-1 - Released version 0.0.7 * Sat Jun 05 2004 FlashCode 0.0.6-1 diff --git a/weechat/BUGS b/weechat/BUGS index b3a33aeb5..8b3fd3e1e 100644 --- a/weechat/BUGS +++ b/weechat/BUGS @@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -WeeChat known bugs, 2004-08-08 +WeeChat known bugs, 2004-10-30 - ./configure does not check that Curses headers are installed - ./configure does not check that Gtk 2.0 libraries are installed @@ -10,8 +10,6 @@ WeeChat known bugs, 2004-08-08 - problem when resizing terminal and that some windows are outside new term size - some IRC commands are marked as 'unknown' when received (IRC protocol is under dev!) -- too much opened channels => display bug -- when kicked, channel is not prefixed by '(' and sufixed by ')' - when function key (non used by WeeChat) is pressed, prompt is deleted - when quitting WeeChat term title is not restored (if look_set_title is ON) - command name for /server can not contain spaces diff --git a/weechat/ChangeLog b/weechat/ChangeLog index 0a4edb7cf..1f14f72a4 100644 --- a/weechat/ChangeLog +++ b/weechat/ChangeLog @@ -1,10 +1,10 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2004-10-24 +ChangeLog - 2004-10-30 -Version 0.0.8 (under dev!): +Version 0.0.8 (2004-10-30): * /kick command fixed: now ok with many words as reason * nickserv passwords hidden (new config option: log_hide_nickserv_pwd on/off) * auto-rejoin channels when kicked (new config option: server_autorejoin on/off) diff --git a/weechat/NEWS b/weechat/NEWS index aacee19c2..752f1f35c 100644 --- a/weechat/NEWS +++ b/weechat/NEWS @@ -1,6 +1,10 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== +* FlashCode, 2004-10-30 + + WeeChat 0.0.8 released. + * FlashCode, 2004-08-08 WeeChat 0.0.7 released. diff --git a/weechat/TODO b/weechat/TODO index 363aa7100..17b1c4b35 100644 --- a/weechat/TODO +++ b/weechat/TODO @@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -TODO - 2004-09-19 +TODO - 2004-10-30 Legend: # done diff --git a/weechat/configure.in b/weechat/configure.in index ae93a6352..2ccef077f 100644 --- a/weechat/configure.in +++ b/weechat/configure.in @@ -19,10 +19,10 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT(WeeChat, 0.0.8-pre2, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.0.8, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/common/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.0.8-pre2]) +AM_INIT_AUTOMAKE([weechat], [0.0.8]) # Checks for programs. AC_PROG_CC diff --git a/weechat/debian/changelog b/weechat/debian/changelog index 9a0cde8e3..d9a427e0e 100644 --- a/weechat/debian/changelog +++ b/weechat/debian/changelog @@ -1,3 +1,9 @@ +weechat (0.0.8-1) unstable; urgency=low + + * WeeChat version 0.0.8, see ChangeLog for detail. + + -- FlashCode Sat, 30 Oct 2004 11:40:00 +0200 + weechat (0.0.7-1) unstable; urgency=low * WeeChat version 0.0.7, see ChangeLog for detail. diff --git a/weechat/debian/copyright b/weechat/debian/copyright index c27a01d39..bd3cf9c00 100644 --- a/weechat/debian/copyright +++ b/weechat/debian/copyright @@ -1,9 +1,9 @@ This package was debianized by FlashCode on -Sat, 08 Aug 2004 21:00:00 +0200. +Sat, 30 Oct 2004 11:40:00 +0200. It was downloaded from http://weechat.flashtux.org/download -Upstream Author(s): FlashCode +Upstream Author: FlashCode Copyright: diff --git a/weechat/debian/rules b/weechat/debian/rules index 09e3aa056..7b6f5de34 100755 --- a/weechat/debian/rules +++ b/weechat/debian/rules @@ -1,9 +1,6 @@ #!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. -# Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 @@ -50,10 +47,9 @@ install: build binary-indep: build install dh_testdir -pweechat-common dh_testroot -pweechat-common - dh_installchangelogs -pweechat-common + dh_installchangelogs ChangeLog -pweechat-common dh_installdocs -pweechat-common dh_installexamples -pweechat-common - dh_installman weechat.1 -pweechat-common dh_compress -pweechat-common dh_fixperms -pweechat-common dh_installdeb -pweechat-common @@ -66,6 +62,9 @@ binary-indep: build install binary-arch: build install dh_testdir -a dh_testroot -a + dh_installchangelogs -a + dh_installdocs -a + dh_installman weechat-curses.1 -pweechat-curses dh_link -a dh_strip -a dh_compress -a diff --git a/weechat/debian/weechat-common.docs b/weechat/debian/weechat-common.docs index 1c8bbbcf4..379955df5 100644 --- a/weechat/debian/weechat-common.docs +++ b/weechat/debian/weechat-common.docs @@ -1,10 +1,7 @@ AUTHORS BUGS -ChangeLog -COPYING FAQ FAQ.fr -INSTALL NEWS README TODO diff --git a/weechat/debian/weechat-common.install b/weechat/debian/weechat-common.install new file mode 100644 index 000000000..363548064 --- /dev/null +++ b/weechat/debian/weechat-common.install @@ -0,0 +1 @@ +usr/share/locale diff --git a/weechat/po/fr.po b/weechat/po/fr.po index 61ef2fbdc..1f2ecc838 100644 --- a/weechat/po/fr.po +++ b/weechat/po/fr.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: WeeChat 0.0.8-pre2\n" +"Project-Id-Version: WeeChat 0.0.8\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2004-10-17 13:31+0200\n" -"PO-Revision-Date: 2004-08-08 20:47+0200\n" +"POT-Creation-Date: 2004-10-29 20:16+0200\n" +"PO-Revision-Date: 2004-10-30 11:40+0200\n" "Last-Translator: FlashCode \n" "Language-Team: weechat-dev \n" "MIME-Version: 1.0\n" @@ -1146,38 +1146,38 @@ msgstr "inconnu" msgid "%s: using local hostname \"%s\"\n" msgstr "%s: utilisation du nom de machine local \"%s\"\n" -#: src/irc/irc-send.c:256 src/irc/irc-send.c:280 src/irc/irc-send.c:368 -#: src/irc/irc-send.c:679 src/irc/irc-send.c:733 src/irc/irc-send.c:1205 +#: src/irc/irc-send.c:256 src/irc/irc-send.c:280 src/irc/irc-send.c:380 +#: src/irc/irc-send.c:691 src/irc/irc-send.c:745 src/irc/irc-send.c:1217 #, c-format msgid "%s \"%s\" command can only be executed in a channel window\n" msgstr "" "%s la commande \"%s\" peut seulement être exécutée dans une fenêtre de " "canal\n" -#: src/irc/irc-send.c:475 src/irc/irc-send.c:541 src/irc/irc-send.c:780 -#: src/irc/irc-send.c:793 src/irc/irc-send.c:1100 +#: src/irc/irc-send.c:487 src/irc/irc-send.c:553 src/irc/irc-send.c:792 +#: src/irc/irc-send.c:805 src/irc/irc-send.c:1112 #, c-format msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "" "%s la commande \"%s\" ne peut pas être exécutée dans une fenêtre serveur\n" -#: src/irc/irc-send.c:557 src/irc/irc-send.c:579 src/irc/irc-recv.c:261 +#: src/irc/irc-send.c:569 src/irc/irc-send.c:591 src/irc/irc-recv.c:261 #: src/irc/irc-recv.c:1008 #, c-format msgid "%s nick not found for \"%s\" command\n" msgstr "%s utilisateur non trouvé pour la commande \"%s\"\n" -#: src/irc/irc-send.c:628 src/irc/irc-send.c:869 src/irc/irc-recv.c:1168 +#: src/irc/irc-send.c:640 src/irc/irc-send.c:881 src/irc/irc-recv.c:1168 #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "%s impossible de créer la fenêtre privée \"%s\"\n" -#: src/irc/irc-send.c:658 src/common/command.c:1304 +#: src/irc/irc-send.c:670 src/common/command.c:1304 #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "%s nombre de paramètres erroné pour la commande \"%s\"\n" -#: src/irc/irc-send.c:1178 +#: src/irc/irc-send.c:1190 #, c-format msgid "%s, compiled on %s %s\n" msgstr "%s, compilé le %s %s\n" diff --git a/weechat/po/weechat.pot b/weechat/po/weechat.pot index 5fe18cc3a..bb9ebc295 100644 --- a/weechat/po/weechat.pot +++ b/weechat/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: 2004-10-17 13:31+0200\n" +"POT-Creation-Date: 2004-10-29 20:16+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1055,35 +1055,35 @@ msgstr "" msgid "%s: using local hostname \"%s\"\n" msgstr "" -#: src/irc/irc-send.c:256 src/irc/irc-send.c:280 src/irc/irc-send.c:368 -#: src/irc/irc-send.c:679 src/irc/irc-send.c:733 src/irc/irc-send.c:1205 +#: src/irc/irc-send.c:256 src/irc/irc-send.c:280 src/irc/irc-send.c:380 +#: src/irc/irc-send.c:691 src/irc/irc-send.c:745 src/irc/irc-send.c:1217 #, c-format msgid "%s \"%s\" command can only be executed in a channel window\n" msgstr "" -#: src/irc/irc-send.c:475 src/irc/irc-send.c:541 src/irc/irc-send.c:780 -#: src/irc/irc-send.c:793 src/irc/irc-send.c:1100 +#: src/irc/irc-send.c:487 src/irc/irc-send.c:553 src/irc/irc-send.c:792 +#: src/irc/irc-send.c:805 src/irc/irc-send.c:1112 #, c-format msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "" -#: src/irc/irc-send.c:557 src/irc/irc-send.c:579 src/irc/irc-recv.c:261 +#: src/irc/irc-send.c:569 src/irc/irc-send.c:591 src/irc/irc-recv.c:261 #: src/irc/irc-recv.c:1008 #, c-format msgid "%s nick not found for \"%s\" command\n" msgstr "" -#: src/irc/irc-send.c:628 src/irc/irc-send.c:869 src/irc/irc-recv.c:1168 +#: src/irc/irc-send.c:640 src/irc/irc-send.c:881 src/irc/irc-recv.c:1168 #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "" -#: src/irc/irc-send.c:658 src/common/command.c:1304 +#: src/irc/irc-send.c:670 src/common/command.c:1304 #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "" -#: src/irc/irc-send.c:1178 +#: src/irc/irc-send.c:1190 #, c-format msgid "%s, compiled on %s %s\n" msgstr "" diff --git a/weechat/weechat.spec b/weechat/weechat.spec index 91045ee24..b7d7fa877 100644 --- a/weechat/weechat.spec +++ b/weechat/weechat.spec @@ -1,5 +1,5 @@ %define name weechat -%define version 0.0.7 +%define version 0.0.8 %define release 1 Name: %{name} @@ -37,10 +37,12 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,0755) %doc AUTHORS BUGS ChangeLog COPYING FAQ FAQ.fr INSTALL NEWS README TODO -/usr/local/man/man1/weechat.1* +/usr/local/man/man1/weechat-curses.1* /usr/local/bin/weechat-curses %changelog +* Sat Oct 30 2004 FlashCode 0.0.8-1 +- Released version 0.0.8 * Sat Aug 08 2004 FlashCode 0.0.7-1 - Released version 0.0.7 * Sat Jun 05 2004 FlashCode 0.0.6-1