diff --git a/BUGS b/BUGS index dbb62f037..44f22ed1f 100644 --- a/BUGS +++ b/BUGS @@ -1,13 +1,11 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -WeeChat known bugs, 2003-09-27 +WeeChat known bugs, 2003-09-29 - too much nicks in the channel (> height of window) => display bug - some IRC commands are marked as 'unknown' when received - (irc protocol is under dev!) -- bug in nicklist resize (sometimes resize doesn't work and there is display - problem) + (IRC protocol is under dev!) - alias/unalias commands doesn't work - config is not saved (to ~/.weechat/weechatrc) - intercept Ctrl-C (do not quit immediately if Ctrl-C pressed!) diff --git a/ChangeLog b/ChangeLog index 542ada4e4..306d01616 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2003-09-27 +ChangeLog - 2003-09-29 + +* 2003-09-28: + - added "/connect" and "/disconnect" commands + - added "/server" command + - added autoconnect flag for each server in config file * 2003-09-27: - added term window title diff --git a/TODO b/TODO index 1c0be3441..13f7f07e4 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -TODO - 2003-09-27 +TODO - 2003-09-29 Legend: # done @@ -18,7 +18,6 @@ v0.0.2: - "/dcc" command (for chat and sending/receiving files) - complete "/list" command: add regexp search, display only channels that match regexp - - "/connect" and "/disconnect" commands (for multiservers use) - "/ignore" and "/unignore" commands: hide all that is write by a given nick/host - when we're away, WeeChat should log all the lines begenning by our nick. @@ -31,6 +30,8 @@ v0.0.2: persons with the flag +w enable * WeeChat commands: + # "/connect" and "/disconnect" commands (for multiservers use) + # "/server" command to add, remove or list servers - "/completion" command: do shortcuts (for example when we type "u" in the text bar it send it to the server as "you") - "/exec" command: execute a command as if we was in shell @@ -38,7 +39,7 @@ v0.0.2: like -o could send the output to the server, on the current channel/private - "/reload" command: reload the WeeChat's config file - - "/set" command: allow the user to set the WeeChat variables + + "/set" command: allow the user to set the WeeChat variables under WeeChat without editing the config file (colours, time format, etc) - "/highlight" command: highlight a given word when it appears on diff --git a/weechat/BUGS b/weechat/BUGS index dbb62f037..44f22ed1f 100644 --- a/weechat/BUGS +++ b/weechat/BUGS @@ -1,13 +1,11 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -WeeChat known bugs, 2003-09-27 +WeeChat known bugs, 2003-09-29 - too much nicks in the channel (> height of window) => display bug - some IRC commands are marked as 'unknown' when received - (irc protocol is under dev!) -- bug in nicklist resize (sometimes resize doesn't work and there is display - problem) + (IRC protocol is under dev!) - alias/unalias commands doesn't work - config is not saved (to ~/.weechat/weechatrc) - intercept Ctrl-C (do not quit immediately if Ctrl-C pressed!) diff --git a/weechat/ChangeLog b/weechat/ChangeLog index 542ada4e4..306d01616 100644 --- a/weechat/ChangeLog +++ b/weechat/ChangeLog @@ -1,7 +1,12 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2003-09-27 +ChangeLog - 2003-09-29 + +* 2003-09-28: + - added "/connect" and "/disconnect" commands + - added "/server" command + - added autoconnect flag for each server in config file * 2003-09-27: - added term window title diff --git a/weechat/TODO b/weechat/TODO index 1c0be3441..13f7f07e4 100644 --- a/weechat/TODO +++ b/weechat/TODO @@ -1,7 +1,7 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -TODO - 2003-09-27 +TODO - 2003-09-29 Legend: # done @@ -18,7 +18,6 @@ v0.0.2: - "/dcc" command (for chat and sending/receiving files) - complete "/list" command: add regexp search, display only channels that match regexp - - "/connect" and "/disconnect" commands (for multiservers use) - "/ignore" and "/unignore" commands: hide all that is write by a given nick/host - when we're away, WeeChat should log all the lines begenning by our nick. @@ -31,6 +30,8 @@ v0.0.2: persons with the flag +w enable * WeeChat commands: + # "/connect" and "/disconnect" commands (for multiservers use) + # "/server" command to add, remove or list servers - "/completion" command: do shortcuts (for example when we type "u" in the text bar it send it to the server as "you") - "/exec" command: execute a command as if we was in shell @@ -38,7 +39,7 @@ v0.0.2: like -o could send the output to the server, on the current channel/private - "/reload" command: reload the WeeChat's config file - - "/set" command: allow the user to set the WeeChat variables + + "/set" command: allow the user to set the WeeChat variables under WeeChat without editing the config file (colours, time format, etc) - "/highlight" command: highlight a given word when it appears on