aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/C/evolution-faq.sgml38
-rw-r--r--doc/ChangeLog11
-rw-r--r--help/C/evolution-faq.sgml38
-rw-r--r--help/ChangeLog11
4 files changed, 52 insertions, 46 deletions
diff --git a/doc/C/evolution-faq.sgml b/doc/C/evolution-faq.sgml
index 184c1fa436..1f784061de 100644
--- a/doc/C/evolution-faq.sgml
+++ b/doc/C/evolution-faq.sgml
@@ -815,32 +815,20 @@ cp -r ~/evolution/local/Inbox/subfolders/Foo ~/evolution/local/Inbox/subfolders/
</question>
<answer>
<para>
- You should report bugs about Evolution into the Ximian bug
- reporting system (Bugzilla), located at
- <ulink url="http://bugzilla.ximian.com">http://bugzilla.ximian.com</ulink>.
+ You can use the GNOME Bug Report Tool
+ (<command>bug-buddy</command>), or report bugs to the
+ Ximian bug reporting system (Bugzilla), located at <ulink
+ url="http://bugzilla.ximian.com">http://bugzilla.ximian.com</ulink>.
</para>
<para>
Please use the query function to check if a bug has been
- submitted already before submitting it.
+ submitted already, so that we avoid duplicate reports.
</para>
</answer>
</qandaentry>
- <qandaentry>
- <question>
- <para>
- Can I just use Bug-Buddy?
- </para>
- </question>
- <answer>
- <para>
- Not yet. The Ximian bug tracker does not yet have an
- email-based interface, so Bug Buddy cannot talk to it. This
- will be fixed eventually.
- </para>
- </answer>
- </qandaentry>
+
<qandaentry>
<question>
<para>
@@ -856,10 +844,10 @@ cp -r ~/evolution/local/Inbox/subfolders/Foo ~/evolution/local/Inbox/subfolders/
code that happened and why. For this reason, stack
traces are extremely useful for the Evolution
developers, so it's important that you learn how to get
- them, and include them in crash reports. Once we have
- <application>bug-buddy</application> working with our
- bug database, it will be much easier to do this. Until
- then, here's how:
+ them, and include them in crash reports. The
+ <application>bug-buddy</application> tool can get and
+ submit a stack trace for you. If you want to do it by
+ yourself, here's how:
</para>
<para>
First of all, in order to get a stack trace, your
@@ -939,6 +927,11 @@ bt
PID</userinput> where PID is the process ID of the
component you want to debug.
</para>
+ <para>
+ If that sounds too complicated, you can always use
+ <command>bug-buddy</command> to get and submit the stack
+ trace.
+ </para>
</answer>
</qandaentry>
</qandaset>
@@ -946,3 +939,4 @@ bt
</appendix>
<!-- Local Variables: --> <!-- indent-tabs-mode:nil --> <!-- End: -->
+
diff --git a/doc/ChangeLog b/doc/ChangeLog
index ced39c728e..4d2b84376e 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-25 Aaron Weber <aaron@ximian.com>
+
+ * C/evolution-faq.sgml: Now that bug-buddy works with our
+ bugzilla, update faq to reflect it.
+
2001-06-25 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Put config-encryption in usage-mail.sgml. config-encryption.sgml should be depreciated.
@@ -126,10 +131,14 @@
* C/usage-mail.sgml: Updated Bcc: example
+2001-06-19 Aaron Weber <aaron@ximian.com>
+
+ * C/usage-mainwindow.sgml: A couple changes to Kevin's update.
+
2001-06-19 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Basic edits
-
+
2001-06-19 Kevin Breit <battery841@mediaone.net>
* C/usage-exec-summary: Updated to say "My Evolution"
diff --git a/help/C/evolution-faq.sgml b/help/C/evolution-faq.sgml
index 184c1fa436..1f784061de 100644
--- a/help/C/evolution-faq.sgml
+++ b/help/C/evolution-faq.sgml
@@ -815,32 +815,20 @@ cp -r ~/evolution/local/Inbox/subfolders/Foo ~/evolution/local/Inbox/subfolders/
</question>
<answer>
<para>
- You should report bugs about Evolution into the Ximian bug
- reporting system (Bugzilla), located at
- <ulink url="http://bugzilla.ximian.com">http://bugzilla.ximian.com</ulink>.
+ You can use the GNOME Bug Report Tool
+ (<command>bug-buddy</command>), or report bugs to the
+ Ximian bug reporting system (Bugzilla), located at <ulink
+ url="http://bugzilla.ximian.com">http://bugzilla.ximian.com</ulink>.
</para>
<para>
Please use the query function to check if a bug has been
- submitted already before submitting it.
+ submitted already, so that we avoid duplicate reports.
</para>
</answer>
</qandaentry>
- <qandaentry>
- <question>
- <para>
- Can I just use Bug-Buddy?
- </para>
- </question>
- <answer>
- <para>
- Not yet. The Ximian bug tracker does not yet have an
- email-based interface, so Bug Buddy cannot talk to it. This
- will be fixed eventually.
- </para>
- </answer>
- </qandaentry>
+
<qandaentry>
<question>
<para>
@@ -856,10 +844,10 @@ cp -r ~/evolution/local/Inbox/subfolders/Foo ~/evolution/local/Inbox/subfolders/
code that happened and why. For this reason, stack
traces are extremely useful for the Evolution
developers, so it's important that you learn how to get
- them, and include them in crash reports. Once we have
- <application>bug-buddy</application> working with our
- bug database, it will be much easier to do this. Until
- then, here's how:
+ them, and include them in crash reports. The
+ <application>bug-buddy</application> tool can get and
+ submit a stack trace for you. If you want to do it by
+ yourself, here's how:
</para>
<para>
First of all, in order to get a stack trace, your
@@ -939,6 +927,11 @@ bt
PID</userinput> where PID is the process ID of the
component you want to debug.
</para>
+ <para>
+ If that sounds too complicated, you can always use
+ <command>bug-buddy</command> to get and submit the stack
+ trace.
+ </para>
</answer>
</qandaentry>
</qandaset>
@@ -946,3 +939,4 @@ bt
</appendix>
<!-- Local Variables: --> <!-- indent-tabs-mode:nil --> <!-- End: -->
+
diff --git a/help/ChangeLog b/help/ChangeLog
index ced39c728e..4d2b84376e 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-25 Aaron Weber <aaron@ximian.com>
+
+ * C/evolution-faq.sgml: Now that bug-buddy works with our
+ bugzilla, update faq to reflect it.
+
2001-06-25 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Put config-encryption in usage-mail.sgml. config-encryption.sgml should be depreciated.
@@ -126,10 +131,14 @@
* C/usage-mail.sgml: Updated Bcc: example
+2001-06-19 Aaron Weber <aaron@ximian.com>
+
+ * C/usage-mainwindow.sgml: A couple changes to Kevin's update.
+
2001-06-19 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Basic edits
-
+
2001-06-19 Kevin Breit <battery841@mediaone.net>
* C/usage-exec-summary: Updated to say "My Evolution"
>2001-05-152-1545/+2058 * Fix a small error not decreasing the data_count here.Christopher James Lahey2001-05-152-1/+7 * added file for ScrollkeeperKevin Breit2001-05-153-0/+32 * set the dialog's window_icon to jimmac's new find_message.xpm.Duncan Mak2001-05-152-1/+9 * Updated Norwegian translation.Kjartan Maraas2001-05-153-1145/+1557 * Lots of fixes to get this to compile.Jeffrey Stedfast2001-05-152-4/+2 * bah, just mod the pgp-context macro for camel_pgp_verify so that we don't hav...Jeffrey Stedfast2001-05-152-2/+2 * Lots of fixes to get this to almost compile. Still struggling with theJeffrey Stedfast2001-05-159-39/+95 * add in the new find_message.xpmDuncan Mak2001-05-152-0/+5 * Fix up the Importers. Remove spewage, and update for latest stylesIain Holmes2001-05-154-64/+166 * Fix the importer linklineIain Holmes2001-05-152-0/+6 * Remove this... it's not used any more.Dan Winship2001-05-156-308/+5 * Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build.Jeffrey Stedfast2001-05-156-14/+568 * Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-157-10/+36 * Validate utf8 to avoid lock-ups. (_get_position): Validate utf8 to avoidJon Trowbridge2001-05-151-6/+8 * Subclass CamelSession since we can no longer specify the passwd callbackJeffrey Stedfast2001-05-1512-89/+727 * set the subfolder's parent to NULL so the subfolder list doesn't changejacob berkman2001-05-152-1/+10 * Remove Help->About.Jeffrey Stedfast2001-05-152-2/+4 * Redo forwarding stuff so there's "Forward", "ForwardAttached",Dan Winship2001-05-152-16/+25 * Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-1514-138/+371 * Try to deal with bad utf8. (_get_position): Try to deal with bad utf8.Jon Trowbridge2001-05-151-6/+6 * Find (in?) messageJakub Steiner2001-05-142-0/+134 * Use secondary searches here, so that we control the interference betweenJon Trowbridge2001-05-145-73/+222 * add prototype for addressbook_expand_uri.Chris Toshok2001-05-146-20/+102 * Get rid of this - we don't need it.Jeffrey Stedfast2001-05-144-7/+8 * Updates the subject on refresh and sets subject to "Untitled Message" ifDuncan Mak2001-05-143-26/+63 * er, OptionSetJeffrey Stedfast2001-05-131-1/+1 * s/SSL_Enable/SSL_SetOptionJeffrey Stedfast2001-05-131-1/+1 * my computer crashed while commiting this first time.Gediminas Paulauskas2001-05-128-6/+41 * load pixmaps for MessageCopy and MessageForwardAttached. Thanks WayneGediminas Paulauskas2001-05-121-2/+2 * spew the data passed to us. (destination_folder_handle_motion): theChris Toshok2001-05-122-1/+11 * implement the CORBA side of dragging.Chris Toshok2001-05-122-6/+94 * correct bug causing the Ok button to never be enabled.Chris Toshok2001-05-122-2/+9 * add RemoveFolder menu item and verb. (folder_context_menu_remove_cb): newChris Toshok2001-05-124-8/+51 * add this define for the xml path to use when adding menu items to theChris Toshok2001-05-123-5/+26 * example.Chris Toshok2001-05-122-3/+7 * Ask for a folder to import into.Iain Holmes2001-05-12