Update of /cvsroot/gaim/web/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv27963
Modified Files:
faq.txt shortcuts.php
Log Message:
my attempt to recreate the lost information in the faq. also removed the control-c
entry from shortcuts, reflecting its removal.
Index: faq.txt
===================================================================
RCS file: /cvsroot/gaim/web/htdocs/faq.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- faq.txt 26 Sep 2002 10:21:59 -0000 1.1.1.1
+++ faq.txt 26 Sep 2002 13:05:11 -0000 1.2
@@ -64,7 +64,9 @@
Q: I have a question about GTK2.
-A: Don't ask untill the changelog says it works.
+A: Our GTK2 port is in progress, the 0.59.x release series will be entirely Gtk1.2 and entirely devoid of new features.
+0.60 will be the first release with Gtk2 supported, and will no longer have support for Gtk1.2. We are not sure when we will
+be finished with this port, but if you want, you can use cvs to try it out.
!SECTION Using Gaim
@@ -125,7 +127,7 @@
Q: Will Gaim save my buddy list to the server?
A: Gaim already does this in MSN, Yahoo, and TOC. As of version 0.53,
-this support exists for Oscar as well. Improved Jabber support is being
+this support exists for AIM via Oscar as well. ICQ and improved Jabber support is being
worked on.
Q: Can Gaim import my buddy list?
@@ -213,7 +215,8 @@
Q: Why am I getting disconnected when I try to connect to IRC?
A: You will be disconnected if the nickname you chose is already in use on
-that IRC server. Try again with a different nickname.
+that IRC server. Try again with a different nickname. In 0.60 or latter, Gaim will
+prompt you to change your screenname in this situation.
!SECTION Jabber Protocol
@@ -311,6 +314,19 @@
on-line.
</p>
+!SECTON MSN
+
+Q: I'm getting lots of "Already in Opposite list" errors on msn, why?
+
+A: The reason this happens is because you have a screenname in both
+your permit list and your deny list. There are two ways to fix this: the correct
+way and the quick way. The correct way is to go to tools->preferences (tools->privacy
+in 0.60 or latter), and manually scan the list and remove the duplicate entries. The
+quick way is to remove the msn .blist file from the ~/.gaim directory. This will have
+a side effect: the msn server stores the screennames of your contacts, but does not
+store what group they are in, so you will have to re-sort your msn contacts into the
+appropriate groups.
+
!SECTION Scripts and Plugins
Q: Where can I find documentation on writing plugins and Perl scripts?
@@ -386,16 +402,18 @@
Q: Will Gaim be ported to Windows 95/98/Me/2000/XP?
-A: When GTK+ 2.0 comes out and compiles well against <a
-href="http://www.cygwin.com/">Cygwin</a>, and Gaim has been ported to it, Gaim
-should work. It will not happen before GTK+ 2.0 is ported to Windows, though.
+A: Gaim has released a Windows version. Right now it is an "alpha" release, the
+most buggy type of release a project can make. For some people it works very reliably,
+for others it is unusable.
-Q: Will there be a QT dock app?
+Q: How do I put Gaim in my Panel, or dock Gaim?
-A: Right now Gaim, is done entirely in C and GTK+, so a QT dock app is not in
-planned. You can either write a patch to do this yourself, or wait until the
-core and UI of Gaim are split. A QT UI will probably be considered at that
-time.
+A: In 0.59.x and below, Gaim only has support for Gnome's panel. Once 0.60 is released
+Gaim will have replaced the gnome-applet with a docklet that conforms to the standards at
+<a href="http://www.freedesktop.org/">www.freedesktop.org</a>. KDE supports this in the current cvs
+(what will be the 3.1 release), as does Gnome. Gaim will insert the docklet in any System Tray
+implementation that conforms to these standards, so feel free to write one for your window manager
+of choice.
!SECTION Misc. Questions
Index: shortcuts.php
===================================================================
RCS file: /cvsroot/gaim/web/htdocs/shortcuts.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- shortcuts.php 26 Sep 2002 10:22:05 -0000 1.1.1.1
+++ shortcuts.php 26 Sep 2002 13:05:11 -0000 1.2
@@ -120,10 +120,6 @@
<td>Choose Font</td>
</tr>
<tr>
- <td><b>Control-C</b></td>
- <td>Choose Color</td>
- </tr>
- <tr>
<td><b>Control-<1-9></b></td>
<td>Insert Smily <font color="#0000DD">*</font></td>
</tr>
|