source: trunk/third/gtk/README @ 17071

Revision 17071, 2.1 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17070, which included commits to RCS files with non-trunk default branches.
Line 
1General Information
2===================
3
4This is GTK+ version 1.2.10. GTK+, which stands for the Gimp ToolKit,
5is a library for creating graphical user interfaces for the X Window
6System. It is designed to be small, efficient, and flexible. GTK+ is
7written in C with a very object-oriented approach.
8
9The official ftp site is:
10  ftp://ftp.gtk.org/pub/gtk
11
12The official web site is:
13  http://www.gtk.org/
14
15Information about mailing lists can be found at
16  http://www.gtk.org/mailinglists.html
17
18Installation
19============
20
21See the file 'INSTALL'
22
23How to report bugs
24==================
25
26Bugs should be reported to the GNOME bug tracking system.
27(http://bugzilla.gnome.org, product gtk+.) You will need
28to create an account for yourself.
29 
30In the bug report please include:
31 
32* Information about your system. For instance:
33
34   - What operating system and version
35   - What version of X
36   - For Linux, what version of the C library
37
38  And anything else you think is relevant.
39
40* How to reproduce the bug.
41
42  If you can reproduce it with the testgtk program that is built
43  in the gtk/ subdirectory, that will be most convenient.  Otherwise,
44  please include a short test program that exhibits the behavior.
45  As a last resort, you can also provide a pointer to a larger piece
46  of software that can be downloaded.
47
48* If the bug was a crash, the exact text that was printed out
49  when the crash occured.
50
51* Further information such as stack traces may be useful, but
52  is not necessary. If you do send a stack trace, and the error
53  is an X error, it will be more useful if the stacktrace
54  is produced running the test program with the --sync command
55  line option.
56
57Patches
58=======
59
60Patches should also be submitted to bugzilla.gnome.org. If the
61patch fixes an existing bug, add the patch as an attachment
62to that bug report.
63
64Otherwise, enter a new bug report that describes the patch,
65and attach the patch to that bug report.
66
67Bug reports containing patches should include the PATCH keyword
68in their keyword fields. If the patch adds to or changes the GTK
69programming interface, the API keyword should also be included.
70 
71Patches should be in unified diff form. (The -u option to GNU
72diff.)
Note: See TracBrowser for help on using the repository browser.