Mercurial > pidgin.yaz
changeset 1001:b8a819390499
[gaim-migrate @ 1011]
small updates
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 16 Oct 2000 20:14:18 +0000 |
parents | 91b7377e7b45 |
children | 1d8f05ea6bdf |
files | FIXME STATUS |
diffstat | 2 files changed, 14 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/FIXME Mon Oct 16 20:11:18 2000 +0000 +++ b/FIXME Mon Oct 16 20:14:18 2000 +0000 @@ -14,6 +14,6 @@ 3. We need to modify nearly every function in server.c to determine which connection to do things on. The ones that still need to be modified have a FIXME comment in them. 3.1. We need to modify the UI to let the user indicate which account to do things on. -4. We need to completely modify the plugin/perl system to account for multiple connections. +4. We need to completely modify the plugin/perl system to account for multiple connections. SOMEWHAT DONE And that's just the large things. There are countless trivial issues that need to be addressed.
--- a/STATUS Mon Oct 16 20:11:18 2000 +0000 +++ b/STATUS Mon Oct 16 20:14:18 2000 +0000 @@ -1,4 +1,4 @@ -STATUS of GAIM CVS tree. Last modified $Date: 2000-10-14 17:24:53 -0400 (Sat, 14 Oct 2000) $ by $Author: warmenhoven $. +STATUS of GAIM CVS tree. Last modified $Date: 2000-10-16 16:14:18 -0400 (Mon, 16 Oct 2000) $ by $Author: warmenhoven $. This file is meant to provide gaim users who use the CVS version to see whether they actually want to compile what they just checked out. Gaim CVS is usually @@ -65,13 +65,16 @@ the rest of gaim) but it is at least functional now. -Plugins/Perl -============ +Plugins +======= + +The plugin system is mostly up and running again, with multi-connectivity added in +appropriate places. There may still be some bugginess and it lacks some features +that I want to add, but at least it's mostly working again. -The current plugin/perl system is in complete disarray as things are being -totally restructured inside gaim, in hopes of adding a more powerful plugin -system (one that can hopefully support Protocol Plugins (see PRPL comments)). -While The Change is taking place, most plugins won't compile (and we have set -all plugins in gaim/plugins not to compile by default). However, ones that have -been previously compiled may or may not work. The only way to know is to load -the plugin and test it. +Perl +==== + +Perl doesn't work at all right now. You can still load and unload perl scripts, but +they won't be able to do very much, unfortunately. I'll get it sorted out as soon as +I figure out how to :-P