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