Version 0.0.4

v2.8-utf8proc
Sebastien Helleu 2004-01-01 11:10:22 +00:00
parent 4e138f3dca
commit ffbc4c0b0c
22 changed files with 2416 additions and 2362 deletions

2
BUGS
View File

@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
WeeChat known bugs, 2003-12-31
WeeChat known bugs, 2004-01-01
- ./configure does not check that Curses headers are installed
- ./configure does not check that Gtk 2.0 libraries are installed

View File

@ -1,10 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
ChangeLog - 2003-12-31
ChangeLog - 2004-01-01
Version 0.0.4 (under dev!):
Version 0.0.4 (2004-01-01):
* Perl plugin, with auto-load
* when private window is created (another user is talking), WeeChat does not
switch to this window

2
FAQ
View File

@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
WeeChat FAQ, 2003-12-31
WeeChat FAQ, 2004-01-01
1- Compiling

4
NEWS
View File

@ -1,6 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
* FlashCode, 2004-01-01
WeeChat 0.0.4 released.
* FlashCode, 2003-11-03
WeeChat 0.0.3 released.

8
TODO
View File

@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
TODO - 2003-12-31
TODO - 2004-01-01
Legend:
# done
@ -23,11 +23,8 @@ v0.0.4:
switch to this window
# highlight when our nick is written in a channel/private window
* Configuration:
- add missing options for config file
* Plugins:
+ Perl plugin
# Perl plugin
# "/perl load" and "/perl unload" commands to (un)load Perl scripts
# auto-load Perl scripts at startup
@ -85,6 +82,7 @@ Future versions:
- IPv6 protocol implementation
* Configuration:
- add missing options for config file
- add key bindings to config file
- load config file after GUI (so init values by default (colors, ...) before
loading config)

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
weechat (0.0.4-1) unstable; urgency=low
* WeeChat version 0.0.4, see ChangeLog for detail.
-- FlashCode <flashcode@flashtux.org> Thu, 01 Jan 2004 13:00:00 +0200
weechat (0.0.3-1) unstable; urgency=low
* WeeChat version 0.0.3, see ChangeLog for detail.

2
debian/copyright vendored
View File

@ -1,5 +1,5 @@
This package was debianized by FlashCode <flashcode@flashtux.org> on
Mon, 03 Nov 2003 23:15:00 +0200.
Thu, 01 Jan 2004 13:00:00 +0200.
It was downloaded from http://weechat.flashtux.org/download

1172
po/fr.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
%define name weechat
%define version 0.0.3
%define version 0.0.4
%define release 1
Name: %{name}
@ -40,6 +40,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/local/bin/weechat-curses
%changelog
* Thu Jan 01 2004 FlashCode <flashcode@flashtux.org> 0.0.4-1
- Released version 0.0.4
* Mon Nov 03 2003 FlashCode <flashcode@flashtux.org> 0.0.3-1
- Released version 0.0.3
* Sun Oct 05 2003 FlashCode <flashcode@flashtux.org> 0.0.2-1

View File

@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
WeeChat known bugs, 2003-12-31
WeeChat known bugs, 2004-01-01
- ./configure does not check that Curses headers are installed
- ./configure does not check that Gtk 2.0 libraries are installed

View File

@ -1,10 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
ChangeLog - 2003-12-31
ChangeLog - 2004-01-01
Version 0.0.4 (under dev!):
Version 0.0.4 (2004-01-01):
* Perl plugin, with auto-load
* when private window is created (another user is talking), WeeChat does not
switch to this window

View File

@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
WeeChat FAQ, 2003-12-31
WeeChat FAQ, 2004-01-01
1- Compiling

View File

@ -1,6 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
* FlashCode, 2004-01-01
WeeChat 0.0.4 released.
* FlashCode, 2003-11-03
WeeChat 0.0.3 released.

View File

@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
TODO - 2003-12-31
TODO - 2004-01-01
Legend:
# done
@ -23,11 +23,8 @@ v0.0.4:
switch to this window
# highlight when our nick is written in a channel/private window
* Configuration:
- add missing options for config file
* Plugins:
+ Perl plugin
# Perl plugin
# "/perl load" and "/perl unload" commands to (un)load Perl scripts
# auto-load Perl scripts at startup
@ -85,6 +82,7 @@ Future versions:
- IPv6 protocol implementation
* Configuration:
- add missing options for config file
- add key bindings to config file
- load config file after GUI (so init values by default (colors, ...) before
loading config)

View File

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

View File

@ -1,3 +1,9 @@
weechat (0.0.4-1) unstable; urgency=low
* WeeChat version 0.0.4, see ChangeLog for detail.
-- FlashCode <flashcode@flashtux.org> Thu, 01 Jan 2004 13:00:00 +0200
weechat (0.0.3-1) unstable; urgency=low
* WeeChat version 0.0.3, see ChangeLog for detail.

View File

@ -1,5 +1,5 @@
This package was debianized by FlashCode <flashcode@flashtux.org> on
Mon, 03 Nov 2003 23:15:00 +0200.
Thu, 01 Jan 2004 13:00:00 +0200.
It was downloaded from http://weechat.flashtux.org/download

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
%define name weechat
%define version 0.0.3
%define version 0.0.4
%define release 1
Name: %{name}
@ -40,6 +40,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/local/bin/weechat-curses
%changelog
* Thu Jan 01 2004 FlashCode <flashcode@flashtux.org> 0.0.4-1
- Released version 0.0.4
* Mon Nov 03 2003 FlashCode <flashcode@flashtux.org> 0.0.3-1
- Released version 0.0.3
* Sun Oct 05 2003 FlashCode <flashcode@flashtux.org> 0.0.2-1