diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-02-12 12:59:32 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-02-12 12:59:32 +0000 |
commit | dfc1c0370daa8245c8964ce8c73d56b944c9a169 (patch) | |
tree | 676d156a77f9e64fc592c6574189ddfd70a408cd | |
parent | 89d9fb641e7c5ec7d1846ca6d91abe5356e038c7 (diff) | |
download | weechat-dfc1c0370daa8245c8964ce8c73d56b944c9a169.zip |
Version 0.1.0
-rw-r--r-- | BUGS | 5 | ||||
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | TODO | 19 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rwxr-xr-x | debian/rules | 32 | ||||
-rw-r--r-- | doc/weechat_doc_en.texi | 2 | ||||
-rw-r--r-- | doc/weechat_doc_fr.texi | 2 | ||||
-rw-r--r-- | doc/weechat_doc_pt.texi | 2 | ||||
-rw-r--r-- | po/fr.po | 6 | ||||
-rw-r--r-- | po/weechat.pot | 2 | ||||
-rw-r--r-- | weechat-curses.1 | 2 | ||||
-rw-r--r-- | weechat.spec | 4 | ||||
-rw-r--r-- | weechat/BUGS | 5 | ||||
-rw-r--r-- | weechat/ChangeLog | 4 | ||||
-rw-r--r-- | weechat/NEWS | 4 | ||||
-rw-r--r-- | weechat/TODO | 19 | ||||
-rw-r--r-- | weechat/configure.in | 4 | ||||
-rw-r--r-- | weechat/debian/changelog | 6 | ||||
-rw-r--r-- | weechat/debian/control | 8 | ||||
-rw-r--r-- | weechat/debian/copyright | 2 | ||||
-rwxr-xr-x | weechat/debian/rules | 32 | ||||
-rw-r--r-- | weechat/doc/weechat_doc_en.texi | 2 | ||||
-rw-r--r-- | weechat/doc/weechat_doc_fr.texi | 2 | ||||
-rw-r--r-- | weechat/doc/weechat_doc_pt.texi | 2 | ||||
-rw-r--r-- | weechat/po/fr.po | 6 | ||||
-rw-r--r-- | weechat/po/weechat.pot | 2 | ||||
-rw-r--r-- | weechat/weechat-curses.1 | 2 | ||||
-rw-r--r-- | weechat/weechat.spec | 4 |
32 files changed, 112 insertions, 96 deletions
@@ -1,15 +1,12 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -WeeChat known bugs, 2005-01-23 +WeeChat known bugs, 2005-02-12 - ./configure does not check that Curses headers are installed - ./configure does not check that Gtk 2.0 libraries are installed - ./configure does not check that Perl headers & libraries are installed - too much nicks in the channel (> height of window) => some nicks are hidden -- 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!) - 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 @@ -1,10 +1,10 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2005-02-06 +ChangeLog - 2005-02-12 -Version 0.1.0 (under dev!): +Version 0.1.0 (2005-02-12): * improved /window command: now split and merge are ok * away nicks are now displayed with another color (new option: "irc_away_check") * added away indicator in status bar @@ -1,6 +1,10 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== +* FlashCode, 2005-02-12 + + WeeChat 0.1.0 released. + * FlashCode, 2005-01-01 WeeChat 0.0.9 released. @@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -TODO - 2005-02-06 +TODO - 2005-02-12 Legend: # done @@ -10,31 +10,30 @@ Legend: ? is this really necessary? -v0.1.0: +v0.1.1: ------ * General: + Windows version + Solaris version + - *BSD version * IRC protocol: + "/dcc" command (for chat and sending/receiving files) + - customizable CTCP version reply * Interface: - # add lag indicator - # "/window" command, split terminal in multiple windows - (horizontally/vertically) + + Gtk GUI + internationalization (traduce WeeChat in many languages) + * TCP/IP communication: + - connect to server with child process (background) + Future versions: --------------- - * General: - - *BSD version - * IRC protocol: - - customizable CTCP version reply - complete "/list" command: add regexp search, display only channels that match regexp - "/ignore" and "/unignore" commands: hide all that is write by a given @@ -57,14 +56,12 @@ Future versions: - "/last": command to look for text in previous messages * Interface: - + Gtk GUI - color for nicks (except own nick) when nick colors are disabled - interpret special chars in messages (color & bold for example) - understand incomplete commands if unambigous (for example: /he for /help is ok) ? Qt GUI * TCP/IP communication: - - connect to server with child process (background) - proxy support - SSL support - IPv6 protocol implementation diff --git a/configure.in b/configure.in index 73fda6d43..4cee06382 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.0-cvs, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.1.0, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/common/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.1.0-cvs]) +AM_INIT_AUTOMAKE([weechat], [0.1.0]) # Checks for programs. AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index 597600175..27a67c536 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +weechat (0.1.0-1) unstable; urgency=low + + * WeeChat version 0.1.0, see ChangeLog for detail. + + -- Sebastien Helleu <flashcode@flashtux.org> Sat, 12 Feb 2005 12:00:00 +0200 + weechat (0.0.9-1) unstable; urgency=low * WeeChat version 0.0.9, see ChangeLog for detail. diff --git a/debian/control b/debian/control index 390aeb23c..a1d830782 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: weechat Section: net Priority: optional -Maintainer: FlashCode <flashcode@flashtux.org> -Build-Depends: debhelper (>> 4.0.0), libncurses5 (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev -Standards-Version: 3.5.8 +Maintainer: Sebastien Helleu <flashcode@flashtux.org> +Build-Depends: debhelper (>> 4.0.0), libncurses5-dev (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev +Standards-Version: 3.6.1 Package: weechat Architecture: all -Depends: ${shlibs:Depends}, weechat-common (= ${Source-Version}), weechat-curses (= ${Source-Version}), weechat-gtk (= ${Source-Version}) +Depends: weechat-common (= ${Source-Version}), weechat-curses (= ${Source-Version}), weechat-gtk (= ${Source-Version}) Description: Fast, light and extensible IRC client WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client for many operating systems. Everything can be done with a keyboard. diff --git a/debian/copyright b/debian/copyright index ea896c4d7..442914d83 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ This package was debianized by FlashCode <flashcode@flashtux.org> on -Sat, 01 Jan 2005 13:00:00 +0200. +Sat, 12 Jan 2005 12:00:00 +0200. It was downloaded from http://weechat.flashtux.org/download diff --git a/debian/rules b/debian/rules index 7b6f5de34..6bd2e416d 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,8 @@ endif configure: configure-stamp configure-stamp: dh_testdir - ./configure --prefix=/usr --sysconfdir=/etc --enable-perl + ./configure --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man \ + --enable-perl touch configure-stamp @@ -29,7 +30,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - -$(MAKE) clean + -$(MAKE) distclean dh_clean install: build @@ -40,32 +41,33 @@ install: build $(MAKE) install DESTDIR=$(CURDIR)/debian/weechat dh_install --sourcedir=debian/weechat install -o root -g root -m 755 src/gui/curses/weechat-curses $(CURDIR)/debian/weechat-curses/usr/bin - #install -o root -g root -m 755 src/gui/gtk/weechat-gtk $(CURDIR)/debian/weechat-gtk/usr/bin + # install -o root -g root -m 755 src/gui/gtk/weechat-gtk $(CURDIR)/debian/weechat-gtk/usr/bin # Build architecture-independent files here. binary-indep: build install - dh_testdir -pweechat-common - dh_testroot -pweechat-common + dh_testdir -pweechat-common -pweechat + dh_testroot -pweechat-common -pweechat dh_installchangelogs ChangeLog -pweechat-common dh_installdocs -pweechat-common dh_installexamples -pweechat-common - dh_compress -pweechat-common - dh_fixperms -pweechat-common - dh_installdeb -pweechat-common - dh_shlibdeps -pweechat-common - dh_gencontrol -pweechat-common - dh_md5sums -pweechat-common - dh_builddeb -pweechat-common + dh_compress -pweechat-common -pweechat + dh_link -pweechat usr/share/doc/weechat-common usr/share/doc/weechat + dh_fixperms -pweechat-common -pweechat + dh_installdeb -pweechat-common -pweechat + dh_shlibdeps -pweechat-common -pweechat + dh_gencontrol -pweechat-common -pweechat + dh_md5sums -pweechat-common -pweechat + dh_builddeb -pweechat-common -pweechat # Build architecture-dependent files here. binary-arch: build install dh_testdir -a dh_testroot -a - dh_installchangelogs -a - dh_installdocs -a + # dh_installchangelogs -a + # dh_installdocs -a dh_installman weechat-curses.1 -pweechat-curses - dh_link -a + dh_link -a usr/share/doc/weechat-common usr/share/doc/weechat-curses dh_strip -a dh_compress -a dh_fixperms -a diff --git a/doc/weechat_doc_en.texi b/doc/weechat_doc_en.texi index e93fc5842..cdac11662 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.0-cvs - February, 05 2005 +@subtitle Documentation for WeeChat v0.1.0 - February, 12 2005 @image{weechat_image} diff --git a/doc/weechat_doc_fr.texi b/doc/weechat_doc_fr.texi index a216f101a..fef9bb2a4 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.0-cvs - 05 F@'evrier 2005 +@subtitle Documentation pour WeeChat v0.1.0 - 12 F@'evrier 2005 @image{weechat_image} diff --git a/doc/weechat_doc_pt.texi b/doc/weechat_doc_pt.texi index 99120ab8d..21b465924 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.0-cvs - 05 de Fevereiro de 2005 +@subtitle Documenta@,{c}@~ao do WeeChat v0.1.0 - 12 de Fevereiro de 2005 @image{weechat_image} @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: WeeChat 0.1.0-cvs\n" +"Project-Id-Version: WeeChat 0.1.0\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2005-02-06 17:01+0100\n" -"PO-Revision-Date: 2005-01-01 13:00+0100\n" +"POT-Creation-Date: 2005-02-12 12:00+0100\n" +"PO-Revision-Date: 2005-02-12 12:00+0100\n" "Last-Translator: FlashCode <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "MIME-Version: 1.0\n" diff --git a/po/weechat.pot b/po/weechat.pot index 060977747..48183b1da 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-02-06 17:01+0100\n" +"POT-Creation-Date: 2005-02-12 12:00+0100\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" diff --git a/weechat-curses.1 b/weechat-curses.1 index f0f6c8466..ae3684d91 100644 --- a/weechat-curses.1 +++ b/weechat-curses.1 @@ -1,4 +1,4 @@ -.TH WEECHAT 1 "January 2005" "FlashCode" +.TH WEECHAT 1 "February 2005" "FlashCode" .SH NAME weechat-curses \- Wee Enhanced Environment for Chat (Curses version) diff --git a/weechat.spec b/weechat.spec index f42753627..87c11239c 100644 --- a/weechat.spec +++ b/weechat.spec @@ -1,5 +1,5 @@ %define name weechat -%define version 0.0.9 +%define version 0.1.0 %define release 1 Name: %{name} @@ -41,6 +41,8 @@ rm -rf $RPM_BUILD_ROOT /usr/local/bin/weechat-curses %changelog +* Sat Feb 12 2005 FlashCode <flashcode@flashtux.org> 0.1.0-1 +- Released version 0.1.0 * Sat Jan 01 2005 FlashCode <flashcode@flashtux.org> 0.0.9-1 - Released version 0.0.9 * Sat Oct 30 2004 FlashCode <flashcode@flashtux.org> 0.0.8-1 diff --git a/weechat/BUGS b/weechat/BUGS index 6ec536b0d..64672591a 100644 --- a/weechat/BUGS +++ b/weechat/BUGS @@ -1,15 +1,12 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -WeeChat known bugs, 2005-01-23 +WeeChat known bugs, 2005-02-12 - ./configure does not check that Curses headers are installed - ./configure does not check that Gtk 2.0 libraries are installed - ./configure does not check that Perl headers & libraries are installed - too much nicks in the channel (> height of window) => some nicks are hidden -- 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!) - 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 0765fb7e0..cdb0f6511 100644 --- a/weechat/ChangeLog +++ b/weechat/ChangeLog @@ -1,10 +1,10 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2005-02-06 +ChangeLog - 2005-02-12 -Version 0.1.0 (under dev!): +Version 0.1.0 (2005-02-12): * improved /window command: now split and merge are ok * away nicks are now displayed with another color (new option: "irc_away_check") * added away indicator in status bar diff --git a/weechat/NEWS b/weechat/NEWS index 9c458a213..44753f562 100644 --- a/weechat/NEWS +++ b/weechat/NEWS @@ -1,6 +1,10 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== +* FlashCode, 2005-02-12 + + WeeChat 0.1.0 released. + * FlashCode, 2005-01-01 WeeChat 0.0.9 released. diff --git a/weechat/TODO b/weechat/TODO index fe1af8a43..001349752 100644 --- a/weechat/TODO +++ b/weechat/TODO @@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -TODO - 2005-02-06 +TODO - 2005-02-12 Legend: # done @@ -10,31 +10,30 @@ Legend: ? is this really necessary? -v0.1.0: +v0.1.1: ------ * General: + Windows version + Solaris version + - *BSD version * IRC protocol: + "/dcc" command (for chat and sending/receiving files) + - customizable CTCP version reply * Interface: - # add lag indicator - # "/window" command, split terminal in multiple windows - (horizontally/vertically) + + Gtk GUI + internationalization (traduce WeeChat in many languages) + * TCP/IP communication: + - connect to server with child process (background) + Future versions: --------------- - * General: - - *BSD version - * IRC protocol: - - customizable CTCP version reply - complete "/list" command: add regexp search, display only channels that match regexp - "/ignore" and "/unignore" commands: hide all that is write by a given @@ -57,14 +56,12 @@ Future versions: - "/last": command to look for text in previous messages * Interface: - + Gtk GUI - color for nicks (except own nick) when nick colors are disabled - interpret special chars in messages (color & bold for example) - understand incomplete commands if unambigous (for example: /he for /help is ok) ? Qt GUI * TCP/IP communication: - - connect to server with child process (background) - proxy support - SSL support - IPv6 protocol implementation diff --git a/weechat/configure.in b/weechat/configure.in index 73fda6d43..4cee06382 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.0-cvs, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.1.0, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/common/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.1.0-cvs]) +AM_INIT_AUTOMAKE([weechat], [0.1.0]) # Checks for programs. AC_PROG_CC diff --git a/weechat/debian/changelog b/weechat/debian/changelog index 597600175..27a67c536 100644 --- a/weechat/debian/changelog +++ b/weechat/debian/changelog @@ -1,3 +1,9 @@ +weechat (0.1.0-1) unstable; urgency=low + + * WeeChat version 0.1.0, see ChangeLog for detail. + + -- Sebastien Helleu <flashcode@flashtux.org> Sat, 12 Feb 2005 12:00:00 +0200 + weechat (0.0.9-1) unstable; urgency=low * WeeChat version 0.0.9, see ChangeLog for detail. diff --git a/weechat/debian/control b/weechat/debian/control index 390aeb23c..a1d830782 100644 --- a/weechat/debian/control +++ b/weechat/debian/control @@ -1,13 +1,13 @@ Source: weechat Section: net Priority: optional -Maintainer: FlashCode <flashcode@flashtux.org> -Build-Depends: debhelper (>> 4.0.0), libncurses5 (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev -Standards-Version: 3.5.8 +Maintainer: Sebastien Helleu <flashcode@flashtux.org> +Build-Depends: debhelper (>> 4.0.0), libncurses5-dev (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev +Standards-Version: 3.6.1 Package: weechat Architecture: all -Depends: ${shlibs:Depends}, weechat-common (= ${Source-Version}), weechat-curses (= ${Source-Version}), weechat-gtk (= ${Source-Version}) +Depends: weechat-common (= ${Source-Version}), weechat-curses (= ${Source-Version}), weechat-gtk (= ${Source-Version}) Description: Fast, light and extensible IRC client WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client for many operating systems. Everything can be done with a keyboard. diff --git a/weechat/debian/copyright b/weechat/debian/copyright index ea896c4d7..442914d83 100644 --- a/weechat/debian/copyright +++ b/weechat/debian/copyright @@ -1,5 +1,5 @@ This package was debianized by FlashCode <flashcode@flashtux.org> on -Sat, 01 Jan 2005 13:00:00 +0200. +Sat, 12 Jan 2005 12:00:00 +0200. It was downloaded from http://weechat.flashtux.org/download diff --git a/weechat/debian/rules b/weechat/debian/rules index 7b6f5de34..6bd2e416d 100755 --- a/weechat/debian/rules +++ b/weechat/debian/rules @@ -14,7 +14,8 @@ endif configure: configure-stamp configure-stamp: dh_testdir - ./configure --prefix=/usr --sysconfdir=/etc --enable-perl + ./configure --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man \ + --enable-perl touch configure-stamp @@ -29,7 +30,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - -$(MAKE) clean + -$(MAKE) distclean dh_clean install: build @@ -40,32 +41,33 @@ install: build $(MAKE) install DESTDIR=$(CURDIR)/debian/weechat dh_install --sourcedir=debian/weechat install -o root -g root -m 755 src/gui/curses/weechat-curses $(CURDIR)/debian/weechat-curses/usr/bin - #install -o root -g root -m 755 src/gui/gtk/weechat-gtk $(CURDIR)/debian/weechat-gtk/usr/bin + # install -o root -g root -m 755 src/gui/gtk/weechat-gtk $(CURDIR)/debian/weechat-gtk/usr/bin # Build architecture-independent files here. binary-indep: build install - dh_testdir -pweechat-common - dh_testroot -pweechat-common + dh_testdir -pweechat-common -pweechat + dh_testroot -pweechat-common -pweechat dh_installchangelogs ChangeLog -pweechat-common dh_installdocs -pweechat-common dh_installexamples -pweechat-common - dh_compress -pweechat-common - dh_fixperms -pweechat-common - dh_installdeb -pweechat-common - dh_shlibdeps -pweechat-common - dh_gencontrol -pweechat-common - dh_md5sums -pweechat-common - dh_builddeb -pweechat-common + dh_compress -pweechat-common -pweechat + dh_link -pweechat usr/share/doc/weechat-common usr/share/doc/weechat + dh_fixperms -pweechat-common -pweechat + dh_installdeb -pweechat-common -pweechat + dh_shlibdeps -pweechat-common -pweechat + dh_gencontrol -pweechat-common -pweechat + dh_md5sums -pweechat-common -pweechat + dh_builddeb -pweechat-common -pweechat # Build architecture-dependent files here. binary-arch: build install dh_testdir -a dh_testroot -a - dh_installchangelogs -a - dh_installdocs -a + # dh_installchangelogs -a + # dh_installdocs -a dh_installman weechat-curses.1 -pweechat-curses - dh_link -a + dh_link -a usr/share/doc/weechat-common usr/share/doc/weechat-curses dh_strip -a dh_compress -a dh_fixperms -a diff --git a/weechat/doc/weechat_doc_en.texi b/weechat/doc/weechat_doc_en.texi index e93fc5842..cdac11662 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.0-cvs - February, 05 2005 +@subtitle Documentation for WeeChat v0.1.0 - February, 12 2005 @image{weechat_image} diff --git a/weechat/doc/weechat_doc_fr.texi b/weechat/doc/weechat_doc_fr.texi index a216f101a..fef9bb2a4 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.0-cvs - 05 F@'evrier 2005 +@subtitle Documentation pour WeeChat v0.1.0 - 12 F@'evrier 2005 @image{weechat_image} diff --git a/weechat/doc/weechat_doc_pt.texi b/weechat/doc/weechat_doc_pt.texi index 99120ab8d..21b465924 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.0-cvs - 05 de Fevereiro de 2005 +@subtitle Documenta@,{c}@~ao do WeeChat v0.1.0 - 12 de Fevereiro de 2005 @image{weechat_image} diff --git a/weechat/po/fr.po b/weechat/po/fr.po index da7bec736..863e72516 100644 --- a/weechat/po/fr.po +++ b/weechat/po/fr.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: WeeChat 0.1.0-cvs\n" +"Project-Id-Version: WeeChat 0.1.0\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2005-02-06 17:01+0100\n" -"PO-Revision-Date: 2005-01-01 13:00+0100\n" +"POT-Creation-Date: 2005-02-12 12:00+0100\n" +"PO-Revision-Date: 2005-02-12 12:00+0100\n" "Last-Translator: FlashCode <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "MIME-Version: 1.0\n" diff --git a/weechat/po/weechat.pot b/weechat/po/weechat.pot index 060977747..48183b1da 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-02-06 17:01+0100\n" +"POT-Creation-Date: 2005-02-12 12:00+0100\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" diff --git a/weechat/weechat-curses.1 b/weechat/weechat-curses.1 index f0f6c8466..ae3684d91 100644 --- a/weechat/weechat-curses.1 +++ b/weechat/weechat-curses.1 @@ -1,4 +1,4 @@ -.TH WEECHAT 1 "January 2005" "FlashCode" +.TH WEECHAT 1 "February 2005" "FlashCode" .SH NAME weechat-curses \- Wee Enhanced Environment for Chat (Curses version) diff --git a/weechat/weechat.spec b/weechat/weechat.spec index f42753627..87c11239c 100644 --- a/weechat/weechat.spec +++ b/weechat/weechat.spec @@ -1,5 +1,5 @@ %define name weechat -%define version 0.0.9 +%define version 0.1.0 %define release 1 Name: %{name} @@ -41,6 +41,8 @@ rm -rf $RPM_BUILD_ROOT /usr/local/bin/weechat-curses %changelog +* Sat Feb 12 2005 FlashCode <flashcode@flashtux.org> 0.1.0-1 +- Released version 0.1.0 * Sat Jan 01 2005 FlashCode <flashcode@flashtux.org> 0.0.9-1 - Released version 0.0.9 * Sat Oct 30 2004 FlashCode <flashcode@flashtux.org> 0.0.8-1 |