]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/resources.sgml
Document im_module_file and settings assignments as toplevel statements.
[~andy/gtk] / docs / reference / gtk / resources.sgml
1 <refentry id="gtk-resources" revision="5 Sept 2001">
2 <refmeta>
3 <refentrytitle>Mailing lists and bug reports</refentrytitle>
4 <manvolnum>3</manvolnum>
5 <refmiscinfo>Mailing lists and bug reports</refmiscinfo>
6 </refmeta>
7
8 <refnamediv>
9 <refname>Mailing lists and bug reports</refname>
10 <refpurpose>
11 Getting help with GTK+
12 </refpurpose>
13 </refnamediv>
14
15 <refsect1>
16 <title>Filing a bug report or feature request</title>
17
18 <para>
19 If you encounter a bug, misfeature, or missing feature in GTK+, please
20 file a bug report on 
21 <ulink url="http://bugzilla.gnome.org">http://bugzilla.gnome.org</ulink>. 
22 We'd also appreciate reports of incomplete or misleading information in 
23 the GTK+ documentation; file those against the "docs" component of the "gtk+"
24 product in Bugzilla.
25 </para>
26
27 <para>
28 Don't hesitate to file a bug report, even if you think we may know
29 about it already, or aren't sure of the details. Just give us as much
30 information as you have, and if it's already fixed or has already been
31 discussed, we'll add a note to that effect in the report.
32 </para>
33
34 <para>
35 The bug tracker should definitely be used for feature requests, it's
36 not only for bugs. We track all GTK+ development in Bugzilla, so it's
37 the way to be sure the GTK+ developers won't forget about an issue.
38 </para>
39
40 </refsect1>
41
42 <refsect1>
43 <title>Submitting Patches</title>
44
45 <para>
46 If you develop a bugfix or enhancement for GTK+, please file that in
47 Bugzilla as well. Bugzilla allows you to attach files; please attach a
48 patch generated by the <command>diff</command> utility, using the 
49 <option>-u</option> option to make the patch more readable. All patches 
50 must be offered under the terms of the GNU LGPL license, so be sure you 
51 are authorized to give us the patch under those terms.
52 </para>
53
54 <para>
55 If you want to discuss your patch before or after developing it, mail 
56 <ulink url="mailto:gtk-devel-list@gnome.org">gtk-devel-list@gnome.org</ulink>. 
57 But be sure to file the Bugzilla report as well; if the patch is only on the 
58 list and not in Bugzilla, it's likely to slip through the cracks.
59 </para>
60
61 </refsect1>
62
63 <refsect1>
64 <title>Mailing lists</title>
65
66 <para>
67 There are several mailing lists dedicated to GTK+ and related
68 libraries. Discussion of GLib, Pango, and ATK in addition to GTK+
69 proper is welcome on these lists. You can subscribe or view the
70 archives of these lists on 
71 <ulink url="http://mail.gnome.org">http://mail.gnome.org</ulink>.
72 If you aren't subscribed to the list, any message you post to
73 the list will be held for manual moderation, which might take
74 some days to happen.      
75 </para>
76
77 <para>
78 <variablelist>
79
80 <varlistentry>
81 <term><ulink url="mailto:gtk-list@gnome.org">gtk-list@gnome.org</ulink></term>
82 <listitem><para>
83 gtk-list covers general GTK+ topics; questions about using GTK+ in programs,
84 GTK+ from a user standpoint, announcements of GTK+-related projects
85 such as themes or GTK+ modules would all be on-topic. The bulk of the
86 traffic consists of GTK+ programming questions.
87 </para></listitem>
88 </varlistentry>
89
90 <varlistentry>
91 <term><ulink url="mailto:gtk-app-devel-list@gnome.org">gtk-app-devel-list@gnome.org</ulink></term> 
92 <listitem><para>
93 gtk-app-devel-list covers writing applications in GTK+. It's narrower
94 in scope than gtk-list, but the two lists overlap quite a
95 bit. gtk-app-devel-list is a good place to ask questions about GTK+
96 programming.  </para></listitem>
97 </varlistentry>
98
99 <varlistentry>
100 <term><ulink url="mailto:gtk-devel-list@gnome.org">gtk-devel-list@gnome.org</ulink></term>
101 <listitem><para>
102 gtk-devel-list is for discussion of work on GTK+ itself, it is 
103 <emphasis>not</emphasis> for
104 asking questions about how to use GTK+ in applications. gtk-devel-list 
105 is appropriate for discussion of patches, bugs, proposed features, 
106 and so on.
107 </para></listitem>
108 </varlistentry>
109
110 <varlistentry>
111 <term><ulink url="mailto:gtk-i18n-list@gnome.org">gtk-i18n-list@gnome.org</ulink></term>
112 <listitem><para>
113 gtk-i18n-list is for discussion of internationalization in GTK+; 
114 Pango is the main focus of the list. Questions about the details of 
115 using Pango, and discussion of proposed Pango patches or features, are
116 all on topic.
117 </para></listitem>
118 </varlistentry>
119
120 <varlistentry>
121 <term><ulink url="mailto:gtk-doc-list@gnome.org">gtk-doc-list@gnome.org</ulink></term>
122 <listitem><para>
123 gtk-doc-list is for discussion of the <application>gtk-doc</application> 
124 documentation system (used to document GTK+), and for work on the GTK+ 
125 documentation.
126 </para></listitem>
127 </varlistentry>
128
129 </variablelist>
130 </para>
131
132 </refsect1>
133
134
135 </refentry>