From 7a9e1b35f91294c077d7da0e58fcedf11c9cab28 Mon Sep 17 00:00:00 2001 From: Graham Roff Date: Tue, 28 Mar 2000 20:47:19 +0000 Subject: [PATCH] New version (0.81) --- licq/doc/BUGS | 4 +--- licq/doc/CHANGELOG | 6 ++++++ licq/doc/README | 2 +- licq/doc/TODO | 14 +------------- qt-gui/doc/CHANGELOG | 9 +++++++++ qt-gui/doc/README | 2 +- 6 files changed, 19 insertions(+), 18 deletions(-) diff --git a/licq/doc/BUGS b/licq/doc/BUGS index 3b3415c00..5a3e6c1b6 100644 --- a/licq/doc/BUGS +++ b/licq/doc/BUGS @@ -1,3 +1 @@ -Currently known bugs and poor feature implementations in Licq: - -There are currently no known bugs in Licq. +See the bugtracking section of the web page for bug information. diff --git a/licq/doc/CHANGELOG b/licq/doc/CHANGELOG index 248234535..aed9c4693 100644 --- a/licq/doc/CHANGELOG +++ b/licq/doc/CHANGELOG @@ -1,5 +1,11 @@ Change log for Licq. +New in 0.81 +o Chat thread segfault handler +o Use first name if no alias present +o Fix no-rtti problem + + New in 0.80 o Multiparty chat o Chat integrated into the daemon diff --git a/licq/doc/README b/licq/doc/README index 9c64be5ca..71734b722 100644 --- a/licq/doc/README +++ b/licq/doc/README @@ -1,4 +1,4 @@ -LICQ v0.80 +LICQ v0.81 An ICQ clone written in C and C++ using a plugin system to allow for many possible interfaces. diff --git a/licq/doc/TODO b/licq/doc/TODO index 6ea44fd9c..376e33a01 100644 --- a/licq/doc/TODO +++ b/licq/doc/TODO @@ -1,26 +1,14 @@ List of things to do and in progress for Licq: -Priorities: -o Multi-party chat. - - Other Things: o Have licq automatically detect the status of ppp0 and go online/offline accordingly o Fix auto-update all users -o Make the statuses when sounds appear configurable o Auto accept file option o Send uins to users -o Get the correct status from the tcp message packet - - -Fields to add to users: -o Last seen online (time) -o Real IP Plugin Ideas: -o ICQ forwarder o Email checker o Web server (in progress) -o Console plugin (in progress) + diff --git a/qt-gui/doc/CHANGELOG b/qt-gui/doc/CHANGELOG index 3166ae959..2d16b1468 100644 --- a/qt-gui/doc/CHANGELOG +++ b/qt-gui/doc/CHANGELOG @@ -1,5 +1,14 @@ Change log for Licq Qt-GUI Plugin. +New in 0.81 +o Popup all messages option +o Ctrl-Delete and Delete used in contact list to remove users + from list or current group +o Ctrl-Delete on close button in user function window removes the user + from the contact list +o Fix for chat problems + + New in 0.80 o Multiparty Chat o Send message urgent or to contact list with one click diff --git a/qt-gui/doc/README b/qt-gui/doc/README index 3a86443b0..bf8c7d744 100644 --- a/qt-gui/doc/README +++ b/qt-gui/doc/README @@ -1,4 +1,4 @@ -LICQ Qt-GUI Plugin v0.80 +LICQ Qt-GUI Plugin v0.81 A plugin for Licq to enable a gui based on Qt.