Version 0.0.2

v2.8-utf8proc
Sebastien Helleu 2003-10-05 09:06:39 +00:00
parent ab6ca9a0b4
commit 627e0a24eb
16 changed files with 46 additions and 26 deletions

View File

@ -4,7 +4,7 @@ WeeChat - Wee Enhanced Environment for Chat
ChangeLog - 2003-10-05
Version 0.0.2 (under dev!):
Version 0.0.2 (2003-10-05):
* added commands /rehash and /restart
* command & auto-join channels when connected to server
* new commands for alias: /alias, /unalias (new section in config file)

8
NEWS
View File

@ -1,6 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
FlashCode, 2003-09-27
* FlashCode, 2003-10-05
WeeChat 0.0.1 released.
WeeChat 0.0.2 released.
* FlashCode, 2003-09-27
WeeChat 0.0.1 released.

6
TODO
View File

@ -14,7 +14,6 @@ v0.0.2:
------
* IRC protocol:
+ "/mode" command: change the user/channels modes
# "/rehash" command: tell the server to reload its config file
# "/restart" command: tell the server to restart itself
@ -24,9 +23,6 @@ v0.0.2:
# "/save" command: save configuration to disk
# "/alias" and "/unalias" commands
* Interface:
- display current channel modes (example : #weechat(+nt))
* Configuration:
# write config file
# add alias definition
@ -40,6 +36,7 @@ Future versions:
* IRC protocol:
- implement RFC 2812
+ "/mode" command: change the user/channels modes
- "/dcc" command (for chat and sending/receiving files)
- complete "/list" command: add regexp search, display only channels that
match regexp
@ -67,6 +64,7 @@ Future versions:
format, etc)
* Interface:
- display current channel modes (example : #weechat(+nt))
- interpret special chars in messages (color & bold for example)
- internationalization (traduce WeeChat in many languages)
- many channel windows in one window/term (window split)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
weechat (0.0.2-1) unstable; urgency=low
* WeeChat version 0.0.2, see ChangeLog for detail.
-- FlashCode <flashcode@flashtux.org> Sun, 05 Oct 2003 12:00:00 +0200
weechat (0.0.1-1) unstable; urgency=low
* First version.

2
debian/copyright vendored
View File

@ -1,5 +1,5 @@
This package was debianized by FlashCode <flashcode@flashtux.org> on
Sat, 27 Sep 2003 10:00:00 +0200.
Sun, 05 Oct 2003 12:00:00 +0200.
It was downloaded from http://weechat.flashtux.org/download

2
debian/files vendored
View File

@ -1 +1 @@
weechat_0.0.1-1_i386.deb net optional
weechat_0.0.2-1_i386.deb net optional

View File

@ -32,7 +32,7 @@
#define N_(string) (string)
#define WEECHAT_NAME "WeeChat"
#define WEECHAT_VERSION "0.0.2-pre3"
#define WEECHAT_VERSION "0.0.2"
#define WEECHAT_NAME_AND_VERSION WEECHAT_NAME " " WEECHAT_VERSION
#define WEECHAT_COPYRIGHT WEECHAT_NAME " (c) 2003 by Wee Team"
@ -42,7 +42,7 @@
#define WEECHAT_WARNING _(WEECHAT_NAME " Warning:")
/* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */
#define DEBUG 1
#define DEBUG 0
/* log file */

View File

@ -1,5 +1,5 @@
%define name weechat
%define version 0.0.1
%define version 0.0.2
%define release 1
Name: %{name}
@ -37,5 +37,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/local/bin/weechat
%changelog
* Thu Sep 27 2003 FlashCode <flashcode@flashtux.org> 0.0.1-1
* Sun Oct 05 2003 FlashCode <flashcode@flashtux.org> 0.0.2-1
- Released version 0.0.2
* Sat Sep 27 2003 FlashCode <flashcode@flashtux.org> 0.0.1-1
- Released version 0.0.1

View File

@ -4,7 +4,7 @@ WeeChat - Wee Enhanced Environment for Chat
ChangeLog - 2003-10-05
Version 0.0.2 (under dev!):
Version 0.0.2 (2003-10-05):
* added commands /rehash and /restart
* command & auto-join channels when connected to server
* new commands for alias: /alias, /unalias (new section in config file)

View File

@ -1,6 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
FlashCode, 2003-09-27
* FlashCode, 2003-10-05
WeeChat 0.0.1 released.
WeeChat 0.0.2 released.
* FlashCode, 2003-09-27
WeeChat 0.0.1 released.

View File

@ -14,7 +14,6 @@ v0.0.2:
------
* IRC protocol:
+ "/mode" command: change the user/channels modes
# "/rehash" command: tell the server to reload its config file
# "/restart" command: tell the server to restart itself
@ -24,9 +23,6 @@ v0.0.2:
# "/save" command: save configuration to disk
# "/alias" and "/unalias" commands
* Interface:
- display current channel modes (example : #weechat(+nt))
* Configuration:
# write config file
# add alias definition
@ -40,6 +36,7 @@ Future versions:
* IRC protocol:
- implement RFC 2812
+ "/mode" command: change the user/channels modes
- "/dcc" command (for chat and sending/receiving files)
- complete "/list" command: add regexp search, display only channels that
match regexp
@ -67,6 +64,7 @@ Future versions:
format, etc)
* Interface:
- display current channel modes (example : #weechat(+nt))
- interpret special chars in messages (color & bold for example)
- internationalization (traduce WeeChat in many languages)
- many channel windows in one window/term (window split)

View File

@ -1,3 +1,9 @@
weechat (0.0.2-1) unstable; urgency=low
* WeeChat version 0.0.2, see ChangeLog for detail.
-- FlashCode <flashcode@flashtux.org> Sun, 05 Oct 2003 12:00:00 +0200
weechat (0.0.1-1) unstable; urgency=low
* First version.

View File

@ -1,5 +1,5 @@
This package was debianized by FlashCode <flashcode@flashtux.org> on
Sat, 27 Sep 2003 10:00:00 +0200.
Sun, 05 Oct 2003 12:00:00 +0200.
It was downloaded from http://weechat.flashtux.org/download

View File

@ -1 +1 @@
weechat_0.0.1-1_i386.deb net optional
weechat_0.0.2-1_i386.deb net optional

View File

@ -32,7 +32,7 @@
#define N_(string) (string)
#define WEECHAT_NAME "WeeChat"
#define WEECHAT_VERSION "0.0.2-pre3"
#define WEECHAT_VERSION "0.0.2"
#define WEECHAT_NAME_AND_VERSION WEECHAT_NAME " " WEECHAT_VERSION
#define WEECHAT_COPYRIGHT WEECHAT_NAME " (c) 2003 by Wee Team"
@ -42,7 +42,7 @@
#define WEECHAT_WARNING _(WEECHAT_NAME " Warning:")
/* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */
#define DEBUG 1
#define DEBUG 0
/* log file */

View File

@ -1,5 +1,5 @@
%define name weechat
%define version 0.0.1
%define version 0.0.2
%define release 1
Name: %{name}
@ -37,5 +37,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/local/bin/weechat
%changelog
* Thu Sep 27 2003 FlashCode <flashcode@flashtux.org> 0.0.1-1
* Sun Oct 05 2003 FlashCode <flashcode@flashtux.org> 0.0.2-1
- Released version 0.0.2
* Sat Sep 27 2003 FlashCode <flashcode@flashtux.org> 0.0.1-1
- Released version 0.0.1