]> Pileus Git - ~andy/gtk/blob - docs/reference/ChangeLog
Remove period from title of example in docs.
[~andy/gtk] / docs / reference / ChangeLog
1 2002-11-23  Matthias Clasen  <maclas@gmx.de>
2
3         * gdk/tmpl/x_interaction.sgml: 
4         * gdk/tmpl/pango_interaction.sgml: 
5         * gdk/tmpl/input_devices.sgml: 
6         * gdk/tmpl/input.sgml: 
7         * gdk/tmpl/threads.sgml: 
8         * gdk/tmpl/properties.sgml: 
9         * gdk/tmpl/dnd.sgml: 
10         * gdk/tmpl/selections.sgml: 
11         * gdk/tmpl/keys.sgml:   
12         * gdk/tmpl/event_structs.sgml: 
13         * gdk/tmpl/events.sgml: 
14         * gdk/tmpl/windows.sgml: 
15         * gdk/tmpl/cursors.sgml: 
16         * gdk/tmpl/fonts.sgml: 
17         * gdk/tmpl/colors.sgml: 
18         * gdk/tmpl/pixbufs.sgml: 
19         * gdk/tmpl/images.sgml: 
20         * gdk/tmpl/pixmaps.sgml: 
21         * gdk/tmpl/drawing.sgml: 
22         * gdk/tmpl/regions.sgml: 
23         * gdk/tmpl/gdkdisplaymanager.sgml: 
24         * gdk/tmpl/gdkscreen.sgml: 
25         * gdk/tmpl/gdkdisplay.sgml: 
26         * gdk/tmpl/general.sgml:
27         Add missing short descriptions, standardize them to start with
28         a capital and end without a period. Also remove periods from
29         titles of examples.
30
31 2002-11-22  Yanko Kaneti  <yaneti@declera.com>
32
33         * gtk/tmpl/gtkliststore.sgml: Fixup a typo to massage the build.
34
35 2002-11-21  Matthias Clasen  <maclas@gmx.de>
36
37         * gdk/Makefile.am (extra_files): 
38         * gdk-pixbuf/Makefile.am (extra_files): 
39         * gtk/Makefile.am (extra_files): Add version.xml.in.
40
41         * gdk/Makefile.am (content_files): 
42         * gdk-pixbuf/Makefile.am (content_files): 
43         * gtk/Makefile.am (content_files): Add version.xml.
44
45         * gdk/version.xml.in: 
46         * gdk-pixbuf/version.xml.in: 
47         * gtk/version.xml.in: New files to let configure dump the version in.
48
49         * gdk/gdk-docs.sgml:
50         * gdk-pixbuf/gdk-pixbuf.sgml: 
51         * gtk/gtk-docs.sgml: Add version information.
52
53         * gtk/tmpl/gtkcombo.sgml: Fix typo in example code.  (#99078)
54
55 Sun Nov 17 15:42:08 2002  Jonathan Blandford  <jrb@gnome.org>
56
57         * gtk/tmpl/gtkliststore.sgml: add more to the docs.
58
59 2002-11-10  Matthias Clasen  <maclas@gmx.de>
60
61         * gdk/gdk-sections.txt: gdk_display_open_default_libgtk_only
62         and gdk_notify_startup_complete.
63
64         * gtk/gtk-sections.txt: Add gtk_window_set_auto_startup_notification.
65
66 2002-11-07  Matthias Clasen  <maclas@gmx.de>
67
68         * gdk/gdk.types: Add gdk_display_manager_get_type.
69
70         * gdk/gdk-docs.sgml: Add displaymanager section.
71
72         * gdk-pixbuf/gdk-pixbuf-sections.txt: Don't mark GdkPixbufLoader
73         as private, since that prevents its signals from being documented.
74
75 Sun Nov  3 13:23:51 2002  Jonathan Blandford  <jrb@gnome.org>
76
77         * gtk/tmpl/gtkcellrenderer.sgml: more docs.
78
79 Sat Nov  2 12:46:16 2002  Owen Taylor  <otaylor@redhat.com>
80
81         * gdk-pixbuf/Makefile.am: Remove rules for generation
82         of version.xml, which was causing make to always
83         rebuild the HTML file, and didn't seem to be used.
84
85         * gtk/tmpl/gtkliststore.sgml: SGML fixes.
86
87 Sat Nov  2 08:41:47 2002  Jonathan Blandford  <jrb@gnome.org>
88
89         * gtk/tmpl/gtktreestore.sgml: clean up the wording.
90
91         * gtk/tmpl/gtkliststore.sgml: Add an example and clean up the
92         wording.
93
94 2002-11-01  Matthias Clasen  <maclas@gmx.de>
95
96         * gdk/tmpl/fonts.sgml: 
97         * gdk/tmpl/drawing.sgml: More docs moved inline.
98
99         * gtk/tmpl/gtkfilesel.sgml: The label is "Folders" now, not
100         "Directories".  (#97224, Vitaly Tishkov)
101
102 2002-10-29  Matthias Clasen  <maclas@gmx.de>
103
104         * gtk/tmpl/gtkrc.sgml: Fix a link. Add (minimal) docs for setting
105         style properties from rc files. More needed !!
106
107 Wed Oct 30 16:50:42 2002  Owen Taylor  <otaylor@redhat.com>
108
109         * gtk/running.sgml: Document --screen.
110
111 2002-10-24  Matthias Clasen  <maclas@gmx.de>
112
113         * gdk/tmpl/dnd.sgml: 
114         * gdk/tmpl/cursors.sgml: More docs moved inline.
115
116 2002-10-24  Matthias Clasen  <maclas@gmx.de>
117
118         * gdk/tmpl/colors.sgml: Some docs moved inline.
119
120 2002-10-22  Matthias Clasen  <maclas@gmx.de>
121
122         * gdk/tmpl/gdkdisplay.sgml: Document GdkDisplayPointerHooks.
123
124         * gdk/tmpl/x_interaction.sgml: Some docs moved inline.
125
126 2002-10-20  Matthias Clasen  <maclas@gmx.de>
127
128         * gdk-pixbuf/Makefile.am (SCANOBJ_FILES): 
129         * gtk/Makefile.am (SCANOBJ_FILES): 
130         * gdk/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).prerequisites.
131
132 Fri Oct 18 15:13:24 2002  Owen Taylor  <otaylor@redhat.com>
133
134         * gdk/tmpl/event_structs.sgml: Update the docs for
135         the event->key.string to say that @string is deprecated.
136
137 Mon Oct 14 19:34:26 2002  Owen Taylor  <otaylor@redhat.com>
138
139         * gdk/Makefile.am (content_files)
140           gdk-pixbuf/Makefile.am (content_files): Add some missing
141         files.
142
143 Mon Oct 14 19:16:16 2002  Owen Taylor  <otaylor@redhat.com>
144
145         * gtk/gtk-sections.txt: Update.
146
147         * gdk/tmpl/images.sgml gtk/tmpl/gtkmain.sgml 
148         gtk/tmpl/gtkselection.sgml: Remove docs that were moved
149         the the C files.
150
151 2002-10-14  Matthias Clasen  <maclas@gmx.de>
152
153         * gdk-pixbuf/Makefile.am (dist-hook): 
154         * gdk/Makefile.am (dist-hook): 
155         * gtk/Makefile.am (dist-hook): Dist the xml/*.xml, not
156         sgml/*.sgml.  (#95678, Owen Taylor)
157
158 2002-10-14  Matthias Clasen  <maclas@gmx.de>
159
160         * gtk/Makefile.am (SCANOBJ_FILES): 
161         * gdk-pixbuf/Makefile.am (SCANOBJ_FILES): 
162         * gdk/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces.
163
164 2002-10-11  Matthias Clasen  <maclas@gmx.de>
165
166         * gtk/tmpl/gtkimagemenuitem.sgml: Add a bit.
167
168         * gtk/tmpl/gtkimage.sgml: Fix example.
169
170         * gtk/tmpl/gtkrc.sgml: Spelling fixes.
171
172         * gdk-pixbuf/tmpl/refcounting.sgml: Remove documentation for
173         non-longer-present last-unref hook.
174
175         * gtk/tmpl/gtkfilesel.sgml: s/GtkCList/GtkTreeView/.
176
177         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add some missing symbols.
178
179         * gdk/gdk-sections.txt: Add some missing symbols.
180
181         * gdk/Makefile.am (IGNORE_HFILES): Add gdkintl.h and gdkmarshalers.h.
182
183         * gtk/gtk-sections.txt: Add some missing symbols.
184
185 2002-10-04  Matthias Clasen  <maclas@gmx.de>
186
187         * gtk/running.sgml: Document GDK_PIXBUF_MODULE_FILE.
188
189         * gdk-pixbuf/tmpl/module_interface.sgml: Some information for
190         module writers.
191
192 2002-08-12  Matthias Clasen  <maclas@gmx.de>
193
194         * gdk/gdk-sections.txt: Remove gdk_screen_close, add a section
195         for GdkDisplayManager, add gdk_visual_get_screen and
196         gdk_colormap_get_screen. 
197         
198 2002-08-07  Matthias Clasen  <maclas@gmx.de>
199
200         * gtk/gtk-sections.txt: Remove gtk_style_get_font_for_display.
201
202 Mon Jul 29 22:36:06 2002  Owen Taylor  <otaylor@redhat.com>
203
204         * gtk/tmpl/gtkfilesel.sgml: Fix up the example program
205         a bit. (#88814, Johnson Wong)
206
207 2002-07-16  Sven Neumann  <sven@gimp.org>
208
209         * gdk/tmpl/rgb.sgml: fixed the example code (return TRUE from the
210         expose_event handler).
211
212 2002-07-07  Matthias Clasen  <maclas@gmx.de>
213
214         * gdk-pixbuf/gdk-pixbuf-sections.txt, 
215         gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml,
216         gdk-pixbuf/tmpl/module_interface.sgml: Updates for
217         load-at-size functionality.
218
219 Tue Jun 18 17:02:48 2002  Owen Taylor  <otaylor@redhat.com>
220
221         * gdk/gdk-sections.txt: Fix for cursor screen => display
222         change.
223
224 2002-06-03  Matthias Clasen  <maclas@gmx.de>
225
226         * gtk/tmpl/gtkprogress.sgml: 
227         * gtk/tmpl/gtkscale.sgml: 
228         * gtk/tmpl/gtktreemodel.sgml: 
229         * gtk/tmpl/gtkimage.sgml: 
230         * gtk/tmpl/gtksignal.sgml: 
231         * gtk/tmpl/gtkrc.sgml: 
232         * gtk/gtk-docs.sgml: 
233         * gdk/gdk-docs.sgml: 
234         * gdk/tmpl/threads.sgml: 
235         * gdk/tmpl/cursors.sgml: 
236         * gdk/tmpl/rgb.sgml: Replace homegrown "nbsp", "hash" and
237         "percent" entities by standard ISO entities "nbsp", "num" and
238         "percnt".
239
240         * gtk/text_widget.sgml: Fix a link.
241
242 2002-05-30  Matthias Clasen  <maclas@gmx.de>
243
244         Make stock icons appear again (patch by Gediminas Paulauskas):
245         
246         * gtk/Makefile.am (HTML_IMAGES): Add stock_broken_image_24.png
247
248         * gtk/tmpl/gtkstock.sgml: Fix icon filenames.   
249
250 2002-05-29  Matthias Clasen  <maclas@gmx.de>
251
252         * gtk/*, gdk/*, gdk-pixbuf/*: Create XML, not SGML.
253         
254 2002-05-28  Matthias Clasen  <maclas@gmx.de>
255
256         * gtk/tmpl/*: Remove property documentation which comes from the
257         source now.
258
259         * gtk/building.sgml: Remove traces of gxi.
260
261 2002-05-05  Matthias Clasen  <maclas@gmx.de>
262
263         * gtk/gtk-sections.txt: Add gtk_widget_class_find_style_property,
264         gtk_widget_class_list_style_properties and gtk_style_get_font_for_display.
265
266 2002-05-03  Matthias Clasen  <maclas@gmx.de>
267
268         * gdk/gdk-sections.txt: Remove gdk_screen_use_virtual_screen.
269
270         * gdk/tmpl/gdkscreen.sgml: Updates.
271
272         * gdk/tmpl/gdkdisplay.sgml: Document GdkDisplay.
273
274         * gdk/tmpl/x_interaction.sgml: Document GDK_DISPLAY_XDISPLAY,
275         GDK_SCREEN_XDISPLAY, GDK_SCREEN_XSCREEN, GDK_SCREEN_XNUMBER,
276         gdk_font_lookup_for_display.
277
278         * gdk/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): set these. 
279
280         * gdk/gdk.types: Add types derived from GObject, so that they get
281         an object hierarchy section.
282
283 2002-05-01  Matthias Clasen  <maclas@gmx.de>
284
285         * gdk/gdk-sections.txt: Move GdkScreen struct to the GdkScreen section.
286
287         * gdk/tmpl/gdkscreen.sgml: 
288         * gdk/tmpl/gdkdisplay.sgml: Typo and markup fixes.
289
290         * gdk/gdk-docs.sgml: Reorder display and screen sections.
291
292         * gdk/multihead.sgml: Remove references to GdkDisplayManager, typo
293         and markup fixes.
294
295 Tue Apr 30 14:16:12 2002  Owen Taylor  <otaylor@redhat.com>
296
297         * gtk/gtk-sections.txt: Update for multihead.
298
299 Tue Apr 30 12:26:31 2002  Owen Taylor  <otaylor@redhat.com>
300
301         * gdk-sections.txt: Update for multihead.
302
303         * multihead.sgml gtk-docs.sgml: Add overview of
304         multihead from multihead branch.
305
306         * tmpl/gdkdisplay.sgml tmpl/gdkscreen.sgml: New
307         sections from multihead branch.
308
309 2002-04-30  Havoc Pennington  <hp@redhat.com>
310
311         * gtk/other_software.sgml: half-finished docs on merging GTK with
312         existing hunks of code (event loop integration, using threads
313         vs. processes, blah blah)
314
315 Thu Apr 25 22:37:58 2002  Owen Taylor  <otaylor@redhat.com>
316
317         * gdk/tmpl/{events,input_devices,region,x_interaction}.sgml:
318         Fix some docs duplicated between templates and inline.
319
320 2002-04-24  Matthias Clasen  <maclas@gmx.de>
321
322         * gtk/gtk-sections.txt: Remove GTK_OBJECT_CONNECTED.
323
324         * gtk/tmpl/gtksocket.sgml: Formatting fix.
325
326         * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Updates.  (#79001)
327
328 2002-04-23  Matthias Clasen  <maclas@gmx.de>
329
330         * gtk/tmpl/gtksocket.sgml: Add link to XEmbed draft.  (#67818)
331
332         * gtk/tmpl/gtkdrawingarea.sgml: Fix a typo.
333
334         * gtk/text_widget.sgml: Complete the fix for #79080.
335
336 2002-04-22  Matthias Clasen  <maclas@gmx.de>
337
338         * gtk/tree_widget.sgml: Fix typo in "Simple Example".  (#78661)
339
340 2002-04-21  Matthias Clasen  <maclas@gmx.de>
341
342         * gtk/tmpl/gtktreemodel.sgml: 
343         * gtk/tmpl/gtkradiomenuitem.sgml: Fix crossreferences.  (#78392) 
344
345         * gtk/gtk-sections.txt: Add GtkWidgetClass.  (#78392)
346
347         * gtk/tmpl/gtkwidget.sgml: Rewrite docs for
348         gtk_widget_reset_rc_styles.  (#75588)
349
350         * gdk/tmpl/properties.sgml: Fix gdk_property_change docs. (#72312)
351
352         * gtk/text_widget.sgml: Fix misleading example.  (#79080)
353         
354         * gtk/tmpl/gtkdialog.sgml: Fix stock id in example.  (#74439)
355
356 2002-04-18  Matthias Clasen  <maclas@gmx.de>
357
358         * gdk/tmpl/rgb.sgml:
359         * gdk/tmpl/general.sgml:
360         * gtk/tmpl/gtktogglebutton.sgml:
361         * gtk/tmpl/gtkaccellabel.sgml:
362         * gtk/tmpl/gtkradiobutton.sgml:
363         * gtk/tmpl/gtktreemodel.sgml:
364         * gtk/tmpl/gtkwidget.sgml:
365         * gtk/tmpl/gtkimage.sgml:
366         * gtk/tmpl/gtktooltips.sgml:
367         * gtk/tmpl/gtksignal.sgml:
368         * gtk/tmpl/gtkcombo.sgml:
369         * gtk/tmpl/gtkdnd.sgml:
370         * gtk/tmpl/gtksocket.sgml:
371         * gtk/tmpl/gtkdrawingarea.sgml:
372         * gtk/tmpl/gtkobject.sgml:
373         * gtk/tmpl/gtkpaned.sgml:
374         * gtk/tmpl/gtkmain.sgml: s/<!>/<!-- -->/g throughout the
375         documentation to bring the produced Docbook closer to XML.
376
377 Tue Mar 26 15:41:49 2002  Owen Taylor  <otaylor@redhat.com>
378
379         * gtk/building.sgml: Add a mention of running ldconfig.
380         (#76126, Bill Nayland.)
381
382 Mon Mar 25 11:31:41 2002  Jonathan Blandford  <jrb@redhat.com>
383
384         * gtk/tree_widget.sgml: fix bugs in the code.
385
386 2002-03-20  Cody Russell  <cody@jhu.edu>
387
388         * gtk/tree_widget.sgml: Much expanded overview of the tree.
389
390 Tue Mar 12 00:29:31 2002  Jonathan Blandford  <jrb@redhat.com>
391
392         * gtk/question_index.sgml: new FAQ.
393
394         * gtk/tmpl/gtktreemodel.sgml: clean up example
395
396 2002-03-12  Matthias Clasen  <maclas@gmx.de>
397
398         * gdk/tmpl/windows.sgml: Document GdkScreen.
399
400         * gtk/gtk-sections.txt: Move a few Class structs to Standard sections.
401
402 2002-03-11  Matthias Clasen  <maclas@gmx.de>
403
404         * gtk/tmpl/gtktreemodel.sgml, gtk/tmpl/gtkprogress.sgml,
405         gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: Generate proper
406         markup for format strings in examples, also fix an oversight in
407         the GtkTreeModel example.  (#74213)
408
409         * gtk/gtk.types: Add interfaces to get docs on their signals.
410
411 Sat Mar  9 13:00:38 2002  Jonathan Blandford  <jrb@redhat.com>
412
413         * gtk/tmpl/gtktreemodel.sgml: Lots of docs.
414
415 Fri Mar  8 15:14:32 2002  Owen Taylor  <otaylor@redhat.com>
416
417         * gtk/building.sgml: List -I/opt/gtk/include not
418         -I /opt/gtk/include.
419
420         * gtk/building.sgml: Add a gloss for XIM.
421
422 2002-03-07  Matthias Clasen  <maclas@gmx.de>
423
424         * gdk-pixbuf/tmpl/animation.sgml, gdk-pixbuf/tmpl/gdk-pixbuf.sgml,
425         gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktextview.sgml, gtk/tmpl/gtkiconfactory.sgml,
426         gtk/tmpl/gtkaccelgroup.sgml: Add some ids which are referenced
427         from the object hierarchy.
428
429         * gtk/gtk-docs.sgml: Use parts as top-level division (#61575),
430         include gtkaccessible docs.
431
432         * gtk/building.sgml: Some typo and markup fixes.
433
434 Thu Mar  7 02:58:16 2002  Jonathan Blandford  <jrb@redhat.com>
435
436         * gtk/tmpl/gtkliststore.sgml: start implementing
437
438         * gtk/question_index.sgml: "I can set with the tree, but not
439         get???!?!"
440
441 Wed Mar  6 18:11:05 2002  Owen Taylor  <otaylor@redhat.com>
442
443         * gtk/resources.sgml: Mention the need to subscribe
444         to the GTK+ mailing lists.
445
446         * gtk/building.sgml: Go into much more details about
447         building the entire set of GTK+ libraries and about the
448         dependencies that are required.
449
450         * gtk/building.sgml: Add docs for --enable-explicit-deps,
451         --with-xinput.
452
453 Wed Mar  6 14:12:34 2002  Jonathan Blandford  <jrb@redhat.com>
454
455         * gtk/tmpl/gtktreeselection.sgml: docs
456
457         * gtk/tree_widget.sgml: clean up docs
458
459 2002-03-05  Matthias Clasen  <maclas@gmx.de>
460
461         * gtk/gtk-sections.txt: Remove gtk_win32_get_installation_directory.
462
463 Tue Mar  5 14:28:28 2002  Owen Taylor  <otaylor@redhat.com>
464
465         * gtk/compiling.sgml: Update version numbers in example.
466
467 2002-03-04  Matthias Clasen  <maclas@gmx.de>
468
469         * gtk/gtk-docs.sgml: Move GtkOldEditable to the "Deprecated" 
470         section.  (#68408)
471
472         * gtk/tmpl/gtktreeview.sgml: Close linkend attribute.  (#73364)
473
474 Sun Mar  3 01:36:21 2002  Jonathan Blandford  <jrb@redhat.com>
475
476         * gtk/tmpl/gtktreeviewcolumn.sgml: Write documentation
477         * gtk/tmpl/gtktreeview.sgml: Write documentation
478
479 Sat Mar  2 15:46:29 2002  Owen Taylor  <otaylor@redhat.com>
480
481         * gtk/tmpl/gtkentry.sgml: Move a couple of function
482         docs into the C file.
483
484 Fri Mar  1 10:35:15 2002  Owen Taylor  <otaylor@redhat.com>
485
486         * gtk/changes-2.0.sgml: Add note about gtk_notebook_reorder_child().
487
488 Tue Feb 26 22:01:59 2002  Owen Taylor  <otaylor@redhat.com>
489
490         * gtk/tmpl/gtkbox.sgml: Fix docs to correspond to the code -
491         negative @position indicates the end of the list.
492
493 2002-02-26  Matthias Clasen  <maclas@gmx.de>
494
495         Fixes for #72478:
496         
497         * gtk/tmpl/gtkprogressbar.sgml: Add note about new GtkProgressBar
498         API to introduction. 
499
500         * gtk/gtk-sections.txt: Reorder GtkProgressBar functions to move 
501         undeprecated API to top.
502
503 Sat Feb 23 23:39:14 2002  Owen Taylor  <otaylor@redhat.com>
504
505         * gtk/tmpl/gtktreemodel.sgml: Document gtk_tree_path_new_root(),
506         gtk_tree_model_get_iter_root() as compatibility macros.
507
508         * gtk/gtk-sections.txt: Updates.
509
510 2002-02-23  Anders Carlsson  <andersca@gnu.org>
511
512         * gtk/Makefile.am (HTML_IMAGES): Rename strikeout to 
513         strikethrough.
514
515 2002-02-22  Anders Carlsson  <andersca@gnu.org>
516
517         * gtk/Makefile.am (HTML_IMAGES): Update for name changes.
518
519 2002-02-22  Matthias Clasen  <maclas@gmx.de>
520
521         * gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: s/%d/%%d/ in
522         examples.  (#71479)
523
524         * gtk/tmpl/gtkmenu.sgml: Document gtk_menu_set_active as 
525         quasi-private.  (#69788)
526
527         * gtk/tmpl/gtkcalendar.sgml: Document month as zero-based and 
528         selected_day as one-based.  (#57169)
529
530 Thu Feb 21 12:11:42 2002  Owen Taylor  <otaylor@redhat.com>
531
532         * gtk/Makefile.am (IGNORE_HFILES): Add gtkkeyhash.h
533
534 2002-02-20  Sven Neumann  <sven@gimp.org>
535
536         * gtk/gtk-sections.txt
537         * gtk/tmpl/gtktreeviewcolumn.sgml: updated for treeviewcolumn changes.
538
539 Mon Feb 18 23:00:52 2002  Owen Taylor  <otaylor@redhat.com>
540
541         * gtk/running.sgml: Remove docs for GTK_IM_MODULE_PATH,
542         replace docs for GTK_MODULE_PATH with docs for GTK_PATH.
543
544 Sun Feb 17 21:33:33 2002  Owen Taylor  <otaylor@redhat.com>
545
546         * gtk/gtk-sections.txt: Updated for filesel changes.
547
548 2002-02-05  Matthias Clasen  <maclas@gmx.de>
549
550         * gtk/tmpl/gtkrc.sgml: Update the description of RC file loading
551         to match recent code changes. Also document font_name and engine. 
552
553 Tue Jan 29 23:41:31 2002  Owen Taylor  <otaylor@redhat.com>
554
555         * gtk/Makefile.am (content_files): Add x11.sgml.
556
557         * gtk/changes-2.0.sgml: SGML fix.
558
559         * gtk/gtk-sections.txt: Updated.
560
561 2002-01-23  Damon Chaplin  <damon@ximian.com>
562
563         * gtk/Makefile.am: added SCANGOBJ_OPTIONS to set the type-init-func
564         to pass to gtkdoc-scangobj.
565
566 Mon Jan 21 23:39:42 2002  Jonathan Blandford  <jrb@redhat.com>
567
568         * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect
569         changes in the code, found by Jody Goldberg <jody@gnome.org>
570
571 2002-01-19  Havoc Pennington  <hp@pobox.com>
572
573         * gtk/x11.sgml: add a mostly-empty X11 section
574
575         * gtk/framebuffer.sgml: make title consistent with windows section
576
577         * gtk/tmpl/gtkdrawingarea.sgml: couple of fixes
578
579 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
580
581         * gtk/resources.sgml: Tiny markup fix.
582
583 2002-01-15  Matthias Clasen  <matthiasc@poet.de>
584
585         * gtk/changes-2.0.sgml: Details about GtkRange and subclasses
586         rewrite. (#67730)
587
588 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
589
590         * gtk/running.sgml: Add ids to some elements to make them
591         addressable as link targets.
592
593 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
594         
595         * gtk/tmpl/gtktooltips.sgml: Minor fixes.
596
597         * gtk/tmpl/gtkrc.sgml: Minor fixes.
598
599 2002-01-11  Havoc Pennington  <hp@pobox.com>
600
601         * gtk/running.sgml: sgml fixes
602
603         * gtk/tmpl/gtksignal.sgml: sgml fixes
604
605         * gtk/tmpl/gtklabel.sgml: do the intro section
606
607 2002-01-10  Matthias Clasen  <matthiasc@poet.de>
608
609         * gdk/tmpl/general.sgml (gdk_set_program_class): Expand.
610
611         * gtk/running.sgml: New file.
612
613         * gtk/building.sgml: Document a few more configure options.
614
615         * gtk/Makefile.am (content_files): Add running.sgml.
616
617         * gtk/gtk-docs.sgml: Include running.sgml, sort H and V 
618         variants of widgets to be next to each other.
619
620 2002-01-09  Matthias Clasen  <matthiasc@poet.de>
621
622         * gtk/tmpl/gtkaccellabel.sgml: Remove duplicate docs.
623         
624         * gdk-pixbuf/Makefile.am (content_files): Add 
625         gdk-pixbuf-from-drawables.sgml. (#68232)
626         
627         * gtk/tmpl/gtkwidget.sgml: Improve docs for GTK_NO_REPARENT
628         and GTK_APP_PAINTABLE. (#68060)
629
630 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
631
632         * gtk/tmpl/gtkgc.sgml: Improve wording.
633
634         * gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkplug.sgml: speak of 
635         window IDs rather than XIDs.
636
637 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
638         
639         * gtk/tmpl/gtksocket.sgml: Mention gtk_socket_get_id()
640         instead of GTK_WINDOW_XWINDOW().  (#68172)
641
642         * gtk/gtk-sections.txt: Move functions which are documented
643         as "private" or "internal" into Private subsections.
644
645         * gtk/tmpl/gtkdnd.sgml, gtk/tmpl/gtkobject.sgml, 
646         gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktooltips.sgml,
647         gtk/tmpl/gtkwidget.sgml, gtk/tmpl/gtkclipboard.sgml,
648         gtk/tmpl/gtkstyle.sgml, gtk/tmpl/gtkselection.sgml,
649         gtk/tmpl/gtkfeatures.sgml: Minor markup fixes.
650
651         * gtk/tmpl/gtksignal.sgml: Add link to GLib signal docs.
652
653         * gtk/tmpl/gtkpreview.sgml, gtk/tmpl/gtktext.sgml,
654         gtk/tmpl/gtktree.sgml: Remove "deprecated" from short desc.
655
656         * gtk/tmpl/gtkrc.sgml: Correct names of default RC files. 
657
658 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
659
660         * gtk/tmpl/gtktypeutils.sgml: Replace GTK_NO_CHECK_CASTS by 
661         G_DISABLE_CAST_CHECKS, fix some markup and add stuff.
662
663         * gtk/tmpl/gtkaccelgroup.sgml, gtk/tmpl/gtkwidget.sgml: Additions.
664
665         * gtk/gtk-sections.txt: Make gtk_accel_group_get_type private.
666
667 2002-01-06  Havoc Pennington  <hp@pobox.com>
668
669         * gtk/question_index.sgml: a few more questions I thought of
670
671 2002-01-06  Havoc Pennington  <hp@pobox.com>
672
673         * gtk/gtk-docs.sgml: remove gtk- prefix from TreeView and a few
674         other entities, more consistent anyway (I thought this would make
675         links to "GtkTreeView" etc. go to the ref page, not the struct,
676         but it wasn't the problem, the issue is the way gtkdoc-mkdb
677         decides what's an object, see CheckIsObject() routine)
678
679         * gtk/changes-1.2.sgml: sgml fixes to get rid of warnings
680
681         * gtk/changes-2.0.sgml: ditto
682         
683         * gtk/question_index.sgml: add some questions
684
685 2002-01-04  Matthias Clasen  <matthiasc@poet.de>
686
687         * gtk/tmpl/gtkwidget.sgml: Additions.
688
689 2002-01-04  Matthias Clasen  <matthiasc@poet.de>
690
691         * gtk/changes-1.2.sgml, gtk/changes-2.0.sgml: SGML fixes.
692
693         * gtk/tmpl/gtkobject.sgml: Document GTK_IN_DESTRUCTION.
694         
695         * gtk/tmpl/gtkwidget.sgml: Additions.
696
697 2002-01-04  Havoc Pennington  <hp@pobox.com>
698
699         * gtk/question_index.sgml: add question to help people find
700         gtk_widget_set_sensitive() if they're used to another term for 
701         that.
702         
703 2002-01-03  Havoc Pennington  <hp@pobox.com>
704
705         * gtk/tmpl/gtkdrawingarea.sgml: add mention of
706         gtk_widget_add_events() and GTK_CAN_FOCUS
707
708 2002-01-04  Matthias Clasen  <matthiasc@poet.de>
709
710         * gtk/tmpl/gtktextview.sgml: Small additions.
711
712         * gtk/tmpl/gtksignal.sgml: Explain what to use instead.
713
714         * gtk/question_index.sgml, gtk/text_widget.sgml, gtk/tree_widget.sgml,
715         gtk/changes-1.2.sgml, gtk/changes-2.0.sgml,
716         gtk/framebuffer.sgml: SGML fixes and additions.
717
718         * gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkdialog.sgml,
719         gtk/tmpl/gtkeditable.sgml, gtk/tmpl/gtkfilesel.sgml,
720         gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkmenu.sgml,
721         gtk/tmpl/gtkmessagedialog.sgml, gtk/tmpl/gtkrc.sgml,
722         gtk/tmpl/gtktogglebutton.sgml, gtk/tmpl/gtkspinbutton.sgml,
723         gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkwindow.sgml:
724         Replace references to deprecated functions.
725
726 2002-01-03  Matthias Clasen  <matthiasc@poet.de>
727
728         * gtk/changes-1.2.sgml, gtk/changes-2.0.sgml, 
729         gtk/framebuffer.sgml: Add markup.
730
731 2002-01-01  Havoc Pennington  <hp@pobox.com>
732
733         * gtk/framebuffer.sgml: move README.linux-fb in here
734
735         * gtk/tmpl/gtkpreview.sgml: explain what to use instead
736
737         * gtk/tmpl/gtkseparator.sgml: typo fix
738
739         * gtk/tmpl/gtkstock.sgml: add some overview docs
740
741         * gtk/Makefile.am (content_files): add new files
742
743         * gtk/changes-1.2.sgml: move Changes-1.2.txt in here
744
745         * gtk/changes-2.0.sgml: move Changes-2.0.txt in here
746
747         * gdk/tmpl/threads.sgml: mention gdk_threads_init() in the
748         overview docs, copy in the examples from the FAQ
749
750         * gtk/gtk-docs.sgml: change DTD to 3.1, and add
751         question_index.sgml and changes-1.2, changes-2.0
752
753         * gtk/tmpl/gtkdrawingarea.sgml: fixups to reflect 2.0 changes
754
755         * gtk/question_index.sgml: new section with question-based 
756         index of the manual
757
758         * gtk/text_widget.sgml: fix some cross-references
759
760 2002-01-01  Havoc Pennington  <hp@pobox.com>
761
762         * gtk/tmpl/gtktexttag.sgml: docs updates, mention that invisible 
763         property isn't implemented
764
765         * gtk/text_widget.sgml: small tweaks
766
767 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
768
769         * gtk/tmpl/gtkbbox.sgml: Remove references to nonexisting functions.
770         
771         * gtk/tmpl/gtkcolorseldlg.sgml, gtk/tmpl/gtkdrawingarea.sgml,
772         gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkhseparator.sgml, 
773         gtk/tmpl/gtktree.sgml, gtk/tmpl/gtkradiobutton.sgml,
774         gtk/tmpl/gtkradiomenuitem.sgml: 
775         Replace references to deprecated functions.
776
777         * gtk/tmpl/gtkhbbox.sgml,gtk/tmpl/gtkvbbox.sgml: Minor fixes.
778
779 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
780
781         * gtk/tmpl/gtkpixmap.sgml, gtk/tmpl/gtkscale.sgml,
782         gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkimcontextsimple.sgml: Additions.
783
784 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
785
786         * gdk/tmpl/properties.sgml, gdk/tmpl/selections.sgml: Additions.
787
788 2001-12-23  Matthias Clasen  <matthiasc@poet.de>
789
790         * gdk-pixbuf/porting-from-imlib.sgml: GDK instead of Gdk.
791
792         * gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml: Replace references to
793         deprecated functions.
794
795         * gdk/tmpl/event_structs.sgml, gdk/tmpl/gcs.sgml,
796         gdk/tmpl/images.sgml: Replace references to deprecated functions.
797
798 2001-12-28      Vitaly Tishkov <tvv@sparc.spb.su>
799
800         * gtkwindow.sgml: additional fix for #59314 ('<programlisting>' is
801         changed to '<literal>' in docs for gtk_window_set_policy ())
802
803 Sat Dec 22 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
804
805         * gtk/Makefile.am (IGNORE_HFILES): Add gtktextutil.h
806
807         * gtk/text_widget.sgml (linkend): SGML fixes.
808
809         * gtk/gtk-sections.txt: Update
810
811         * gdk/gdk-sections.txt: Update.
812
813         * gdk/tmpl/cursors.sgml: SGML fix.
814
815         * gdk/gdk-docs.sgml: Add PNG handling magic.
816
817 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
818                 
819         * gtk/text_widget.sgml: More precise wording. (#63388)
820
821         * gtk/tmpl/gtksignal.sgml (GTK_SIGNAL_OFFSET): Add docs.
822
823         * gtk/resources.sgml: Fix markup of mail URLs.
824         
825         * gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkobject.sgml: Markup fixes.
826
827         * gtk/tmpl/gtktoolbar.sgml (gtk_toolbar_{prepend,append}_element):
828         Expand documentation. (#60471)
829
830         * gtk/tmpl/gtkmain.sgml: Remove misleading information about 
831         gtk_set_locale().  (#65758)
832
833 2001-12-18  Anders Carlsson  <andersca@gnu.org>
834
835         * gtk/tmpl/gtkdrawingarea.sgml: Change GdkWidget to
836         GtkWidget. Fixes #67162.
837
838 2001-12-17  Matthias Clasen  <matthiasc@poet.de>
839
840         * gdk-pixbuf/tmpl/creating.sgml, 
841         gdk-pixbuf/tmpl/gdk-pixbuf-xlib-from-drawables.sgml,
842         gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml,
843         gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rendering.sgml,
844         gdk-pixbuf/tmpl/refcounting.sgml: Markup fixes.
845
846         * gtk/building.sgml, gtk/resources.sgml: Markup fixes.
847
848         * gtk/gtk.types: Remove gtk_text_layout_get_type(). (???)
849
850         * gdk/tmpl/general.sgml: Use <envar>, not <envvar>.
851
852 2001-12-16  Matthias Clasen  <matthiasc@poet.de>
853
854         * gdk/tmpl/windows.sgml: Document GDK_RELEASE_MASK.
855
856 2001-12-16  Havoc Pennington  <hp@pobox.com>
857
858         * gdk-pixbuf/gdk-pixbuf-sections.txt: put _simple variants at the
859         top of the docs
860
861 2001-12-16  Havoc Pennington  <hp@pobox.com>
862
863         * gdk-pixbuf/tmpl/scaling.sgml: small doc tweaks, specifically
864         some "just do XYZ" advice next to the InterpMode technojargon.
865
866 2001-12-16  Matthias Clasen  <matthiasc@poet.de>
867
868         * gdk/tmpl/windows.sgml: Add something about GdkModifierType.
869
870 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
871         
872         * gdk-pixbuf/tmpl/scaling.sgml, gdk/tmpl/fonts.sgml, 
873         gdk/tmpl/general.sgml, gdk/tmpl/rgb.sgml, gdk/tmpl/visuals.sgml,
874         gdk/tmpl/windows.sgml, gtk/gtk-docs.sgml, gtk/tmpl/gtkaccellabel.sgml,
875         gtk/tmpl/gtkcombo.sgml, gtk/tmpl/gtkdialog.sgml, 
876         gtk/tmpl/gtkdrawingarea.sgml, gtk/tmpl/gtkeditable.sgml, 
877         gtk/tmpl/gtkfilesel.sgml, gtk/tmpl/gtkfontseldlg.sgml,
878         gtk/tmpl/gtkimage.sgml, gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkmenu.sgml,
879         gtk/tmpl/gtkmessagedialog.sgml, gtk/tmpl/gtkobject.sgml,
880         gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkradiobutton.sgml, 
881         gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtkscale.sgml, gtk/tmpl/gtksignal.sgml, 
882         gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkspinbutton.sgml,
883         gtk/tmpl/gtktogglebutton.sgml, gtk/tmpl/gtksignal.sgml, 
884         gtk/tmpl/gtktooltips.sgml, gtk/tmpl/gtkwindow.sgml,
885         gdk/tmpl/regions.sgml, gtk/tmpl/gtkfontsel.sgml,
886         gtk/tmpl/gtkpixmap.sgml, gtk/tmpl/gtkprogress.sgml,
887         gtk/tmpl/gtkselection.sgml, gtk/tmpl/gtktable.sgml,
888         gtk/tmpl/gtktipsquery.sgml: Markup fixes (mainly examples).
889
890 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
891
892         * gtk/tmpl/gtklist.sgml: Markup fixes.
893
894         * gdk/tmpl/selections.sgml, gtk/tmpl/gtksocket.sgml: s/succesful/successful/g.
895
896         * gtk/gtk-sections.txt, gtk/tmpl/gtkstyle.sgml: Remove
897         GTK_STYLE_NUM_STYLECOLORS. (#66467)
898
899 2001-12-12  Havoc Pennington  <hp@pobox.com>
900
901         * gtk/text_widget.sgml: add another example
902
903 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
904
905         * gtk/tmpl/gtkmain.sgml: Markup fixes.
906
907         * gtk/gtk-docs.sgml: Add an empty entity to suppress 
908         crossreferencing in programlistings.
909
910 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
911
912         * gtk/tmpl/gtkclipboard.sgml: Fix references to 
913         get_clipboard_set_with_owner(). (#66424)
914
915 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
916         
917         * gtk/tmpl/gtktypeutils.sgml, gtk/tmpl/gtkobject.sgml,
918         gtk/tmpl/gtkstyle.sgml: Add docs.
919
920 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
921
922         * gtk/tmpl/gtklabel.sgml: Remove redundant docs. (#66383)
923
924         * gtk/tree_widget.sgml: Typo fix. (#66256)
925
926         * gdk-pixbuf/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards.
927         
928         * gtk/tmpl/gtktext.sgml, gtk/tmpl/gtktree.sgml, 
929         gtk/tmpl/gtktreeitem.sgml: Updates.
930
931 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
932
933         * gtk/tmpl/gtkwidget.sgml: Updates.
934         * gtk/Makefile.am (IGNORE_HFILES): Remove gtktextchild.h.
935
936 2001-12-03  Matthias Clasen  <matthiasc@poet.de>
937
938         * gdk/tmpl/input_devices.sgml, 
939         gdk/gdk-sections.txt, gdk/tmpl/windows.sgml: Updates.
940
941 2001-12-02  Matthias Clasen  <matthiasc@poet.de>
942
943         * gdk/tmpl/dnd.sgml: Updates.
944
945 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
946
947         * gdk/tmpl/keys.sgml: Updates.
948
949 2001-12-01  Havoc Pennington  <hp@pobox.com>
950
951         * gtk/tmpl/gtkoptionmenu.sgml: add brief explanation of how to use
952         GtkOptionMenu
953
954 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
955
956         * gdk/tmpl/colors.sgml, gdk/tmpl/pixmaps.sgml, gdk/tmpl/dnd.sgml,
957         gdk/tmpl/gcs.sgml: Document ref and unref functions as deprecated.
958
959 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
960
961         * gtk/gtk-sections.sgml: Add GtkTextChildAnchor.
962
963         * gdk/tmpl/dnd.sgml: Updates.
964
965         * gdk/tmpl/pango_interaction.sgml: Document GdkPangoAttrEmbossed
966         and GdkPangoAttrStipple.
967         
968 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
969         
970         * gtk/tmpl/gtkwindow.sgml: Document gtk_window_position.
971
972         * gdk/tmpl/dnd.sgml: Document GdkDragProtocol and GdkDragContext.
973
974         * gdk/tmpl/events.sgml: Document gdk_setting_get.
975
976         * gdk/tmpl/fonts.sgml: Document gdk_font_full_name_get and
977         gdk_font_full_name_free.
978
979         * gdk/tmpl/windows.sgml: Document gdk_window_register_dnd.
980
981 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
982         
983         * gdk/tmpl/windows.sgml, gdk/tmpl/general.sgml,
984         gdk/tmpl/pixmaps.sgml, gdk/tmpl/drawing.sgml,
985         gdk/tmpl/gcs.sgml: Updates. 
986
987         * gdk/tmpl/cursors.sgml: Document GdkCursor and standard cursors.
988
989 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
990
991         * gdk/tmpl/drawing.sgml: Minor markup fixes.
992
993 Fri Nov 23 15:12:07 2001  Owen Taylor  <otaylor@redhat.com>
994
995         * gtk/Makefile.am (content_files): Add windows.sgml
996
997         * gdk/tmpl/cursors.sgml: Revert last diff to get things to
998         build.
999
1000 2001-11-22  Matthias Clasen  <matthiasc@poet.de>
1001
1002         * gdk/tmpl/event_structs.sgml: Add better explanation of proximity
1003         events. 
1004
1005         * gdk/tmpl/cursors.sgml: Document GdkCursor and standard cursors.
1006
1007         * gdk/images/*.png: The standard X cursors as pngs.
1008
1009         * gdk/Makefile.am (HTML_IMAGES): Add the images.
1010
1011 Wed Nov 21 15:57:29 2001  Owen Taylor  <otaylor@redhat.com>
1012
1013         * gtk/gtk-sections.txt: Updates
1014
1015         * gtk/tmpl/gtkstock.sgml: Close end tags.
1016
1017         * gtk/gtk.types: Remove interface types which gtk-doc
1018         can't handle currently.
1019
1020         * gtk/tmpl/gtknotebook.sgml: Fix some garbage in file.
1021
1022         * gdk/tmpl/x_interaction.sgml: Fix SGML errors.
1023
1024         * gdk/gdk-overrides.txt gdk/gdk-sections.txt: Updates. 
1025
1026 2001-11-20  Havoc Pennington  <hp@pobox.com>
1027
1028         * gtk/tmpl/gtkwindow.sgml: fix docs for gtk_window_set_policy() to
1029         reflect existence of gtk_window_set_resizable()
1030
1031 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
1032
1033         * gdk/tmpl/event_structs.sgml: Small fixes.
1034
1035 2001-11-16  Matthias Clasen  <matthiasc@poet.de>
1036
1037         * gdk/tmpl/event_structs.sgml: Updates. 
1038
1039         * gdk/tmpl/windows.sgml: Document GdkFilterFunction, GdkFilterReturn
1040         and GdkXEvent, add markup.
1041
1042 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
1043
1044         * gtk/gtk-docs.sgml: Go back to DocBook 3.0 to get the
1045         autobuilder on developer.gnome.org back to work, but add
1046         the png notation for the stock icons.
1047
1048 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
1049
1050         * gdk/Makefile.am (MKDB_OPTIONS), 
1051         gdk-pixbuf/Makefile.am (MKDB_OPTIONS),
1052         gtk/Makefile.am (MKDB_OPTIONS): Add --sgml-mode.
1053
1054         * gdk-pixbuf/tmpl/file-saving.sgml,
1055         gdk-pixbuf/tmpl/module_interface.sgml,
1056         gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml: Consistent short descriptions.
1057
1058         * gtk/tmpl/gtkprogressbar.sgml: Remove duplicate docs. (#64469)
1059         
1060         * gtk/gtk-sections.txt: Add missing TITLEs (#64459, #64568)
1061
1062         * gtk/tmpl/gtkadjustment.sgml: Typo fix. (#64448)
1063
1064 Mon Nov 12 23:06:38 2001  Tim Janik  <timj@gtk.org>
1065
1066         * added gtkaccelmap.sgml. other updates.
1067
1068 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
1069
1070         * gdk-pixbuf/gdk-pixbuf-rendering.sgml, 
1071         gdk-pixbuf/gdk-pixbuf-from-drawables.sgml: new files explaining
1072         where the code for rendering pixbufs lives. (#61151) 
1073         
1074         * gdk-pixbuf/gdk-pixbuf.sgml: Use the new files.
1075
1076         * gtk/tmpl/gtkaccellabel.sgml, gtk/tmpl/gtkcombo.sgml,
1077         gtk/tmpl/gtkentry.sgml, gtk/tmpl/gtkhscrollbar.sgml,
1078         gtk/tmpl/gtkvscrollbar.sgml, gtk/tmpl/gtktoolbar.sgml,
1079         gtk/tmpl/gtkdialog.sgml, gtk/tmpl/gtkstatusbar.sgml: 
1080         Mass fixing of trivial doc bugs. (#55579, #56760, #58769, #55918,
1081         #64154, #60422, #54697)
1082
1083 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
1084
1085         * gtk/tmpl/gtkpaned.sgml: Document gtk_paned_set_gutter_size
1086         as noop. (#45802)
1087
1088         * gtk/tmpl/gtkcolorsel.sgml: Remove stuff duplicating inline
1089         docs. (#60481)
1090
1091         * gtk/tmpl/gtkstock.sgml: Document all stock items
1092         with their stock text. 
1093
1094         * gtk/tmpl/gtkhseparator.sgml: Small corrections.
1095
1096         * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Updates.
1097
1098 2001-11-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1099
1100         * gdk-pixbuf/tmpl/refcounting.sgml,
1101         gdk-pixbuf/porting-from-imlib.sgml, tmpl/creating.sgml:
1102         gdk_rgb_init() doesn't need to be called anymore. Use
1103         g_object_(un)_ref instead of gdk_pixbuf_(un)ref.
1104
1105         * tmpl/module_interface.sgml: Typo fix.
1106
1107         * gdk-pixbuf/gdk-pixbuf.sgml: Fixed jade complaining about '_' by
1108         replacing it with '-'. Now builds again.
1109
1110 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
1111
1112         * gdk-pixbuf/gdk-pixbuf.sgml: include initialization_versions.sgml,
1113         file-saving.sgml and module_interface.sgml.
1114
1115         * gdk-pixbuf/tmpl/module_interface.sgml: add short description.
1116
1117         * gtk/tmpl/gtkarg.sgml, gtk/tmpl/gtkdata.sgml, 
1118         gtk/tmpl/gtkcellrenderertextpixbuf.sgml: removed, since they described 
1119         no longer existent stuff and aren't included anymore.
1120
1121         * gdk/tmpl/color_contexts.sgml, gdk/tmpl/input_contexts.sgml, 
1122         gdk/tmpl/input_methods.sgml: removed, since they described no longer 
1123         existent stuff and aren't included anymore.
1124
1125 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
1126
1127         * gdk-pixbuf/gdk-pixbuf-sections.txt,
1128         gdk-pixbuf/tmpl/animation.sgml, 
1129         gdk-pixbuf/tmpl/module_interface.sgml: Updates. (#63293)
1130
1131 2001-10-28  Anders Carlsson  <andersca@gnu.org>
1132
1133         * gtk/tmpl/gtkadjustment.sgml: Update struct member docs
1134         since they're gdouble now instead of gfloat. Fixes #55699.
1135
1136 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
1137
1138         * docs/reference/gtk/tmpl/gtkmenuitem.sgml,
1139         docs/reference/gtk/tmpl/gtkmenu.sgml,
1140         docs/reference/gtk/tmpl/gtkmenushell.sgml,
1141         docs/reference/gtk/tmpl/gtkcontainer.sgml,
1142         docs/reference/gtk/gtk-sections.txt: Updates.
1143
1144 2001-10-28  Anders Carlsson  <andersca@gnu.org>
1145
1146         * gdk/tmpl/regions.sgml: Remove note about coordinates in GdkPoint
1147         being 16-bit since they're 32-bit now. Fixes #62681.
1148
1149 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
1150
1151         * gdk/tmpl/input_devices.sgml: Updates.
1152
1153         * gtk/tmpl/gtkrc.sgml: Document the special values <none> and
1154         <parent> for bg_pixmap.
1155
1156 2001-10-27  Anders Carlsson  <andersca@gnu.org>
1157
1158         * gtk/tmpl/gtkaccellabel.sgml: Clarify that the string
1159         argument in gtk_accel_label_new most be non-NULL.
1160         This fixes #54826.
1161
1162         * gtk/tmpl/gtkentry.sgml: Clarify that a maximum length
1163         of 0 means infinity. This fixes #58771.
1164
1165         * gtk/tmpl/gtkhandlebox.sgml: Finish a sentence. 
1166         This fixes #56702.
1167
1168         * gtk/tmpl/gtkspinbutton.sgml: Clarify that we're
1169         returning a spin button in the _new function.
1170         This fixes #54097.
1171
1172         * gtk/tmpl/gtktoolbar.sgml: Change docs for 
1173         gtk_toolbar_append_item to say that it appends an item
1174         to the end of a toolbar. This fixes #60428.
1175
1176 Fri Oct 26 11:54:53 2001  Owen Taylor  <otaylor@redhat.com>
1177
1178         * */Makefile.am: Update to install images.
1179
1180 2001-10-27  Anders Carlsson  <andersca@gnu.org>
1181
1182         * gtk/gtk-sections.txt,
1183         * gtk/tmpl/gtktreeviewcolumn.sgml: Remove documentation for
1184         gtk_tree_view_column_cell_event since that function has been
1185         removed. This fixes #62084.
1186
1187         * gdk/tmpl/properties.sgml: Change FALSE to TRUE in 
1188         documentation for gdk_atom_intern, to document the
1189         correct behavior. This fixes #58798.
1190
1191         * gtk/gtk-sections.txt: Update GtkStyle since it's now a
1192         GObject and not a struct. This fixes #55807. 
1193
1194 Thu Oct 18 16:40:00 2001  Jonathan Blandford  <jrb@redhat.com>
1195
1196         * gtk/gtk-docs.sgml: add GtkCellEditable and GtkTreeModelSort.
1197
1198 Sat Oct 20 18:35:21 2001  Owen Taylor  <otaylor@redhat.com>
1199
1200         * gtk/tmpl/gtkentry.sgml (Note): Remove note about
1201         deprecation. (We've standard on G_CONST_RETURN 
1202         rather than the reverse.) #58768, Vitaly Tishkov.
1203
1204 2001-10-20  jacob berkman  <jacob@ximian.com>
1205
1206         * gtk/Makefile.am (HTML_IMAGES): get them from
1207         $(top_srcdir)/gtk/stock-icons/ rather than
1208         ../../../gtk/stock-items/
1209
1210 Fri Oct 19 15:44:52 2001  Owen Taylor  <otaylor@redhat.com>
1211
1212         * gtk/Makefile.am gtk/gtk-sections.txt gtk/gtk-docs.sgml:
1213         Add gtkimcontextsimple.
1214
1215 2001-10-19  Matthias Clasen   <matthiasc@poet.de>
1216
1217         * gtk/gtk-docs.sgml: Switch to DocBook 4.1 (for the PNG notation).
1218
1219         * gtk/Makefile.am, gtk/tmpl/gtkstock.sgml: Add inlinegraphics for
1220         the stock icons.
1221
1222 2001-10-18  Matthias Clasen   <matthiasc@poet.de>
1223
1224         * gdk/tmpl/visuals.sgml: Resurrect 1.2 documentation. (#62604)
1225
1226         * gtk/tmpl/gtkpaned.sgml: Fixes. (#62146)
1227
1228         * gtk/tmpl/gtkgamma.sgml: Fixes. (#62155)
1229
1230         * gtk/Makefile.am (IGNORE_HFILES): Add xembed.h (#61929)
1231
1232         * gdk-pixbuf/gdk-pixbuf.types: Add GdkPixbuf, 
1233         GdkPixbufAnimation and GdkPixbufAnimationIter. (#62590)
1234
1235         * gtk/tmpl/gtkscrolledwindow.sgml: Replace GtkCList by
1236         GtkTreeView in example. (#62200)
1237
1238 2001-10-17  Matthias Clasen   <matthiasc@poet.de>
1239
1240         * gtk/tmpl/gtkdnd.sgml, gtk/tmpl/gtkclipboard.sgml,
1241         gdk/tmpl/general.sgml, gdk/tmpl/threads.sgml, 
1242         gdk/tmpl/x_interaction.sgml: Updates.
1243
1244 2001-10-13  Matthias Clasen   <matthiasc@poet.de>
1245
1246         * gdk/tmpl/x_interaction.sgml: Update.
1247
1248 2001-10-10  Matthias Clasen   <matthiasc@poet.de>
1249
1250         * gtk/gtk-sections.txt, gtk/tmpl/gtkspinbutton.sgml,
1251         gtk/tmpl/gtkseparatormenuitem.sgml, gtk/tmpl/gtknotebook.sgml,
1252         gtk/tmpl/gtkstatusbar.sgml, gtk/tmpl/gtkradiobutton.sgml,
1253         gtk/tmpl/gtkradiomenuitem.sgml: Updates.
1254
1255         * gdk-pixbuf/gdk-pixbuf-sections.txt, 
1256         gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Follow recent API changes.
1257
1258 2001-10-10  Matthias Clasen   <matthiasc@poet.de>
1259
1260         * gtk/tmpl/gtkcalendar.sgml, gtk/tmpl/gtkeditable.sgml: Update.
1261
1262         * gdk-pixbuf/gdk-pixbuf.sgml: Add entity for tmpl/inline.sgml.
1263
1264         * gdk-pixbuf/tmpl/inline.sgml: Update.
1265
1266         * gtk/gtk-sections.sgml: Update.
1267
1268 2001-10-08  Matthias Clasen   <matthiasc@poet.de>
1269
1270         * gdk-pixbuf/gdk-pixbuf-sections.txt,
1271         gdk-pixbuf/Makefile.am, gdk-pixbuf/tmpl/creating.sgml: Update.
1272
1273         * gdk-pixbuf/tmpl/inline.sgml: New file.
1274         
1275 2001-10-07  Matthias Clasen   <matthiasc@poet.de>
1276
1277         * gdk/tmpl/properties.sgml, gdk/tmpl/events.sgml,
1278         gdk/tmpl/regions.sgml, gdk/tmpl/general.sgml,
1279         gdk/tmpl/keys.sgml: Update. 
1280
1281         * gdk/gdk-overrides.txt, gdk/gdk-sections.txt: Remove nanox traces.
1282
1283 2001-10-06  Matthias Clasen   <matthiasc@poet.de>
1284
1285         * gtk/gtk-docs.sgml: add gtkimagemenuitem, 
1286         gtksettings, gtkseparatormenuitem.
1287         
1288         * gtk/tmpl/gtktreemodelsimple.sgml: remove unused file.
1289
1290 2001-10-05  Matthias Clasen   <matthiasc@poet.de>
1291
1292         * gtk/gtk-sections.sgml, gtk/objects_grouped.sgml: remove GtkPacker.
1293
1294 2001-10-05  Sven Neumann  <sven@gimp.org>
1295
1296         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: adapt to changes in GDK_PIXBUF_ERROR
1297         enum.
1298
1299 2001-10-04  Havoc Pennington  <hp@pobox.com>
1300
1301         * gtk/tmpl/gtkimage.sgml: fix GtkImage overview
1302
1303 Wed Oct  3 15:09:18 2001  Jonathan Blandford  <jrb@redhat.com>
1304
1305         * gtk/gtk.types: remove gtk_cell_editable_get_type
1306
1307 2001-10-02  Havoc Pennington  <hp@redhat.com>
1308
1309         * gtk/tree_widget.sgml: s/empahsis/emphasis/
1310
1311         * gtk/tmpl/gtkobject.sgml: update docs
1312
1313 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
1314
1315         * gtk/gtk-sections.txt: Move standard gobject stuff to
1316         the 'Standard' sections. (#61483)
1317
1318 Wed Sep 26 15:05:28 2001  Jonathan Blandford  <jrb@redhat.com>
1319
1320         * gtk/gtk.types: Add missing types.
1321
1322 Mon Sep 24 12:43:45 2001  Owen Taylor  <otaylor@redhat.com>
1323
1324         * gtk/gtk-sections.txt: Updates for removed/renamed functions.
1325
1326 2001-09-08  Havoc Pennington  <hp@pobox.com>
1327
1328         * gtk/gtk-sections.txt: move some of the accel group functions 
1329         into a Private subsection
1330
1331 2001-09-08  Havoc Pennington  <hp@pobox.com>
1332
1333         * gtk/tmpl/gtklayout.sgml: docs
1334
1335         * gdk-pixbuf/gdk-pixbuf.sgml: remove the section on compiling
1336         gdk-pixbuf since it isn't a standalone package anymore
1337
1338         * gtk/building.sgml: section on compiling GTK itself
1339
1340 2001-09-08  Havoc Pennington  <hp@pobox.com>
1341
1342         * gtk/gtk-sections.txt: put GtkPacker back in here so it won't be
1343         in gtk-unused.txt, but don't put it back in gtk-docs.sgml. 
1344
1345         Tons of other additions from gtk-unused.txt, but mostly skipping
1346         all the tree stuff for now.
1347
1348 2001-09-08  Havoc Pennington  <hp@pobox.com>
1349
1350         * gtk/gtk-docs.sgml: remove CellRendererTextPixbuf
1351
1352         * gtk/resources.sgml: add section on mailing lists, bugzilla, etc.
1353
1354         * gtk/tmpl/gtkaccelgroup.sgml: add long description
1355
1356         * gtk/gtk-sections.txt: reorder accel group section; probably need
1357         to delete most of it
1358
1359         * gtk/tmpl/gtkmain.sgml: Clean it up a little bit
1360
1361         * gtk/gtk-docs.sgml: rearrange the list of "core/misc" sections so
1362         that useful things are near the top and stupid junk is near the
1363         bottom.
1364
1365         * gtk/tmpl/gtkfeatures.sgml: fix/finish this section
1366
1367         * gtk/gtk-docs.sgml: create a separate section for
1368         overview/tutorial material and special notes, and put the
1369         reference docs for the "misc non-widget" stuff into its own
1370         section.
1371
1372         * gtk/compiling.sgml: write this section
1373
1374         * gtk/gtk-docs.sgml: The intro section weirdly had two paragraphs
1375         that said the same thing. Delete one of them.
1376
1377 Tue Sep  4 01:33:51 2001  Owen Taylor  <otaylor@redhat.com>
1378
1379         * gtk/gtk-docs.sgml: Remove references to a couple
1380         sections that are no longer there.
1381
1382 Thu Aug 30 19:34:38 2001  Jonathan Blandford  <jrb@redhat.com>
1383
1384         * gtk/tmpl/gtkdialog.sgml: Fix obvious mistake.
1385
1386 Tue Aug 21 12:42:19 2001  Owen Taylor  <otaylor@redhat.com>
1387
1388         * gtk/gtk-sections.txt: Remove GtkPacker
1389
1390 Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>
1391
1392         * */Makefile.am: Set GPATH to fix srcdir != builddir  
1393         problems with GNU make.
1394
1395 Sun Jul 22 17:01:34 2001  Owen Taylor  <otaylor@redhat.com>
1396
1397         * gtk/tmpl/gtksignal.sgml: Fix missing not
1398         (Skip Montanaro, #56361)
1399
1400 Wed Jul  4 22:53:33 2001  Owen Taylor  <otaylor@redhat.com>
1401
1402         * gtk/tmpl/gtkplug.sgml gtk/tmpl/gtksocket.sgml: Some
1403         updates and moving docs to the C files.
1404
1405 2001-05-19  Havoc Pennington  <hp@pobox.com>
1406
1407         * gdk-pixbuf/tmpl/initialization_versions.sgml: docs
1408
1409         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: docs
1410
1411         * gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml: docs
1412
1413 Sun Apr 15 15:04:12 2001  Owen Taylor  <otaylor@redhat.com>
1414
1415         * gtk/tmpl/gtkdnd.sgml: Move some of the function docs to the
1416         C files.
1417
1418 Thu Jun 21 12:31:29 2001  Owen Taylor  <otaylor@redhat.com>
1419
1420         * gtk/gtk-sections.txt: Update a bit.
1421
1422         * Makefile.am: build GTK+ docs. 
1423
1424 Fri Jun  8 12:33:29 2001  Jonathan Blandford  <jrb@redhat.com>
1425
1426         * gtk/tmpl/gtktable.sgml: fix bug #55921
1427
1428 2001-06-05  Havoc Pennington  <hp@redhat.com>
1429
1430         * gtk/tmpl/gtkscale.sgml: more docs
1431
1432 Tue Jun  5 10:54:48 2001  Owen Taylor  <otaylor@redhat.com>
1433
1434         * gtk/tmpl/gtkenums.sgml: Improve docs for GtkStateType.
1435         (Fixes #55751, among other things.)
1436
1437 Mon Jun  4 15:08:21 2001  Owen Taylor  <otaylor@redhat.com>
1438
1439         * gtk/gtk-overrides.txt: Remove GtkArgSetFunc, GtkArgGetFunc.
1440
1441 Wed May 30 16:56:07 2001  Owen Taylor  <otaylor@redhat.com>
1442
1443         * gtk/tmpl/gtkrc.sgml (pattern): Correct typoe when
1444         describing order of composition. (#53371, Skip Montanaro)
1445         
1446 2001-05-22  Havoc Pennington  <hp@pobox.com>
1447
1448         * gtk/gtk-sections.txt: add gtk_bin_get_child
1449
1450 Fri May 18 12:28:08 2001  Owen Taylor  <otaylor@redhat.com>
1451
1452         * gtk/tmpl/gtksizegroup.sgml gtk/gtk-sections.txt gtk/gtk.types:
1453         Add documentation about GtkSizeGroup.
1454
1455 2001-05-11  Havoc Pennington  <hp@pobox.com>
1456
1457         * gtk/tmpl/gtkvruler.sgml, 
1458         gtk/tmpl/gtkhruler.sgml: fix bug #54431
1459
1460         * gtk/tmpl/gtkdrawingarea.sgml: fix bug #54331
1461
1462         * gtk/tmpl/gtkenums.sgml: fix bug #54329, and 
1463         update some other random things
1464
1465         * gtk/gtk-sections.txt: updates
1466
1467         * gtk/tmpl/gtkmenuitem.sgml: fix bug #54277
1468
1469         * gtk/tmpl/gtkradiomenuitem.sgml: fix bug #54323,
1470         #54324, #54325 
1471
1472 2001-04-26  Havoc Pennington  <hp@redhat.com>
1473
1474         * gtk/tmpl/gtkimage.sgml: document GtkImageType
1475
1476         * gtk/gtk-sections.txt: GtkImageType is public
1477
1478         * gdk/tmpl/images.sgml: add warning about gtk_image_new_bitmap
1479
1480 Wed Apr 25 12:33:03 2001  Owen Taylor  <otaylor@redhat.com>
1481
1482         * gtk/tmpl/gtktreeitem.sgml: Add note about GTK_ENABLE_BROKEN.
1483
1484 Tue Apr 17 10:59:13 2001  Owen Taylor  <otaylor@redhat.com>
1485
1486         * gtk/Makefile.am (GTKDOC_CFLAGS): Remove -DGTK_DISABLE_COMPAT
1487         add -DGTK_ENABLE_BROKEN
1488
1489         * {gtk/gtk,gdk/gdk}-sections.txt: Updated
1490
1491 Fri Apr 13 10:41:10 2001  Owen Taylor  <otaylor@redhat.com>
1492
1493         * */Makefile.am: Add $(top_builddir) to includes as necessary,
1494         Run gtkdoc-scangobj from builddir, not srcdir, don't distribute
1495         foo-doc.{top,bottom}, recomment in code to distribute HTML
1496         images, with shell fixes.
1497
1498         * gtk/gtk.hierarchy gdk-pixbuf/gdk-pixbuf.{args,signals,hierarchy}:
1499         Remove generated files.
1500         
1501 Wed Apr  4 01:26:04 2001  Tim Janik  <timj@gtk.org>
1502
1503         * gdk-pixbuf/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
1504         dist-hook because $(HTML_IMAGES) is empty.
1505         * gtk/Makefile.am: same here.
1506         * gdk/Makefile.am: same here. touched gdk.types since make rules
1507         require it ;(
1508
1509 2001-03-29  Mike Kestner  <mkestner@ameritech.net>
1510
1511         * gtk/tmpl/gtkspinbutton.html: killed function docs that are now
1512         inline.
1513
1514 2001-03-23  Havoc Pennington  <hp@redhat.com>
1515
1516         * gdk/gdk-sections.txt: updates
1517
1518         * gtk/gtk-sections.txt: updates
1519
1520         * gtk/gtk-docs.sgml: mop up TreeModelSimple entity
1521
1522         * gdk/gdk-docs.sgml: remove input method
1523         and input context docs
1524
1525 2001-03-22  Havoc Pennington  <hp@redhat.com>
1526
1527         * gdk/tmpl/keys.sgml: docs on GdkKeymap
1528
1529 2001-03-16  Havoc Pennington  <hp@redhat.com>
1530
1531         * gtk/gtk-docs.sgml: remove GtkData entity usage
1532
1533 2001-03-14  Havoc Pennington  <hp@redhat.com>
1534
1535         * gtk/gtk-docs.sgml: remove gtkdata, gtktreemodelsimple
1536
1537         * gtk/gtk.types: remove gtk_data_get_type
1538
1539 Wed Mar  7 23:58:53 2001  Owen Taylor  <otaylor@redhat.com>
1540
1541         * gtk/tmpl/gtkwidget.sgml: Document ::hierarchy-changed.
1542
1543 Wed Mar  7 00:27:13 2001  Jonathan Blandford  <jrb@redhat.com>
1544
1545         * gdk-pixbuf/Makefile.am (scan-build.stamp): add --nogtkinit.
1546
1547 Sat Mar  3 17:20:53 2001  Owen Taylor  <otaylor@redhat.com>
1548
1549         * */Makefile.am (scan-build.stamp): You can't use
1550         + as a metacharacter for basic regular expressions.
1551         (This was the "all objects disappear")
1552
1553         * gdk/gdk-sections.txt gdk-pixbuf/gdk-pixbuf-sections.txt
1554
1555         * */*-unused.sgml: Remove a lot of empty stuff. (No
1556         point in saving old docs when there aren't any.)
1557
1558 2001-02-20  Havoc Pennington  <hp@pobox.com>
1559
1560         * gdk/tmpl/rgb.sgml: fix these docs to reflect the current state
1561         of affairs
1562
1563 2001-02-19  Havoc Pennington  <hp@pobox.com>
1564
1565         * gdk/Makefile.am (SCAN_OPTIONS): add --deprecated-guards
1566
1567         * gdk/gdk-sections.txt: update
1568
1569         * gdk/gdk-docs.sgml: update
1570
1571 2001-02-18  Havoc Pennington  <hp@pobox.com>
1572
1573         * gdk-pixbuf/Makefile.am (IGNORE_HFILES): add gdk-pixbuf-marshal.h
1574
1575         * gdk-pixbuf/gdk-pixbuf-sections.txt: fixes
1576
1577 Sun Feb 11 22:16:34 2001  Owen Taylor  <otaylor@redhat.com>
1578
1579         * */Makefile.am: Use the new snazzy mother-of-all-gtk-doc-makefiles.
1580
1581         * gdk/tmpl/* gdk-pixbuf/tmpl/*: Recover a bunch of docs that were 
1582         lost at one point.
1583
1584 2001-02-08  Havoc Pennington  <hp@pobox.com>
1585
1586         * gtk/windows.sgml: windows (file is blank)
1587
1588         * gtk/framebuffer.sgml: framebuffer (file is blank)
1589
1590         * gtk/compiling.sgml: how to use pkg-config, etc. (file is 
1591         blank for now)
1592
1593 2001-02-03  Havoc Pennington  <hp@pobox.com>
1594
1595         * gtk/tmpl/gtkfixed.sgml: Add the intro docs section
1596
1597 2001-02-01  Havoc Pennington  <hp@redhat.com>
1598
1599         * gtk/gtk-sections.txt: updated
1600
1601         * gtk/gtk-docs.sgml: Move the below from "Deprecated" section to
1602         "special-purpose" section; move GtkItem out of deprecated section,
1603         since GtkMenuItem uses it, though probably the GtkItem signals
1604         should just migrate down to GtkMenuItem someday it won't happen
1605         for 2.0
1606
1607         * gtk/tmpl/gtkgamma.sgml: add note about eventual removal
1608
1609         * gtk/tmpl/gtkcurve.sgml: add note about eventual removal
1610
1611         * gtk/tmpl/gtkruler.sgml: add note about eventual removal
1612
1613         * gtk/tmpl/gtkhruler.sgml: add note about eventual removal
1614
1615         * gtk/tmpl/gtkvruler.sgml: add note about eventual removal
1616
1617         * gtk/tmpl/gtkinputdialog.sgml: add note about eventual removal
1618
1619 2001-01-30  Havoc Pennington  <hp@pobox.com>
1620
1621         Also committed a bunch of automatic changes made by gtk-doc, 
1622         after reviewing for correctness.
1623         
1624         * gtk/tmpl/gtktext.sgml: add warning about deprecation and note
1625         about what to use instead
1626
1627         * gtk/tmpl/gtktree.sgml: ditto
1628
1629         * gtk/Makefile.am (scan): pass --deprecated-guards option to
1630         gtk-doc
1631
1632         * gtk/gtk-docs.sgml: move GtkText to the deprecated section 
1633         instead of the GtkTextView section. Oops.
1634
1635 Tue Jan 30 16:01:54 2001  Owen Taylor  <otaylor@redhat.com>
1636
1637         * gtk/tmpl/gtkclist.sgml: Added note explaining how
1638         the @button parameter is off by 1. (#6739)
1639
1640 Mon Jan  8 15:21:15 2001  Owen Taylor  <otaylor@redhat.com>
1641
1642         * Makefile.am (SUBDIRS): Restore build.
1643
1644         * gdk/gdk-sections.txt gdk/gdk-docs.sgml 
1645           gdk-pixbuf/gdk-pixbuf-sections.txt 
1646           gtk/gtk-sections.txt gtk/gtk-docs.sgml: : Update.
1647
1648         * */tmpl/*: Changes from update.
1649
1650 Wed Oct 25 15:19:40 2000  Owen Taylor  <otaylor@redhat.com>
1651
1652         * gtk/tmpl/gtknotebook.sgml: Moved function docs into .c
1653         file, fairly extensive rewriting.
1654
1655 Thu Nov 30 00:53:45 2000  Owen Taylor  <otaylor@redhat.com>
1656
1657         * gtk/tmpl/gtkfilesel.sgml: Fix to say that file_selection_complete()
1658         filters both files and directories.
1659
1660         * gtk/tmpl/gtktogglebutton.sgml: Fix description
1661         of gtk_toggle_button_toggled().
1662
1663 Fri Nov 17 17:31:30 2000  Owen Taylor  <otaylor@redhat.com>
1664
1665         * gtk/Makefile.am (content_files): Add a couple
1666         of files.
1667
1668 Mon Nov 13 16:58:43 2000  Owen Taylor  <otaylor@redhat.com>
1669
1670         * {gtk,gdk,gdk-pixbuf}/Makefile.am: cd to srcdir before
1671         calling gtkdoc-fixref, distribute index.sgml.
1672
1673         * gtk/gtk-docs.sgml gtk/Makefile.am gtk/gtk-sections.txt
1674         gtk/gtk.types: Update
1675
1676 2000-11-05  Havoc Pennington  <hp@pobox.com>
1677
1678         * gtk/tmpl/gtktexttag.sgml: documented some of the object args
1679
1680         * gtk/text_widget.sgml: fixups
1681
1682 2000-11-04  Havoc Pennington  <hp@pobox.com>
1683
1684         * gtk/gtk-sections.txt: Added a bunch of stuff from unused
1685
1686 2000-11-01  Havoc Pennington  <hp@redhat.com>
1687
1688         * gtk/tmpl/gtkmessagedialog.sgml: Check in these docs, I seem to
1689         have written them a while ago then forgotten about them.
1690
1691 2000-11-01  Havoc Pennington  <hp@pobox.com>
1692
1693         * gtk/gtk-sections.txt: Add new label functions
1694
1695 Sun Oct 29 02:59:50 2000  Owen Taylor  <otaylor@redhat.com>
1696
1697         * **: Updates to new gtk-doc, gsignal, causing quite
1698         a bit of diffs but little real changes.
1699
1700 2000-10-24  Havoc Pennington  <hp@redhat.com>
1701
1702         * gtk/text_widget.sgml: add note about UTF-8
1703
1704 2000-10-23  Havoc Pennington  <hp@redhat.com>
1705
1706         * gtk/gtk-sections.txt: remove GtkTextBTree
1707
1708         * gtk/text_widget.sgml: Overview of the text widget
1709
1710         * gtk/gtk-docs.sgml: Change to using categories for the toplevel 
1711         organization of the reference entries. We'll add an alphabetical 
1712         index eventually. The category way is a lot easier for people who
1713         aren't familiar with the widgets. Removed objects_grouped.sgml 
1714         from gtk-docs.sgml for now, it doesn't seem useful anymore.
1715
1716         * gtk/objects_grouped.sgml: Add a section for deprecated
1717         objects; add a section for the TextView object collection
1718
1719 Wed Oct 18 11:01:12 2000  Owen Taylor  <otaylor@redhat.com>
1720
1721         * gtk/Makefile.am gdk-pixbuf/Makefile.am: Fix typo
1722
1723 2000-10-20  Havoc Pennington  <hp@redhat.com>
1724
1725         * gtk/gtk-sections.txt: Add dialog docs
1726
1727 2000-10-18  Havoc Pennington  <hp@redhat.com>
1728
1729         * gtk/gtk-sections.txt: Some updates
1730
1731         * gdk/gdk-sections.txt: remove GdkPixbufAlphaMode
1732
1733         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add new API, remove 
1734         GdkPixbufClass/GdkAnimationClass since those are private
1735
1736         * gdk-pixbuf/Makefile.am (IGNORE_HFILES): ignore more headers
1737
1738 2000-10-06  Havoc Pennington  <hp@redhat.com>
1739
1740         * gdk-pixbuf/*.sgml, gdk-pixbuf/tmpl/*.sgml: copy in from 1.0
1741         
1742         * gdk-pixbuf/gdk-pixbuf-sections.txt: add Xlib sections from 1.0
1743         tree
1744
1745         * gdk-pixbuf/Makefile.am: add stuff from 1.0 tree
1746
1747         * gdk-pixbuf/compiling.sgml: copy from 1.0 tree
1748
1749 2000-09-26  Havoc Pennington  <hp@redhat.com>
1750
1751         * gtk/tmpl/gtkrc.sgml: Document stock icon stuff
1752
1753 Thu Sep  7 14:15:03 2000  Owen Taylor  <otaylor@redhat.com>
1754
1755         * gdk/* gtk/*: Move gtk-reference files into GTK+ tree proper.
1756
1757         * Update sections.txt files to correspond to current code,
1758         tweak .sgml files and Makefiles to correspond.
1759
1760         * gtk/tmpl/gtkradiomenuitem.sgml (this): Remove extra <para>
1761
1762 2000-06-14  Damon Chaplin  <damon@helixcode.com>
1763
1764         * gtk/tmpl/gtktooltips.sgml: added a note about no-window widgets.
1765
1766 Mon Jun  5 11:17:25 2000  Owen Taylor  <otaylor@redhat.com>
1767
1768         * gdk/tmpl/general.sgml: Fix gdk_pointer_grab description
1769         as pointed out by Dave Morse.
1770
1771 Sun May 28 12:16:01 2000  Owen Taylor  <otaylor@redhat.com>
1772
1773         * gtk/tmpl/gtkaspectframe.sgml: Fix typo
1774         pointed out by Gregory McLean.
1775
1776 2000-05-28  Damon Chaplin  <damon@helixcode.com>
1777
1778         * gdk/tmpl/event_structs.sgml: typo.
1779
1780 2000-04-22  Damon Chaplin  <damon@helixcode.com>
1781
1782         * gtk/tmpl/gtkenums.sgml: update from Lee Mallabone
1783         <lee0@callnetuk.com>
1784
1785 2000-04-09  Damon Chaplin  <damon@helixcode.com>
1786
1787         * gtk/tmpl/gtkmain.sgml: update from Torsten Landschoff
1788         <t.landschoff@gmx.net>
1789
1790         * gdk/tmpl/input_methods.sgml: 
1791         * gdk/tmpl/general.sgml: fixed typos.
1792
1793 Tue Mar 14 14:17:46 2000  Raph Levien  <raph@acm.org>
1794
1795         * gdk/tmpl/rgb.sgml: Better explanation of gdk_rgb_set_min_colors.
1796         Thanks to Stric for spotting it.
1797
1798 2000-03-07  Damon Chaplin  <damon@helixcode.com>
1799
1800         * gtk/tmpl/gtkclist.sgml: fix to gtk_clist_set_reorderable(). It
1801         reorders rows, not columns. From Guy Harris <gharris@flashcom.net>.
1802
1803 2000-02-29  Damon Chaplin  <damon@helixcode.com>
1804
1805         * gtk/tmpl/gtkmenuitem.sgml: minor fix from Nicolas GEORGE
1806         <nicolas.george@ens.fr>.
1807
1808 2000-02-28  Damon Chaplin  <damon@helixcode.com>
1809
1810         * gtk/tmpl/gtkradiomenuitem.sgml: 
1811         * gtk/tmpl/gtkmenuitem.sgml: 
1812         * gtk/tmpl/gtknotebook.sgml: new menu item sections and minor update to
1813         notebook section from Nicolas GEORGE <nicolas.george@ens.fr>.
1814
1815 2000-02-18  Damon Chaplin  <damon@helixcode.com>
1816
1817         * gtk/tmpl/gtktooltips.sgml: patch from
1818         David Benson <daveb@idealab.com> to note that gtk_tooltips_set_colors()
1819         does not work.
1820
1821 2000-02-09  Damon Chaplin  <damon@helixcode.com>
1822
1823         * gdk/tmpl/input_methods.sgml: minor fix.
1824
1825 2000-02-03  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1826
1827         * gdk/gdk-sections.txt: rearranged a bit.
1828
1829         * gdk/tmpl/event_structs.sgml: updated.
1830
1831         * gtk/gtk-sections.txt: added INCLUDE tag for Private Info section.
1832
1833         * gdk/tmpl/color_contexts.sgml: added note saying it is deprecated.
1834         * gdk/tmpl/dnd.sgml: added note saying read the GTK+ DnD docs.
1835
1836 2000-02-02  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1837
1838         * gdk/tmpl/*.sgml: ran make templates.
1839
1840         * gdk/gdk-docs.sgml: rearranged sections.
1841
1842         * gdk/tmpl/events.sgml: documented.
1843
1844         * gdk/tmpl/general.sgml: documented.
1845
1846         * gdk/tmpl/rgb.sgml: fixed a few '@' -> '#'.
1847
1848         * gdk/gdk-sections.txt: rearranged a few bits, including moving
1849         GdkWChar and related functions from the input method section to the
1850         font section, and GdkCapStyle etc. from Drawing Primitives to GCs.
1851
1852         * gdk/tmpl/images.sgml: documented.
1853
1854         * gdk/tmpl/drawing.sgml: updated.
1855
1856         * gdk/tmpl/regions.sgml: updated.
1857
1858         * gdk/tmpl/input_contexts.sgml: documented.
1859
1860         * gdk/tmpl/input_methods.sgml: documented.
1861
1862         * gdk/tmpl/selections.sgml: changed xref to a link since Jade says
1863         a xref to a RefEntry is not supported.
1864
1865 2000-01-19  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1866
1867         * gtk/tmpl/gtkscrollbar.sgml: Started.
1868
1869 2000-01-08  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1870
1871         * gtk/tmpl/gtkclist.sgml: update from Paul Schifferer
1872         <isengard@geocities.com>
1873
1874 Wed Jan  5 10:23:41 2000  Owen Taylor  <otaylor@redhat.com>
1875
1876         * gtk/tmpl/gtkprogress.sgml: Missing </listitem>, remove extra <para>
1877         * gtk/tmpl/gtkobject.sgml: dos2unix
1878         * gtk/tmpl/gtkcurve.sgml: missing </para>
1879         * gtk/tmpl/gtkarg.sgml: dos2unix, missing </para>
1880         * gtk/tmpl/gtkcolorsel.sgml: Missing </listitem>'s
1881         * gtk/tmpl/gtksignal.sgml (signal): dos2unix, missing </para>'s
1882         * gtk/tmpl/gtkmarshal.sgml: Missing </refsect2>
1883
1884 1999-11-16  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1885
1886         * gtk/tmpl/gtkmenubar.sgml: fixed minor error - using <em>.
1887
1888         * gtk/tmpl/gtknotebook.sgml: 
1889         * gtk/tmpl/gtklist.sgml: new sections from
1890         Nicolas George <george@clipper.ens.fr>, with help from
1891         "Bob Springett" <bobspringett@claranet.fr>.
1892
1893         * gtk/tmpl/gtkobject.sgml: 
1894         * gtk/tmpl/gtkarg.sgml: new sections from
1895         David Benson <daveb@idealab.com>.
1896
1897         * gtk/tmpl/gtkvbox.sgml: 
1898         * gtk/tmpl/gtkhbox.sgml: fixed line endings.
1899
1900         * gtk/tmpl/gtkvbbox.sgml: update from Lee Mallabone
1901         <lee0@callnetuk.com>
1902
1903         * gdk/tmpl/drawing.sgml: fixed error in gdk_draw_arc() @angle2 param
1904         - it is relative to @angle1 rather than from the 3 o'clock position.
1905
1906         * gtk/tmpl/gtkfontseldlg.sgml: changed enums to use @ fields.
1907
1908         * gtk/tmpl/gtkcolorsel.sgml: 
1909         * gtk/tmpl/gtkcolorseldlg.sgml: 
1910         * gtk/tmpl/gtkprogress.sgml: 
1911         * gtk/tmpl/gtkprogressbar.sgml: new sections from Tom Martone
1912         <tom@martoneconsulting.com>
1913
1914         * gtk/tmpl/gtkclist.sgml: partially written documentation from
1915         Paul Schifferer <isengard@geocities.com> who won't be able to finish it
1916
1917 1999-09-22  Martin Norbäck  <d95mback@dtek.chalmers.se>
1918         
1919         * gtk/tmpl/gtkclist.sgml: Added information about the sorting functions
1920
1921 Tue Oct 26 16:50:15 1999  Owen Taylor  <otaylor@redhat.com>
1922
1923         * gtk/tmpl/gtkrc.sgml: Added information about widget
1924         paths and pattern matching.
1925
1926 1999-09-22  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1927
1928         * gtk/tmpl/*.sgml: ran make templates, to fix problems with structs.
1929
1930         * gtk/gtk-sections.txt: rearranged GtkCombo section.
1931
1932         * gtk/tmpl/gtkvseparator.sgml: 
1933         * gtk/tmpl/gtkhseparator.sgml: 
1934         * gtk/tmpl/gtkgc.sgml: 
1935         * gtk/tmpl/gtkfeatures.sgml: 
1936         * gtk/tmpl/gtktipsquery.sgml: 
1937         * gtk/tmpl/gtkitem.sgml: 
1938         * gtk/tmpl/gtkinvisible.sgml: 
1939         * gtk/tmpl/gtkgamma.sgml: 
1940         * gtk/tmpl/gtkdata.sgml: 
1941         * gtk/tmpl/gtkcurve.sgml: 
1942         * gtk/tmpl/gtkcombo.sgml: 
1943         * gtk/tmpl/gtkaccellabel.sgml: documented.
1944
1945 1999-09-20  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1946
1947         * gtk/gtk-docs.sgml: added role="no-toc" to the GTK+ Widgets & Objects
1948         chapter since we've created our own special contents page.
1949
1950 1999-09-19  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1951
1952         * gtk/tmpl/gtkmarshal.sgml: 
1953         * gtk/tmpl/gtksignal.sgml: new sections from 
1954          David Benson <daveb@idealab.com>.
1955
1956         * gtk/gtk-sections.txt: rearranged signal sections, and made most
1957         marshallers private. Moved GtkSignalRunType to signals section.
1958
1959         * gtk/tmpl/gtkradiobutton.sgml: new section from Lee Mallabone.
1960
1961 1999-09-17  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1962
1963         * gtk/gtk-docs.sgml: removed menu factory and debugging sections.
1964
1965         * gtk/gtk-sections.txt: made menu factory stuff private since it is
1966         deprecated. Also made debugging stuff private since it is only useful
1967         within GTK+.
1968
1969 1999-09-14  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1970
1971         * gtk/tmpl/gtkfilesel.sgml: fixed mismatched parentheses.
1972
1973 1999-09-02  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1974
1975         * gdk/tmpl/event_structs.sgml: 
1976         * gdk/tmpl/drawing.sgml: minor fixes.
1977
1978 1999-09-20  David C. Mason  <dcm@redhat.com>
1979
1980         * gtk/tmpl/gtkimage.sgml: first pass at gtkimage... not complete
1981
1982 1999-08-28  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1983
1984         * gtk/tmpl/gtkbbox.sgml: new section from Lee Mallabone.
1985
1986         * gdk/gdk-sections.txt: rearranged rgb, regions, and drawing sections.
1987
1988         * gdk/tmpl/rgb.sgml: new section from Raph Levien, with a few changes
1989         by me, including a little example app.
1990
1991         * gdk/tmpl/regions.sgml: 
1992         * gdk/tmpl/event_structs.sgml: 
1993         * gdk/tmpl/drawing.sgml: my first attempt.
1994         * gdk/tmpl/cursors.sgml: tiny changes.
1995
1996 Tue Aug 17 09:14:01 1999  Owen Taylor  <otaylor@redhat.com>
1997
1998         * gtk/tmpl/gtktypeutils.sgml: Fix corrupted end tag.
1999
2000         * gtk/tmpl/gtkselection.sgml gtk/tmpl/gtkrc.sgml
2001           gtk/tmpl/gtkdnd.sgml gtk/tmpl/gtkarrow.sgml
2002           gtk/tmpl/gtkpaned.sgml gtk/tmpl/gtkmisc.sgml
2003           gtk/tmpl/gtkhandlebox.sgml gtk/tmpl/gtkctree.sgml:
2004         Added missing close tags.
2005
2006 Thu Aug 19 14:43:08 1999  Owen Taylor  <otaylor@redhat.com>
2007
2008         * gdk/tmpl/gcs.sgml gdk/gdk-sections.txt: Added section. 
2009           (Written a while ago but fell through the cracks)
2010
2011         * gtk/gtk-docs.sgml: Add a &hash; entity here as a
2012           temporary hack. (There is no standard entity
2013           for '#', and no way of escaping '#' in gtk-doc)
2014
2015         * gtk/tmpl/gtkrc.sgml: Use the above to fix up #rrggbb
2016           string literals.
2017
2018         * gtk/tmpl/gtkdrawingarea.sgml: Fixed a couple
2019           of errors in the example. (pointed out by
2020           Nick Lamb)
2021
2022 Mon Aug 16 6:60:53 1999  Owen Taylor  <otaylor@redhat.com>
2023
2024         * gdk/tmpl/properties.sgml
2025           gdk/tmpl/selections.sgml
2026           gdk/tmpl/input_devices.sgml: Documented
2027
2028         * gdk/gdk-sections.txt: Moved around types for
2029           input devices properties and selections, marked
2030           a few functions as private.