summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUGS3
-rw-r--r--ChangeLog4
-rw-r--r--FAQ50
-rw-r--r--FAQ.fr53
-rw-r--r--NEWS4
-rw-r--r--TODO2
-rw-r--r--configure.in4
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules2
-rw-r--r--doc/weechat_doc_en.texi2
-rw-r--r--doc/weechat_doc_es.texi2
-rw-r--r--doc/weechat_doc_fr.texi2
-rw-r--r--doc/weechat_doc_pt.texi2
-rw-r--r--po/es.po24
-rw-r--r--po/fr.po24
-rw-r--r--po/weechat.pot22
-rw-r--r--weechat-curses.18
-rw-r--r--weechat.spec8
-rw-r--r--weechat/BUGS3
-rw-r--r--weechat/ChangeLog4
-rw-r--r--weechat/FAQ50
-rw-r--r--weechat/FAQ.fr53
-rw-r--r--weechat/NEWS4
-rw-r--r--weechat/TODO2
-rw-r--r--weechat/configure.in4
-rw-r--r--weechat/debian/changelog8
-rw-r--r--weechat/debian/control2
-rw-r--r--weechat/debian/copyright2
-rwxr-xr-xweechat/debian/rules2
-rw-r--r--weechat/doc/weechat_doc_en.texi2
-rw-r--r--weechat/doc/weechat_doc_es.texi2
-rw-r--r--weechat/doc/weechat_doc_fr.texi2
-rw-r--r--weechat/doc/weechat_doc_pt.texi2
-rw-r--r--weechat/po/es.po24
-rw-r--r--weechat/po/fr.po24
-rw-r--r--weechat/po/weechat.pot22
-rw-r--r--weechat/weechat-curses.18
-rw-r--r--weechat/weechat.spec8
40 files changed, 282 insertions, 174 deletions
diff --git a/BUGS b/BUGS
index 9befedce9..214b2a9af 100644
--- a/BUGS
+++ b/BUGS
@@ -1,10 +1,9 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-WeeChat known bugs, 2005-05-07
+WeeChat known bugs, 2005-05-21
- ./configure does not check that Gtk 2.0 libraries are installed
-- too much nicks in the channel (> height of window) => some nicks are hidden
- when quitting WeeChat term title is not restored (if look_set_title is ON)
- command name for /server can not contain spaces
- wrong alias is not created and not saved when quitting WeeChat
diff --git a/ChangeLog b/ChangeLog
index e7b012f69..f4d9c8c80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-ChangeLog - 2005-05-07
+ChangeLog - 2005-05-21
-Version 0.1.2 (under dev!):
+Version 0.1.2 (2005-05-21):
* added Python plugin support, improved Perl interface (and now Perl/Python
libraries are checked by configure script)
* added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)
diff --git a/FAQ b/FAQ
index e042ae504..7ca2c8eb0 100644
--- a/FAQ
+++ b/FAQ
@@ -1,4 +1,4 @@
-WeeChat FAQ, 2005-02-06
+WeeChat FAQ, 2005-05-21
=======================
Intended audience:
@@ -22,8 +22,10 @@ finding a solution.
Q: I heard about many GUI for WeeChat. How can I compile/use them?
A: Curses GUI is built by default.
- To build Gtk or Qt GUI you've to specify extra options to ./configure script:
+ To build Gtk, wxWidgets or Qt GUI you've to specify extra options to
+ ./configure script:
--enable-gtk to enable Gtk GUI
+ --enable-wxwidgets to enable wxWidgets GUI
--enable-qt to enable Qt QUI
Type ./configure --help to see available options.
WARNING: only Curses GUI is ok today. Other GUI are under development!
@@ -34,8 +36,8 @@ A: Curses GUI is built by default.
Q: I can't compile WeeChat CVS.
A: Check that you have latest version of autoconf and automake.
- WeeChat has been developed with autoconf version 2.56 and automake
- version 1.7.
+ WeeChat has been developed with autoconf version 2.59 and automake
+ version 1.9.5.
You should have at least these versions in order to compile WeeChat CVS.
If you can't or don't want to install these versions, you can download and
install "devel package", a package built almost every day, based on CVS.
@@ -48,12 +50,14 @@ Q: Why using WeeChat ? X-Chat and Irssi are so good...
A: Because WeeChat is very light and has new features.
Some new features:
- * many GUI (Curses, Gtk, Qt),
+ * many GUI (Curses, Gtk, wxWidgets, Qt),
* extensible with scripts (Perl, Python, Ruby),
* developed from scratch (not based on any other IRC client)
* multi-platform
* 100% GPL and free
This is the "geekest" IRC client ;)
+
+ More info on this page: http://weechat.flashtux.org/features.php
2.2
@@ -61,6 +65,7 @@ A: Because WeeChat is very light and has new features.
Q: I've launched WeeChat, but I'm lost, what can I do?
A: For help you can type /help. For help about a command, type /help command.
+ Keys and commands are listed in documentation.
2.3
@@ -86,19 +91,23 @@ A: Today you can't do that. This is planed for a future version.
Q: How can I load Perl scripts?
Are Perl scripts compatible with X-chat or/and Irssi ?
-A: You can use /perl command to load scripts
- (default path is ~/.weechat/perl).
+A: You can use /perl command to load scripts (default path is
+ ~/.weechat/perl).
Note that scripts in ~/.weechat/perl/autoload are automatically loaded
when WeeChat is starting up.
- WeeChat perl scripts are compatible with X-Chat, but not with Irssi,
- sorry ;)
+ WeeChat Perl scripts are 80% compatible with X-Chat, but not with Irssi.
2.6
================================================================================
Q: How can I load Python scripts?
+ Are Python scripts compatible with X-chat or/and Irssi ?
-A: Today Python interface is not developed, so you can't load any Python script.
+A: You can use /python command to load scripts (default path is
+ ~/.weechat/python).
+ Note that scripts in ~/.weechat/python/autoload are automatically loaded
+ when WeeChat is starting up.
+ WeeChat Python scripts are 80% compatible with X-Chat, but not with Irssi.
2.7
@@ -148,13 +157,27 @@ A: There is 2 ways to submit your feature request:
3.4
================================================================================
-Q: Will WeeChat be ported to *BSD, QNX, MacOS X, Microsoft Windows ?
+Q: What is the list of supported platforms for WeeChat?
-A: Yes. Future versions will be available for these OS.
+A: Today WeeChat was succesfully tested on these platforms:
+ - GNU/Linux (any distribution / i386, AMD64, Sparc)
+ - FreeBSD
+ - NetBSD
+ - OpenBSD
+ - Mac OS X
+ - Microsoft Windows (with Cygwin and some code changes)
3.5
================================================================================
+Q: Will WeeChat be ported to QNX or other operating systems?
+
+A: Yes. Future versions will be available for these OS.
+ We need help for such systems, any help is welcome :)
+
+
+3.6
+================================================================================
Q: I want to help WeeChat developers. What can I do?
A: There's many tasks to do (code, documentation, ...)
@@ -162,8 +185,9 @@ A: There's many tasks to do (code, documentation, ...)
http://weechat.flashtux.org/support.php
-3.6
+3.7
================================================================================
Q: Can I give money or other things to WeeChat developers?
A: Beer is welcome :)
+ Otherwise Paypal account is: flashcode@free.fr (no limit for gifts :)
diff --git a/FAQ.fr b/FAQ.fr
index fee8e5f2e..3f089f78c 100644
--- a/FAQ.fr
+++ b/FAQ.fr
@@ -1,4 +1,4 @@
-WeeChat FAQ, 2005-02-06
+WeeChat FAQ, 2005-05-21
=======================
Public concerné :
@@ -23,9 +23,10 @@ Q: J'ai entendu parler de plusieurs interfaces pour WeeChat.
Comment puis-je les compiler/utiliser ?
R: L'interface Curses est construite par défaut.
- Pour construire l'interface Gtk ou Qt, vous devez spécifier des options
- pour le script ./configure :
+ Pour construire l'interface Gtk, wxWidgets ou Qt, vous devez spécifier des
+ options pour le script ./configure :
--enable-gtk pour activer l'interface Gtk
+ --enable-wxwidgets pour activer l'interface wxWidgets
--enable-qt pour activer l'interface Qt
Tapez ./configure --help pour voir les options disponibles.
ATTENTION : seule l'interface Curses est ok aujourd'hui.
@@ -37,8 +38,8 @@ R: L'interface Curses est construite par défaut.
Q: Je ne peux pas compiler le CVS WeeChat.
R: Vérifiez que vous avez bien la dernière version d'autoconf et automake.
- WeeChat a été développé avec autoconf version 2.56 et automake
- version 1.7.
+ WeeChat a été développé avec autoconf version 2.59 et automake
+ version 1.9.5.
Vous devez avoir au moins ces versions pour compiler le CVS WeeChat.
Si vous n'avez pas ou ne souhaitez pas installer ces versions, vous
pouvez télécharger et installer le paquet "devel", un paquet construit
@@ -52,12 +53,14 @@ Q: Pourquoi utiliser WeeChat ? X-Chat et Irssi sont si bien...
R: Parce que WeeChat est très léger et a de nouvelles fonctionnalités.
Quelques nouvelles fonctionnalités :
- * plusieurs interfaces (Curses, Gtk, Qt),
+ * plusieurs interfaces (Curses, Gtk, wxWidgets, Qt),
* extensible par des scripts (Perl, Python, Ruby),
* développé à partir de zéro (non basé sur un quelconque client IRC)
* multi-platformes
* 100% GPL et libre
C'est le client IRC le plus "geek" ;)
+
+ Plus d'infos sur cette page: http://weechat.flashtux.org/features.php
2.2
@@ -66,6 +69,7 @@ Q: J'ai lancé WeeChat, mais je suis perdu, que puis-je faire ?
R: Pour obtenir de l'aide tapez /help. Pour de l'aide sur une commande,
tapez /help commande.
+ Les touches et commandes sont listées dans la documentation.
2.3
@@ -92,20 +96,23 @@ R: Aujourd'hui vous ne pouvez pas le faire. Ce sera possible dans une
Q: Comment puis-je charger des scripts Perl ?
Les scripts Perl sont-ils compatibles avec X-chat et/ou Irssi ?
-R: La commande /perl permet de charger les scripts Perl
- (le chemin par défaut est ~/.weechat/perl).
+R: La commande /perl permet de charger les scripts Perl (le chemin par défaut
+ est ~/.weechat/perl).
Notez que les scripts dans ~/.weechat/perl/autoload sont automatiquement
chargés par WeeChat lorsqu'il démarre.
- Les scripts Perl WeeChat sont compatibles avec X-Chat, mais pas Irssi,
- désolé ;)
+ Les scripts Perl WeeChat sont 80% compatibles avec X-Chat, mais pas Irssi.
2.6
================================================================================
Q: Comment puis-je charger les scripts Python ?
+ Les scripts Python sont-ils compatibles avec X-chat et/ou Irssi ?
-R: Aujourd'hui l'interface Python n'est pas déceloppée.
- Vous ne pouvez donc charger aucun script Python.
+R: La commande /python permet de charger les scripts Python (le chemin par
+ défaut est ~/.weechat/python).
+ Notez que les scripts dans ~/.weechat/python/autoload sont automatiquement
+ chargés par WeeChat lorsqu'il démarre.
+ Les scripts Python WeeChat sont 80% compatibles avec X-Chat, mais pas Irssi.
2.7
@@ -161,13 +168,27 @@ R: Il y a 2 manières :
3.4
================================================================================
-Q: WeeChat sera-t-il porté sur *BSD, QNX, MacOS X, Microsoft Windows ?
+Q: Quelle est la liste des plate-formes supportées par WeeChat ?
-R: Oui. Les futures versions seront disponibles pour ces OS.
+R: Aujourd'hui WeeChat a été testé avec succès sur ces plate-formes :
+ - GNU/Linux (toute distribution / i386, AMD64, Sparc)
+ - FreeBSD
+ - NetBSD
+ - OpenBSD
+ - Mac OS X
+ - Microsoft Windows (avec Cygwin et quelques modifications de code)
3.5
================================================================================
+Q: WeeChat sera-t-il porté sur QNX ou d'autres systèmes d'exploitation ?
+
+R: Oui. Les futures versions seront disponibles pour ces OS.
+ Nous avons besoin d'aide pour ces systèmes, toute aide est la bienvenue :)
+
+
+3.6
+================================================================================
Q: Je souhaiterai aider les développeurs WeeChat. Que puis-je faire ?
R: Il y a plusieurs choses à faire (code, documentation, ...)
@@ -176,8 +197,10 @@ R: Il y a plusieurs choses à faire (code, documentation, ...)
http://weechat.flashtux.org/support.php
-3.6
+3.7
================================================================================
Q: Puis-je donner de l'argent ou d'autres choses aux développeurs WeeChat ?
R: La bière est la bienvenue :)
+ Sinon le compte Paypal est: flashcode@free.fr (il n'y a pas de limite pour
+ les dons :)
diff --git a/NEWS b/NEWS
index 0b8562ca7..8c8e94fed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
+* FlashCode, 2005-05-21
+
+ WeeChat 0.1.2 released.
+
* FlashCode, 2005-03-20
WeeChat 0.1.1 released.
diff --git a/TODO b/TODO
index f909f5c4d..524439c8f 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-TODO - 2005-04-30
+TODO - 2005-05-21
Legend:
# done
diff --git a/configure.in b/configure.in
index 1b0fa4c44..0d11a6737 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.1.2-cvs, flashcode@flashtux.org)
+AC_INIT(WeeChat, 0.1.2, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([weechat], [0.1.2-cvs])
+AM_INIT_AUTOMAKE([weechat], [0.1.2])
# Checks for programs.
AC_PROG_CC
diff --git a/debian/changelog b/debian/changelog
index 96755b285..96a0400e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+weechat (0.1.2-1) unstable; urgency=low
+
+ * WeeChat version 0.1.2, see ChangeLog for detail.
+
+ -- Sebastien Helleu <flashcode@flashtux.org> Sat, 21 May 2005 08:00:00 +0200
+
weechat (0.1.1-2) unstable; urgency=low
* debian/control:
@@ -8,7 +14,7 @@ weechat (0.1.1-2) unstable; urgency=low
weechat (0.1.1-1) unstable; urgency=low
- * WeeChat version 0.1.1, see ChangeLog for detail.
+ * WeeChat version 0.1.1, see ChangeLog for detail (closes: #306492)
-- Sebastien Helleu <flashcode@flashtux.org> Sat, 20 Mar 2005 08:00:00 +0200
diff --git a/debian/control b/debian/control
index d9a46d296..1041d4176 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Sebastien Helleu <flashcode@flashtux.org>
Uploaders: Julien Louis <ptitlouis@sysif.net>
-Build-Depends: debhelper (>> 4.0.0), libncurses5-dev (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev
+Build-Depends: debhelper (>> 4.0.0), libncurses5-dev (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev, python2.3 (>= 2.3), python-dev
Standards-Version: 3.6.1
Package: weechat
diff --git a/debian/copyright b/debian/copyright
index df807f42b..72157e3a0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
This package was debianized by FlashCode <flashcode@flashtux.org> on
-Sat, 20 Mar 2005 08:00:00 +0200.
+Sat, 21 May 2005 08:00:00 +0200.
It was downloaded from http://weechat.flashtux.org/download
diff --git a/debian/rules b/debian/rules
index 6bd2e416d..fc50839b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir
./configure --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man \
- --enable-perl
+ --enable-perl --enable-python
touch configure-stamp
diff --git a/doc/weechat_doc_en.texi b/doc/weechat_doc_en.texi
index 1ea73053e..29b1363f7 100644
--- a/doc/weechat_doc_en.texi
+++ b/doc/weechat_doc_en.texi
@@ -35,7 +35,7 @@
@title WeeChat - User guide
@subtitle Fast, light and extensible IRC client
-@subtitle Documentation for WeeChat v0.1.2-cvs - May, 08 2005
+@subtitle Documentation for WeeChat v0.1.2 - May, 21 2005
@image{weechat_image}
diff --git a/doc/weechat_doc_es.texi b/doc/weechat_doc_es.texi
index 8fd2f6eab..cf82c82ab 100644
--- a/doc/weechat_doc_es.texi
+++ b/doc/weechat_doc_es.texi
@@ -35,7 +35,7 @@
@title WeeChat - Gui@'on de usuario.
@subtitle Cliente IRC r@'apido, peque@~no y extensible
-@subtitle Documentaci@'on para WeeChat v0.1.2 - 08 de mayo de 2005
+@subtitle Documentaci@'on para WeeChat v0.1.2 - 21 de mayo de 2005
@image{weechat_image}
diff --git a/doc/weechat_doc_fr.texi b/doc/weechat_doc_fr.texi
index 87619a984..9fcaede0e 100644
--- a/doc/weechat_doc_fr.texi
+++ b/doc/weechat_doc_fr.texi
@@ -35,7 +35,7 @@
@title WeeChat - Guide utilisateur
@subtitle Client IRC rapide, l@'eger et extensible
-@subtitle Documentation pour WeeChat v0.1.2-cvs - 08 Mai 2005
+@subtitle Documentation pour WeeChat v0.1.2 - 21 Mai 2005
@image{weechat_image}
diff --git a/doc/weechat_doc_pt.texi b/doc/weechat_doc_pt.texi
index 8b771636a..b6fdff199 100644
--- a/doc/weechat_doc_pt.texi
+++ b/doc/weechat_doc_pt.texi
@@ -35,7 +35,7 @@
@title WeeChat - Guia do Utilizador
@subtitle Cliente de IRC rapido, leve e extencivel
-@subtitle Documenta@,{c}@~ao do WeeChat v0.1.2-cvs - 08 de Maio de 2005
+@subtitle Documenta@,{c}@~ao do WeeChat v0.1.2 - 21 de Maio de 2005
@image{weechat_image}
diff --git a/po/es.po b/po/es.po
index 7de9adc93..e56cb3f06 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: WeeChat 0.1.2-cvs\n"
+"Project-Id-Version: WeeChat 0.1.2\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2005-05-08 14:15+0200\n"
+"POT-Creation-Date: 2005-05-21 07:26+0200\n"
"PO-Revision-Date: 2005-05-08 14:16+0200\n"
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2039,45 +2039,45 @@ msgstr "MB"
msgid "Gb"
msgstr "GB"
-#: src/gui/curses/gui-display.c:1121
+#: src/gui/curses/gui-display.c:1122
msgid "(away)"
msgstr "(ausente)"
-#: src/gui/curses/gui-display.c:1234
+#: src/gui/curses/gui-display.c:1235
#, c-format
msgid "%d:[not connected] "
msgstr "%d:[no conectado] "
-#: src/gui/curses/gui-display.c:1251
+#: src/gui/curses/gui-display.c:1252
msgid "Act: "
msgstr "Act: "
-#: src/gui/curses/gui-display.c:1300
+#: src/gui/curses/gui-display.c:1301
#, c-format
msgid "Lag: %.1f"
msgstr "Lag: %.1f"
-#: src/gui/curses/gui-display.c:1321
+#: src/gui/curses/gui-display.c:1322
msgid "-MORE-"
msgstr "-MÁS-"
-#: src/gui/curses/gui-display.c:1508
+#: src/gui/curses/gui-display.c:1509
msgid " [A] Accept"
msgstr " [A] Aceptar"
-#: src/gui/curses/gui-display.c:1509 src/gui/curses/gui-display.c:1513
+#: src/gui/curses/gui-display.c:1510 src/gui/curses/gui-display.c:1514
msgid " [C] Cancel"
msgstr " [C] Cancelar"
-#: src/gui/curses/gui-display.c:1518
+#: src/gui/curses/gui-display.c:1519
msgid " [R] Remove"
msgstr " [R] Eliminar"
-#: src/gui/curses/gui-display.c:1522
+#: src/gui/curses/gui-display.c:1523
msgid " [P] Purge old DCC"
msgstr " [P] Purgar los viejos DCC"
-#: src/gui/curses/gui-display.c:1523
+#: src/gui/curses/gui-display.c:1524
msgid " [Q] Close DCC view"
msgstr " [Q] Cerrar la vista DCC"
diff --git a/po/fr.po b/po/fr.po
index 4c4970fbd..e5743011e 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: WeeChat 0.1.2-cvs\n"
+"Project-Id-Version: WeeChat 0.1.2\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2005-05-08 14:15+0200\n"
+"POT-Creation-Date: 2005-05-21 07:26+0200\n"
"PO-Revision-Date: 2005-05-08 14:16+0200\n"
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2040,45 +2040,45 @@ msgstr "Mo"
msgid "Gb"
msgstr "Go"
-#: src/gui/curses/gui-display.c:1121
+#: src/gui/curses/gui-display.c:1122
msgid "(away)"
msgstr "(absent)"
-#: src/gui/curses/gui-display.c:1234
+#: src/gui/curses/gui-display.c:1235
#, c-format
msgid "%d:[not connected] "
msgstr "%d:[non connecté] "
-#: src/gui/curses/gui-display.c:1251
+#: src/gui/curses/gui-display.c:1252
msgid "Act: "
msgstr "Act: "
-#: src/gui/curses/gui-display.c:1300
+#: src/gui/curses/gui-display.c:1301
#, c-format
msgid "Lag: %.1f"
msgstr "Lag: %.1f"
-#: src/gui/curses/gui-display.c:1321
+#: src/gui/curses/gui-display.c:1322
msgid "-MORE-"
msgstr "-PLUS-"
-#: src/gui/curses/gui-display.c:1508
+#: src/gui/curses/gui-display.c:1509
msgid " [A] Accept"
msgstr " [A] Accepter"
-#: src/gui/curses/gui-display.c:1509 src/gui/curses/gui-display.c:1513
+#: src/gui/curses/gui-display.c:1510 src/gui/curses/gui-display.c:1514
msgid " [C] Cancel"
msgstr " [C] Annuler"
-#: src/gui/curses/gui-display.c:1518
+#: src/gui/curses/gui-display.c:1519
msgid " [R] Remove"
msgstr " [R] Retirer"
-#: src/gui/curses/gui-display.c:1522
+#: src/gui/curses/gui-display.c:1523
msgid " [P] Purge old DCC"
msgstr " [P] Purger anciens DCC"
-#: src/gui/curses/gui-display.c:1523
+#: src/gui/curses/gui-display.c:1524
msgid " [Q] Close DCC view"
msgstr " [Q] Fermer la vue DCC"
diff --git a/po/weechat.pot b/po/weechat.pot
index 837c6feeb..3a632c473 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: 2005-05-08 14:15+0200\n"
+"POT-Creation-Date: 2005-05-21 07:26+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"
@@ -1911,45 +1911,45 @@ msgstr ""
msgid "Gb"
msgstr ""
-#: src/gui/curses/gui-display.c:1121
+#: src/gui/curses/gui-display.c:1122
msgid "(away)"
msgstr ""
-#: src/gui/curses/gui-display.c:1234
+#: src/gui/curses/gui-display.c:1235
#, c-format
msgid "%d:[not connected] "
msgstr ""
-#: src/gui/curses/gui-display.c:1251
+#: src/gui/curses/gui-display.c:1252
msgid "Act: "
msgstr ""
-#: src/gui/curses/gui-display.c:1300
+#: src/gui/curses/gui-display.c:1301
#, c-format
msgid "Lag: %.1f"
msgstr ""
-#: src/gui/curses/gui-display.c:1321
+#: src/gui/curses/gui-display.c:1322
msgid "-MORE-"
msgstr ""
-#: src/gui/curses/gui-display.c:1508
+#: src/gui/curses/gui-display.c:1509
msgid " [A] Accept"
msgstr ""
-#: src/gui/curses/gui-display.c:1509 src/gui/curses/gui-display.c:1513
+#: src/gui/curses/gui-display.c:1510 src/gui/curses/gui-display.c:1514
msgid " [C] Cancel"
msgstr ""
-#: src/gui/curses/gui-display.c:1518
+#: src/gui/curses/gui-display.c:1519
msgid " [R] Remove"
msgstr ""
-#: src/gui/curses/gui-display.c:1522
+#: src/gui/curses/gui-display.c:1523
msgid " [P] Purge old DCC"
msgstr ""
-#: src/gui/curses/gui-display.c:1523
+#: src/gui/curses/gui-display.c:1524
msgid " [Q] Close DCC view"
msgstr ""
diff --git a/weechat-curses.1 b/weechat-curses.1
index ae3684d91..51eb4e9f4 100644
--- a/weechat-curses.1
+++ b/weechat-curses.1
@@ -1,4 +1,4 @@
-.TH WEECHAT 1 "February 2005" "FlashCode"
+.TH WEECHAT 1 "May 2005" "FlashCode"
.SH NAME
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
@@ -53,11 +53,7 @@ configuration file for WeeChat
WeeChat log file
.SH AUTHOR
-WeeChat is written by:
-.br
- - FlashCode <flashcode@flashtux.org>
- - Bounga <bounga@altern.org>
- - Xahlexx <xahlexx@weeland.org>
+WeeChat is written by FlashCode <flashcode@flashtux.org>
.br
WeeChat on the web:
.UR
diff --git a/weechat.spec b/weechat.spec
index a88d9888d..b9660e30b 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -1,5 +1,5 @@
%define name weechat
-%define version 0.1.1
+%define version 0.1.2
%define release 1
Name: %{name}
@@ -10,7 +10,7 @@ Source: http://weechat.flashtux.org/download/%{name}-%{version}.tar.gz
URL: http://weechat.flashtux.org
Group: Networking/IRC
BuildRoot: %{_tmppath}/%{name}-buildroot
-Requires: perl
+Requires: perl, python
License: GPL
%description
@@ -23,7 +23,7 @@ rm -rf $RPM_BUILD_ROOT
%setup
%build
-./configure --enable-perl
+./configure --enable-perl --enable-python
make DESTDIR="$RPM_BUILD_ROOT" LOCALRPM="local"
%install
@@ -41,6 +41,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/local/bin/weechat-curses
%changelog
+* Sat May 21 2005 FlashCode <flashcode@flashtux.org> 0.1.2-1
+- Released version 0.1.2
* Sat Mar 20 2005 FlashCode <flashcode@flashtux.org> 0.1.1-1
- Released version 0.1.1
* Sat Feb 12 2005 FlashCode <flashcode@flashtux.org> 0.1.0-1
diff --git a/weechat/BUGS b/weechat/BUGS
index 9befedce9..214b2a9af 100644
--- a/weechat/BUGS
+++ b/weechat/BUGS
@@ -1,10 +1,9 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-WeeChat known bugs, 2005-05-07
+WeeChat known bugs, 2005-05-21
- ./configure does not check that Gtk 2.0 libraries are installed
-- too much nicks in the channel (> height of window) => some nicks are hidden
- when quitting WeeChat term title is not restored (if look_set_title is ON)
- command name for /server can not contain spaces
- wrong alias is not created and not saved when quitting WeeChat
diff --git a/weechat/ChangeLog b/weechat/ChangeLog
index e7b012f69..f4d9c8c80 100644
--- a/weechat/ChangeLog
+++ b/weechat/ChangeLog
@@ -1,10 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-ChangeLog - 2005-05-07
+ChangeLog - 2005-05-21
-Version 0.1.2 (under dev!):
+Version 0.1.2 (2005-05-21):
* added Python plugin support, improved Perl interface (and now Perl/Python
libraries are checked by configure script)
* added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)
diff --git a/weechat/FAQ b/weechat/FAQ
index e042ae504..7ca2c8eb0 100644
--- a/weechat/FAQ
+++ b/weechat/FAQ
@@ -1,4 +1,4 @@
-WeeChat FAQ, 2005-02-06
+WeeChat FAQ, 2005-05-21
=======================
Intended audience:
@@ -22,8 +22,10 @@ finding a solution.
Q: I heard about many GUI for WeeChat. How can I compile/use them?
A: Curses GUI is built by default.
- To build Gtk or Qt GUI you've to specify extra options to ./configure script:
+ To build Gtk, wxWidgets or Qt GUI you've to specify extra options to
+ ./configure script:
--enable-gtk to enable Gtk GUI
+ --enable-wxwidgets to enable wxWidgets GUI
--enable-qt to enable Qt QUI
Type ./configure --help to see available options.
WARNING: only Curses GUI is ok today. Other GUI are under development!
@@ -34,8 +36,8 @@ A: Curses GUI is built by default.
Q: I can't compile WeeChat CVS.
A: Check that you have latest version of autoconf and automake.
- WeeChat has been developed with autoconf version 2.56 and automake
- version 1.7.
+ WeeChat has been developed with autoconf version 2.59 and automake
+ version 1.9.5.
You should have at least these versions in order to compile WeeChat CVS.
If you can't or don't want to install these versions, you can download and
install "devel package", a package built almost every day, based on CVS.
@@ -48,12 +50,14 @@ Q: Why using WeeChat ? X-Chat and Irssi are so good...
A: Because WeeChat is very light and has new features.
Some new features:
- * many GUI (Curses, Gtk, Qt),
+ * many GUI (Curses, Gtk, wxWidgets, Qt),
* extensible with scripts (Perl, Python, Ruby),
* developed from scratch (not based on any other IRC client)
* multi-platform
* 100% GPL and free
This is the "geekest" IRC client ;)
+
+ More info on this page: http://weechat.flashtux.org/features.php
2.2
@@ -61,6 +65,7 @@ A: Because WeeChat is very light and has new features.
Q: I've launched WeeChat, but I'm lost, what can I do?
A: For help you can type /help. For help about a command, type /help command.
+ Keys and commands are listed in documentation.
2.3
@@ -86,19 +91,23 @@ A: Today you can't do that. This is planed for a future version.
Q: How can I load Perl scripts?
Are Perl scripts compatible with X-chat or/and Irssi ?
-A: You can use /perl command to load scripts
- (default path is ~/.weechat/perl).
+A: You can use /perl command to load scripts (default path is
+ ~/.weechat/perl).
Note that scripts in ~/.weechat/perl/autoload are automatically loaded
when WeeChat is starting up.
- WeeChat perl scripts are compatible with X-Chat, but not with Irssi,
- sorry ;)
+ WeeChat Perl scripts are 80% compatible with X-Chat, but not with Irssi.
2.6
================================================================================
Q: How can I load Python scripts?
+ Are Python scripts compatible with X-chat or/and Irssi ?
-A: Today Python interface is not developed, so you can't load any Python script.
+A: You can use /python command to load scripts (default path is
+ ~/.weechat/python).
+ Note that scripts in ~/.weechat/python/autoload are automatically loaded
+ when WeeChat is starting up.
+ WeeChat Python scripts are 80% compatible with X-Chat, but not with Irssi.
2.7
@@ -148,13 +157,27 @@ A: There is 2 ways to submit your feature request:
3.4
================================================================================
-Q: Will WeeChat be ported to *BSD, QNX, MacOS X, Microsoft Windows ?
+Q: What is the list of supported platforms for WeeChat?
-A: Yes. Future versions will be available for these OS.
+A: Today WeeChat was succesfully tested on these platforms:
+ - GNU/Linux (any distribution / i386, AMD64, Sparc)
+ - FreeBSD
+ - NetBSD
+ - OpenBSD
+ - Mac OS X
+ - Microsoft Windows (with Cygwin and some code changes)
3.5
================================================================================
+Q: Will WeeChat be ported to QNX or other operating systems?
+
+A: Yes. Future versions will be available for these OS.
+ We need help for such systems, any help is welcome :)
+
+
+3.6
+================================================================================
Q: I want to help WeeChat developers. What can I do?
A: There's many tasks to do (code, documentation, ...)
@@ -162,8 +185,9 @@ A: There's many tasks to do (code, documentation, ...)
http://weechat.flashtux.org/support.php
-3.6
+3.7
================================================================================
Q: Can I give money or other things to WeeChat developers?
A: Beer is welcome :)
+ Otherwise Paypal account is: flashcode@free.fr (no limit for gifts :)
diff --git a/weechat/FAQ.fr b/weechat/FAQ.fr
index fee8e5f2e..3f089f78c 100644
--- a/weechat/FAQ.fr
+++ b/weechat/FAQ.fr
@@ -1,4 +1,4 @@
-WeeChat FAQ, 2005-02-06
+WeeChat FAQ, 2005-05-21
=======================
Public concerné :
@@ -23,9 +23,10 @@ Q: J'ai entendu parler de plusieurs interfaces pour WeeChat.
Comment puis-je les compiler/utiliser ?
R: L'interface Curses est construite par défaut.
- Pour construire l'interface Gtk ou Qt, vous devez spécifier des options
- pour le script ./configure :
+ Pour construire l'interface Gtk, wxWidgets ou Qt, vous devez spécifier des
+ options pour le script ./configure :
--enable-gtk pour activer l'interface Gtk
+ --enable-wxwidgets pour activer l'interface wxWidgets
--enable-qt pour activer l'interface Qt
Tapez ./configure --help pour voir les options disponibles.
ATTENTION : seule l'interface Curses est ok aujourd'hui.
@@ -37,8 +38,8 @@ R: L'interface Curses est construite par défaut.
Q: Je ne peux pas compiler le CVS WeeChat.
R: Vérifiez que vous avez bien la dernière version d'autoconf et automake.
- WeeChat a été développé avec autoconf version 2.56 et automake
- version 1.7.
+ WeeChat a été développé avec autoconf version 2.59 et automake
+ version 1.9.5.
Vous devez avoir au moins ces versions pour compiler le CVS WeeChat.
Si vous n'avez pas ou ne souhaitez pas installer ces versions, vous
pouvez télécharger et installer le paquet "devel", un paquet construit
@@ -52,12 +53,14 @@ Q: Pourquoi utiliser WeeChat ? X-Chat et Irssi sont si bien...
R: Parce que WeeChat est très léger et a de nouvelles fonctionnalités.
Quelques nouvelles fonctionnalités :
- * plusieurs interfaces (Curses, Gtk, Qt),
+ * plusieurs interfaces (Curses, Gtk, wxWidgets, Qt),
* extensible par des scripts (Perl, Python, Ruby),
* développé à partir de zéro (non basé sur un quelconque client IRC)
* multi-platformes
* 100% GPL et libre
C'est le client IRC le plus "geek" ;)
+
+ Plus d'infos sur cette page: http://weechat.flashtux.org/features.php
2.2
@@ -66,6 +69,7 @@ Q: J'ai lancé WeeChat, mais je suis perdu, que puis-je faire ?
R: Pour obtenir de l'aide tapez /help. Pour de l'aide sur une commande,
tapez /help commande.
+ Les touches et commandes sont listées dans la documentation.
2.3
@@ -92,20 +96,23 @@ R: Aujourd'hui vous ne pouvez pas le faire. Ce sera possible dans une
Q: Comment puis-je charger des scripts Perl ?
Les scripts Perl sont-ils compatibles avec X-chat et/ou Irssi ?
-R: La commande /perl permet de charger les scripts Perl
- (le chemin par défaut est ~/.weechat/perl).
+R: La commande /perl permet de charger les scripts Perl (le chemin par défaut
+ est ~/.weechat/perl).
Notez que les scripts dans ~/.weechat/perl/autoload sont automatiquement
chargés par WeeChat lorsqu'il démarre.
- Les scripts Perl WeeChat sont compatibles avec X-Chat, mais pas Irssi,
- désolé ;)
+ Les scripts Perl WeeChat sont 80% compatibles avec X-Chat, mais pas Irssi.
2.6
================================================================================
Q: Comment puis-je charger les scripts Python ?
+ Les scripts Python sont-ils compatibles avec X-chat et/ou Irssi ?
-R: Aujourd'hui l'interface Python n'est pas déceloppée.
- Vous ne pouvez donc charger aucun script Python.
+R: La commande /python permet de charger les scripts Python (le chemin par
+ défaut est ~/.weechat/python).
+ Notez que les scripts dans ~/.weechat/python/autoload sont automatiquement
+ chargés par WeeChat lorsqu'il démarre.
+ Les scripts Python WeeChat sont 80% compatibles avec X-Chat, mais pas Irssi.
2.7
@@ -161,13 +168,27 @@ R: Il y a 2 manières :
3.4
================================================================================
-Q: WeeChat sera-t-il porté sur *BSD, QNX, MacOS X, Microsoft Windows ?
+Q: Quelle est la liste des plate-formes supportées par WeeChat ?
-R: Oui. Les futures versions seront disponibles pour ces OS.
+R: Aujourd'hui WeeChat a été testé avec succès sur ces plate-formes :
+ - GNU/Linux (toute distribution / i386, AMD64, Sparc)
+ - FreeBSD
+ - NetBSD
+ - OpenBSD
+ - Mac OS X
+ - Microsoft Windows (avec Cygwin et quelques modifications de code)
3.5
================================================================================
+Q: WeeChat sera-t-il porté sur QNX ou d'autres systèmes d'exploitation ?
+
+R: Oui. Les futures versions seront disponibles pour ces OS.
+ Nous avons besoin d'aide pour ces systèmes, toute aide est la bienvenue :)
+
+
+3.6
+================================================================================
Q: Je souhaiterai aider les développeurs WeeChat. Que puis-je faire ?
R: Il y a plusieurs choses à faire (code, documentation, ...)
@@ -176,8 +197,10 @@ R: Il y a plusieurs choses à faire (code, documentation, ...)
http://weechat.flashtux.org/support.php
-3.6
+3.7
================================================================================
Q: Puis-je donner de l'argent ou d'autres choses aux développeurs WeeChat ?
R: La bière est la bienvenue :)
+ Sinon le compte Paypal est: flashcode@free.fr (il n'y a pas de limite pour
+ les dons :)
diff --git a/weechat/NEWS b/weechat/NEWS
index 0b8562ca7..8c8e94fed 100644
--- a/weechat/NEWS
+++ b/weechat/NEWS
@@ -1,6 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
+* FlashCode, 2005-05-21
+
+ WeeChat 0.1.2 released.
+
* FlashCode, 2005-03-20
WeeChat 0.1.1 released.
diff --git a/weechat/TODO b/weechat/TODO
index f909f5c4d..524439c8f 100644
--- a/weechat/TODO
+++ b/weechat/TODO
@@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-TODO - 2005-04-30
+TODO - 2005-05-21
Legend:
# done
diff --git a/weechat/configure.in b/weechat/configure.in
index 1b0fa4c44..0d11a6737 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.1.2-cvs, flashcode@flashtux.org)
+AC_INIT(WeeChat, 0.1.2, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([weechat], [0.1.2-cvs])
+AM_INIT_AUTOMAKE([weechat], [0.1.2])
# Checks for programs.
AC_PROG_CC
diff --git a/weechat/debian/changelog b/weechat/debian/changelog
index 96755b285..96a0400e2 100644
--- a/weechat/debian/changelog
+++ b/weechat/debian/changelog
@@ -1,3 +1,9 @@
+weechat (0.1.2-1) unstable; urgency=low
+
+ * WeeChat version 0.1.2, see ChangeLog for detail.
+
+ -- Sebastien Helleu <flashcode@flashtux.org> Sat, 21 May 2005 08:00:00 +0200
+
weechat (0.1.1-2) unstable; urgency=low
* debian/control:
@@ -8,7 +14,7 @@ weechat (0.1.1-2) unstable; urgency=low
weechat (0.1.1-1) unstable; urgency=low
- * WeeChat version 0.1.1, see ChangeLog for detail.
+ * WeeChat version 0.1.1, see ChangeLog for detail (closes: #306492)
-- Sebastien Helleu <flashcode@flashtux.org> Sat, 20 Mar 2005 08:00:00 +0200
diff --git a/weechat/debian/control b/weechat/debian/control
index d9a46d296..1041d4176 100644
--- a/weechat/debian/control
+++ b/weechat/debian/control
@@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Sebastien Helleu <flashcode@flashtux.org>
Uploaders: Julien Louis <ptitlouis@sysif.net>
-Build-Depends: debhelper (>> 4.0.0), libncurses5-dev (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev
+Build-Depends: debhelper (>> 4.0.0), libncurses5-dev (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev, python2.3 (>= 2.3), python-dev
Standards-Version: 3.6.1
Package: weechat
diff --git a/weechat/debian/copyright b/weechat/debian/copyright
index df807f42b..72157e3a0 100644
--- a/weechat/debian/copyright
+++ b/weechat/debian/copyright
@@ -1,5 +1,5 @@
This package was debianized by FlashCode <flashcode@flashtux.org> on
-Sat, 20 Mar 2005 08:00:00 +0200.
+Sat, 21 May 2005 08:00:00 +0200.
It was downloaded from http://weechat.flashtux.org/download
diff --git a/weechat/debian/rules b/weechat/debian/rules
index 6bd2e416d..fc50839b3 100755
--- a/weechat/debian/rules
+++ b/weechat/debian/rules
@@ -15,7 +15,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir
./configure --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man \
- --enable-perl
+ --enable-perl --enable-python
touch configure-stamp
diff --git a/weechat/doc/weechat_doc_en.texi b/weechat/doc/weechat_doc_en.texi
index 1ea73053e..29b1363f7 100644
--- a/weechat/doc/weechat_doc_en.texi
+++ b/weechat/doc/weechat_doc_en.texi
@@ -35,7 +35,7 @@
@title WeeChat - User guide
@subtitle Fast, light and extensible IRC client
-@subtitle Documentation for WeeChat v0.1.2-cvs - May, 08 2005
+@subtitle Documentation for WeeChat v0.1.2 - May, 21 2005
@image{weechat_image}
diff --git a/weechat/doc/weechat_doc_es.texi b/weechat/doc/weechat_doc_es.texi
index 8fd2f6eab..cf82c82ab 100644
--- a/weechat/doc/weechat_doc_es.texi
+++ b/weechat/doc/weechat_doc_es.texi
@@ -35,7 +35,7 @@
@title WeeChat - Gui@'on de usuario.
@subtitle Cliente IRC r@'apido, peque@~no y extensible
-@subtitle Documentaci@'on para WeeChat v0.1.2 - 08 de mayo de 2005
+@subtitle Documentaci@'on para WeeChat v0.1.2 - 21 de mayo de 2005
@image{weechat_image}
diff --git a/weechat/doc/weechat_doc_fr.texi b/weechat/doc/weechat_doc_fr.texi
index 87619a984..9fcaede0e 100644
--- a/weechat/doc/weechat_doc_fr.texi
+++ b/weechat/doc/weechat_doc_fr.texi
@@ -35,7 +35,7 @@
@title WeeChat - Guide utilisateur
@subtitle Client IRC rapide, l@'eger et extensible
-@subtitle Documentation pour WeeChat v0.1.2-cvs - 08 Mai 2005
+@subtitle Documentation pour WeeChat v0.1.2 - 21 Mai 2005
@image{weechat_image}
diff --git a/weechat/doc/weechat_doc_pt.texi b/weechat/doc/weechat_doc_pt.texi
index 8b771636a..b6fdff199 100644
--- a/weechat/doc/weechat_doc_pt.texi
+++ b/weechat/doc/weechat_doc_pt.texi
@@ -35,7 +35,7 @@
@title WeeChat - Guia do Utilizador
@subtitle Cliente de IRC rapido, leve e extencivel
-@subtitle Documenta@,{c}@~ao do WeeChat v0.1.2-cvs - 08 de Maio de 2005
+@subtitle Documenta@,{c}@~ao do WeeChat v0.1.2 - 21 de Maio de 2005
@image{weechat_image}
diff --git a/weechat/po/es.po b/weechat/po/es.po
index 7de9adc93..e56cb3f06 100644
--- a/weechat/po/es.po
+++ b/weechat/po/es.po
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: WeeChat 0.1.2-cvs\n"
+"Project-Id-Version: WeeChat 0.1.2\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2005-05-08 14:15+0200\n"
+"POT-Creation-Date: 2005-05-21 07:26+0200\n"
"PO-Revision-Date: 2005-05-08 14:16+0200\n"
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2039,45 +2039,45 @@ msgstr "MB"
msgid "Gb"
msgstr "GB"
-#: src/gui/curses/gui-display.c:1121
+#: src/gui/curses/gui-display.c:1122
msgid "(away)"
msgstr "(ausente)"
-#: src/gui/curses/gui-display.c:1234
+#: src/gui/curses/gui-display.c:1235
#, c-format
msgid "%d:[not connected] "
msgstr "%d:[no conectado] "
-#: src/gui/curses/gui-display.c:1251
+#: src/gui/curses/gui-display.c:1252
msgid "Act: "
msgstr "Act: "
-#: src/gui/curses/gui-display.c:1300
+#: src/gui/curses/gui-display.c:1301
#, c-format
msgid "Lag: %.1f"
msgstr "Lag: %.1f"
-#: src/gui/curses/gui-display.c:1321
+#: src/gui/curses/gui-display.c:1322
msgid "-MORE-"
msgstr "-MÁS-"
-#: src/gui/curses/gui-display.c:1508
+#: src/gui/curses/gui-display.c:1509
msgid " [A] Accept"
msgstr " [A] Aceptar"
-#: src/gui/curses/gui-display.c:1509 src/gui/curses/gui-display.c:1513
+#: src/gui/curses/gui-display.c:1510 src/gui/curses/gui-display.c:1514
msgid " [C] Cancel"
msgstr " [C] Cancelar"
-#: src/gui/curses/gui-display.c:1518
+#: src/gui/curses/gui-display.c:1519
msgid " [R] Remove"
msgstr " [R] Eliminar"
-#: src/gui/curses/gui-display.c:1522
+#: src/gui/curses/gui-display.c:1523
msgid " [P] Purge old DCC"
msgstr " [P] Purgar los viejos DCC"
-#: src/gui/curses/gui-display.c:1523
+#: src/gui/curses/gui-display.c:1524
msgid " [Q] Close DCC view"
msgstr " [Q] Cerrar la vista DCC"
diff --git a/weechat/po/fr.po b/weechat/po/fr.po
index 4c4970fbd..e5743011e 100644
--- a/weechat/po/fr.po
+++ b/weechat/po/fr.po
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: WeeChat 0.1.2-cvs\n"
+"Project-Id-Version: WeeChat 0.1.2\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2005-05-08 14:15+0200\n"
+"POT-Creation-Date: 2005-05-21 07:26+0200\n"
"PO-Revision-Date: 2005-05-08 14:16+0200\n"
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -2040,45 +2040,45 @@ msgstr "Mo"
msgid "Gb"
msgstr "Go"
-#: src/gui/curses/gui-display.c:1121
+#: src/gui/curses/gui-display.c:1122
msgid "(away)"
msgstr "(absent)"
-#: src/gui/curses/gui-display.c:1234
+#: src/gui/curses/gui-display.c:1235
#, c-format
msgid "%d:[not connected] "
msgstr "%d:[non connecté] "
-#: src/gui/curses/gui-display.c:1251
+#: src/gui/curses/gui-display.c:1252
msgid "Act: "
msgstr "Act: "
-#: src/gui/curses/gui-display.c:1300
+#: src/gui/curses/gui-display.c:1301
#, c-format
msgid "Lag: %.1f"
msgstr "Lag: %.1f"
-#: src/gui/curses/gui-display.c:1321
+#: src/gui/curses/gui-display.c:1322
msgid "-MORE-"
msgstr "-PLUS-"
-#: src/gui/curses/gui-display.c:1508
+#: src/gui/curses/gui-display.c:1509
msgid " [A] Accept"
msgstr " [A] Accepter"
-#: src/gui/curses/gui-display.c:1509 src/gui/curses/gui-display.c:1513
+#: src/gui/curses/gui-display.c:1510 src/gui/curses/gui-display.c:1514
msgid " [C] Cancel"
msgstr " [C] Annuler"
-#: src/gui/curses/gui-display.c:1518
+#: src/gui/curses/gui-display.c:1519
msgid " [R] Remove"
msgstr " [R] Retirer"
-#: src/gui/curses/gui-display.c:1522
+#: src/gui/curses/gui-display.c:1523
msgid " [P] Purge old DCC"
msgstr " [P] Purger anciens DCC"
-#: src/gui/curses/gui-display.c:1523
+#: src/gui/curses/gui-display.c:1524
msgid " [Q] Close DCC view"
msgstr " [Q] Fermer la vue DCC"
diff --git a/weechat/po/weechat.pot b/weechat/po/weechat.pot
index 837c6feeb..3a632c473 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: 2005-05-08 14:15+0200\n"
+"POT-Creation-Date: 2005-05-21 07:26+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"
@@ -1911,45 +1911,45 @@ msgstr ""
msgid "Gb"
msgstr ""
-#: src/gui/curses/gui-display.c:1121
+#: src/gui/curses/gui-display.c:1122
msgid "(away)"
msgstr ""
-#: src/gui/curses/gui-display.c:1234
+#: src/gui/curses/gui-display.c:1235
#, c-format
msgid "%d:[not connected] "
msgstr ""
-#: src/gui/curses/gui-display.c:1251
+#: src/gui/curses/gui-display.c:1252
msgid "Act: "
msgstr ""
-#: src/gui/curses/gui-display.c:1300
+#: src/gui/curses/gui-display.c:1301
#, c-format
msgid "Lag: %.1f"
msgstr ""
-#: src/gui/curses/gui-display.c:1321
+#: src/gui/curses/gui-display.c:1322
msgid "-MORE-"
msgstr ""
-#: src/gui/curses/gui-display.c:1508
+#: src/gui/curses/gui-display.c:1509
msgid " [A] Accept"
msgstr ""
-#: src/gui/curses/gui-display.c:1509 src/gui/curses/gui-display.c:1513
+#: src/gui/curses/gui-display.c:1510 src/gui/curses/gui-display.c:1514
msgid " [C] Cancel"
msgstr ""
-#: src/gui/curses/gui-display.c:1518
+#: src/gui/curses/gui-display.c:1519
msgid " [R] Remove"
msgstr ""
-#: src/gui/curses/gui-display.c:1522
+#: src/gui/curses/gui-display.c:1523
msgid " [P] Purge old DCC"
msgstr ""
-#: src/gui/curses/gui-display.c:1523
+#: src/gui/curses/gui-display.c:1524
msgid " [Q] Close DCC view"
msgstr ""
diff --git a/weechat/weechat-curses.1 b/weechat/weechat-curses.1
index ae3684d91..51eb4e9f4 100644
--- a/weechat/weechat-curses.1
+++ b/weechat/weechat-curses.1
@@ -1,4 +1,4 @@
-.TH WEECHAT 1 "February 2005" "FlashCode"
+.TH WEECHAT 1 "May 2005" "FlashCode"
.SH NAME
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
@@ -53,11 +53,7 @@ configuration file for WeeChat
WeeChat log file
.SH AUTHOR
-WeeChat is written by:
-.br
- - FlashCode <flashcode@flashtux.org>
- - Bounga <bounga@altern.org>
- - Xahlexx <xahlexx@weeland.org>
+WeeChat is written by FlashCode <flashcode@flashtux.org>
.br
WeeChat on the web:
.UR
diff --git a/weechat/weechat.spec b/weechat/weechat.spec
index a88d9888d..b9660e30b 100644
--- a/weechat/weechat.spec
+++ b/weechat/weechat.spec
@@ -1,5 +1,5 @@
%define name weechat
-%define version 0.1.1
+%define version 0.1.2
%define release 1
Name: %{name}
@@ -10,7 +10,7 @@ Source: http://weechat.flashtux.org/download/%{name}-%{version}.tar.gz
URL: http://weechat.flashtux.org
Group: Networking/IRC
BuildRoot: %{_tmppath}/%{name}-buildroot
-Requires: perl
+Requires: perl, python
License: GPL
%description
@@ -23,7 +23,7 @@ rm -rf $RPM_BUILD_ROOT
%setup
%build
-./configure --enable-perl
+./configure --enable-perl --enable-python
make DESTDIR="$RPM_BUILD_ROOT" LOCALRPM="local"
%install
@@ -41,6 +41,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/local/bin/weechat-curses
%changelog
+* Sat May 21 2005 FlashCode <flashcode@flashtux.org> 0.1.2-1
+- Released version 0.1.2
* Sat Mar 20 2005 FlashCode <flashcode@flashtux.org> 0.1.1-1
- Released version 0.1.1
* Sat Feb 12 2005 FlashCode <flashcode@flashtux.org> 0.1.0-1