]> Pileus Git - ~andy/gtk/blob - docs/reference/ChangeLog
2.8.0
[~andy/gtk] / docs / reference / ChangeLog
1 2005-08-13  Matthias Clasen  <mclasen@redhat.com>
2
3         * === Released 2.8.0 ===
4
5 2005-08-12  Matthias Clasen  <mclasen@redhat.com>
6
7         * gdk-pixbuf/tmpl/scaling.sgml: Remove a
8         confusing gdk_window_set_back_pixmap() call
9         from the example, pointed out by Owen
10         Taylor.
11
12 2005-08-11  Matthias Clasen  <mclasen@redhat.com>
13
14         * gtk/building.sgml: Updates.
15
16 2005-08-06  Matthias Clasen  <mclasen@redhat.com>
17
18         * gtk/Makefile.am: Add new stock images.
19
20         * gtk/gtk-sections.txt: 
21         * gtk/Makefile.am: 
22         * gdk-pixbuf/gdk-pixbuf-sections.txt: 
23         * gdk/tmpl/images.sgml: Small fixes
24
25 2005-08-02  Matthias Clasen  <mclasen@redhat.com>
26
27         * === Released 2.7.5 ===
28
29 2005-08-03  Matthias Clasen  <mclasen@redhat.com>
30
31         * gtk/gtk.types: Add gtk_clipboard_get_type. (#312443, Danny Milo)
32
33 2005-07-22  Federico Mena Quintero  <federico@ximian.com>
34
35         * gtk/migrating-checklist.sgml: Call gtk_menu_attach_to_widget()
36         in the example for the ::popup-menu signal.
37
38 2005-07-25  Matthias Clasen  <mclasen@redhat.com>
39
40         * gtk/tmpl/gtktreemodelsort.sgml: Note that the sorting 
41         function is not guaranteed to be stable.  (#311398, 
42         Fabrice Bauzac)
43
44 2005-07-22  Matthias Clasen  <mclasen@redhat.com>
45
46         * === Released 2.7.4 === 
47
48 2005-07-22  Matthias Clasen  <mclasen@redhat.com>
49
50         * gdk-pixbuf/tmpl/module_interface.sgml: Document unanchored 
51         patterns.
52
53 2005-07-21  Federico Mena Quintero  <federico@ximian.com>
54
55         * gtk/tmpl/gtkfilechooserdialog.sgml (dialog): Expand the Save
56         example to point out the correct usage of _set_current_folder()
57         and _set_current_name(), versus _set_filename() alone.
58
59 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
60
61         * === Released 2.7.3 ===
62
63 2005-07-15  Federico Mena Quintero  <federico@ximian.com>
64
65         * gtk/tmpl/gtkfilechooser.sgml: Add "Since 2.8" to the signal and enum.
66
67 2005-07-15  Federico Mena Quintero  <federico@ximian.com>
68
69         * gtk/tmpl/gtkfilechooserdialog.sgml: Add a "save" example to the
70         typical usage.
71
72         * gtk/gtk-sections.txt: Add GtkFileChooserConfirmation,
73         gtk_file_chooser_set_do_overwrite_confirmation,
74         gtk_file_chooser_get_do_overwrite_confirmation.
75
76         * gtk/tmpl/gtkfilechooser.sgml: Document the confirmation signal
77         and enumeration; provide an example.
78
79 2005-07-14  Matthias Clasen  <mclasen@redhat.com>
80
81         * gtk/gtk-sections.txt: Add new api.
82
83 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
84
85         * gdk/gdk-sections.txt: Add new api.
86
87 2005-07-10  Matthias Clasen  <mclasen@redhat.com>
88
89         * gdk/tmpl/windows.sgml: Update links to the EWMH.  (#309910,
90         Park Ji-In)
91
92 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
93
94         * === Released 2.7.2 ===
95
96         * gdk-pixbuf/gdk-pixbuf-sections.txt: Remove duplicate entries.
97
98 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
99
100         * gdk/gdk-docs.sgml: Fix the "new in 2.8" index.
101
102         * gdk-pixbuf/gdk-pixbuf.sgml: Add the "new in 2.8" index.
103
104 2005-07-07  Matthias Clasen  <mclasen@redhat.com>
105
106         * gtk/migrating-GtkIconView.sgml: Corrections.  
107         (#309718, Tim-Philipp Müller)
108         
109 2005-07-06  Matthias Clasen  <mclasen@redhat.com>
110
111         * gdk/tmpl/general.sgml: Point to GdkEventGrabBroken
112         from the gdk_pointer_grab and gdk_keyboard_grab docs.
113
114 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
115
116         * gtk/building.sgml: Document Cairo as a 
117         dependency.
118
119         * gtk/images/file-button.png: Update (#309409,
120         Peter van den Bosch)
121
122 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
123
124         * gtk/gtk-sections.txt: Add new api.
125
126 2005-07-04  Matthias Clasen  <mclasen@redhat.com>
127
128         * gtk/framebuffer.sgml: Add a warning.
129
130 2005-07-01  Matthias Clasen  <mclasen@redhat.com>
131
132         * === Released 2.7.1 ===
133         
134 2005-06-29  Matthias Clasen  <mclasen@redhat.com>
135
136         * gdk/tmpl/images.sgml: 
137         * gdk/tmpl/dnd.sgml: 
138         * gdk/tmpl/events.sgml: 
139         * gdk/tmpl/windows.sgml:
140         * gdk/tmpl/visuals.sgml: 
141         * gdk/tmpl/cairo_interaction.sgml: 
142         * gdk/tmpl/event_structs.sgml: 
143         * gdk/tmpl/input_devices.sgml: 
144         * gtk/gtk-sections.txt: 
145         * gtk/Makefile.am (IGNORE_HFILES):
146         * gtk/tmpl/gtkstock.sgml: Updates.
147
148 2005-06-28  Ross Burton  <ross@burtonini.com>
149
150         * gtk/tmpl/gtkcomboboxentry.sgml: Clarify.
151
152 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
153
154         * gdk/tmpl/event_structs.sgml: Update docs.
155
156 2005-06-25  Matthias Clasen  <mclasen@redhat.com>
157
158         * gdk/gdk-sections.txt: Add GdkEventGrabBroken.
159
160 2005-06-21  Matthias Clasen  <mclasen@redhat.com>
161
162         * gdk/gdk-sections.txt: Add gdk_window_move_region
163
164 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
165
166         * === Released 2.7.0 ===
167
168 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
169
170         * gtk/gtk-sections.txt: Add gtk_window_present_with_time
171
172 2005-06-19  Matthias Clasen  <mclasen@redhat.com>
173
174         * gtk/Makefile.am: Ignore some more headers.
175
176         * gtk/gtk-sections.txt: Updates.
177
178 2005-06-18  Matthias Clasen  <mclasen@redhat.com>
179
180         * gtk/tmpl/gtkuimanager.sgml: Document that 
181         toolitem elements may have menu subelements.
182
183         * gtk/gtk-sections.txt: Updates
184
185 2005-06-17  Matthias Clasen  <mclasen@redhat.com>
186
187         * gtk/gtk-sections.txt: 
188         * gdk/gdk-sections.txt: Add urgency hint API.
189
190 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
191
192         * gdk/gdk-sections.txt: Add new functions.
193
194 2005-06-13  Matthias Clasen  <mclasen@redhat.com>
195
196         * gtk/gtk-sections.txt: Add new functions.
197
198         * gtk/tmpl/gtkfontsel.sgml: Some more details (#307384, Billy
199         Biggs)
200
201 2005-06-11  Matthias Clasen  <mclasen@redhat.com>
202
203         * gtk/gtk-sections.txt: Add gtk_icon_view_get_visible_range
204
205 2005-06-10  Michael Natterer  <mitch@imendio.com>
206
207         * gtk/gtk-sections.txt: Add gtk_action_get_accel_closure
208
209 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
210
211         * gtk/tmpl/gtkclipboard.sgml: 
212         * gtk/gtk-sections.txt: Add GtkClipboardIamgeReceivedFunc
213
214         * gtk/tmpl/gtkpaned.sgml: 
215         * gtk/tmpl/gtkmenu.sgml: 
216         
217         * gtk/tmpl/gtkmenubar.sgml: 
218         * gtk/tmpl/gtkimage.sgml: 
219         * gtk/tmpl/gtkfontsel.sgml: 
220         * gtk/tmpl/gtkbbox.sgml: 
221         * gtk/tmpl/gtkadjustment.sgml: 
222         * gtk/tmpl/gtkaccelgroup.sgml: 
223         * gtk/tmpl/gtkaboutdialog.sgml: Additions.
224
225 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
226
227         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add some symbols.
228
229         * gdk/gdk-sections.txt: 
230         * gdk/tmpl/cairo_interaction.sgml: 
231         * gdk/gdk-docs.sgml: Add a section for the Cairo functions.
232
233         * gtk/gtk-sections.txt: Add new icon view function.
234
235 2005-05-26  Matthias Clasen  <mclasen@redhat.com>
236
237         * gtk/gtk-sections.txt: Add new entry completion functions.
238
239 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
240
241         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add GdkPixbufSimplAnim
242         functions.
243
244 2005-05-20  Matthias Clasen  <mclasen@redhat.com>
245
246         * gtk/migrating-GtkAction.sgml: Fix an example.  (#304808,
247         Ghorban M. Tavakoly)
248
249 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
250
251         * gdk/tmpl/properties.sgml: Updates.
252
253         * gtk/migrating-checklist.sgml: Add a section about named
254         icons.
255
256         * gtk/gtk-sections.txt: Add new functions.
257
258 2005-05-16  Matthias Clasen  <mclasen@redhat.com>
259
260         * gtk/tree_widget.sgml: Use gtk-doc abbrevs instead of 
261         spelled out links.
262
263         * gtk/gtk-docs.sgml: Included the processed file xml/tree_widget.sgml.
264
265         * gtk/Makefile.am (expand_content_files): Add tree_widget.sgml.
266
267 2005-05-08  Matthias Clasen  <mclasen@redhat.com>
268
269         * gdk/tmpl/visuals.sgml: Fix a typo (#303473, Masao Mutoh)
270
271         * gdk-pixbuf/tmpl/inline.sgml: 
272         * gdk-pixbuf/tmpl/file-saving.sgml: Add long descriptions.
273
274         * gdk-pixbuf/tmpl/module_interface.sgml: Small additions.
275
276         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add a missing function.
277
278         * gdk-pixbuf/Makefile.am (IGNORE_HFILES): Add xpm-color-table.h
279
280         * gdk/Makefile.am (IGNORE_HFILES): Add keyname-table.h
281
282         * gdk/gdk-sections.txt: Add gdk_cairo_set_source_color,
283         gdk_drawable_create_cairo_context and
284         gdk_pixbuf_set_as_cairo_source, remove 
285         gdk_draw_rectangle_alpha_libgtk_only
286
287         * gdk/tmpl/pixbufs.sgml: 
288         * gdk/tmpl/cursors.sgml: Add long descriptions.
289         
290         * gdk/tmpl/events.sgml: 
291         * gdk/tmpl/dnd.sgml: 
292         * gdk/tmpl/windows.sgml: 
293         * gdk/tmpl/pixmaps.sgml: 
294         * gdk/tmpl/x_interaction.sgml: Small additions.
295
296 2005-05-07  Matthias Clasen  <mclasen@redhat.com>
297
298         * gdk/tmpl/pango_interaction.sgml: Fix a reference.
299         (#303403, Masao Mutoh)
300
301 2005-05-06  Matthias Clasen  <mclasen@redhat.com>
302
303         * gtk/gtk-sections.txt: Add new icon view API.
304
305 2005-05-05  Matthias Clasen  <mclasen@redhat.com>
306
307         * gtk/tmpl/gtkmenutoolbutton.sgml: Trivial fix (#303168,
308         Masao Mutoh)
309
310 2005-05-03  Matthias Clasen  <mclasen@redhat.com>
311
312         * gtk/gtk-sections.txt: Add gtk_dialog_get_response_for_widget.
313         Add new scrolled window getters.
314
315 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
316
317         * gtk/gtk-sections.txt: Add new icon view functions.
318
319         * gtk/tmpl/gtkselection.sgml: Remove inlined docs.
320
321         * gtk/gtk-sections.txt: Remove nonexisting functions.
322
323 2005-04-29  Matthias Clasen  <mclasen@redhat.com>
324
325         * gtk/tmpl/gtkuimanager.sgml: Refer to the correct
326         property. (#301115, Richard Hult)
327
328 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
329
330         * gtk/tmpl/gtkbbox.sgml: Document that GtkButtonBox ignores
331         the homogeneous property.  (#171412, Morten Welinder)
332
333         * gtk/tmpl/gtkfilechooser.sgml: Add a paragraph about
334         shortcut terminology.  (#166906, Sebastien Bacher)
335
336         * gtk/tmpl/gtkenums.sgml: Make the docs of GKT_SELECTION_MULTIPLE
337         more accurate by making them more vague.  (#167088,
338         Ken Siersma)
339
340         * gtk/question_index.sgml: Add a question about hiding
341         tree view expanders.
342
343         * gtk/tmpl/gtkradiobutton.sgml: Add a sentence about
344         toggling.  (#159382, Worik Stanton)
345
346 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
347
348         * gtk/tmpl/gtktooltips.sgml: Mention enter and leave
349         events.  (#167546, Billy Biggs)
350
351 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
352
353         * gtk/gtk-sections.txt: Add new functions.
354
355 2005-04-01  Matthias Clasen  <mclasen@redhat.com>
356
357         * gtk/tmpl/gtkselection.sgml: Move docs inline.
358
359 2005-03-31  Michael Natterer  <mitch@gimp.org>
360
361         * gtk/gtk-sections.txt: added gtk_menu_set/get_take_focus().
362
363         * gtk/tmpl/gtkmenushell.sgml: regenerated.
364
365 2005-03-16  Matthias Clasen  <mclasen@redhat.com>
366
367         * gtk/gtk-sections.txt: Add gtk_button_[sg]et_image
368
369 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
370
371         * gtk/tmpl/gtkwidget.sgml: Typo fixes.  (#169728, 
372         Morten Welinder, Owen Taylor)
373
374 2005-02-27  Matthias Clasen  <mclasen@redhat.com>
375
376         * gtk/tmpl/gtktreeselection.sgml:
377         * gtk/tmpl/gtktreeview.sgml:
378         * gtk/tmpl/gtktreeviewcolumn.sgml: Fix typos
379         in see also lists.  (# 168698, Torsten Schoenfeld)
380
381         * gtk/tmpl/gtktreemodel.sgml: Fix stack vs heap 
382         confusion.  (#168690, Torsten Schoenfeld)
383
384 2005-02-15  Matthias Clasen  <mclasen@redhat.com>
385
386         * gtk/tmpl/gtkcalendar.sgml: Add some more 
387         info.  (#167356, Hubert Sokolowski)
388
389 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
390
391         * gtk/gtk-sections.txt: Add GtkPackDirection and 
392         related functions.
393
394 2005-02-08  Matthias Clasen  <mclasen@redhat.com>
395
396         * gtk/tmpl/gtkuimanager.sgml: Mention the expanding
397         toolbar separators.
398
399 2005-02-03  Matthias Clasen  <mclasen@redhat.com>
400
401         * gtk/gtk-sections.txt: Add gtk_stock_set_translate_func.
402
403 2005-02-02  Matthias Clasen  <mclasen@redhat.com>
404
405         * gdk/tmpl/event_structs.sgml: 
406         * gdk/tmpl/events.sgml: Mark GdkEventOwnerChange and
407         GdkOwnerChange as 2.6 additions.  (#165823, Masao Mutoh)
408
409 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
410
411         * gtk/gtk-update-icon-cache.xml:
412         * gtk/gtk-update-icon-cache.1: Document the --quiet option.
413
414 2005-01-25  Matthias Clasen  <mclasen@redhat.com>
415
416         * gtk/tmpl/gtksocket.sgml:
417         * gtk/tmpl/gtkplug.sgml: Add note on limited
418         availability.  (#164347, Roger Light)
419
420 2005-01-19  Matthias Clasen  <mclasen@redhat.com>
421
422         * gdk/gdk-sections.txt: Add gdk_x11_display_get_user_time.
423
424 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
425
426         * gtk/gtk-docs.sgml: Add an index for 2.8 symbols.
427
428         * gdk/gdk-docs.sgml: Add an index for 2.8 symbols.
429
430         * gdk/gdk-sections.txt: Add gdk_display_warp_pointer.
431
432 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
433
434         * gtk/building.sgml: Some updates.  (#164147, #164108, 
435         Karel Kulhavy)
436
437 2005-01-08  Matthias Clasen  <mclasen@redhat.com>
438
439         * === Released 2.6.1 ===
440         
441 2005-01-03  Matthias Clasen  <mclasen@redhat.com>
442
443         * gdk/tmpl/threads.sgml: Improve the threads 
444         examples.  (#161618, Stefan Kost)
445
446 2004-12-26  Matthias Clasen  <mclasen@redhat.com>
447
448         * gtk/tmpl/gtkexpander.sgml: Typo fix. (#162219, Masao Mutoh)
449
450 2004-12-20  Matthias Clasen  <mclasen@redhat.com>
451
452         * gtk/tmpl/gtkitemfactory.sgml: Document GtkTranslateFunc
453
454 2004-12-17  Matthias Clasen  <mclasen@redhat.com>
455
456         * gdk/tmpl/x_interaction.sgml: Remove a no longer needed
457         note.  (#161544, Tommi Komulainen)
458
459 Fri Dec 17 13:51:17 2004  Jonathan Blandford  <jrb@redhat.com>
460
461         * gtk/Makefile.am (HTML_IMAGES): spell missing stock icons
462         correctly.
463
464 2004-12-16  Matthias Clasen  <mclasen@redhat.com>
465
466         * gtk/tmpl/gtkfeatures.sgml: Improve wording.  (#161484,
467         Christian Biere)
468
469         * gtk/Makefile.am (HTML_IMAGES): Add some missing stock
470         icons..
471
472         * gtk/tmpl/gtkstock.sgml: Fix some stock icon names.
473
474         * === Released 2.6.0 ===
475
476 2004-12-15  Matthias Clasen  <mclasen@redhat.com>
477
478         * gdk/tmpl/drawing.sgml: Document GdkTrapezoid.
479
480         * gtk/tmpl/gtkcelleditable.sgml: 
481         * gtk/tmpl/gtkcellview.sgml: 
482         * gtk/tmpl/gtktreeviewcolumn.sgml: 
483         * gtk/tmpl/gtktreeview.sgml: 
484         * gtk/tmpl/gtktreesortable.sgml: Add/improve long
485         descriptions.
486
487         * gtk/glossary.xml: Remove a dangling link.
488
489 2004-12-14  Matthias Clasen  <mclasen@redhat.com>
490
491         * gtk/gtk-sections.txt: Add new iconview methods.
492         Remove gtk_cell_view_set_value[s] for now.
493
494 2004-12-13  Matthias Clasen  <mclasen@redhat.com>
495
496         * gtk/gtk-sections.txt: Add new label methods.
497
498 2004-12-09  Matthias Clasen  <mclasen@redhat.com>
499
500         * gtk/gtk-sections.txt: Add new list store methods.
501         Add gtk_cell_renderer_stop_editing.
502
503 2004-12-08  Matthias Clasen  <mclasen@redhat.com>
504
505         * gtk/gtk-sections.txt: Add gtk_text_view_get_iter_at_position.
506
507 2004-12-07  Matthias Clasen  <mclasen@redhat.com>
508
509         * gtk/images/colorsel.png:
510         * gtk/images/fontsel.png:
511         * gtk/images/filechooser.png:
512         * gtk/visual_index.xml: 
513         * gtk/Makefile.am (HTML_IMAGES): Add new images.
514
515 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
516
517         * === Released 2.5.6 ===
518
519 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
520
521         * gtk/tmpl/gtkcombobox.sgml: 
522         * gtk/tmpl/gtkcomboboxentry.sgml: Add long descriptions.
523
524 2004-12-01  Matthias Clasen  <mclasen@redhat.com>
525
526         * gdk/tmpl/windows.sgml: Document all window types.  (#160149,
527         Billy Biggs)
528         
529 2004-11-29  Matthias Clasen  <mclasen@redhat.com>
530
531         * gtk/gtk-sections.txt: Remove gtk_cell_view_set_cell_data().
532
533         * gtk/tmpl/gtkfilefilter.sgml: Mention subclassing, aliasing
534         and supertypes.
535
536 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
537
538         * gtk/images/combo-box.png: New image
539
540         * gtk/visual_index.xml: 
541         * gtk/Makefile.am (HTML_IMAGES): Add combo-box.png
542
543 Sat Nov 20 16:01:51 2004  Owen Taylor  <otaylor@redhat.com>
544
545         * gdk/gdk-sections.txt gdk/gdk.types : Update for GdkPangoRenderer
546         * gdk/Makefile.am gdk/images/rotated-text.png:
547
548         * gdk/tmpl/pango_interaction.sgml: Add a long
549         description and an extensive example (more or less the same as 
550         demos/gtk-demo/rotated_text.c)
551
552         * gtk/gtk-sections.txt: Add gtk_label_set/get_angle.
553
554 2004-11-20  Matthias Clasen  <mclasen@redhat.com>
555
556         * gtk/gtk-sections.txt: Add gtk_dialog_set_alternative_button_order_from_array
557
558 2004-11-18  Matthias Clasen  <mclasen@redhat.com>
559
560         * gtk/gtk.types: Sort alphabetically, add gtk_clipboard_get_type
561
562 2004-11-15  Matthias Clasen  <mclasen@redhat.com>
563
564         * gtk/visual_index.xml: Sort alphabetically.
565
566 2004-11-12  Matthias Clasen  <mclasen@redhat.com>
567
568         * gtk/tmpl/gtkfilefilter.sgml: Add docs.
569
570         * === Released 2.5.5 ===
571         
572         * gtk/Makefile.am (content_files): Add migrating-GtkColorButton.sgml
573
574 2004-11-12  Matthias Clasen  <mclasen@redhat.com>
575
576         * gdk-pixbuf/tmpl/module_interface.sgml: Document 
577         GDK_PIXBUF_FORMAT_THREADSAFE.
578
579 2004-11-09  Matthias Clasen  <mclasen@redhat.com>
580
581         * gtk/gtk-sections.txt: Add gtk_action_get_accel_path.
582
583         * gtk/migrating-GtkAction.sgml: Explain how to migrate
584         non-stock icons.
585
586         * gtk/gtk-sections.txt: Add gtk_label_[gs]et_single_line_mode.
587
588 2004-11-07  Matthias Clasen  <mclasen@redhat.com>
589
590         * gtk/gtk-sections.txt: Add gtk_file_filter_add_pixbuf_formats.
591
592 2004-11-04  Matthias Clasen  <mclasen@redhat.com>
593
594         * gtk/tmpl/gtkaboutdialog.sgml: 
595         * gtk/migrating-GtkColorButton.sgml: 
596         * gtk/migrating-GtkIconView.sgml: 
597         * gtk/migrating-GtkAboutDialog.sgml: Markup fixes. 
598
599 2004-11-04  Matthias Clasen  <mclasen@redhat.com>
600
601         * gtk/gtk-docs.sgml: 
602         * gtk/migrating-GtkColorButton.sgml: Add some hints about
603         GnomeColorPicker --> GtkColorButton migration.
604
605         * gtk/migrating-GtkAboutDialog.sgml: Fix links.
606
607         * gtk/Makefile.am (content_files): Add new migration chapters.
608
609         * gtk/tmpl/gtkaboutdialog.sgml: Markup fix.
610
611         * gtk/tmpl/gtkstock.sgml: Fix markup.
612
613 2004-11-04  Matthias Clasen  <mclasen@redhat.com>
614
615         * gtk/gtk-docs.sgml: 
616         * gtk/migrating-GtkAboutDialog.sgml: Add a first version
617         of a GnomeAbout --> GtkAboutDialog migration chapter.
618
619         * gtk/tmpl/gtkaboutdialog.sgml: Update.
620
621 2004-11-04  Bastien Nocera  <hadess@hadess.net>
622
623         * gtk/tmpl/gtkstock.sgml: add RTL variants for all the media icons
624         needing it
625
626 2004-11-03  Matthias Clasen  <mclasen@redhat.com>
627
628         * gtk/gtk-docs.sgml: 
629         * gtk/migrating-GtkIconView.sgml: Add a first version of
630         a GnomeIconList --> GtkIconView migration chapter.
631
632 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
633
634         * gtk/tmpl/gtkcellrenderercombo.sgml: 
635         * gtk/tmpl/gtkcellrenderertoggle.sgml: 
636         * gtk/tmpl/gtkcellrenderertext.sgml: Add introductions.
637         
638         * gtk/tmpl/gtkcellrenderer.sgml: Additions.
639
640         * gtk/gtk-sections.txt: Remove GtkFileChooserEmbed, since
641         it is not in the headers we parse.
642
643 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
644
645         * gtk/tmpl/gtkcellrendererpixbuf.sgml: Add an intro.
646
647         * gtk/tmpl/gtkfilechooserbutton.sgml: Move some docs inline.
648
649         * gtk/tmpl/gtkaboutdialog.sgml: Small update.
650
651         * gdk-pixbuf/tmpl/initialization_versions.sgml: Document
652         gdk_pixbuf_{major,minor,micro}_version.
653
654 Mon Nov  1 13:37:31 2004  Jonathan Blandford  <jrb@redhat.com>
655
656         * gtk/question_index.sgml (linkend): add missing tag.
657
658 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
659
660         * gtk/question_index.sgml: Add a "ref and sink" question.  
661         (#156865, Philip Langdale, text based on a comment by Owen
662         Taylor)
663
664         * gtk/tmpl/gtkrc.sgml: Document im_module_file and settings
665         assignments as toplevel statements.
666         
667 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
668
669         * gtk/windows.sgml: s/PRETEND_WIN9X/G_WIN32_PRETEND_WIN9X/.
670
671         * gtk/tmpl/gtktreemodel.sgml: Small correction for
672         gtk_tree_path_new_root().  (#156956, Vincent Untz)
673
674         * gtk/gtk-sections.txt: Additions.
675
676 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
677
678         * gtk/question_index.sgml: Move the "tail" question to the
679         text view section.
680         Add an entry for "why are my types not registered".  (#156809,
681         Q by Salvador Fandiño, A by Owen Taylor)
682         
683 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
684
685         * === Released 2.5.4 ===
686
687 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
688
689         * gtk/gtk-sections.txt: Additions.
690
691         * gdk-pixbuf/tmpl/scaling.sgml: Document GdkPixbufRotation. 
692
693         * gtk/gtk-update-icon-cache.1: Regenerated.
694
695 2004-10-25  Anders Carlsson  <andersca@gnome.org>
696
697         * gdk/gdk-sections.txt:
698         * gtk/gtk-sections.txt:
699         Add new clipboard persistence api.
700         
701 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
702
703         * gtk/gtk-sections.txt: Add new named icon api in GtkImage.
704         Add new button order api.
705
706 Sun Oct 24 02:54:36 2004  Jonathan Blandford  <jrb@redhat.com>
707
708         * gtk/gtk.types: Add GtkAboutDialog and GtkFileChooserButton
709
710         * gtk/tmpl/GtkFileChooserButton.sgml: Write docs
711
712         * gtk/tmpl/GtkListStore.sgml: Update performance comment now that
713         we use GSequence.
714
715         * gtk/visual_index.xml: Fix up a couple of errors.
716
717         * gtk/images/*png: update
718
719 2004-10-22  Matthias Clasen  <mclasen@redhat.com>
720
721         * gtk/gtk-sections.txt: Add new DND functions.
722
723 2004-10-19  Matthias Clasen  <mclasen@redhat.com>
724
725         * gtk/gtk-update-icon-cache.xml: A man page for gtk-update-icon-cache.
726
727         * gtk/gtk-docs.sgml: Add it here        
728
729         * gtk/Makefile.am (man_MANS): ...and here.
730
731 2004-10-16  Matthias Clasen  <mclasen@redhat.com>
732
733         * gtk/glossary.xml: Additions.
734
735 2004-10-15  Matthias Clasen  <mclasen@redhat.com>
736
737         * gtk/tmpl/gtkaboutdialog.sgml: More short description 
738         unification.
739
740         * gtk/tmpl/gtkenums.sgml: Note that GTK_RESIZE_IMMEDIATE 
741         is deprecated.
742
743 2004-10-14  Matthias Clasen  <mclasen@redhat.com>
744
745         * gtk/glossary.xml: Some more additions.
746
747 2004-10-13  Matthias Clasen  <mclasen@redhat.com>
748
749         * gtk/glossary.xml: Some more additions.
750
751 Tue Oct 12 11:04:47 2004  Owen Taylor  <otaylor@redhat.com>
752
753         * gtk/glossary.xml: Fix SGML errors.
754
755 2004-10-11  Matthias Clasen  <matthias@localhost.localdomain>
756
757         * gtk/glossary.xml: Add some terms.
758
759         * gtk/tmpl/*.sgml: Make the short descriptions a bit more
760         consistent.
761
762         * gtk/images/image.png:
763         * gtk/images/scales.png:
764         * gtk/images/statusbar.png: New images.
765
766         * gtk/visual_index.xml:
767         * gtk/Makefile.am (HTML_IMAGES): Add statusbar, scale 
768         and image images.
769
770 2004-10-11  Matthias Clasen  <mclasen@redhat.com>
771
772         * gtk/migrating-GtkComboBox.sgml: Remove chapterinfo.
773
774         * gtk/tmpl/gtkdialog.sgml: Document GtkDialogFlags and GtkResponseType,
775         and fix an error in the introduction.  (#155055, Shaun McCance)
776
777         * gtk/tmpl/gtktreesortable.sgml: Document GtkTreeIterCompareFunc
778         (#154943)
779
780 2004-10-10  Matthias Clasen  <matthias@localhost.localdomain>
781
782         * gtk/images/spinbutton.png:
783         * gtk/images/scrolledwindow.png: New images.
784
785         * gtk/Makefile.am (HTML_IMAGES): 
786         * gtk/visual_index.xml: Add scrolled window and spinbutton.
787
788         * gtk/images/progressbar.png:
789         * gtk/images/notebook.png:
790         * gtk/images/toolbar.png:
791         * gtk/images/menubar.png:
792         * gtk/images/messagedialog.png: New images.
793
794         * gtk/Makefile.am (HTML_IMAGES): 
795         * gtk/visual_index.xml: Add toolbar, menubar, progressbar, 
796         notebook and message dialog.
797
798 2004-10-09  Matthias Clasen  <mclasen@redhat.com>
799
800         * gtk/visual_index.xml: Correct some linkends.
801
802         * gtk/tmpl/gtkfontbutton.sgml: Remove test image.
803
804         * gtk/Makefile.am (IGNORE_HFILES): Remove some no longer
805         private headers.
806         (HTML_IMAGES): Remove a duplicate entry.
807
808 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
809
810         * gtk/gtk-sections.txt: Add some missing functions.
811
812         * gdk/gdk-sections.txt: Add some missing functions.
813
814         * gtk/running.sgml: Update list of supported debug flags.
815
816 2004-10-06  Matthias Clasen  <mclasen@redhat.com>
817
818         * gtk/tmpl/gtkenums.sgml: Clarify documentation for selection
819         modes.  (#154188, Jonathan Blandford, new wording proposed by
820         Owen Taylor)
821
822 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
823
824         * gtk/gtk-sections.txt: Add gtk_accelerator_get_label().
825
826 2004-09-19  Matthias Clasen  <mclasen@redhat.com>
827
828         * === Released 2.5.3 ===
829
830 Wed Sep 15 01:01:11 2004  Matthias Clasen  <maclas@gmx.de>
831
832         * docs/reference/gtk/images/accel-label.png:
833         * docs/reference/gtk/images/file-button.png:
834         * docs/reference/gtk/images/icon-view.png:
835         * gtk/visual_index.xml: 
836         * gtk/Makefile.am (HTML_IMAGES): Add accel label, file button
837         and icon view.
838
839 Tue Sep 14 22:13:51 2004  Matthias Clasen  <maclas@gmx.de>
840
841         * gtk/building.sgml: Document --disable-visibility.
842
843 2004-09-14  Matthias Clasen  <mclasen@redhat.com>
844
845         * gdk/tmpl/event_structs.sgml: Document GdkEventOwnerChange and
846         GdkOwnerChange.
847
848         * gdk/tmpl/rgb.sgml: Document gdk_rgb_colormap_ditherable().
849
850 2004-09-01  Matthias Clasen  <mclasen@redhat.com>
851
852         * gdk/gdk-sections.txt: Updates.
853
854         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add some missing
855         declarations.
856
857         * gtk/running.sgml: Mention that modules can also
858         be specified in a setting.
859
860 Thu Aug 26 01:31:42 2004  Matthias Clasen  <maclas@gmx.de>
861
862         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add 
863         gdk_pixbuf_new_from_file_at_scale().
864
865 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
866
867         * === Released 2.5.2 ===
868
869 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
870
871         * gdk-pixbuf/gdk-pixbuf-csource.xml: Document bugs of
872         the runlength encoder.
873
874 Tue Aug 24 02:28:21 2004  Matthias Clasen  <maclas@gmx.de>
875
876         * gtk/gtk-docs.sgml: Include visual index.
877
878         * gtk/visual_index.xml: New file listing images for 
879         visual index.
880
881         * gtk/Makefile.am (HTML_IMAGES): Add visual index images.
882
883 Mon Aug 23 16:56:15 2004  Jonathan Blandford  <jrb@redhat.com>
884
885         * gtk/Makefile.am: add images to the doc build.
886
887 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
888
889         * gtk/tmpl/gtkfilechooserbutton.sgml: 
890         * gtk/gtk-sections.txt: 
891         * gtk/gtk-docs.sgml: Add section for GtkFileChooserButton.
892
893 Mon Aug 16 01:44:30 2004  Matthias Clasen  <maclas@gmx.de>
894
895         * gtk/gtk-sections.txt: Updates.
896
897 Thu Aug 12 00:00:12 2004  Matthias Clasen  <maclas@gmx.de>
898
899         * gtk/tmpl/gtkuimanager.sgml: Add some information about
900         allowed values for the name and action attributes.
901
902 Wed Aug 11 23:13:02 2004  Matthias Clasen  <maclas@gmx.de>
903
904         * gtk/gtk-sections.txt: Add new GtkAction setters.
905
906 2004-08-11  Matthias Clasen  <mclasen@redhat.com>
907
908         * gdk-pixbuf/Makefile.am (IGNORE_HFILES): Add gdk-pixbuf-alias.h
909
910 Tue Aug 10 18:58:15 2004  Matthias Clasen  <maclas@gmx.de>
911
912         * gdk/Makefile.am (IGNORE_HFILES): Add gdkalias.h
913         
914         * gtk/Makefile.am (IGNORE_HFILES): Add gtkalias.h.
915
916 Mon Aug  9 10:52:23 2004  Matthias Clasen  <maclas@gmx.de>
917
918         * gtk/gtk-sections.txt: Add gtk_entry_layout_index_to_text_index() 
919         and its inverse. 
920
921 2004-08-07  Matthias Clasen  <mclasen@redhat.com>
922
923         * gtk/tmpl/gtkrc.sgml: Fix a typo (#164470, Mariano 
924         Suarez-Alvarez)
925
926 2004-08-06  Matthias Clasen  <mclasen@redhat.com>
927
928         * gdk/gdk-sections.txt: Add gdk_drag_drop_succeeded.
929
930 2004-08-04  Matthias Clasen  <mclasen@redhat.com>
931
932         * gtk/gtk-sections.txt: Add gtk_file_chooser_[sg]et_show_hidden.
933
934 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
935
936         * gtk/gtk-sections.txt: Add hover-expand setter and getter.
937
938 2004-08-01  Matthias Clasen  <mclasen@redhat.com>
939                                                                                 
940         * === Released 2.5.1 ===
941                                                                                 
942 Sat Jul 31 17:20:22 2004  Matthias Clasen  <maclas@gmx.de>
943
944         * gtk/gtk-sections.txt: Add some forgotten functions.
945
946 Sat Jul 31 17:18:57 2004  Matthias Clasen  <maclas@gmx.de>
947
948         * gtk/framebuffer.sgml: 
949         * gtk/windows.sgml: 
950         * gtk/x11.sgml: 
951         * gtk/running.sgml: Reorganize backend-specific cmdline
952         arguments and environment variables, fill the Windows
953         sections, add XDG_DATA_HOME, XDG_DATA_DIRS.
954
955 Sat Jul 31 14:06:32 2004  Matthias Clasen  <maclas@gmx.de>
956
957         * gtk/running.sgml: We use GTK2_RC_FILES instead of 
958         GTK_RC_FILES...
959
960 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
961
962         * gtk/gtk-sections.txt: Update to combo box api changes.
963
964 2004-07-27  Matthias Clasen  <mclasen@redhat.com>
965
966         * gtk/gtk-sections.txt: Add gtk_combo_box_get_popup_accessible.
967
968 Thu Jul 22 01:04:14 2004  Matthias Clasen  <maclas@gmx.de>
969
970         * gtk/gtk-sections.txt: Add new ellipsistation api.
971
972 Sun Jul 18 20:17:41 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
973
974         * === released 2.5.0 ==
975
976 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
977
978         * gtk/tmpl/gtkcellview.sgml: New template.
979
980         * gtk/Makefile.am (IGNORE_HFILES): Remove gtkcellview.h
981         and gtkcellviewmenuitem.h
982
983         * gtk/gtk-docs.sgml: Add GtkCellView section.
984
985         * gtk/gtk-sections.txt: Add new entry completion api.
986         Add GtkCellView section.
987
988 Sat Jul 17 23:42:09 2004  Matthias Clasen  <maclas@gmx.de>
989
990         * gtk/gtk-sections.txt: Add gtk_icon_view_[sg]et_orientation.
991
992 Sat Jul 17 00:55:54 2004  Matthias Clasen  <maclas@gmx.de>
993
994         * gtk/gtk-sections.txt: Add new text target list handling
995         functions.
996
997 Fri Jul 16 23:54:18 2004  Matthias Clasen  <maclas@gmx.de>
998
999         * gtk/gtk-sections.txt: Add new GtkWindow and GtkIconTheme 
1000         functions for named themed window icons.
1001
1002 2004-07-16  Matthias Clasen  <mclasen@redhat.com>
1003
1004         * gtk/gtk-sections.txt: 
1005         * gtk/gtk-docs.sgml: Add GtkCellRendererCombo.
1006
1007 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
1008
1009         * gtk/gtk-sections.txt: Add gtk_parse_args.
1010
1011 Tue Jul 13 02:01:56 2004  Matthias Clasen  <maclas@gmx.de>
1012
1013         * gtk/tmpl/gtkaboutdialog.sgml: Additions.
1014
1015 Tue Jul 13 01:16:20 2004  Matthias Clasen  <maclas@gmx.de>
1016
1017         * gtk/tmpl/gtkiconview.sgml: Updates.
1018
1019 Tue Jul 13 00:45:14 2004  Matthias Clasen  <maclas@gmx.de>
1020
1021         * gtk/gtk-docs.sgml: Move GtkAboutDialog to Windows section. 
1022
1023 2004-07-12  Federico Mena Quintero  <federico@ximian.com>
1024
1025         * gtk/glossary.xml: Start of the GTK+ glossary.
1026
1027         * gtk/Makefile.am (content_files): Added glossary.xml.
1028
1029         * gtk/gtk-docs.sgml: Likewise.
1030
1031 2004-07-12  Matthias Clasen  <mclasen@redhat.com>
1032
1033         * gtk/gtk-docs.sgml: Add GtkAboutDialog to "Display 
1034         Widgets" for now.
1035
1036         * gtk/gtk-sections.txt: Add GtkAboutDialog section.
1037         * gtk/tmpl/gtkaboutdialog.sgml: New file.
1038
1039 Mon Jul 12 00:57:32 2004  Matthias Clasen  <maclas@gmx.de>
1040
1041         * gtk/tmpl/gtkstock.sgml: 
1042         * gtk/Makefile.am (HTML_IMAGES): 
1043         * gtk/gtk-sections.txt: Add new stock items.
1044
1045 Thu Jul  8 00:00:20 2004  Matthias Clasen  <maclas@gmx.de>
1046
1047         * gdk-pixbuf/tmpl/module_interface.sgml: Add new functions.
1048
1049 Wed Jul  7 23:57:43 2004  Matthias Clasen  <maclas@gmx.de>
1050
1051         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add new functions.
1052
1053 2004-07-07  Matthias Clasen  <mclasen@redhat.com>
1054
1055         * gtk/tmpl/*: Misc additions.
1056
1057         * gtk/gtk-sections.txt: Updates.
1058
1059         * gtk/tmpl/gtkcellrendererprogress.sgml: New file.
1060
1061         * gtk/gtk-docs.sgml: Add GtkCellRendererProgress.
1062
1063         * gtk/Makefile.am (HTML_IMAGES): Add file and directory icons.
1064
1065 2004-07-04  Matthias Clasen  <maclas@gmx.de>
1066
1067         * gtk/gtk-docs.sgml: 
1068         Actually add the iconview docs somewhere (in the tree view
1069         section, for lack of a better place).
1070
1071 2004-07-04  Anders Carlsson  <andersca@gnome.org>
1072
1073         * gtk/gtk-docs.sgml:
1074         * gtk/gtk-sections.txt:
1075         * gtk/gtk.types:
1076         Add GtkIconView to the documentation.
1077         
1078 Sat Jul  3 23:44:45 2004  Matthias Clasen  <maclas@gmx.de>
1079
1080         * gtk/tmpl/gtksocket.sgml: 
1081         * gtk/tmpl/gtkicontheme.sgml: 
1082         * gtk/building.sgml: 
1083         * gdk/tmpl/windows.sgml: Fix links to www.freedesktop.org.  
1084         (#145210, Billy Biggs)
1085
1086 Tue Jun 22 21:54:24 2004  Matthias Clasen  <maclas@gmx.de>
1087
1088         * gdk-pixbuf/composite.dia: 
1089         * gdk-pixbuf/composite.png: Flip the y axes in the diagrams. 
1090
1091 2004-06-22  Matthias Clasen  <mclasen@redhat.com>
1092
1093         * gtk/tmpl/gtkmenu.sgml: Document the push_in parameter
1094         of GtkMenuPositionFunc.
1095
1096         * gtk/tmpl/gtkeditable.sgml: Make example UTF-8 
1097         safe.  (#143264, Tommi Komulainen)
1098
1099         * gdk/tmpl/gcs.sgml: Move function docs inline.
1100
1101 Mon Jun 21 00:46:20 2004  Matthias Clasen  <maclas@gmx.de>
1102
1103         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add 
1104         gdk_pixbuf_rotate_simple() and gdk_pixbuf_flip();
1105
1106 Sat Jun 19 01:42:20 2004  Matthias Clasen  <maclas@gmx.de>
1107
1108         * gdk-pixbuf/composite.png: Add a figure which tries
1109         to expain pixbuf compositing.
1110         
1111         * gdk-pixbuf/composite.dia: 
1112         * gdk-pixbuf/apple-red-1a.png: 
1113         * gdk-pixbuf/apple-red-2c.png: 
1114         * gdk-pixbuf/gnome-gmush-1.png: Sources for composite.png.
1115         
1116         * gdk-pixbuf/Makefile.am (HTML_IMAGES): Add composite.png.
1117
1118 Fri Jun 18 21:20:42 2004  Matthias Clasen  <maclas@gmx.de>
1119
1120         * gtk/tmpl/gtktreemodelfilter.sgml: Fix the docs for
1121         GtkTreeModelFilterVisibleFunc (#144583, Olivier Andrieu)
1122
1123 Mon May 31 00:16:36 2004  Matthias Clasen  <maclas@gmx.de>
1124
1125         * gtk/tmpl/gtktable.sgml: Document the default attach
1126         options for gtk_table_attach_defaults().  (#143391,
1127         Steve Chaplin)
1128
1129 Fri May 28 14:34:36 2004  Matthias Clasen  <maclas@gmx.de>
1130
1131         * gtk/tmpl/gtkcontainer.sgml: Fix docs for 
1132         gtk_container_border_width().  (#143309, Doug Quale)
1133
1134 Thu May 27 00:44:48 2004  Matthias Clasen  <maclas@gmx.de>
1135
1136         * gtk/gtk-sections.txt: Add gtk_entry_completion_get_text_column.
1137
1138 Thu May 27 00:20:52 2004  Matthias Clasen  <maclas@gmx.de>
1139
1140         * gtk/tmpl/gtkentrycompletion.sgml: Add notes about 
1141         GtkEntryCompletionMatchFunc.
1142
1143 Tue May 25 21:54:55 2004  Matthias Clasen  <maclas@gmx.de>
1144
1145         * gtk/tmpl/gtkframe.sgml: Move docs inline.
1146
1147 Wed May 19 23:42:40 2004  Matthias Clasen  <maclas@gmx.de>
1148
1149         * gdk/gdk-sections.txt: Add the right include for the "X interaction"
1150         section.
1151
1152 2004-05-18  Matthias Clasen  <mclasen@redhat.com>
1153
1154         * gdk/gdk-sections.txt: Add gdk_display_supports_selection_notification
1155         and gdk_display_request_selection_notification, GdkEventOwnerChange,
1156         and GdkOwnerChange.
1157
1158 2004-05-14  Matthias Clasen  <mclasen@redhat.com>
1159
1160         * gtk/tree_widget.sgml: Minor update.
1161
1162 2004-05-12  Matthias Clasen  <mclasen@redhat.com>
1163
1164         * gtk/gtk.types: Add gtk_cell_renderer_toggle_get_type.
1165
1166         * gtk/gtk-sections.txt: Add section for GtkCellRendererProgress.
1167
1168 Wed May 12 00:30:57 2004  Matthias Clasen  <maclas@gmx.de>
1169
1170         * gdk/tmpl/gcs.sgml: Additions.
1171
1172 2004-05-11  Matthias Clasen  <mclasen@redhat.com>
1173
1174         * gtk/tmpl/gtkenums.sgml: Document the selection modes here,
1175         rather than in the docs of deprecated list widgets.
1176
1177 Tue May 11 00:29:53 2004  Matthias Clasen  <maclas@gmx.de>
1178
1179         * gtk/tmpl/gtkpixmap.sgml: 
1180         * gtk/tmpl/gtkoldeditable.sgml: 
1181         * gtk/tmpl/gtklistitem.sgml: 
1182         * gtk/tmpl/gtklist.sgml: 
1183         * gtk/tmpl/gtkitemfactory.sgml: 
1184         * gtk/tmpl/gtkctree.sgml: 
1185         * gtk/tmpl/gtkclist.sgml: Add deprecation notes.
1186
1187 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
1188
1189         * gtk/gtk-sections.txt: Add gtk_menu_get_for_attach_widet,
1190         gtk_tree_view_get_fixed_height_mode,
1191         gtk_tree_view_set_fixed_height_mode,
1192         gtk_tree_view_get_hover_selection,
1193         gtk_tree_view_set_hover_selection
1194
1195         * gdk/gdk-sections.txt: Add gdk_window_set_user_time().
1196
1197         * gdk-pixbuf/gdk-pixbuf.sgml: 
1198         * gtk/gtk-docs.sgml: 
1199         * gdk/gdk-docs.sgml: Add an index for 2.6 additions.
1200
1201 Fri May  7 01:21:14 2004  Matthias Clasen  <maclas@gmx.de>
1202
1203         * gtk/tmpl/gtkicontheme.sgml: Fix example.  (Steffen Röcker)
1204
1205 Thu May  6 00:22:38 2004  Matthias Clasen  <maclas@gmx.de>
1206
1207         * gtk/gtk-sections.txt: Add gtk_action_group_translate_string()
1208
1209 Thu May  6 00:04:03 2004  Matthias Clasen  <maclas@gmx.de>
1210
1211         * gtk/gtk-sections.txt: Add missing getters.
1212
1213 Wed May  5 23:46:19 2004  Matthias Clasen  <maclas@gmx.de>
1214
1215         * gtk/gtk-sections.txt: Add gtk_combo_box_get_active_text().
1216
1217 Wed May  5 23:12:36 2004  Matthias Clasen  <maclas@gmx.de>
1218
1219         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add 
1220         gdk_pixbuf_format_is_scalable().
1221
1222 2004-05-05  Matthias Clasen  <mclasen@redhat.com>
1223
1224         * gtk/gtk-docs.sgml: 
1225         * gdk-pixbuf/gdk-pixbuf.sgml: 
1226         * gdk/gdk-docs.sgml: Add multiple indices.
1227
1228 2004-05-04  Matthias Clasen  <mclasen@redhat.com>
1229
1230         * gtk/tmpl/gtkuimanager.sgml: Fixes to the DTD.
1231
1232 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
1233
1234         * === Released 2.4.1 ===
1235
1236 2004-04-29  Federico Mena Quintero  <federico@ximian.com>
1237
1238         * gtk/tmpl/gtkfilechooser.sgml: Added an .gtkrc-2.0 example of how
1239         to actually change the key bindings.
1240
1241 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
1242
1243         * gtk/tmpl/gtkdialog.sgml: 
1244         * gtk/tmpl/gtkeditable.sgml: 
1245         * gtk/tmpl/gtkfilesel.sgml: 
1246         * gtk/tmpl/gtkmain.sgml: 
1247         * gtk/tmpl/gtkmenu.sgml: 
1248         * gtk/tmpl/gtkmessagedialog.sgml: 
1249         * gtk/tmpl/gtktogglebutton.sgml: Remove excessive
1250         casts from examples.  (#139387, Olexiy Avramchenko)
1251
1252         * gtk/migrating-GtkAction.sgml: Fix an example.  
1253         (#138966, Tim-Philipp Müller)
1254
1255         * gdk/tmpl/properties.sgml: Document the only_if_exists argument
1256         to gdk_atom_intern() as ignored.
1257
1258 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
1259
1260         * gtk/gtk-sections.txt: Add GtkFileChooserEmbed to a 
1261         Private section, so gtk-doc can strip it out of the hierarchy.
1262
1263 2004-04-15  Federico Mena Quintero  <federico@ximian.com>
1264
1265         * gtk/tmpl/gtkfilechooser.sgml: Added a section explaining
1266         character encoding for filenames.
1267
1268 2004-04-13  Matthias Clasen  <mclasen@redhat.com>
1269
1270         * gtk/tmpl/gtkuimanager.sgml: Some corrections.
1271
1272 2004-04-13  Federico Mena Quintero  <federico@ximian.com>
1273
1274         * gtk/tmpl/gtkfilechooser.sgml: Typo fix.
1275
1276 2004-04-12  Federico Mena Quintero  <federico@ximian.com>
1277
1278         * gtk/tmpl/gtkfilechooser.sgml: Added documentation about
1279         GtkFileChooserDefault's key binding signals.
1280
1281 2004-03-26  Federico Mena Quintero  <federico@ximian.com>
1282
1283         * gtk/tmpl/gtkfilechooserdialog.sgml: Added a section about using
1284         known response codes for "accept"-type buttons, rather than custom
1285         responses.  This is related to bugs #136237 and #138263.
1286
1287 Tue Mar 16 13:17:26 2004  Owen Taylor  <otaylor@redhat.com>
1288
1289         * === Released 2.4.0 ===
1290
1291 Tue Mar 16 00:13:19 2004  Matthias Clasen  <maclas@gmx.de>
1292
1293         * gtk/tmpl/gtktreestore.sgml: Remove cvs conflict
1294         markers.
1295
1296 Sun Mar 14 22:27:59 2004  Owen Taylor  <otaylor@redhat.com>
1297
1298         * gtk/tmpl/gtktreeview.sgml: Document 
1299         #GtkTreeViewSearchEqualFunc and its backwards return
1300         value.
1301
1302 Mon Mar 15 02:36:32 2004  Matthias Clasen  <maclas@gmx.de>
1303
1304         * gtk/tmpl/gtkentrycompletion.sgml: Add some docs.
1305
1306 Tue Mar  9 09:34:10 2004  Owen Taylor  <otaylor@redhat.com>
1307
1308         * === Released 2.3.6 ===
1309
1310 Tue Mar  9 00:52:56 2004  Matthias Clasen  <maclas@gmx.de>
1311
1312         * gtk/migrating-GtkAction.sgml: Fix the example XML ui
1313         description.
1314
1315 Mon Mar  8 08:26:52 2004  Owen Taylor  <otaylor@redhat.com>
1316
1317         * gtk/building.sgml: Fix link to gettext. (Henning Nielsen Lund)
1318
1319 Sat Mar  6 23:50:37 2004  Matthias Clasen  <maclas@gmx.de>
1320
1321         * gtk/tmpl/gtkrc.sgml: Document that [xy]thickness can
1322         be specified in a style.
1323
1324 Fri Mar  5 23:58:01 2004  Matthias Clasen  <maclas@gmx.de>
1325
1326         * gtk/tmpl/gtktreemodelfilter.sgml: A little addition.
1327
1328 Fri Mar  5 23:45:06 2004  Matthias Clasen  <maclas@gmx.de>
1329
1330         * gtk/tmpl/gtkinvisible.sgml: Remove "internally-used"
1331         which sounds like "private".
1332
1333 Tue Mar  2 23:51:24 2004  Matthias Clasen  <maclas@gmx.de>
1334
1335         * gtk/tmpl/gtkentrycompletion.sgml: Add a bit about actions.
1336
1337 Mon Mar  1 19:47:48 2004  Owen Taylor  <otaylor@redhat.com>
1338
1339          * === Released 2.3.5 ====
1340
1341         * gtk/gtk-sections.txt: Update
1342
1343 Sun Feb 29 22:04:43 2004  Owen Taylor  <otaylor@redhat.com>
1344
1345         * gtk/gtk-sections.txt: Add gtk_entry_get_alignment
1346
1347 Sun Feb 29 20:32:18 2004  Owen Taylor  <otaylor@redhat.com>
1348
1349         * gtk/gtk-sections.txt: Add gtk_window_mnemonic_activate
1350
1351 Sat Feb 28 01:14:23 2004  Matthias Clasen  <maclas@gmx.de>
1352
1353         * gtk/migrating-GtkComboBox.sgml: New chapter.
1354
1355 Sat Feb 28 01:11:53 2004  Matthias Clasen  <maclas@gmx.de>
1356
1357         * gtk/gtk-docs.sgml: Include migrating-GtkComboBox.sgml.
1358
1359 Sat Feb 28 01:11:34 2004  Matthias Clasen  <maclas@gmx.de>
1360
1361         * gtk/Makefile.am (content_files): Add migrating-GtkComboBox.sgml.
1362
1363 Fri Feb 27 22:54:01 2004  Matthias Clasen  <maclas@gmx.de>
1364
1365         * gtk/gtk-docs.sgml: Sort deprecated widgets alphabetically.
1366
1367 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
1368
1369         * gtk/migrating-GtkAction.sgml: Put explicit <link> elements
1370         instead of #Symbol, because the latter doesn't get substituted by
1371         gtk-doc outside of template files.  Thanks to Matthias for
1372         pointing this out.
1373
1374         * gtk/migrating-GtkFileChooser.sgml: Likewise.
1375
1376         * gtk/gtk-sections.txt: Removed gtk_file_chooser_{set,get}_folder_mode.
1377
1378 Fri Feb 27 22:51:35 2004  Matthias Clasen  <maclas@gmx.de>
1379
1380         * gtk/tmpl/gtkoptionmenu.sgml: 
1381         * gtk/tmpl/gtkcombo.sgml: Add some more deprecation notes.
1382
1383 Fri Feb 27 22:47:28 2004  Matthias Clasen  <maclas@gmx.de>
1384
1385         * gtk/tmpl/gtkfilechooser.sgml: Suppress link in example.
1386
1387 Fri Feb 27 22:40:50 2004  Matthias Clasen  <maclas@gmx.de>
1388
1389         * gtk/Makefile.am (IGNORE_HFILES): Add gtkpathbar.h
1390
1391 Fri Feb 27 22:27:34 2004  Matthias Clasen  <maclas@gmx.de>
1392
1393         * gtk/gtk-sections.txt: Add gtk_widget_{add,remove,list}_mnemonic_label(s).
1394
1395 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
1396
1397         * gtk/migrating-GtkFileChooser.sgml: Inform about
1398         gtk_file_chooser_set_action().
1399
1400 Thu Feb 26 22:18:21 2004  Matthias Clasen  <maclas@gmx.de>
1401
1402         * gtk/gtk-sections.txt: Add gtk_combo_box_entry_new_text.
1403
1404 Thu Feb 26 21:41:25 2004  Matthias Clasen  <maclas@gmx.de>
1405
1406         * gtk/gtk-sections.txt: Add gtk_rc_reset_styles.
1407
1408 Tue Feb 24 19:06:20 2004  Owen Taylor  <otaylor@redhat.com>
1409
1410         * === Released 2.3.4 ===
1411
1412 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
1413
1414         * gtk/tmpl/gtkexpander.sgml: Added a section about usage when you
1415         want to manage the expanded widgets yourself.
1416
1417 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
1418
1419         * === Released 2.3.3 ===
1420
1421 Thu Feb 19 00:11:23 2004  Matthias Clasen  <maclas@gmx.de>
1422
1423         * gtk/gtk-sections.txt: Add gtk_radio_menu_item_new_from_widget
1424         gtk_radio_menu_item_new_with_label_from_widget,
1425         gtk_radio_menu_item_new_with_mnemonic_from_widget.
1426
1427 2004-02-17  Federico Mena Quintero  <federico@ximian.com>
1428
1429         * gtk/migrating-checklist.sgml: Add a missing semicolon to an
1430         entity.
1431
1432 2004-02-16  Federico Mena Quintero  <federico@ximian.com>
1433
1434         * gtk/migrating-checklist.sgml: Umm, I'm on crack.  Use
1435         gtk_accelerator_get_default_mod_mask().
1436
1437         * gdk/tmpl/windows.sgml: Removed the incorrect description from
1438         GDK_MODIFIER_MASK.
1439
1440 2004-02-16  Federico Mena Quintero  <federico@ximian.com>
1441
1442         * gdk/tmpl/windows.sgml: Added an example of how to use
1443         GDK_MODIFIER_MASK to test for modifier keys correctly.
1444
1445         * gtk/migrating-checklist.sgml: Likewise.
1446
1447 Sun Feb 15 23:51:08 2004  Matthias Clasen  <maclas@gmx.de>
1448
1449         * gtk/tmpl/gtkcomboboxentry.sgml: 
1450         * gtk/tmpl/gtkcombobox.sgml: Add short descriptions.
1451
1452 Sun Feb 15 22:09:53 2004  Matthias Clasen  <maclas@gmx.de>
1453
1454         * gtk/tmpl/gtkcombo.sgml: 
1455         * gtk/tmpl/gtkoptionmenu.sgml: Add deprecation notes pointing
1456         people to GtkComboBox.
1457
1458 Sun Feb 15 02:46:53 2004  Matthias Clasen  <maclas@gmx.de>
1459
1460         * gtk/tmpl/gtktreednd.sgml: Add docs.
1461
1462 Sat Feb 14 03:09:49 2004  Matthias Clasen  <maclas@gmx.de>
1463
1464         * gtk/gtk-sections.txt: Remove duplicated section for
1465         file gtktreednd.sgml.
1466
1467 Fri Feb 13 00:54:24 2004  Matthias Clasen  <maclas@gmx.de>
1468
1469         * gtk/gtk-sections.txt: Add gtk_scale_get_layout
1470         and gtk_scale_get_layout_offsets.
1471
1472 Thu Feb 12 23:56:12 2004  Matthias Clasen  <maclas@gmx.de>
1473
1474         * gtk/gtk-sections.txt: Add gtk_tooltips_get_info_from_tip_window.
1475
1476 Thu Feb 12 23:30:25 2004  Matthias Clasen  <maclas@gmx.de>
1477
1478         * gtk/gtk-sections.txt: Add gtk_combo_box_{popup,popdown}.
1479
1480 Thu Feb 12 02:00:53 2004  Matthias Clasen  <maclas@gmx.de>
1481
1482         * gtk/tmpl/gtktreemodelfilter.sgml: 
1483         * gtk/tmpl/gtkentrycompletion.sgml: 
1484         * gtk/tmpl/gtkcelllayout.sgml: Additions.
1485
1486 Thu Feb 12 01:27:02 2004  Matthias Clasen  <maclas@gmx.de>
1487
1488         * gtk/gtk-sections.txt: Updates.
1489
1490 Thu Feb 12 01:26:42 2004  Matthias Clasen  <maclas@gmx.de>
1491
1492         * gtk/Makefile.am (IGNORE_HFILES): Add some private headers.
1493
1494 Sat Feb  7 00:38:23 2004  Matthias Clasen  <maclas@gmx.de>
1495
1496         * gtk/gtk-sections.txt: Add GtkAccelMap, gtk_accel_map_get,
1497         and a bunch of standard and private accel map symbols.
1498
1499 Sat Feb  7 00:38:03 2004  Matthias Clasen  <maclas@gmx.de>
1500
1501         * gtk/gtk.types: Add gtk_accel_map_get_type.
1502
1503 Sun Feb  1 00:37:44 2004  Matthias Clasen  <maclas@gmx.de>
1504
1505         * gtk/tmpl/gtkobject.sgml: Remove misleading documentation for 
1506         gtk_object_set_user_data().  (#101614)
1507
1508 Sun Feb  1 00:30:53 2004  Matthias Clasen  <maclas@gmx.de>
1509
1510         * gdk/tmpl/general.sgml: Improve the documentation of event_mask for
1511         gdk_pointer_grab.  (#132223, Pascal Haakmat)
1512
1513 Fri Jan 30 00:27:36 2004  Matthias Clasen  <maclas@gmx.de>
1514
1515         * gtk/tmpl/gtkcombo.sgml: Document clearing the list with
1516         gtk_combo_set_popdown_strings().
1517
1518 Wed Jan 28 22:51:41 2004  Matthias Clasen  <maclas@gmx.de>
1519
1520         * gtk/tmpl/gtktreeviewcolumn.sgml: Remove unfinished sentence, until
1521         jrb finds time to write a real description.
1522
1523 Wed Jan 28 21:46:55 2004  Matthias Clasen  <maclas@gmx.de>
1524
1525         * gdk/tmpl/event_structs.sgml: Fix a header name misspelling.  
1526         (#123589, Jan Huelsbergen)
1527
1528 2004-01-23  Federico Mena Quintero  <federico@ximian.com>
1529
1530         * gtk/migrating-checklist.sgml: Note that a widget must be
1531         focusable for the menu keybindings to work.
1532
1533 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
1534
1535         * gtk/migrating-checklist.sgml: Mention when it is useful to use
1536         GdkEventExpose.region rather than GdkEventExpose.area.
1537
1538 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
1539
1540         * gtk/migrating-checklist.sgml: Point to GtkEntry as an example of
1541         a widget that uses a custom function to position its popup menu.
1542
1543 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
1544
1545         * gtk/migrating-checklist.sgml: New chapter with a "Migration
1546         Checklist" of things people need to do to be good citizens in the
1547         GTK+ world.  This is mainly a way to tell people about interesting
1548         APIs that they should use instead of hand-hacked approaches.
1549
1550         * gtk/gtk-docs.sgml: Added migrating-checklist.sgml.
1551
1552         * gtk/Makefile.am (content_files): Likewise.
1553
1554 Thu Jan 22 01:46:45 2004  Jonathan Blandford  <jrb@gnome.org>
1555
1556         * gtk/tmpl/gtktreemodelsort.sgml: new introduction section.
1557
1558 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
1559
1560         * gtk/gtk-sections.txt: Added gtk_paned_get_child[12].
1561
1562 Thu Jan 15 23:54:46 2004  Matthias Clasen  <maclas@gmx.de>
1563
1564         * gtk/gtk-docs.sgml: Move the old chapters about 1.2 and 2.0 
1565         changes to Federicos new 'migrating' part.
1566
1567 Fri Jan  9 00:38:58 2004  Matthias Clasen  <maclas@gmx.de>
1568
1569         * gtk/gtk-sections.txt: Add gtk_ui_manager_get_toplevels.
1570
1571 Thu Jan  8 00:14:02 2004  Matthias Clasen  <maclas@gmx.de>
1572
1573         * gtk/tmpl/gtkmain.sgml (gtk_input_add_full): Fix link in deprecation
1574         note.
1575
1576 Wed Jan  7 22:25:45 2004  Matthias Clasen  <maclas@gmx.de>
1577
1578         * gtk/gtk-sections.txt: Add gtk_action_new, gtk_toggle_action_new,
1579         gtk_radio_action_new, gtk_action_group_add_action_with_accel.
1580
1581 Wed Jan  7 01:56:33 2004  Matthias Clasen  <maclas@gmx.de>
1582
1583         * gdk-pixbuf/tmpl/file-saving.sgml: Document GdkPixbufSaveFunc.
1584
1585         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add GdkPixbufSaveFunc,
1586         gdk_pixbuf_save_to_callback, gdk_pixbuf_save_to_callbackv,
1587         gdk_pixbuf_save_to_buffer and gdk_pixbuf_save_to_bufferv.
1588
1589 Wed Jan  7 01:27:23 2004  Matthias Clasen  <maclas@gmx.de>
1590
1591         * gdk-pixbuf/tmpl/module_interface.sgml: Document expected
1592         module behaviour if the size_func returns 0.
1593
1594 Wed Jan  7 01:26:07 2004  Matthias Clasen  <maclas@gmx.de>
1595
1596         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add gdk_pixbuf_get_file_info.
1597
1598 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
1599
1600         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Added a section on how to
1601         compute pixel offsets for gdk_pixbuf_get_pixels().
1602
1603 Mon Dec 29 01:40:20 2003  Matthias Clasen  <maclas@gmx.de>
1604
1605         * gtk/gtk-sections.txt: Add gtk_accel_map_{un,}lock_path.
1606
1607 Wed Dec 24 01:12:12 2003  Matthias Clasen  <maclas@gmx.de>
1608
1609         * gtk/gtk-sections.txt: Add GtkClipboardTargetReceivedFunc,
1610         gtk_clipboard_request_targets, gtk_clipboard_wait_for_targets.
1611
1612 Wed Dec 24 01:11:36 2003  Matthias Clasen  <maclas@gmx.de>
1613
1614         * gtk/tmpl/gtkclipboard.sgml: Document GtkClipboardTargetReceivedFunc.
1615
1616 Sun Dec 21 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
1617
1618         * gtk/gtk-sections.txt: Add gtk_menu_shell_cancel.
1619
1620 Thu Dec 18 01:24:35 2003  Matthias Clasen  <maclas@gmx.de>
1621
1622         * gtk/gtk-sections.txt: Add gtk_message_dialog_set_markup
1623
1624 Tue Dec 16 01:57:13 2003  Matthias Clasen  <maclas@gmx.de>
1625
1626         * gdk/gdk-sections.txt: Add gdk_display_set_double_click_distance.
1627
1628 Mon Dec 15 01:03:08 2003  Matthias Clasen  <maclas@gmx.de>
1629
1630         * gtk/gtk-sections.txt: Add gtk_button_[sg]et_alignment.
1631
1632 Sun Dec 14 01:25:49 2003  Matthias Clasen  <maclas@gmx.de>
1633
1634         * gdk/gdk-sections.txt: Add gdk_x11_register_standard_event_type.
1635
1636 Sat Dec 13 22:37:46 2003  Matthias Clasen  <maclas@gmx.de>
1637
1638         * gtk/Makefile.am (HTML_IMAGES): Add 
1639         stock_dialog_authentication_48.png.  (#129255, Olivier Andrieu)
1640
1641 Fri Dec 12 00:52:25 2003  Matthias Clasen  <maclas@gmx.de>
1642
1643         * gdk/gdk-sections.txt: Add the new gdk_spawn_* and
1644         gdk_threads_* declarations.
1645
1646 Thu Dec 11 01:57:55 2003  Matthias Clasen  <maclas@gmx.de>
1647
1648         * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Signal documentation
1649         moved inline.
1650
1651 Thu Dec 11 00:04:10 2003  Matthias Clasen  <maclas@gmx.de>
1652
1653         * gtk/gtk-sections.txt: Add gtk_window_[sg]et_accept_focus().
1654         * gdk/gdk-sections.txt: Add gdk_window_set_accept_focus().
1655
1656 Wed Dec 10 00:09:51 2003  Matthias Clasen  <maclas@gmx.de>
1657
1658         * gdk/gdk-sections.txt: Add gdk_window_get_group(), 
1659         gdk_display_get_default_group().
1660
1661 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
1662  
1663         * gtk/migrating-GtkAction.sgml: New chapter about how to migrate
1664         from gnome-ui/bonobo-ui/etc. to GtkAction.
1665  
1666         * gtk/gtk-docs.sgml: Integrated the above.
1667  
1668         * gtk/Makefile.am (content_files): Added migrating-GtkAction.sgml.
1669  
1670 Mon Dec  8 12:47:01 2003  Owen Taylor  <otaylor@redhat.com>
1671
1672         * gtk/Makefile.am (IGNORE_HFILES): Add xdgmime directory,
1673         gtkfilesystemwin32.
1674
1675         * gtk/gtk-sections.txt: Some updates.
1676
1677 Sun Nov 23 20:59:57 2003  Matthias Clasen  <maclas@gmx.de>
1678
1679         * gtk/tree_widget.sgml: Add a missing comma.
1680
1681 Fri Nov 21 00:09:36 2003  Matthias Clasen  <maclas@gmx.de>
1682
1683         * gtk/tmpl/gtkfontsel.sgml: 
1684         * gtk/tmpl/gtkfontseldlg.sgml: Remove leftover documentation of
1685         the filter functionality that got removed long ago.
1686
1687 2003-11-18  Federico Mena Quintero  <federico@ximian.com>
1688
1689         * gtk/tmpl/gtkfilechooser.sgml: Added sections section about
1690         generating previews and including extra widgets.
1691
1692         * gtk/gtk-docs.sgml: Added a part about migrating old code to new
1693         widgets.
1694
1695         * gtk/migrating-GtkFileChooser.sgml: New file.
1696
1697         * gtk/Makefile.am (content_files): Added
1698         migrating-GtkFileChooser.sgml.
1699
1700 Tue Nov 18 00:12:23 2003  Matthias Clasen  <maclas@gmx.de>
1701
1702         * gdk/gdk-sections.txt: Add gdk_drawable_copy_to_image.
1703
1704 Mon Nov 17 23:29:21 2003  Matthias Clasen  <maclas@gmx.de>
1705
1706         * gtk/gtk-sections.txt: Add gtk_combo_box_new_with_model,
1707         gtk_combo_box_set_model.
1708
1709 Sun Nov 16 00:41:48 2003  Matthias Clasen  <maclas@gmx.de>
1710  
1711         * gtk/gtk-sections.txt: Remove gtk_tool_item_[sg]et_pack_end.
1712
1713 Sun Nov 16 00:32:18 2003  Matthias Clasen  <maclas@gmx.de>
1714
1715         * gtk/gtk-sections.txt: Move GtkFileChooser out of the
1716         private section, in order to get the autogenerated docs
1717         on hierarchy, signals, properties, etc.
1718
1719 Sat Nov 15 00:25:39 2003  Matthias Clasen  <maclas@gmx.de>
1720
1721         * gdk-pixbuf/tmpl/module_interface.sgml: Add an example
1722         for GdkPixbufModulePattern.
1723
1724 Wed Nov 12 21:52:35 2003  Matthias Clasen  <maclas@gmx.de>
1725
1726         * gtk/gtk-sections.txt: Add gtk_menu_set_monitor.
1727
1728 Fri Oct 24 13:15:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1729
1730         * gtk/tmpl/gtktoolbar.sgml, gtk/tmpl/gtkseparatortoolitem.sgml:
1731         Mention the "expand" and "draw" trick for separator tool items.
1732
1733 Fri Oct 24 17:21:04 2003  Owen Taylor  <otaylor@redhat.com>
1734
1735         * gdk-pixbuf/Makefile.am gtk/Makefile.am: Distribute generated
1736         man pages.
1737
1738 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
1739
1740         * gtk/tmpl/gtkfilechooser.sgml: Added the text for the initial
1741         section, and descriptions for the signals and enumerations.
1742
1743         * gtk/tmpl/gtkfilechooserdialog.sgml: Added the text for the
1744         initial section, and a short example.
1745
1746         * gtk/tmpl/gtkfilechooserwidget.sgml: Added the text for the
1747         initial section.
1748
1749 Fri Oct 24 00:25:07 2003  Matthias Clasen  <maclas@gmx.de>
1750
1751         * gtk/tmpl/gtkfilefilter.sgml: 
1752         * gtk/tmpl/gtkfilechooser.sgml: 
1753         * gtk/tmpl/gtkfilechooserwidget.sgml: 
1754         * gtk/tmpl/gtkfilechooserdialog.sgml: Add short descriptions.
1755
1756 Thu Oct 23 22:41:02 2003  Matthias Clasen  <maclas@gmx.de>
1757
1758         * gtk/gtk-docs.sgml: Move GtkCombo and GtkOptionMenu to
1759         the "Deprecated" chapter. Add GtkFileChooser, GtkFileChooserDialog,
1760         GtkFileChooseWidget and GtkFileFilter.
1761
1762 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
1763
1764         * gtk/gtk.types: Added gtk_file_chooser_get_type,
1765         gtk_file_chooser_dialog_get_type,
1766         gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
1767
1768         * gtk/gtk-sections.txt: Added GtkFileChooser,
1769         GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
1770
1771         * gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
1772         gtkfilechooserdefault.h, gtkfilechooserentry.h,
1773         gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
1774         gtkfilesystemunix.h.
1775
1776         * gtk/tmpl/gtkfilechooser.sgml: New template file.
1777
1778         * gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
1779
1780         * gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
1781
1782         * gtk/tmpl/gtkfilefilter.sgml: Likewise.
1783
1784 Sun Oct 12 00:33:48 2003  Matthias Clasen  <maclas@gmx.de>
1785
1786         * gtk/gtk.types: Add the get_type() functions for
1787         GtkEntryCompletion, GtkTreeModelFilter, GtkCellLayout, 
1788         GtkComboBox, GtkComboBoxEntry.
1789
1790 Sat Oct 11 00:18:46 2003  Matthias Clasen  <maclas@gmx.de>
1791
1792         * gtk/tmpl/gtkprogressbar.sgml: Included 
1793         gtk_progress_bar_get_orientation() in the list of undeprecated 
1794         functions, use less clumsy markup for enumerations.
1795
1796 2003-10-02  Matthias Clasen  <maclas@gmx.de>
1797
1798         * gtk/Makefile.am (IGNORE_HFILES): Add gtkcellview.h and
1799         gtkcellviewmenuitem.h.
1800
1801         * gtk/tmpl/gtkentrycompletion.sgml: 
1802         * gtk/tmpl/gtktreemodelfilter.sgml: 
1803         * gtk/tmpl/gtkcelllayout.sgml: 
1804         * gtk/tmpl/gtkcombobox.sgml: 
1805         * gtk/tmpl/gtkcomboboxentry.sgml: New templates.
1806
1807         * gtk/gtk-sections.txt: 
1808         * gtk/gtk-docs.sgml: Add sections for GtkEntryCompletion, 
1809         GtkTreeModelFilter, GtkCellLayout, GtkComboBox, GtkComboBoxEntry.
1810
1811         * gtk/tmpl/gtktreednd.sgml: Add short description.
1812
1813         * gtk/gtk-docs.sgml: Move GtkItemFactory to the "Deprecated" chapter.
1814
1815         * gtk/tmpl/gtktoggletoolbutton.sgml: Fix section title.
1816
1817 2003-10-01  Matthias Clasen  <maclas@gmx.de>
1818
1819         * gdk/tmpl/keys.sgml: Add two missing signals.
1820
1821         * gtk/tmpl/gtkaction.sgml: Fix cross reference to GtkMenuMerge.
1822
1823         * gtk/gtk-sections.txt: Additions.
1824
1825         * gtk/tmpl/gtkitemfactory.sgml: Add hint to use #GtkUIManager instead.
1826
1827 2003-09-30  Matthias Clasen  <maclas@gmx.de>
1828
1829         * gtk/tmpl/gtkuimanager.sgml: Add a section about empty menus.
1830
1831         * gdk/tmpl/keys.sgml: Small addition.
1832
1833         * gdk/gdk-sections.txt: Add GdkDisplayClass and GdkScreenClass.
1834
1835         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add GdkPixbufLoaderClass.
1836
1837 2003-09-22  Matthias Clasen  <maclas@gmx.de>
1838
1839         * gtk/tmpl/gtktable.sgml: Fix a copy-and-paste error.  (#122800)
1840
1841 2003-09-21  Matthias Clasen  <maclas@gmx.de>
1842
1843         * gtk/gtk-sections.txt: Add gtk_widget_[gs]et_no_show_all.
1844         Add gtk_toggle_action_[gs]et_draw_as_radio.
1845
1846 2003-09-18  Matthias Clasen  <maclas@gmx.de>
1847
1848         * gtk/gtk-sections.txt: 
1849         * gtk/tmpl/gtkuimanager.sgml: Updates for accelerator-only actions.
1850
1851 2003-09-16  Matthias Clasen  <maclas@gmx.de>
1852
1853         * gtk/tmpl/gtkaction.sgml: 
1854         * gtk/tmpl/gtkradioaction.sgml: 
1855         * gtk/tmpl/gtkactiongroup.sgml: 
1856         * gtk/tmpl/gtkuimanager.sgml: Updates.
1857
1858 2003-09-15  Matthias Clasen  <maclas@gmx.de>
1859
1860         * gtk/tmpl/gtkuimanager.sgml: Add a paragraph about smart separators.
1861
1862         * gtk/gtk-sections.txt: Add gtk_action_group_add_toggle_actions[_full].
1863
1864 2003-09-12  Matthias Clasen  <maclas@gmx.de>
1865
1866         * gdk/tmpl/drawing.sgml: Add deprecation note for gdk_draw_pixmap().
1867
1868 2003-09-11  Matthias Clasen  <maclas@gmx.de>
1869
1870         * gdk/tmpl/drawing.sgml: Add hints about obtaining Pango 
1871         structures. (#121953, Martin Pool)
1872
1873 2003-09-04  Matthias Clasen  <maclas@gmx.de>
1874
1875         * gtk/gtk-sections.txt: Add GtkUIManagerItemType.
1876
1877         * gtk/tmpl/gtkuimanager.sgml: Change the name of the "pos" 
1878         attribute to "position".
1879
1880         * gtk/tmpl/gtkactiongroup.sgml: Doc tweaks.
1881
1882 2003-09-02  Matthias Clasen  <maclas@gmx.de>
1883
1884         * gtk/tmpl/gtkactiongroup.sgml: 
1885         * gtk/tmpl/gtkuimanager.sgml: Additions.
1886
1887         * gtk/gtk-sections.txt: Add gtk_ui_manager_new_merge_id and
1888         gtk_ui_manager_add_ui.
1889
1890 2003-09-01  Matthias Clasen  <maclas@gmx.de>
1891
1892         * gtk/tmpl/gtkuimanager.sgml: Add an example UI description.
1893
1894         * gtk/gtk-sections.txt: Add gtk_ui_manager_ensure_update.
1895
1896 2003-08-31  Matthias Clasen  <maclas@gmx.de>
1897
1898         * gtk/Makefile.am (IGNORE_HFILES): Add gtktoggleactionprivate.h
1899
1900         * gtk/tmpl/gtkuimanager.sgml: 
1901         * gtk/gtk-sections.txt: Replace gtk_ui_manager_activate by
1902         gtk_ui_manager_get_action.
1903
1904         * gtk/tmpl/gtkuimanager.sgml: 
1905         * gtk/tmpl/gtkactiongroup.sgml: 
1906         * gtk/tmpl/gtkaction.sgml: 
1907         * gtk/tmpl/gtktoggleaction.sgml: 
1908         * gtk/tmpl/gtkradioaction.sgml: Additions.
1909
1910         * gtk/gtk-sections.txt: Updates.
1911
1912         * gtk/gtk.types: Add GtkAction, GtkActionGroup, GtkToggleAction,
1913         GtkRadioAction and GtkUIManager.
1914         
1915 2003-08-28  Matthias Clasen  <maclas@gmx.de>
1916
1917         * gdk/tmpl/events.sgml: Improve PointerHint docs.
1918         * gdk/tmpl/event_structs.sgml: Explain is_hint field in GdkEventMotion.
1919         (#120542)
1920
1921 2003-08-26  Matthias Clasen  <maclas@gmx.de>
1922
1923         * gtk/gtk-sections.txt: Rename GtkMenuMerge to GtkUIManager
1924         * gtk/gtk-docs.sgml: Adjust.
1925         * gtk/tmpl/gtkuimanager.sgml: New template.
1926         * gtk/tmpl/gtkmenumerge.sgml: Removed.
1927
1928 2003-08-24  Matthias Clasen  <maclas@gmx.de>
1929
1930         * gtk/tmpl/gtkmenumerge.sgml: 
1931         * gtk/tmpl/gtkaction.sgml: 
1932         * gtk/tmpl/gtkactiongroup.sgml: 
1933         * gtk/tmpl/gtkradioaction.sgml: 
1934         * gtk/tmpl/gtktoggleaction.sgml: New templates.
1935
1936         * gtk/gtk-docs.sgml: 
1937         * gtk/gtk-sections.txt: Add GtkMenuMerge, GtkAction, GtkActionGroup, 
1938         GtkRadioAction, GtkToggleAction.
1939
1940 2003-08-11  Matthias Clasen  <maclas@gmx.de>
1941  
1942         * gdk/gdk-sections.txt: Add gdk_window_set_keep_above and
1943         gdk_window_set_keep_below.  
1944
1945         * gtk/gtk-sections.txt: Add gtk_window_set_keep_above and
1946         gtk_window_set_keep_below. 
1947
1948         * gdk/tmpl/event_structs.sgml: Document GDK_WINDOW_STATE_FULLSCREEN, 
1949         GDK_WINDOW_STATE_ABOVE and GDK_WINDOW_STATE_BELOW.
1950
1951 2003-08-10  Matthias Clasen  <maclas@gmx.de>
1952
1953         * gtk/tmpl/gtkwidget.sgml: Document public GtkWidget members.
1954         (#119463) 
1955
1956 2003-08-09  Matthias Clasen  <maclas@gmx.de>
1957
1958         * gtk/tmpl/gtkcalendar.sgml: Deprecate
1959         GTK_CALENDAR_WEEK_START_MONDAY. (#87977) 
1960
1961 2003-08-03  Matthias Clasen  <maclas@gmx.de>
1962
1963         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Clarify misleading explanation
1964         of rowstride. (#119000) 
1965
1966 Tue Jul 29 14:21:48 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1967
1968         * gtk/tmpl/gtktoolbar.sgml: Move documentation inline
1969
1970 2003-07-29  Sven Neumann  <sven@gimp.org>
1971
1972         * gdk/tmpl/pixmaps.sgml: Resurrected documentation that got lost
1973         when the window parameter was renamed to drawable.
1974
1975 2003-07-21  Matthias Clasen  <maclas@gmx.de>
1976
1977         * gtk/tmpl/gtkdnd.sgml: It is GTK_DEST_DEFAULT_DROP, not
1978         GTK_DRAG_DEFAULT_DROP. (#117917, Tim-Philipp Müller)
1979
1980 2003-07-19  Matthias Clasen  <maclas@gmx.de>
1981
1982         * gtk/gtk-sections.txt: Add GTK_STOCK_DIALOG_AUTHENTICATION.
1983
1984         * gtk/tmpl/gtkstock.sgml: Add GTK_STOCK_DIALOG_AUTHENTICATION.
1985
1986         * gtk/gtk-sections.txt: Add gtk_button_box_get_child_secondary().
1987
1988 2003-07-18  Matthias Clasen  <maclas@gmx.de>
1989
1990         * gtk/gtk-sections.txt: Add gtk_message_dialog_new_with_markup()
1991         and gtk_window_set_default_icon(). 
1992
1993 2003-07-15  Matthias Clasen  <maclas@gmx.de>
1994
1995         * gtk/tmpl/gtkseparatortoolitem.sgml: 
1996         * gtk/tmpl/gtkradiotoolbutton.sgml: 
1997         * gtk/tmpl/gtktoggletoolbutton.sgml: New templates.
1998
1999         * gtk/gtk-docs.sgml: Include gtkseparatortoolitem.xml,
2000         gtkradiotoolbutton.xml and gtktoggletoolbutton.xml.
2001
2002         * gtk/gtk.types: Add gtk_separator_tool_item_get_type,
2003         gtk_radio_tool_button_get_type and gtk_toggle_tool_button_get_type.
2004
2005         * gtk/gtk-sections.txt: Add GtkSeparatorToolItem,
2006         GtkRadioToolButton and GtkToggleToolButton sections.
2007
2008         * gdk/tmpl/input_devices.sgml: Remove docs for
2009         gdk_device_get_history() which are now inline. 
2010
2011         * gdk/gdk-sections.txt: Add gdk_display_flush.
2012
2013 2003-07-13  Matthias Clasen  <maclas@gmx.de>
2014
2015         * gtk/gtk.types: Add gtk_tool_button_get_type and
2016         gtk_tool_item_get_type. 
2017         
2018         * gtk/tmpl/gtktoolbutton.sgml:
2019         * gtk/tmpl/gtktoolitem.sgml:
2020         * gtk/gtk-docs.sgml: 
2021         * gtk/gtk-sections.txt: Add new toolbar api.
2022
2023         * gtk/tmpl/gtkdnd.sgml: Remove docs for gtk_drag_begin(), which
2024         are now inline. 
2025
2026         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add
2027         gdk_pixbuf_new_from_file_at_size. 
2028
2029 2003-07-08  Matthias Clasen  <maclas@gmx.de>
2030
2031         * gtk/tmpl/gtkfilesel.sgml: Fix the example.  (#116575)
2032
2033 Wed Jul  2 18:15:21 2003  Owen Taylor  <otaylor@redhat.com>
2034
2035         * gtk/Makefile.am gtk/gtk-docs.sgml gtk/gtksections.txt
2036         gtk/tmpl/gtkicontheme.sgml: Document named icon system.
2037
2038         * gtk/tmpl/gtkrc.sgml: Mention specifying named icons
2039         as @"icon-name".
2040
2041         * gtk/tmpl/gtkimage.sgml: Add a cross-reference to stock
2042         icons.
2043
2044 2003-07-01  Matthias Clasen  <maclas@gmx.de>
2045
2046         * gtk/tmpl/gtkcolorbutton.sgml: 
2047         * gtk/tmpl/gtkfontbutton.sgml: 
2048         * gtk/tmpl/gtkexpander.sgml: New files. Templates for GtkExpander,
2049         GtkFontButton and GtkColorButton. 
2050
2051         * gtk/gtk-sections.txt: Add a sections for GtkExpander,
2052         GtkColorButton and GtkFontButton. 
2053
2054         * gtk/gtk-docs.sgml: Add an entities for GtkExpander,
2055         GtkColorButton and GtkFontButton. 
2056         
2057         * gtk/gtk.types: Add gtk_expander_get_type,
2058         gtk_color_button_get_type() and gtk_font_button_get_type(). 
2059
2060         * gdk/gdk-sections.txt: Add
2061         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
2062         gdk_display_supports_cursor_color(),
2063         gdk_display_get_default_cursor_size() and 
2064         gdk_display_get_maximal_cursor_size(). 
2065
2066 2003-06-30  Matthias Clasen  <maclas@gmx.de>
2067
2068         * gtk/tmpl/gtkcontainer.sgml: Write a bit about size negotiation. 
2069
2070         * gtk/tmpl/gtkwidget.sgml: Some additions.
2071
2072 2003-06-24  Matthias Clasen  <maclas@gmx.de>
2073
2074         * gtk/gtk-docs.sgml: Move GtkIMContext to "Abstract Base Classes",
2075         since its abstract. 
2076
2077         * gtk/tmpl/gtkaccessible.sgml: 
2078         * gtk/tmpl/gtkimmulticontext.sgml: 
2079         * gtk/tmpl/gtkimcontextsimple.sgml: 
2080         * gtk/tmpl/gtkimcontext.sgml: 
2081         * gtk/tmpl/gtkviewport.sgml: 
2082         * gtk/tmpl/gtkcellrenderertext.sgml: 
2083         * gtk/tmpl/gtkcellrendererpixbuf.sgml: 
2084         * gtk/tmpl/gtkcelleditable.sgml: 
2085         * gtk/tmpl/gtktreemodelsort.sgml: 
2086         * gtk/tmpl/gtktreednd.sgml: 
2087         * gtk/tmpl/gtktreesortable.sgml: Add short descriptions.
2088
2089 2003-06-23  Matthias Clasen  <maclas@gmx.de>
2090
2091         * gtk/Makefile.am (HTML_IMAGES): Add RTL variants of stock icons.
2092
2093         * gtk/tmpl/gtkstock.sgml: Document RTL variants of stock icons. 
2094
2095 2003-06-22  Matthias Clasen  <matthias@localhost.localdomain>
2096
2097         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Typo fix.
2098
2099         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add
2100         gdk_pixbuf_loader_new_with_mime_type. 
2101
2102 2003-06-19  Matthias Clasen  <maclas@gmx.de>
2103
2104         * gtk/question_index.sgml: Add a question about changing
2105         fonts. And one about "Getting Started".  (#114747, #108015)      
2106
2107 2003-06-17  Matthias Clasen  <maclas@gmx.de>
2108
2109         * gdk-pixbuf/Makefile.am: Add rule to regenerate man pages from 
2110         Docbook.
2111         (man_MANS): Add gdk-pixbuf-csource.1, gdk-pixbuf-query-loaders.1.
2112         (content_files): Add gdk-pixbuf-csource.xml, 
2113         gdk-pixbuf-query-loaders.xml.
2114
2115         * gdk-pixbuf/gdk-pixbuf-csource.xml: New refentry, containing the 
2116         former gdk-pixbuf/gdk-pixbuf-csource.1, converted to Docbook.
2117
2118         * gdk-pixbuf/gdk-pixbuf-query-loaders.xml: New refentry.
2119
2120         * gdk-pixbuf/gdk-pixbuf-csource.1:
2121         * gdk-pixbuf/gdk-pixbuf-query-loaders.1: Man pages generated from
2122         the .xml sources.
2123
2124         * gdk-pixbuf/gdk-pixbuf.sgml: Include gdk-pixbuf-csource.xml and
2125         gdk-pixbuf-query-loaders.xml.
2126         
2127         * gtk/Makefile.am: Add rule to regenerate man pages from Docbook.
2128         (man_MANS): Add gtk-query-immodules-2.0.1
2129         (content_files): Add gtk-query-immodules-2.0.xml
2130
2131         * gtk/gtk-query-immodules-2.0.xml: New refentry.
2132
2133         * gtk/gtk-query-immodules-2.0.1: Man page generated from the .xml 
2134         source.
2135
2136         * gtk/gtk-docs.sgml: Include gtk-query-immodules-2.0.xml.
2137
2138         * gtk/gtk-docs.sgml: 
2139         * gdk-pixbuf/gdk-pixbuf.sgml: 
2140         * gdk/gdk-docs.sgml: Add autogenerated indices.
2141
2142 2003-06-11  Matthias Clasen  <maclas@gmx.de>
2143
2144         * gtk/tmpl/gtkdnd.sgml: Fix some typos.
2145
2146 2003-06-10  Matthias Clasen  <maclas@gmx.de>
2147
2148         * gtk/gtk-sections.txt: Add gtk_text_view_[gs]et_overwrite().
2149
2150 2003-06-05  Matthias Clasen  <maclas@gmx.de>
2151
2152         * gtk/question_index.sgml: Add a couple of questions.
2153
2154 2003-06-01  Matthias Clasen  <maclas@gmx.de>
2155
2156         * gtk/gtk-sections.txt: Add gtk_alignment_[gs]et_padding().
2157
2158 2003-05-27  Matthias Clasen  <maclas@gmx.de>
2159
2160         * gtk/tmpl/gtkadjustment.sgml: Document allowed values for
2161         adjustments which are used in scrollbars.  (#108448, Ernst Lippe)
2162
2163         * gtk/tmpl/gtkradiomenuitem.sgml: Fix example.  (#113604, 
2164         Julien Moutte)
2165
2166 2003-05-08  Matthias Clasen  <maclas@gmx.de>
2167
2168         * gtk/tmpl/gtkcalendar.sgml: Deprecate gtk_calendar_display_options().
2169
2170         * gtk/gtk-sections.txt: Add gtk_calendar_[sg]et_display_options().
2171
2172 2003-05-05  Matthias Clasen  <maclas@gmx.de>
2173
2174         * gtk/gtk-docs.sgml: 
2175         * gtk/tmpl/gtksocket.sgml: Improve the docs about cross-process
2176         embedding a bit.  (#112101, #112006)
2177
2178 2003-05-01  Matthias Clasen  <maclas@gmx.de>
2179
2180         * gtk/gtk-docs.sgml: 
2181         * gtk/gtk-sections.txt: Remove some accidentally committed changes.
2182
2183 2003-04-16  Matthias Clasen  <maclas@gmx.de>
2184
2185         * gtk/tmpl/gtkstyle.sgml: Additions.
2186
2187 2003-04-13  Matthias Clasen  <maclas@gmx.de>
2188
2189         * gtk/tmpl/gtkenums.sgml: Additions.
2190
2191         * gtk/tmpl/gtkvruler.sgml: 
2192         * gtk/tmpl/gtkhruler.sgml: 
2193         * gtk/tmpl/gtkgamma.sgml: 
2194         * gtk/tmpl/gtkcurve.sgml: 
2195         * gtk/tmpl/gtkruler.sgml: Fix some typos and add some markup.
2196
2197         * gtk/gtk-sections.txt: Add a bunch of new functions.
2198
2199 2003-04-09  Matthias Clasen  <maclas@gmx.de>
2200
2201         * gtk/building.sgml: More typo fixes.
2202
2203 2003-04-08  Matthias Clasen  <maclas@gmx.de>
2204
2205         * gtk/building.sgml: Typo fix.
2206
2207 2003-04-07  Matthias Clasen  <maclas@gmx.de>
2208
2209         * gtk/tmpl/gtktexttag.sgml: Document GTK_WRAP_WORD_CHAR.  (#110086)
2210
2211         * gtk/tmpl/gtkenums.sgml, gtk/tmpl/gtkmain.sgml,
2212         gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkradiobutton.sgml,
2213         gtk/tmpl/gtkspinbutton.sgml, gtk/tmpl/gtkstatusbar.sgml,
2214         gtk/tmpl/gtktext.sgml, gtk/tmpl/gtktogglebuttons.sgml,
2215         gtk/tmpl/gtktreeviewcolumn.sgml, gtk/tmpl/gtktypeutils.sgml: Fix
2216         numerous misspellings of possessive "its".  (#110027, Doug Quale)
2217
2218         * gtk/tmpl/gtktypeutils.sgml: Add some deprecation info.
2219
2220 2003-04-01  Matthias Clasen  <maclas@gmx.de>
2221
2222         * gtk/tmpl/gtkmessagedialog.sgml: Fix formatting of examples.
2223
2224         * gtk/tmpl/gtkfilesel.sgml: Fix the example.  (#109563)
2225
2226 2003-03-22  Michael Natterer  <mitch@gimp.org>
2227
2228         * gtk/Makefile.am: copy stock_color_picker_25.png, don't copy
2229         stock_save_24.png twice.
2230
2231         * gtk/tmpl/gtkstock.sgml: use it for GTK_STOCK_COLOR_PICKER
2232         instead of stock_colorselector_24.png.
2233
2234 2003-03-04  Matthias Clasen  <maclas@gmx.de>
2235
2236         * gtk/tmpl/gtkobject.sgml: Add deprecation notes.
2237
2238 2003-02-24  Matthias Clasen  <maclas@gmx.de>
2239
2240         * gtk/tmpl/gtktreemodel.sgml: Fix self-referential documenation of
2241         gtk_tree_model_get_iter_root().  (#106720, Keith Sharp)
2242
2243 2003-02-11  Matthias Clasen  <maclas@gmx.de>
2244
2245         * gtk/tmpl/gtkrc.sgml: Document that font and fontset declarations
2246         are ignored.
2247
2248 2003-02-02  Matthias Clasen  <maclas@gmx.de>
2249
2250         * gtk/gtk-docs.sgml: 
2251         * gtk/question_index.sgml: # doesn't work here, add links
2252         manually.  (#104991)
2253
2254 2003-02-01  Matthias Clasen  <maclas@gmx.de>
2255
2256         * gtk/compiling.sgml: Mention xxx_DISABLE_DEPRECATED and
2257         GDK_MULTIHEAD_SAFE. 
2258
2259 2003-01-31  Matthias Clasen  <maclas@gmx.de>
2260
2261         * gtk/tmpl/gtkmain.sgml: Deprecate the gtk_timeout_*, gtk_idle_*
2262         and gtk_input_* functions.  (#71596)
2263
2264 2003-01-30  Matthias Clasen  <maclas@gmx.de>
2265
2266         * gtk/running.sgml: s/overwrite/override/g  (#104627, Brian Cameron)
2267
2268 2003-01-21  Matthias Clasen  <maclas@gmx.de>
2269
2270         * gtk/tmpl/gtkrc.sgml: Fix integer color range.  (#103992)
2271
2272 2003-01-14  Matthias Clasen  <maclas@gmx.de>
2273
2274         * gtk/gtk-sections.txt: Add new GtkTextIter functions.
2275
2276 2003-01-13  Matthias Clasen  <maclas@gmx.de>
2277
2278         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: 
2279         * gdk-pixbuf/tmpl/animation.sgml: Remove ids which are now
2280         generated by gtk-doc.
2281         
2282 2003-01-03  Matthias Clasen  <maclas@gmx.de>
2283
2284         * gtk/tmpl/gtkrc.sgml: Update description of priorities for styles
2285         and bindings.  (#98054)
2286
2287 2002-12-31  Matthias Clasen  <maclas@gmx.de>
2288
2289         * gtk/tmpl/gtkrc.sgml: Add a note about gtkrc-2.0 being parsed by
2290         all 2.x versions.
2291
2292 Fri Dec 20 13:10:06 2002  Owen Taylor  <otaylor@redhat.com>
2293
2294         * gtk/building.sgml: Update directories in download
2295         locations; add information about fontconfig and Xft2.
2296
2297 2002-12-18  Matthias Clasen  <maclas@gmx.de>
2298
2299         * gtk/tmpl/gtkcontainer.sgml: Add docs.
2300
2301 2002-12-17  Matthias Clasen  <maclas@gmx.de>
2302
2303         * gtk/tmpl/gtkrc.sgml: Link to style properties. 
2304
2305         * gtk/tmpl/gtkcontainer.sgml: Add bits about child properties.
2306
2307         * gtk/tmpl/gtkwidget.sgml: Add bits about style properties.
2308
2309         * gdk/tmpl/pixmaps.sgml:
2310         * gdk/tmpl/windows.sgml:
2311         * gdk/tmpl/drawing.sgml: 
2312         * gdk/tmpl/gcs.sgml: 
2313         * gtk/tmpl/gtktextview.sgml: 
2314         * gtk/tmpl/gtkrc.sgml: 
2315         * gtk/tmpl/gtkiconfactory.sgml: 
2316         * gtk/tmpl/gtkaccelgroup.sgml: Remove ids which are now
2317         generated by gtk-doc.
2318
2319 2002-12-16  Matthias Clasen  <maclas@gmx.de>
2320
2321         * gtk/tmpl/gtkradiomenuitem.sgml: 
2322         * gtk/tmpl/gtkradiobutton.sgml: Add some information about group
2323         list handling.  (#101328, James M. Cape)
2324
2325 2002-12-14  Eric Warmenhoven <eric@warmenhoven.org>
2326
2327         * gtk/framebuffer.sgml: Minor updates for 2.2.0. (#67820)
2328
2329 2002-12-11  Matthias Clasen  <maclas@gmx.de>
2330
2331         * gtk/text_widget.sgml: Fix some links.
2332
2333         * gdk/tmpl/pixmaps.sgml: Make "GdkPixmap" a valid id to reduce
2334         dangling links.
2335
2336         * gdk/tmpl/windows.sgml: Make "GdkWindow" a valid id to reduce
2337         dangling links.
2338
2339         * gdk/tmpl/drawing.sgml: Make "GdkDrawable" a valid id to reduce
2340         dangling links.
2341
2342         * gdk/tmpl/gcs.sgml: Make "GdkGC" a valid id to reduce dangling links.
2343
2344 2002-12-10  Matthias Clasen  <maclas@gmx.de>
2345
2346         * gtk/tmpl/gtktextview.sgml: Add docs.
2347
2348         * gtk/tree_widget.sgml: Fix some links.
2349
2350         * gtk/tmpl/gtkwindow.sgml: Add docs.
2351
2352         * gtk/tmpl/gtkeditable.sgml: Document GtkEditable as an interface,
2353         not as an abstract base class.
2354
2355         * gtk/gtk-docs.sgml: Move GtkEditable from "Abstract Base Classes"
2356         to "Numeric/Text Data Entry".
2357
2358 2002-12-09  Matthias Clasen  <maclas@gmx.de>
2359
2360         * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Add docs.
2361
2362 2002-12-08  Matthias Clasen  <maclas@gmx.de>
2363
2364         * gtk/tmpl/gtkbbox.sgml: 
2365         * gtk/tmpl/gtkcontainer.sgml: 
2366         * gtk/tmpl/gtksignal.sgml: Add deprecation info.
2367
2368         * gdk-pixbuf/tmpl/module_interface.sgml: Add docs.      
2369
2370 2002-12-06  Matthias Clasen  <maclas@gmx.de>
2371
2372         * gdk/tmpl/x_interaction.sgml: 
2373         * gdk/tmpl/gdkscreen.sgml: 
2374         * gdk/tmpl/gdkdisplaymanager.sgml: 
2375         * gdk/tmpl/gdkdisplay.sgml: 
2376         * gtk/tmpl/gtkstock.sgml: 
2377         * gtk/tmpl/gtkwidget.sgml: 
2378         * gtk/tmpl/gtkmain.sgml: 
2379         * gtk/tmpl/gtkcolorsel.sgml: 
2380         * gtk/tmpl/gtkaccelgroup.sgml: 
2381         * gdk-pixbuf/tmpl/module_interface.sgml: Add "Since" information.
2382
2383         * gtk/gtk-sections.txt: Replace gtk_list_store_move by
2384         _move_before and _move_after.
2385
2386 2002-11-29  Matthias Clasen  <maclas@gmx.de>
2387
2388         * gtk/tmpl/gtkalignment.sgml: 
2389         * gtk/tmpl/gtkadjustment.sgml: 
2390         * gtk/tmpl/gtkaccellabel.sgml: 
2391         * gtk/tmpl/gtkoldeditable.sgml: 
2392         * gtk/tmpl/gtkwidget.sgml: 
2393         * gtk/tmpl/gtkrange.sgml: 
2394         * gtk/tmpl/gtkeditable.sgml: 
2395         * gtk/tmpl/gtkwindowgroup.sgml:
2396         * gtk/tmpl/gtkwindow.sgml: 
2397         * gtk/tmpl/gtktypeutils.sgml: 
2398         * gtk/tmpl/gtksignal.sgml: 
2399         * gtk/tmpl/gtkfeatures.sgml: 
2400         * gtk/tmpl/gtkstyle.sgml: 
2401         * gtk/tmpl/gtkselection.sgml: 
2402         * gtk/tmpl/gtkgc.sgml: 
2403         * gtk/tmpl/gtkenums.sgml: 
2404         * gtk/tmpl/gtkbindings.sgml: 
2405         * gtk/tmpl/gtksettings.sgml: 
2406         * gtk/tmpl/gtkdnd.sgml: 
2407         * gtk/tmpl/gtkclipboard.sgml: 
2408         * gtk/tmpl/gtkaccelgroup.sgml: 
2409         * gtk/tmpl/gtkaccelmap.sgml: 
2410         Minor tweaks and completions of shortdescs.
2411         
2412         * gdk/tmpl/rgb.sgml: 
2413         * gdk/tmpl/gcs.sgml: Minor tweaks.
2414
2415         * gdk/tmpl/gdkdisplaymanager.sgml: Add some docs.
2416
2417 2002-11-27  Matthias Clasen  <maclas@gmx.de>
2418
2419         * gtk/gtk-sections.txt: Replace gtk_tree_store_move by
2420         _move_before and _move_after.
2421
2422 2002-11-26  Matthias Clasen  <maclas@gmx.de>
2423
2424         * gdk/tmpl/threads.sgml: Add hint about calling gdk_flush() before
2425         gdk_threads_leave().  (#70665, wording suggested by Owen Taylor)
2426
2427 2002-11-23  Matthias Clasen  <maclas@gmx.de>
2428
2429         * gdk/tmpl/x_interaction.sgml: 
2430         * gdk/tmpl/pango_interaction.sgml: 
2431         * gdk/tmpl/input_devices.sgml: 
2432         * gdk/tmpl/input.sgml: 
2433         * gdk/tmpl/threads.sgml: 
2434         * gdk/tmpl/properties.sgml: 
2435         * gdk/tmpl/dnd.sgml: 
2436         * gdk/tmpl/selections.sgml: 
2437         * gdk/tmpl/keys.sgml:   
2438         * gdk/tmpl/event_structs.sgml: 
2439         * gdk/tmpl/events.sgml: 
2440         * gdk/tmpl/windows.sgml: 
2441         * gdk/tmpl/cursors.sgml: 
2442         * gdk/tmpl/fonts.sgml: 
2443         * gdk/tmpl/colors.sgml: 
2444         * gdk/tmpl/pixbufs.sgml: 
2445         * gdk/tmpl/images.sgml: 
2446         * gdk/tmpl/pixmaps.sgml: 
2447         * gdk/tmpl/drawing.sgml: 
2448         * gdk/tmpl/regions.sgml: 
2449         * gdk/tmpl/gdkdisplaymanager.sgml: 
2450         * gdk/tmpl/gdkscreen.sgml: 
2451         * gdk/tmpl/gdkdisplay.sgml: 
2452         * gdk/tmpl/general.sgml:
2453         Add missing short descriptions, standardize them to start with
2454         a capital and end without a period. Also remove periods from
2455         titles of examples.
2456
2457 2002-11-22  Yanko Kaneti  <yaneti@declera.com>
2458
2459         * gtk/tmpl/gtkliststore.sgml: Fixup a typo to massage the build.
2460
2461 2002-11-21  Matthias Clasen  <maclas@gmx.de>
2462
2463         * gdk/Makefile.am (extra_files): 
2464         * gdk-pixbuf/Makefile.am (extra_files): 
2465         * gtk/Makefile.am (extra_files): Add version.xml.in.
2466
2467         * gdk/Makefile.am (content_files): 
2468         * gdk-pixbuf/Makefile.am (content_files): 
2469         * gtk/Makefile.am (content_files): Add version.xml.
2470
2471         * gdk/version.xml.in: 
2472         * gdk-pixbuf/version.xml.in: 
2473         * gtk/version.xml.in: New files to let configure dump the version in.
2474
2475         * gdk/gdk-docs.sgml:
2476         * gdk-pixbuf/gdk-pixbuf.sgml: 
2477         * gtk/gtk-docs.sgml: Add version information.
2478
2479         * gtk/tmpl/gtkcombo.sgml: Fix typo in example code.  (#99078)
2480
2481 Sun Nov 17 15:42:08 2002  Jonathan Blandford  <jrb@gnome.org>
2482
2483         * gtk/tmpl/gtkliststore.sgml: add more to the docs.
2484
2485 2002-11-10  Matthias Clasen  <maclas@gmx.de>
2486
2487         * gdk/gdk-sections.txt: gdk_display_open_default_libgtk_only
2488         and gdk_notify_startup_complete.
2489
2490         * gtk/gtk-sections.txt: Add gtk_window_set_auto_startup_notification.
2491
2492 2002-11-07  Matthias Clasen  <maclas@gmx.de>
2493
2494         * gdk/gdk.types: Add gdk_display_manager_get_type.
2495
2496         * gdk/gdk-docs.sgml: Add displaymanager section.
2497
2498         * gdk-pixbuf/gdk-pixbuf-sections.txt: Don't mark GdkPixbufLoader
2499         as private, since that prevents its signals from being documented.
2500
2501 Sun Nov  3 13:23:51 2002  Jonathan Blandford  <jrb@gnome.org>
2502
2503         * gtk/tmpl/gtkcellrenderer.sgml: more docs.
2504
2505 Sat Nov  2 12:46:16 2002  Owen Taylor  <otaylor@redhat.com>
2506
2507         * gdk-pixbuf/Makefile.am: Remove rules for generation
2508         of version.xml, which was causing make to always
2509         rebuild the HTML file, and didn't seem to be used.
2510
2511         * gtk/tmpl/gtkliststore.sgml: SGML fixes.
2512
2513 Sat Nov  2 08:41:47 2002  Jonathan Blandford  <jrb@gnome.org>
2514
2515         * gtk/tmpl/gtktreestore.sgml: clean up the wording.
2516
2517         * gtk/tmpl/gtkliststore.sgml: Add an example and clean up the
2518         wording.
2519
2520 2002-11-01  Matthias Clasen  <maclas@gmx.de>
2521
2522         * gdk/tmpl/fonts.sgml: 
2523         * gdk/tmpl/drawing.sgml: More docs moved inline.
2524
2525         * gtk/tmpl/gtkfilesel.sgml: The label is "Folders" now, not
2526         "Directories".  (#97224, Vitaly Tishkov)
2527
2528 2002-10-29  Matthias Clasen  <maclas@gmx.de>
2529
2530         * gtk/tmpl/gtkrc.sgml: Fix a link. Add (minimal) docs for setting
2531         style properties from rc files. More needed !!
2532
2533 Wed Oct 30 16:50:42 2002  Owen Taylor  <otaylor@redhat.com>
2534
2535         * gtk/running.sgml: Document --screen.
2536
2537 2002-10-24  Matthias Clasen  <maclas@gmx.de>
2538
2539         * gdk/tmpl/dnd.sgml: 
2540         * gdk/tmpl/cursors.sgml: More docs moved inline.
2541
2542 2002-10-24  Matthias Clasen  <maclas@gmx.de>
2543
2544         * gdk/tmpl/colors.sgml: Some docs moved inline.
2545
2546 2002-10-22  Matthias Clasen  <maclas@gmx.de>
2547
2548         * gdk/tmpl/gdkdisplay.sgml: Document GdkDisplayPointerHooks.
2549
2550         * gdk/tmpl/x_interaction.sgml: Some docs moved inline.
2551
2552 2002-10-20  Matthias Clasen  <maclas@gmx.de>
2553
2554         * gdk-pixbuf/Makefile.am (SCANOBJ_FILES): 
2555         * gtk/Makefile.am (SCANOBJ_FILES): 
2556         * gdk/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).prerequisites.
2557
2558 Fri Oct 18 15:13:24 2002  Owen Taylor  <otaylor@redhat.com>
2559
2560         * gdk/tmpl/event_structs.sgml: Update the docs for
2561         the event->key.string to say that @string is deprecated.
2562
2563 Mon Oct 14 19:34:26 2002  Owen Taylor  <otaylor@redhat.com>
2564
2565         * gdk/Makefile.am (content_files)
2566           gdk-pixbuf/Makefile.am (content_files): Add some missing
2567         files.
2568
2569 Mon Oct 14 19:16:16 2002  Owen Taylor  <otaylor@redhat.com>
2570
2571         * gtk/gtk-sections.txt: Update.
2572
2573         * gdk/tmpl/images.sgml gtk/tmpl/gtkmain.sgml 
2574         gtk/tmpl/gtkselection.sgml: Remove docs that were moved
2575         the the C files.
2576
2577 2002-10-14  Matthias Clasen  <maclas@gmx.de>
2578
2579         * gdk-pixbuf/Makefile.am (dist-hook): 
2580         * gdk/Makefile.am (dist-hook): 
2581         * gtk/Makefile.am (dist-hook): Dist the xml/*.xml, not
2582         sgml/*.sgml.  (#95678, Owen Taylor)
2583
2584 2002-10-14  Matthias Clasen  <maclas@gmx.de>
2585
2586         * gtk/Makefile.am (SCANOBJ_FILES): 
2587         * gdk-pixbuf/Makefile.am (SCANOBJ_FILES): 
2588         * gdk/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces.
2589
2590 2002-10-11  Matthias Clasen  <maclas@gmx.de>
2591
2592         * gtk/tmpl/gtkimagemenuitem.sgml: Add a bit.
2593
2594         * gtk/tmpl/gtkimage.sgml: Fix example.
2595
2596         * gtk/tmpl/gtkrc.sgml: Spelling fixes.
2597
2598         * gdk-pixbuf/tmpl/refcounting.sgml: Remove documentation for
2599         non-longer-present last-unref hook.
2600
2601         * gtk/tmpl/gtkfilesel.sgml: s/GtkCList/GtkTreeView/.
2602
2603         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add some missing symbols.
2604
2605         * gdk/gdk-sections.txt: Add some missing symbols.
2606
2607         * gdk/Makefile.am (IGNORE_HFILES): Add gdkintl.h and gdkmarshalers.h.
2608
2609         * gtk/gtk-sections.txt: Add some missing symbols.
2610
2611 2002-10-04  Matthias Clasen  <maclas@gmx.de>
2612
2613         * gtk/running.sgml: Document GDK_PIXBUF_MODULE_FILE.
2614
2615         * gdk-pixbuf/tmpl/module_interface.sgml: Some information for
2616         module writers.
2617
2618 2002-08-12  Matthias Clasen  <maclas@gmx.de>
2619
2620         * gdk/gdk-sections.txt: Remove gdk_screen_close, add a section
2621         for GdkDisplayManager, add gdk_visual_get_screen and
2622         gdk_colormap_get_screen. 
2623         
2624 2002-08-07  Matthias Clasen  <maclas@gmx.de>
2625
2626         * gtk/gtk-sections.txt: Remove gtk_style_get_font_for_display.
2627
2628 Mon Jul 29 22:36:06 2002  Owen Taylor  <otaylor@redhat.com>
2629
2630         * gtk/tmpl/gtkfilesel.sgml: Fix up the example program
2631         a bit. (#88814, Johnson Wong)
2632
2633 2002-07-16  Sven Neumann  <sven@gimp.org>
2634
2635         * gdk/tmpl/rgb.sgml: fixed the example code (return TRUE from the
2636         expose_event handler).
2637
2638 2002-07-07  Matthias Clasen  <maclas@gmx.de>
2639
2640         * gdk-pixbuf/gdk-pixbuf-sections.txt, 
2641         gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml,
2642         gdk-pixbuf/tmpl/module_interface.sgml: Updates for
2643         load-at-size functionality.
2644
2645 Tue Jun 18 17:02:48 2002  Owen Taylor  <otaylor@redhat.com>
2646
2647         * gdk/gdk-sections.txt: Fix for cursor screen => display
2648         change.
2649
2650 2002-06-03  Matthias Clasen  <maclas@gmx.de>
2651
2652         * gtk/tmpl/gtkprogress.sgml: 
2653         * gtk/tmpl/gtkscale.sgml: 
2654         * gtk/tmpl/gtktreemodel.sgml: 
2655         * gtk/tmpl/gtkimage.sgml: 
2656         * gtk/tmpl/gtksignal.sgml: 
2657         * gtk/tmpl/gtkrc.sgml: 
2658         * gtk/gtk-docs.sgml: 
2659         * gdk/gdk-docs.sgml: 
2660         * gdk/tmpl/threads.sgml: 
2661         * gdk/tmpl/cursors.sgml: 
2662         * gdk/tmpl/rgb.sgml: Replace homegrown "nbsp", "hash" and
2663         "percent" entities by standard ISO entities "nbsp", "num" and
2664         "percnt".
2665
2666         * gtk/text_widget.sgml: Fix a link.
2667
2668 2002-05-30  Matthias Clasen  <maclas@gmx.de>
2669
2670         Make stock icons appear again (patch by Gediminas Paulauskas):
2671         
2672         * gtk/Makefile.am (HTML_IMAGES): Add stock_broken_image_24.png
2673
2674         * gtk/tmpl/gtkstock.sgml: Fix icon filenames.   
2675
2676 2002-05-29  Matthias Clasen  <maclas@gmx.de>
2677
2678         * gtk/*, gdk/*, gdk-pixbuf/*: Create XML, not SGML.
2679         
2680 2002-05-28  Matthias Clasen  <maclas@gmx.de>
2681
2682         * gtk/tmpl/*: Remove property documentation which comes from the
2683         source now.
2684
2685         * gtk/building.sgml: Remove traces of gxi.
2686
2687 2002-05-05  Matthias Clasen  <maclas@gmx.de>
2688
2689         * gtk/gtk-sections.txt: Add gtk_widget_class_find_style_property, 
2690         gtk_widget_class_list_style_properties and
2691         gtk_style_get_font_for_display. 
2692
2693 2002-05-03  Matthias Clasen  <maclas@gmx.de>
2694
2695         * gdk/gdk-sections.txt: Remove gdk_screen_use_virtual_screen.
2696
2697         * gdk/tmpl/gdkscreen.sgml: Updates.
2698
2699         * gdk/tmpl/gdkdisplay.sgml: Document GdkDisplay.
2700
2701         * gdk/tmpl/x_interaction.sgml: Document GDK_DISPLAY_XDISPLAY,
2702         GDK_SCREEN_XDISPLAY, GDK_SCREEN_XSCREEN, GDK_SCREEN_XNUMBER,
2703         gdk_font_lookup_for_display.
2704
2705         * gdk/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): set these. 
2706
2707         * gdk/gdk.types: Add types derived from GObject, so that they get
2708         an object hierarchy section.
2709
2710 2002-05-01  Matthias Clasen  <maclas@gmx.de>
2711
2712         * gdk/gdk-sections.txt: Move GdkScreen struct to the GdkScreen
2713         section. 
2714
2715         * gdk/tmpl/gdkscreen.sgml: 
2716         * gdk/tmpl/gdkdisplay.sgml: Typo and markup fixes.
2717
2718         * gdk/gdk-docs.sgml: Reorder display and screen sections.
2719
2720         * gdk/multihead.sgml: Remove references to GdkDisplayManager, typo 
2721         and markup fixes.
2722
2723 Tue Apr 30 14:16:12 2002  Owen Taylor  <otaylor@redhat.com>
2724
2725         * gtk/gtk-sections.txt: Update for multihead.
2726
2727 Tue Apr 30 12:26:31 2002  Owen Taylor  <otaylor@redhat.com>
2728
2729         * gdk-sections.txt: Update for multihead.
2730
2731         * multihead.sgml gtk-docs.sgml: Add overview of
2732         multihead from multihead branch.
2733
2734         * tmpl/gdkdisplay.sgml tmpl/gdkscreen.sgml: New
2735         sections from multihead branch.
2736
2737 2002-04-30  Havoc Pennington  <hp@redhat.com>
2738
2739         * gtk/other_software.sgml: half-finished docs on merging GTK with
2740         existing hunks of code (event loop integration, using threads
2741         vs. processes, blah blah)
2742
2743 Thu Apr 25 22:37:58 2002  Owen Taylor  <otaylor@redhat.com>
2744
2745         * gdk/tmpl/{events,input_devices,region,x_interaction}.sgml:
2746         Fix some docs duplicated between templates and inline.
2747
2748 2002-04-24  Matthias Clasen  <maclas@gmx.de>
2749
2750         * gtk/gtk-sections.txt: Remove GTK_OBJECT_CONNECTED.
2751
2752         * gtk/tmpl/gtksocket.sgml: Formatting fix.
2753
2754         * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Updates.  (#79001)
2755
2756 2002-04-23  Matthias Clasen  <maclas@gmx.de>
2757
2758         * gtk/tmpl/gtksocket.sgml: Add link to XEmbed draft.  (#67818)
2759
2760         * gtk/tmpl/gtkdrawingarea.sgml: Fix a typo.
2761
2762         * gtk/text_widget.sgml: Complete the fix for #79080.
2763
2764 2002-04-22  Matthias Clasen  <maclas@gmx.de>
2765
2766         * gtk/tree_widget.sgml: Fix typo in "Simple Example".  (#78661)
2767
2768 2002-04-21  Matthias Clasen  <maclas@gmx.de>
2769
2770         * gtk/tmpl/gtktreemodel.sgml: 
2771         * gtk/tmpl/gtkradiomenuitem.sgml: Fix crossreferences.  (#78392) 
2772
2773         * gtk/gtk-sections.txt: Add GtkWidgetClass.  (#78392)
2774
2775         * gtk/tmpl/gtkwidget.sgml: Rewrite docs for
2776         gtk_widget_reset_rc_styles.  (#75588)
2777
2778         * gdk/tmpl/properties.sgml: Fix gdk_property_change docs. (#72312)
2779
2780         * gtk/text_widget.sgml: Fix misleading example.  (#79080)
2781         
2782         * gtk/tmpl/gtkdialog.sgml: Fix stock id in example.  (#74439)
2783
2784 2002-04-18  Matthias Clasen  <maclas@gmx.de>
2785
2786         * gdk/tmpl/rgb.sgml:
2787         * gdk/tmpl/general.sgml:
2788         * gtk/tmpl/gtktogglebutton.sgml:
2789         * gtk/tmpl/gtkaccellabel.sgml:
2790         * gtk/tmpl/gtkradiobutton.sgml:
2791         * gtk/tmpl/gtktreemodel.sgml:
2792         * gtk/tmpl/gtkwidget.sgml:
2793         * gtk/tmpl/gtkimage.sgml:
2794         * gtk/tmpl/gtktooltips.sgml:
2795         * gtk/tmpl/gtksignal.sgml:
2796         * gtk/tmpl/gtkcombo.sgml:
2797         * gtk/tmpl/gtkdnd.sgml:
2798         * gtk/tmpl/gtksocket.sgml:
2799         * gtk/tmpl/gtkdrawingarea.sgml:
2800         * gtk/tmpl/gtkobject.sgml:
2801         * gtk/tmpl/gtkpaned.sgml:
2802         * gtk/tmpl/gtkmain.sgml: s/<!>/<!-- -->/g throughout the
2803         documentation to bring the produced Docbook closer to XML.
2804
2805 Tue Mar 26 15:41:49 2002  Owen Taylor  <otaylor@redhat.com>
2806
2807         * gtk/building.sgml: Add a mention of running ldconfig.
2808         (#76126, Bill Nayland.)
2809
2810 Mon Mar 25 11:31:41 2002  Jonathan Blandford  <jrb@redhat.com>
2811
2812         * gtk/tree_widget.sgml: fix bugs in the code.
2813
2814 2002-03-20  Cody Russell  <cody@jhu.edu>
2815
2816         * gtk/tree_widget.sgml: Much expanded overview of the tree.
2817
2818 Tue Mar 12 00:29:31 2002  Jonathan Blandford  <jrb@redhat.com>
2819
2820         * gtk/question_index.sgml: new FAQ.
2821
2822         * gtk/tmpl/gtktreemodel.sgml: clean up example
2823
2824 2002-03-12  Matthias Clasen  <maclas@gmx.de>
2825
2826         * gdk/tmpl/windows.sgml: Document GdkScreen.
2827
2828         * gtk/gtk-sections.txt: Move a few Class structs to Standard sections.
2829
2830 2002-03-11  Matthias Clasen  <maclas@gmx.de>
2831
2832         * gtk/tmpl/gtktreemodel.sgml, gtk/tmpl/gtkprogress.sgml,
2833         gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: Generate proper
2834         markup for format strings in examples, also fix an oversight in
2835         the GtkTreeModel example.  (#74213)
2836
2837         * gtk/gtk.types: Add interfaces to get docs on their signals.
2838
2839 Sat Mar  9 13:00:38 2002  Jonathan Blandford  <jrb@redhat.com>
2840
2841         * gtk/tmpl/gtktreemodel.sgml: Lots of docs.
2842
2843 Fri Mar  8 15:14:32 2002  Owen Taylor  <otaylor@redhat.com>
2844
2845         * gtk/building.sgml: List -I/opt/gtk/include not
2846         -I /opt/gtk/include.
2847
2848         * gtk/building.sgml: Add a gloss for XIM.
2849
2850 2002-03-07  Matthias Clasen  <maclas@gmx.de>
2851
2852         * gdk-pixbuf/tmpl/animation.sgml, gdk-pixbuf/tmpl/gdk-pixbuf.sgml,
2853         gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktextview.sgml,
2854         gtk/tmpl/gtkiconfactory.sgml, gtk/tmpl/gtkaccelgroup.sgml: Add
2855         some ids which are referenced from the object hierarchy.
2856
2857         * gtk/gtk-docs.sgml: Use parts as top-level division (#61575),
2858         include gtkaccessible docs.
2859
2860         * gtk/building.sgml: Some typo and markup fixes.
2861
2862 Thu Mar  7 02:58:16 2002  Jonathan Blandford  <jrb@redhat.com>
2863
2864         * gtk/tmpl/gtkliststore.sgml: start implementing
2865
2866         * gtk/question_index.sgml: "I can set with the tree, but not
2867         get???!?!"
2868
2869 Wed Mar  6 18:11:05 2002  Owen Taylor  <otaylor@redhat.com>
2870
2871         * gtk/resources.sgml: Mention the need to subscribe
2872         to the GTK+ mailing lists.
2873
2874         * gtk/building.sgml: Go into much more details about
2875         building the entire set of GTK+ libraries and about the
2876         dependencies that are required.
2877
2878         * gtk/building.sgml: Add docs for --enable-explicit-deps,
2879         --with-xinput.
2880
2881 Wed Mar  6 14:12:34 2002  Jonathan Blandford  <jrb@redhat.com>
2882
2883         * gtk/tmpl/gtktreeselection.sgml: docs
2884
2885         * gtk/tree_widget.sgml: clean up docs
2886
2887 2002-03-05  Matthias Clasen  <maclas@gmx.de>
2888
2889         * gtk/gtk-sections.txt: Remove gtk_win32_get_installation_directory.
2890
2891 Tue Mar  5 14:28:28 2002  Owen Taylor  <otaylor@redhat.com>
2892
2893         * gtk/compiling.sgml: Update version numbers in example.
2894
2895 2002-03-04  Matthias Clasen  <maclas@gmx.de>
2896
2897         * gtk/gtk-docs.sgml: Move GtkOldEditable to the "Deprecated" 
2898         section.  (#68408)
2899
2900         * gtk/tmpl/gtktreeview.sgml: Close linkend attribute.  (#73364)
2901
2902 Sun Mar  3 01:36:21 2002  Jonathan Blandford  <jrb@redhat.com>
2903
2904         * gtk/tmpl/gtktreeviewcolumn.sgml: Write documentation
2905         * gtk/tmpl/gtktreeview.sgml: Write documentation
2906
2907 Sat Mar  2 15:46:29 2002  Owen Taylor  <otaylor@redhat.com>
2908
2909         * gtk/tmpl/gtkentry.sgml: Move a couple of function
2910         docs into the C file.
2911
2912 Fri Mar  1 10:35:15 2002  Owen Taylor  <otaylor@redhat.com>
2913
2914         * gtk/changes-2.0.sgml: Add note about gtk_notebook_reorder_child().
2915
2916 Tue Feb 26 22:01:59 2002  Owen Taylor  <otaylor@redhat.com>
2917
2918         * gtk/tmpl/gtkbox.sgml: Fix docs to correspond to the code -
2919         negative @position indicates the end of the list.
2920
2921 2002-02-26  Matthias Clasen  <maclas@gmx.de>
2922
2923         Fixes for #72478:
2924         
2925         * gtk/tmpl/gtkprogressbar.sgml: Add note about new GtkProgressBar
2926         API to introduction. 
2927
2928         * gtk/gtk-sections.txt: Reorder GtkProgressBar functions to move 
2929         undeprecated API to top.
2930
2931 Sat Feb 23 23:39:14 2002  Owen Taylor  <otaylor@redhat.com>
2932
2933         * gtk/tmpl/gtktreemodel.sgml: Document gtk_tree_path_new_root(),
2934         gtk_tree_model_get_iter_root() as compatibility macros.
2935
2936         * gtk/gtk-sections.txt: Updates.
2937
2938 2002-02-23  Anders Carlsson  <andersca@gnu.org>
2939
2940         * gtk/Makefile.am (HTML_IMAGES): Rename strikeout to 
2941         strikethrough.
2942
2943 2002-02-22  Anders Carlsson  <andersca@gnu.org>
2944
2945         * gtk/Makefile.am (HTML_IMAGES): Update for name changes.
2946
2947 2002-02-22  Matthias Clasen  <maclas@gmx.de>
2948
2949         * gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: s/%d/%%d/ in
2950         examples.  (#71479)
2951
2952         * gtk/tmpl/gtkmenu.sgml: Document gtk_menu_set_active as 
2953         quasi-private.  (#69788)
2954
2955         * gtk/tmpl/gtkcalendar.sgml: Document month as zero-based and 
2956         selected_day as one-based.  (#57169)
2957
2958 Thu Feb 21 12:11:42 2002  Owen Taylor  <otaylor@redhat.com>
2959
2960         * gtk/Makefile.am (IGNORE_HFILES): Add gtkkeyhash.h
2961
2962 2002-02-20  Sven Neumann  <sven@gimp.org>
2963
2964         * gtk/gtk-sections.txt
2965         * gtk/tmpl/gtktreeviewcolumn.sgml: updated for treeviewcolumn changes.
2966
2967 Mon Feb 18 23:00:52 2002  Owen Taylor  <otaylor@redhat.com>
2968
2969         * gtk/running.sgml: Remove docs for GTK_IM_MODULE_PATH,
2970         replace docs for GTK_MODULE_PATH with docs for GTK_PATH.
2971
2972 Sun Feb 17 21:33:33 2002  Owen Taylor  <otaylor@redhat.com>
2973
2974         * gtk/gtk-sections.txt: Updated for filesel changes.
2975
2976 2002-02-05  Matthias Clasen  <maclas@gmx.de>
2977
2978         * gtk/tmpl/gtkrc.sgml: Update the description of RC file loading
2979         to match recent code changes. Also document font_name and engine. 
2980
2981 Tue Jan 29 23:41:31 2002  Owen Taylor  <otaylor@redhat.com>
2982
2983         * gtk/Makefile.am (content_files): Add x11.sgml.
2984
2985         * gtk/changes-2.0.sgml: SGML fix.
2986
2987         * gtk/gtk-sections.txt: Updated.
2988
2989 2002-01-23  Damon Chaplin  <damon@ximian.com>
2990
2991         * gtk/Makefile.am: added SCANGOBJ_OPTIONS to set the type-init-func
2992         to pass to gtkdoc-scangobj.
2993
2994 Mon Jan 21 23:39:42 2002  Jonathan Blandford  <jrb@redhat.com>
2995
2996         * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect
2997         changes in the code, found by Jody Goldberg <jody@gnome.org>
2998
2999 2002-01-19  Havoc Pennington  <hp@pobox.com>
3000
3001         * gtk/x11.sgml: add a mostly-empty X11 section
3002
3003         * gtk/framebuffer.sgml: make title consistent with windows section
3004
3005         * gtk/tmpl/gtkdrawingarea.sgml: couple of fixes
3006
3007 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
3008
3009         * gtk/resources.sgml: Tiny markup fix.
3010
3011 2002-01-15  Matthias Clasen  <matthiasc@poet.de>
3012
3013         * gtk/changes-2.0.sgml: Details about GtkRange and subclasses
3014         rewrite. (#67730)
3015
3016 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
3017
3018         * gtk/running.sgml: Add ids to some elements to make them
3019         addressable as link targets.
3020
3021 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
3022         
3023         * gtk/tmpl/gtktooltips.sgml: Minor fixes.
3024
3025         * gtk/tmpl/gtkrc.sgml: Minor fixes.
3026
3027 2002-01-11  Havoc Pennington  <hp@pobox.com>
3028
3029         * gtk/running.sgml: sgml fixes
3030
3031         * gtk/tmpl/gtksignal.sgml: sgml fixes
3032
3033         * gtk/tmpl/gtklabel.sgml: do the intro section
3034
3035 2002-01-10  Matthias Clasen  <matthiasc@poet.de>
3036
3037         * gdk/tmpl/general.sgml (gdk_set_program_class): Expand.
3038
3039         * gtk/running.sgml: New file.
3040
3041         * gtk/building.sgml: Document a few more configure options.
3042
3043         * gtk/Makefile.am (content_files): Add running.sgml.
3044
3045         * gtk/gtk-docs.sgml: Include running.sgml, sort H and V 
3046         variants of widgets to be next to each other.
3047
3048 2002-01-09  Matthias Clasen  <matthiasc@poet.de>
3049
3050         * gtk/tmpl/gtkaccellabel.sgml: Remove duplicate docs.
3051         
3052         * gdk-pixbuf/Makefile.am (content_files): Add 
3053         gdk-pixbuf-from-drawables.sgml. (#68232)
3054         
3055         * gtk/tmpl/gtkwidget.sgml: Improve docs for GTK_NO_REPARENT
3056         and GTK_APP_PAINTABLE. (#68060)
3057
3058 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
3059
3060         * gtk/tmpl/gtkgc.sgml: Improve wording.
3061
3062         * gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkplug.sgml: speak of 
3063         window IDs rather than XIDs.
3064
3065 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
3066         
3067         * gtk/tmpl/gtksocket.sgml: Mention gtk_socket_get_id()
3068         instead of GTK_WINDOW_XWINDOW().  (#68172)
3069
3070         * gtk/gtk-sections.txt: Move functions which are documented
3071         as "private" or "internal" into Private subsections.
3072
3073         * gtk/tmpl/gtkdnd.sgml, gtk/tmpl/gtkobject.sgml, 
3074         gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktooltips.sgml,
3075         gtk/tmpl/gtkwidget.sgml, gtk/tmpl/gtkclipboard.sgml,
3076         gtk/tmpl/gtkstyle.sgml, gtk/tmpl/gtkselection.sgml,
3077         gtk/tmpl/gtkfeatures.sgml: Minor markup fixes.
3078
3079         * gtk/tmpl/gtksignal.sgml: Add link to GLib signal docs.
3080
3081         * gtk/tmpl/gtkpreview.sgml, gtk/tmpl/gtktext.sgml,
3082         gtk/tmpl/gtktree.sgml: Remove "deprecated" from short desc.
3083
3084         * gtk/tmpl/gtkrc.sgml: Correct names of default RC files. 
3085
3086 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
3087
3088         * gtk/tmpl/gtktypeutils.sgml: Replace GTK_NO_CHECK_CASTS by 
3089         G_DISABLE_CAST_CHECKS, fix some markup and add stuff.
3090
3091         * gtk/tmpl/gtkaccelgroup.sgml, gtk/tmpl/gtkwidget.sgml: Additions.
3092
3093         * gtk/gtk-sections.txt: Make gtk_accel_group_get_type private.
3094
3095 2002-01-06  Havoc Pennington  <hp@pobox.com>
3096
3097         * gtk/question_index.sgml: a few more questions I thought of
3098
3099 2002-01-06  Havoc Pennington  <hp@pobox.com>
3100
3101         * gtk/gtk-docs.sgml: remove gtk- prefix from TreeView and a few
3102         other entities, more consistent anyway (I thought this would make
3103         links to "GtkTreeView" etc. go to the ref page, not the struct,
3104         but it wasn't the problem, the issue is the way gtkdoc-mkdb
3105         decides what's an object, see CheckIsObject() routine)
3106
3107         * gtk/changes-1.2.sgml: sgml fixes to get rid of warnings
3108
3109         * gtk/changes-2.0.sgml: ditto
3110         
3111         * gtk/question_index.sgml: add some questions
3112
3113 2002-01-04  Matthias Clasen  <matthiasc@poet.de>
3114
3115         * gtk/tmpl/gtkwidget.sgml: Additions.
3116
3117 2002-01-04  Matthias Clasen  <matthiasc@poet.de>
3118
3119         * gtk/changes-1.2.sgml, gtk/changes-2.0.sgml: SGML fixes.
3120
3121         * gtk/tmpl/gtkobject.sgml: Document GTK_IN_DESTRUCTION.
3122         
3123         * gtk/tmpl/gtkwidget.sgml: Additions.
3124
3125 2002-01-04  Havoc Pennington  <hp@pobox.com>
3126
3127         * gtk/question_index.sgml: add question to help people find
3128         gtk_widget_set_sensitive() if they're used to another term for 
3129         that.
3130         
3131 2002-01-03  Havoc Pennington  <hp@pobox.com>
3132
3133         * gtk/tmpl/gtkdrawingarea.sgml: add mention of
3134         gtk_widget_add_events() and GTK_CAN_FOCUS
3135
3136 2002-01-04  Matthias Clasen  <matthiasc@poet.de>
3137
3138         * gtk/tmpl/gtktextview.sgml: Small additions.
3139
3140         * gtk/tmpl/gtksignal.sgml: Explain what to use instead.
3141
3142         * gtk/question_index.sgml, gtk/text_widget.sgml, gtk/tree_widget.sgml,
3143         gtk/changes-1.2.sgml, gtk/changes-2.0.sgml,
3144         gtk/framebuffer.sgml: SGML fixes and additions.
3145
3146         * gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkdialog.sgml,
3147         gtk/tmpl/gtkeditable.sgml, gtk/tmpl/gtkfilesel.sgml,
3148         gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkmenu.sgml,
3149         gtk/tmpl/gtkmessagedialog.sgml, gtk/tmpl/gtkrc.sgml,
3150         gtk/tmpl/gtktogglebutton.sgml, gtk/tmpl/gtkspinbutton.sgml,
3151         gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkwindow.sgml:
3152         Replace references to deprecated functions.
3153
3154 2002-01-03  Matthias Clasen  <matthiasc@poet.de>
3155
3156         * gtk/changes-1.2.sgml, gtk/changes-2.0.sgml, 
3157         gtk/framebuffer.sgml: Add markup.
3158
3159 2002-01-01  Havoc Pennington  <hp@pobox.com>
3160
3161         * gtk/framebuffer.sgml: move README.linux-fb in here
3162
3163         * gtk/tmpl/gtkpreview.sgml: explain what to use instead
3164
3165         * gtk/tmpl/gtkseparator.sgml: typo fix
3166
3167         * gtk/tmpl/gtkstock.sgml: add some overview docs
3168
3169         * gtk/Makefile.am (content_files): add new files
3170
3171         * gtk/changes-1.2.sgml: move Changes-1.2.txt in here
3172
3173         * gtk/changes-2.0.sgml: move Changes-2.0.txt in here
3174
3175         * gdk/tmpl/threads.sgml: mention gdk_threads_init() in the
3176         overview docs, copy in the examples from the FAQ
3177
3178         * gtk/gtk-docs.sgml: change DTD to 3.1, and add
3179         question_index.sgml and changes-1.2, changes-2.0
3180
3181         * gtk/tmpl/gtkdrawingarea.sgml: fixups to reflect 2.0 changes
3182
3183         * gtk/question_index.sgml: new section with question-based 
3184         index of the manual
3185
3186         * gtk/text_widget.sgml: fix some cross-references
3187
3188 2002-01-01  Havoc Pennington  <hp@pobox.com>
3189
3190         * gtk/tmpl/gtktexttag.sgml: docs updates, mention that invisible 
3191         property isn't implemented
3192
3193         * gtk/text_widget.sgml: small tweaks
3194
3195 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
3196
3197         * gtk/tmpl/gtkbbox.sgml: Remove references to nonexisting functions.
3198         
3199         * gtk/tmpl/gtkcolorseldlg.sgml, gtk/tmpl/gtkdrawingarea.sgml,
3200         gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkhseparator.sgml, 
3201         gtk/tmpl/gtktree.sgml, gtk/tmpl/gtkradiobutton.sgml,
3202         gtk/tmpl/gtkradiomenuitem.sgml: 
3203         Replace references to deprecated functions.
3204
3205         * gtk/tmpl/gtkhbbox.sgml,gtk/tmpl/gtkvbbox.sgml: Minor fixes.
3206
3207 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
3208
3209         * gtk/tmpl/gtkpixmap.sgml, gtk/tmpl/gtkscale.sgml,
3210         gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkimcontextsimple.sgml: Additions.
3211
3212 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
3213
3214         * gdk/tmpl/properties.sgml, gdk/tmpl/selections.sgml: Additions.
3215
3216 2001-12-23  Matthias Clasen  <matthiasc@poet.de>
3217
3218         * gdk-pixbuf/porting-from-imlib.sgml: GDK instead of Gdk.
3219
3220         * gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml: Replace references to
3221         deprecated functions.
3222
3223         * gdk/tmpl/event_structs.sgml, gdk/tmpl/gcs.sgml,
3224         gdk/tmpl/images.sgml: Replace references to deprecated functions.
3225
3226 2001-12-28      Vitaly Tishkov <tvv@sparc.spb.su>
3227
3228         * gtkwindow.sgml: additional fix for #59314 ('<programlisting>' is
3229         changed to '<literal>' in docs for gtk_window_set_policy ())
3230
3231 Sat Dec 22 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
3232
3233         * gtk/Makefile.am (IGNORE_HFILES): Add gtktextutil.h
3234
3235         * gtk/text_widget.sgml (linkend): SGML fixes.
3236
3237         * gtk/gtk-sections.txt: Update
3238
3239         * gdk/gdk-sections.txt: Update.
3240
3241         * gdk/tmpl/cursors.sgml: SGML fix.
3242
3243         * gdk/gdk-docs.sgml: Add PNG handling magic.
3244
3245 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
3246                 
3247         * gtk/text_widget.sgml: More precise wording. (#63388)
3248
3249         * gtk/tmpl/gtksignal.sgml (GTK_SIGNAL_OFFSET): Add docs.
3250
3251         * gtk/resources.sgml: Fix markup of mail URLs.
3252         
3253         * gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkobject.sgml: Markup fixes.
3254
3255         * gtk/tmpl/gtktoolbar.sgml (gtk_toolbar_{prepend,append}_element):
3256         Expand documentation. (#60471)
3257
3258         * gtk/tmpl/gtkmain.sgml: Remove misleading information about 
3259         gtk_set_locale().  (#65758)
3260
3261 2001-12-18  Anders Carlsson  <andersca@gnu.org>
3262
3263         * gtk/tmpl/gtkdrawingarea.sgml: Change GdkWidget to
3264         GtkWidget. Fixes #67162.
3265
3266 2001-12-17  Matthias Clasen  <matthiasc@poet.de>
3267
3268         * gdk-pixbuf/tmpl/creating.sgml, 
3269         gdk-pixbuf/tmpl/gdk-pixbuf-xlib-from-drawables.sgml,
3270         gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml,
3271         gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rendering.sgml,
3272         gdk-pixbuf/tmpl/refcounting.sgml: Markup fixes.
3273
3274         * gtk/building.sgml, gtk/resources.sgml: Markup fixes.
3275
3276         * gtk/gtk.types: Remove gtk_text_layout_get_type(). (???)
3277
3278         * gdk/tmpl/general.sgml: Use <envar>, not <envvar>.
3279
3280 2001-12-16  Matthias Clasen  <matthiasc@poet.de>
3281
3282         * gdk/tmpl/windows.sgml: Document GDK_RELEASE_MASK.
3283
3284 2001-12-16  Havoc Pennington  <hp@pobox.com>
3285
3286         * gdk-pixbuf/gdk-pixbuf-sections.txt: put _simple variants at the
3287         top of the docs
3288
3289 2001-12-16  Havoc Pennington  <hp@pobox.com>
3290
3291         * gdk-pixbuf/tmpl/scaling.sgml: small doc tweaks, specifically
3292         some "just do XYZ" advice next to the InterpMode technojargon.
3293
3294 2001-12-16  Matthias Clasen  <matthiasc@poet.de>
3295
3296         * gdk/tmpl/windows.sgml: Add something about GdkModifierType.
3297
3298 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
3299         
3300         * gdk-pixbuf/tmpl/scaling.sgml, gdk/tmpl/fonts.sgml, 
3301         gdk/tmpl/general.sgml, gdk/tmpl/rgb.sgml, gdk/tmpl/visuals.sgml,
3302         gdk/tmpl/windows.sgml, gtk/gtk-docs.sgml, gtk/tmpl/gtkaccellabel.sgml,
3303         gtk/tmpl/gtkcombo.sgml, gtk/tmpl/gtkdialog.sgml, 
3304         gtk/tmpl/gtkdrawingarea.sgml, gtk/tmpl/gtkeditable.sgml, 
3305         gtk/tmpl/gtkfilesel.sgml, gtk/tmpl/gtkfontseldlg.sgml,
3306         gtk/tmpl/gtkimage.sgml, gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkmenu.sgml,
3307         gtk/tmpl/gtkmessagedialog.sgml, gtk/tmpl/gtkobject.sgml,
3308         gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkradiobutton.sgml, 
3309         gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtkscale.sgml, gtk/tmpl/gtksignal.sgml, 
3310         gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkspinbutton.sgml,
3311         gtk/tmpl/gtktogglebutton.sgml, gtk/tmpl/gtksignal.sgml, 
3312         gtk/tmpl/gtktooltips.sgml, gtk/tmpl/gtkwindow.sgml,
3313         gdk/tmpl/regions.sgml, gtk/tmpl/gtkfontsel.sgml,
3314         gtk/tmpl/gtkpixmap.sgml, gtk/tmpl/gtkprogress.sgml,
3315         gtk/tmpl/gtkselection.sgml, gtk/tmpl/gtktable.sgml,
3316         gtk/tmpl/gtktipsquery.sgml: Markup fixes (mainly examples).
3317
3318 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
3319
3320         * gtk/tmpl/gtklist.sgml: Markup fixes.
3321
3322         * gdk/tmpl/selections.sgml, gtk/tmpl/gtksocket.sgml:
3323         s/succesful/successful/g. 
3324
3325         * gtk/gtk-sections.txt, gtk/tmpl/gtkstyle.sgml: Remove
3326         GTK_STYLE_NUM_STYLECOLORS. (#66467)
3327
3328 2001-12-12  Havoc Pennington  <hp@pobox.com>
3329
3330         * gtk/text_widget.sgml: add another example
3331
3332 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
3333
3334         * gtk/tmpl/gtkmain.sgml: Markup fixes.
3335
3336         * gtk/gtk-docs.sgml: Add an empty entity to suppress 
3337         crossreferencing in programlistings.
3338
3339 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
3340
3341         * gtk/tmpl/gtkclipboard.sgml: Fix references to 
3342         get_clipboard_set_with_owner(). (#66424)
3343
3344 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
3345         
3346         * gtk/tmpl/gtktypeutils.sgml, gtk/tmpl/gtkobject.sgml,
3347         gtk/tmpl/gtkstyle.sgml: Add docs.
3348
3349 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
3350
3351         * gtk/tmpl/gtklabel.sgml: Remove redundant docs. (#66383)
3352
3353         * gtk/tree_widget.sgml: Typo fix. (#66256)
3354
3355         * gdk-pixbuf/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards.
3356         
3357         * gtk/tmpl/gtktext.sgml, gtk/tmpl/gtktree.sgml, 
3358         gtk/tmpl/gtktreeitem.sgml: Updates.
3359
3360 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
3361
3362         * gtk/tmpl/gtkwidget.sgml: Updates.
3363         * gtk/Makefile.am (IGNORE_HFILES): Remove gtktextchild.h.
3364
3365 2001-12-03  Matthias Clasen  <matthiasc@poet.de>
3366
3367         * gdk/tmpl/input_devices.sgml, 
3368         gdk/gdk-sections.txt, gdk/tmpl/windows.sgml: Updates.
3369
3370 2001-12-02  Matthias Clasen  <matthiasc@poet.de>
3371
3372         * gdk/tmpl/dnd.sgml: Updates.
3373
3374 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
3375
3376         * gdk/tmpl/keys.sgml: Updates.
3377
3378 2001-12-01  Havoc Pennington  <hp@pobox.com>
3379
3380         * gtk/tmpl/gtkoptionmenu.sgml: add brief explanation of how to use
3381         GtkOptionMenu
3382
3383 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
3384
3385         * gdk/tmpl/colors.sgml, gdk/tmpl/pixmaps.sgml, gdk/tmpl/dnd.sgml,
3386         gdk/tmpl/gcs.sgml: Document ref and unref functions as deprecated.
3387
3388 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
3389
3390         * gtk/gtk-sections.sgml: Add GtkTextChildAnchor.
3391
3392         * gdk/tmpl/dnd.sgml: Updates.
3393
3394         * gdk/tmpl/pango_interaction.sgml: Document GdkPangoAttrEmbossed
3395         and GdkPangoAttrStipple.
3396         
3397 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
3398         
3399         * gtk/tmpl/gtkwindow.sgml: Document gtk_window_position.
3400
3401         * gdk/tmpl/dnd.sgml: Document GdkDragProtocol and GdkDragContext.
3402
3403         * gdk/tmpl/events.sgml: Document gdk_setting_get.
3404
3405         * gdk/tmpl/fonts.sgml: Document gdk_font_full_name_get and
3406         gdk_font_full_name_free.
3407
3408         * gdk/tmpl/windows.sgml: Document gdk_window_register_dnd.
3409
3410 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
3411         
3412         * gdk/tmpl/windows.sgml, gdk/tmpl/general.sgml,
3413         gdk/tmpl/pixmaps.sgml, gdk/tmpl/drawing.sgml,
3414         gdk/tmpl/gcs.sgml: Updates. 
3415
3416         * gdk/tmpl/cursors.sgml: Document GdkCursor and standard cursors.
3417
3418 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
3419
3420         * gdk/tmpl/drawing.sgml: Minor markup fixes.
3421
3422 Fri Nov 23 15:12:07 2001  Owen Taylor  <otaylor@redhat.com>
3423
3424         * gtk/Makefile.am (content_files): Add windows.sgml
3425
3426         * gdk/tmpl/cursors.sgml: Revert last diff to get things to
3427         build.
3428
3429 2001-11-22  Matthias Clasen  <matthiasc@poet.de>
3430
3431         * gdk/tmpl/event_structs.sgml: Add better explanation of proximity
3432         events. 
3433
3434         * gdk/tmpl/cursors.sgml: Document GdkCursor and standard cursors.
3435
3436         * gdk/images/*.png: The standard X cursors as pngs.
3437
3438         * gdk/Makefile.am (HTML_IMAGES): Add the images.
3439
3440 Wed Nov 21 15:57:29 2001  Owen Taylor  <otaylor@redhat.com>
3441
3442         * gtk/gtk-sections.txt: Updates
3443
3444         * gtk/tmpl/gtkstock.sgml: Close end tags.
3445
3446         * gtk/gtk.types: Remove interface types which gtk-doc
3447         can't handle currently.
3448
3449         * gtk/tmpl/gtknotebook.sgml: Fix some garbage in file.
3450
3451         * gdk/tmpl/x_interaction.sgml: Fix SGML errors.
3452
3453         * gdk/gdk-overrides.txt gdk/gdk-sections.txt: Updates. 
3454
3455 2001-11-20  Havoc Pennington  <hp@pobox.com>
3456
3457         * gtk/tmpl/gtkwindow.sgml: fix docs for gtk_window_set_policy() to
3458         reflect existence of gtk_window_set_resizable()
3459
3460 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
3461
3462         * gdk/tmpl/event_structs.sgml: Small fixes.
3463
3464 2001-11-16  Matthias Clasen  <matthiasc@poet.de>
3465
3466         * gdk/tmpl/event_structs.sgml: Updates. 
3467
3468         * gdk/tmpl/windows.sgml: Document GdkFilterFunction, GdkFilterReturn
3469         and GdkXEvent, add markup.
3470
3471 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
3472
3473         * gtk/gtk-docs.sgml: Go back to DocBook 3.0 to get the
3474         autobuilder on developer.gnome.org back to work, but add
3475         the png notation for the stock icons.
3476
3477 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
3478
3479         * gdk/Makefile.am (MKDB_OPTIONS), 
3480         gdk-pixbuf/Makefile.am (MKDB_OPTIONS),
3481         gtk/Makefile.am (MKDB_OPTIONS): Add --sgml-mode.
3482
3483         * gdk-pixbuf/tmpl/file-saving.sgml,
3484         gdk-pixbuf/tmpl/module_interface.sgml,
3485         gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml: Consistent short descriptions.
3486
3487         * gtk/tmpl/gtkprogressbar.sgml: Remove duplicate docs. (#64469)
3488         
3489         * gtk/gtk-sections.txt: Add missing TITLEs (#64459, #64568)
3490
3491         * gtk/tmpl/gtkadjustment.sgml: Typo fix. (#64448)
3492
3493 Mon Nov 12 23:06:38 2001  Tim Janik  <timj@gtk.org>
3494
3495         * added gtkaccelmap.sgml. other updates.
3496
3497 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
3498
3499         * gdk-pixbuf/gdk-pixbuf-rendering.sgml, 
3500         gdk-pixbuf/gdk-pixbuf-from-drawables.sgml: new files explaining
3501         where the code for rendering pixbufs lives. (#61151) 
3502         
3503         * gdk-pixbuf/gdk-pixbuf.sgml: Use the new files.
3504
3505         * gtk/tmpl/gtkaccellabel.sgml, gtk/tmpl/gtkcombo.sgml,
3506         gtk/tmpl/gtkentry.sgml, gtk/tmpl/gtkhscrollbar.sgml,
3507         gtk/tmpl/gtkvscrollbar.sgml, gtk/tmpl/gtktoolbar.sgml,
3508         gtk/tmpl/gtkdialog.sgml, gtk/tmpl/gtkstatusbar.sgml: 
3509         Mass fixing of trivial doc bugs. (#55579, #56760, #58769, #55918,
3510         #64154, #60422, #54697)
3511
3512 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
3513
3514         * gtk/tmpl/gtkpaned.sgml: Document gtk_paned_set_gutter_size
3515         as noop. (#45802)
3516
3517         * gtk/tmpl/gtkcolorsel.sgml: Remove stuff duplicating inline
3518         docs. (#60481)
3519
3520         * gtk/tmpl/gtkstock.sgml: Document all stock items
3521         with their stock text. 
3522
3523         * gtk/tmpl/gtkhseparator.sgml: Small corrections.
3524
3525         * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Updates.
3526
3527 2001-11-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3528
3529         * gdk-pixbuf/tmpl/refcounting.sgml,
3530         gdk-pixbuf/porting-from-imlib.sgml, tmpl/creating.sgml:
3531         gdk_rgb_init() doesn't need to be called anymore. Use
3532         g_object_(un)_ref instead of gdk_pixbuf_(un)ref.
3533
3534         * tmpl/module_interface.sgml: Typo fix.
3535
3536         * gdk-pixbuf/gdk-pixbuf.sgml: Fixed jade complaining about '_' by
3537         replacing it with '-'. Now builds again.
3538
3539 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
3540
3541         * gdk-pixbuf/gdk-pixbuf.sgml: include initialization_versions.sgml,
3542         file-saving.sgml and module_interface.sgml.
3543
3544         * gdk-pixbuf/tmpl/module_interface.sgml: add short description.
3545
3546         * gtk/tmpl/gtkarg.sgml, gtk/tmpl/gtkdata.sgml, 
3547         gtk/tmpl/gtkcellrenderertextpixbuf.sgml: removed, since they described 
3548         no longer existent stuff and aren't included anymore.
3549
3550         * gdk/tmpl/color_contexts.sgml, gdk/tmpl/input_contexts.sgml, 
3551         gdk/tmpl/input_methods.sgml: removed, since they described no longer 
3552         existent stuff and aren't included anymore.
3553
3554 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
3555
3556         * gdk-pixbuf/gdk-pixbuf-sections.txt,
3557         gdk-pixbuf/tmpl/animation.sgml, 
3558         gdk-pixbuf/tmpl/module_interface.sgml: Updates. (#63293)
3559
3560 2001-10-28  Anders Carlsson  <andersca@gnu.org>
3561
3562         * gtk/tmpl/gtkadjustment.sgml: Update struct member docs
3563         since they're gdouble now instead of gfloat. Fixes #55699.
3564
3565 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
3566
3567         * docs/reference/gtk/tmpl/gtkmenuitem.sgml,
3568         docs/reference/gtk/tmpl/gtkmenu.sgml,
3569         docs/reference/gtk/tmpl/gtkmenushell.sgml,
3570         docs/reference/gtk/tmpl/gtkcontainer.sgml,
3571         docs/reference/gtk/gtk-sections.txt: Updates.
3572
3573 2001-10-28  Anders Carlsson  <andersca@gnu.org>
3574
3575         * gdk/tmpl/regions.sgml: Remove note about coordinates in GdkPoint
3576         being 16-bit since they're 32-bit now. Fixes #62681.
3577
3578 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
3579
3580         * gdk/tmpl/input_devices.sgml: Updates.
3581
3582         * gtk/tmpl/gtkrc.sgml: Document the special values <none> and
3583         <parent> for bg_pixmap.
3584
3585 2001-10-27  Anders Carlsson  <andersca@gnu.org>
3586
3587         * gtk/tmpl/gtkaccellabel.sgml: Clarify that the string
3588         argument in gtk_accel_label_new most be non-NULL.
3589         This fixes #54826.
3590
3591         * gtk/tmpl/gtkentry.sgml: Clarify that a maximum length
3592         of 0 means infinity. This fixes #58771.
3593
3594         * gtk/tmpl/gtkhandlebox.sgml: Finish a sentence. 
3595         This fixes #56702.
3596
3597         * gtk/tmpl/gtkspinbutton.sgml: Clarify that we're
3598         returning a spin button in the _new function.
3599         This fixes #54097.
3600
3601         * gtk/tmpl/gtktoolbar.sgml: Change docs for 
3602         gtk_toolbar_append_item to say that it appends an item
3603         to the end of a toolbar. This fixes #60428.
3604
3605 Fri Oct 26 11:54:53 2001  Owen Taylor  <otaylor@redhat.com>
3606
3607         * */Makefile.am: Update to install images.
3608
3609 2001-10-27  Anders Carlsson  <andersca@gnu.org>
3610
3611         * gtk/gtk-sections.txt,
3612         * gtk/tmpl/gtktreeviewcolumn.sgml: Remove documentation for
3613         gtk_tree_view_column_cell_event since that function has been
3614         removed. This fixes #62084.
3615
3616         * gdk/tmpl/properties.sgml: Change FALSE to TRUE in 
3617         documentation for gdk_atom_intern, to document the
3618         correct behavior. This fixes #58798.
3619
3620         * gtk/gtk-sections.txt: Update GtkStyle since it's now a
3621         GObject and not a struct. This fixes #55807. 
3622
3623 Thu Oct 18 16:40:00 2001  Jonathan Blandford  <jrb@redhat.com>
3624
3625         * gtk/gtk-docs.sgml: add GtkCellEditable and GtkTreeModelSort.
3626
3627 Sat Oct 20 18:35:21 2001  Owen Taylor  <otaylor@redhat.com>
3628
3629         * gtk/tmpl/gtkentry.sgml (Note): Remove note about
3630         deprecation. (We've standard on G_CONST_RETURN 
3631         rather than the reverse.) #58768, Vitaly Tishkov.
3632
3633 2001-10-20  jacob berkman  <jacob@ximian.com>
3634
3635         * gtk/Makefile.am (HTML_IMAGES): get them from
3636         $(top_srcdir)/gtk/stock-icons/ rather than
3637         ../../../gtk/stock-items/
3638
3639 Fri Oct 19 15:44:52 2001  Owen Taylor  <otaylor@redhat.com>
3640
3641         * gtk/Makefile.am gtk/gtk-sections.txt gtk/gtk-docs.sgml:
3642         Add gtkimcontextsimple.
3643
3644 2001-10-19  Matthias Clasen   <matthiasc@poet.de>
3645
3646         * gtk/gtk-docs.sgml: Switch to DocBook 4.1 (for the PNG notation).
3647
3648         * gtk/Makefile.am, gtk/tmpl/gtkstock.sgml: Add inlinegraphics for
3649         the stock icons.
3650
3651 2001-10-18  Matthias Clasen   <matthiasc@poet.de>
3652
3653         * gdk/tmpl/visuals.sgml: Resurrect 1.2 documentation. (#62604)
3654
3655         * gtk/tmpl/gtkpaned.sgml: Fixes. (#62146)
3656
3657         * gtk/tmpl/gtkgamma.sgml: Fixes. (#62155)
3658
3659         * gtk/Makefile.am (IGNORE_HFILES): Add xembed.h (#61929)
3660
3661         * gdk-pixbuf/gdk-pixbuf.types: Add GdkPixbuf, 
3662         GdkPixbufAnimation and GdkPixbufAnimationIter. (#62590)
3663
3664         * gtk/tmpl/gtkscrolledwindow.sgml: Replace GtkCList by
3665         GtkTreeView in example. (#62200)
3666
3667 2001-10-17  Matthias Clasen   <matthiasc@poet.de>
3668
3669         * gtk/tmpl/gtkdnd.sgml, gtk/tmpl/gtkclipboard.sgml,
3670         gdk/tmpl/general.sgml, gdk/tmpl/threads.sgml, 
3671         gdk/tmpl/x_interaction.sgml: Updates.
3672
3673 2001-10-13  Matthias Clasen   <matthiasc@poet.de>
3674
3675         * gdk/tmpl/x_interaction.sgml: Update.
3676
3677 2001-10-10  Matthias Clasen   <matthiasc@poet.de>
3678
3679         * gtk/gtk-sections.txt, gtk/tmpl/gtkspinbutton.sgml,
3680         gtk/tmpl/gtkseparatormenuitem.sgml, gtk/tmpl/gtknotebook.sgml,
3681         gtk/tmpl/gtkstatusbar.sgml, gtk/tmpl/gtkradiobutton.sgml,
3682         gtk/tmpl/gtkradiomenuitem.sgml: Updates.
3683
3684         * gdk-pixbuf/gdk-pixbuf-sections.txt, 
3685         gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Follow recent API changes.
3686
3687 2001-10-10  Matthias Clasen   <matthiasc@poet.de>
3688
3689         * gtk/tmpl/gtkcalendar.sgml, gtk/tmpl/gtkeditable.sgml: Update.
3690
3691         * gdk-pixbuf/gdk-pixbuf.sgml: Add entity for tmpl/inline.sgml.
3692
3693         * gdk-pixbuf/tmpl/inline.sgml: Update.
3694
3695         * gtk/gtk-sections.sgml: Update.
3696
3697 2001-10-08  Matthias Clasen   <matthiasc@poet.de>
3698
3699         * gdk-pixbuf/gdk-pixbuf-sections.txt,
3700         gdk-pixbuf/Makefile.am, gdk-pixbuf/tmpl/creating.sgml: Update.
3701
3702         * gdk-pixbuf/tmpl/inline.sgml: New file.
3703         
3704 2001-10-07  Matthias Clasen   <matthiasc@poet.de>
3705
3706         * gdk/tmpl/properties.sgml, gdk/tmpl/events.sgml,
3707         gdk/tmpl/regions.sgml, gdk/tmpl/general.sgml,
3708         gdk/tmpl/keys.sgml: Update. 
3709
3710         * gdk/gdk-overrides.txt, gdk/gdk-sections.txt: Remove nanox traces.
3711
3712 2001-10-06  Matthias Clasen   <matthiasc@poet.de>
3713
3714         * gtk/gtk-docs.sgml: add gtkimagemenuitem, 
3715         gtksettings, gtkseparatormenuitem.
3716         
3717         * gtk/tmpl/gtktreemodelsimple.sgml: remove unused file.
3718
3719 2001-10-05  Matthias Clasen   <matthiasc@poet.de>
3720
3721         * gtk/gtk-sections.sgml, gtk/objects_grouped.sgml: remove GtkPacker.
3722
3723 2001-10-05  Sven Neumann  <sven@gimp.org>
3724
3725         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: adapt to changes in GDK_PIXBUF_ERROR
3726         enum.
3727
3728 2001-10-04  Havoc Pennington  <hp@pobox.com>
3729
3730         * gtk/tmpl/gtkimage.sgml: fix GtkImage overview
3731
3732 Wed Oct  3 15:09:18 2001  Jonathan Blandford  <jrb@redhat.com>
3733
3734         * gtk/gtk.types: remove gtk_cell_editable_get_type
3735
3736 2001-10-02  Havoc Pennington  <hp@redhat.com>
3737
3738         * gtk/tree_widget.sgml: s/empahsis/emphasis/
3739
3740         * gtk/tmpl/gtkobject.sgml: update docs
3741
3742 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
3743
3744         * gtk/gtk-sections.txt: Move standard gobject stuff to
3745         the 'Standard' sections. (#61483)
3746
3747 Wed Sep 26 15:05:28 2001  Jonathan Blandford  <jrb@redhat.com>
3748
3749         * gtk/gtk.types: Add missing types.
3750
3751 Mon Sep 24 12:43:45 2001  Owen Taylor  <otaylor@redhat.com>
3752
3753         * gtk/gtk-sections.txt: Updates for removed/renamed functions.
3754
3755 2001-09-08  Havoc Pennington  <hp@pobox.com>
3756
3757         * gtk/gtk-sections.txt: move some of the accel group functions 
3758         into a Private subsection
3759
3760 2001-09-08  Havoc Pennington  <hp@pobox.com>
3761
3762         * gtk/tmpl/gtklayout.sgml: docs
3763
3764         * gdk-pixbuf/gdk-pixbuf.sgml: remove the section on compiling
3765         gdk-pixbuf since it isn't a standalone package anymore
3766
3767         * gtk/building.sgml: section on compiling GTK itself
3768
3769 2001-09-08  Havoc Pennington  <hp@pobox.com>
3770
3771         * gtk/gtk-sections.txt: put GtkPacker back in here so it won't be
3772         in gtk-unused.txt, but don't put it back in gtk-docs.sgml. 
3773
3774         Tons of other additions from gtk-unused.txt, but mostly skipping
3775         all the tree stuff for now.
3776
3777 2001-09-08  Havoc Pennington  <hp@pobox.com>
3778
3779         * gtk/gtk-docs.sgml: remove CellRendererTextPixbuf
3780
3781         * gtk/resources.sgml: add section on mailing lists, bugzilla, etc.
3782
3783         * gtk/tmpl/gtkaccelgroup.sgml: add long description
3784
3785         * gtk/gtk-sections.txt: reorder accel group section; probably need
3786         to delete most of it
3787
3788         * gtk/tmpl/gtkmain.sgml: Clean it up a little bit
3789
3790         * gtk/gtk-docs.sgml: rearrange the list of "core/misc" sections so
3791         that useful things are near the top and stupid junk is near the
3792         bottom.
3793
3794         * gtk/tmpl/gtkfeatures.sgml: fix/finish this section
3795
3796         * gtk/gtk-docs.sgml: create a separate section for
3797         overview/tutorial material and special notes, and put the
3798         reference docs for the "misc non-widget" stuff into its own
3799         section.
3800
3801         * gtk/compiling.sgml: write this section
3802
3803         * gtk/gtk-docs.sgml: The intro section weirdly had two paragraphs
3804         that said the same thing. Delete one of them.
3805
3806 Tue Sep  4 01:33:51 2001  Owen Taylor  <otaylor@redhat.com>
3807
3808         * gtk/gtk-docs.sgml: Remove references to a couple
3809         sections that are no longer there.
3810
3811 Thu Aug 30 19:34:38 2001  Jonathan Blandford  <jrb@redhat.com>
3812
3813         * gtk/tmpl/gtkdialog.sgml: Fix obvious mistake.
3814
3815 Tue Aug 21 12:42:19 2001  Owen Taylor  <otaylor@redhat.com>
3816
3817         * gtk/gtk-sections.txt: Remove GtkPacker
3818
3819 Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>
3820
3821         * */Makefile.am: Set GPATH to fix srcdir != builddir  
3822         problems with GNU make.
3823
3824 Sun Jul 22 17:01:34 2001  Owen Taylor  <otaylor@redhat.com>
3825
3826         * gtk/tmpl/gtksignal.sgml: Fix missing not
3827         (Skip Montanaro, #56361)
3828
3829 Wed Jul  4 22:53:33 2001  Owen Taylor  <otaylor@redhat.com>
3830
3831         * gtk/tmpl/gtkplug.sgml gtk/tmpl/gtksocket.sgml: Some
3832         updates and moving docs to the C files.
3833
3834 2001-05-19  Havoc Pennington  <hp@pobox.com>
3835
3836         * gdk-pixbuf/tmpl/initialization_versions.sgml: docs
3837
3838         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: docs
3839
3840         * gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml: docs
3841
3842 Sun Apr 15 15:04:12 2001  Owen Taylor  <otaylor@redhat.com>
3843
3844         * gtk/tmpl/gtkdnd.sgml: Move some of the function docs to the
3845         C files.
3846
3847 Thu Jun 21 12:31:29 2001  Owen Taylor  <otaylor@redhat.com>
3848
3849         * gtk/gtk-sections.txt: Update a bit.
3850
3851         * Makefile.am: build GTK+ docs. 
3852
3853 Fri Jun  8 12:33:29 2001  Jonathan Blandford  <jrb@redhat.com>
3854
3855         * gtk/tmpl/gtktable.sgml: fix bug #55921
3856
3857 2001-06-05  Havoc Pennington  <hp@redhat.com>
3858
3859         * gtk/tmpl/gtkscale.sgml: more docs
3860
3861 Tue Jun  5 10:54:48 2001  Owen Taylor  <otaylor@redhat.com>
3862
3863         * gtk/tmpl/gtkenums.sgml: Improve docs for GtkStateType.
3864         (Fixes #55751, among other things.)
3865
3866 Mon Jun  4 15:08:21 2001  Owen Taylor  <otaylor@redhat.com>
3867
3868         * gtk/gtk-overrides.txt: Remove GtkArgSetFunc, GtkArgGetFunc.
3869
3870 Wed May 30 16:56:07 2001  Owen Taylor  <otaylor@redhat.com>
3871
3872         * gtk/tmpl/gtkrc.sgml (pattern): Correct typoe when
3873         describing order of composition. (#53371, Skip Montanaro)
3874         
3875 2001-05-22  Havoc Pennington  <hp@pobox.com>
3876
3877         * gtk/gtk-sections.txt: add gtk_bin_get_child
3878
3879 Fri May 18 12:28:08 2001  Owen Taylor  <otaylor@redhat.com>
3880
3881         * gtk/tmpl/gtksizegroup.sgml gtk/gtk-sections.txt gtk/gtk.types:
3882         Add documentation about GtkSizeGroup.
3883
3884 2001-05-11  Havoc Pennington  <hp@pobox.com>
3885
3886         * gtk/tmpl/gtkvruler.sgml, 
3887         gtk/tmpl/gtkhruler.sgml: fix bug #54431
3888
3889         * gtk/tmpl/gtkdrawingarea.sgml: fix bug #54331
3890
3891         * gtk/tmpl/gtkenums.sgml: fix bug #54329, and 
3892         update some other random things
3893
3894         * gtk/gtk-sections.txt: updates
3895
3896         * gtk/tmpl/gtkmenuitem.sgml: fix bug #54277
3897
3898         * gtk/tmpl/gtkradiomenuitem.sgml: fix bug #54323,
3899         #54324, #54325 
3900
3901 2001-04-26  Havoc Pennington  <hp@redhat.com>
3902
3903         * gtk/tmpl/gtkimage.sgml: document GtkImageType
3904
3905         * gtk/gtk-sections.txt: GtkImageType is public
3906
3907         * gdk/tmpl/images.sgml: add warning about gtk_image_new_bitmap
3908
3909 Wed Apr 25 12:33:03 2001  Owen Taylor  <otaylor@redhat.com>
3910
3911         * gtk/tmpl/gtktreeitem.sgml: Add note about GTK_ENABLE_BROKEN.
3912
3913 Tue Apr 17 10:59:13 2001  Owen Taylor  <otaylor@redhat.com>
3914
3915         * gtk/Makefile.am (GTKDOC_CFLAGS): Remove -DGTK_DISABLE_COMPAT
3916         add -DGTK_ENABLE_BROKEN
3917
3918         * {gtk/gtk,gdk/gdk}-sections.txt: Updated
3919
3920 Fri Apr 13 10:41:10 2001  Owen Taylor  <otaylor@redhat.com>
3921
3922         * */Makefile.am: Add $(top_builddir) to includes as necessary,
3923         Run gtkdoc-scangobj from builddir, not srcdir, don't distribute
3924         foo-doc.{top,bottom}, recomment in code to distribute HTML
3925         images, with shell fixes.
3926
3927         * gtk/gtk.hierarchy gdk-pixbuf/gdk-pixbuf.{args,signals,hierarchy}:
3928         Remove generated files.
3929         
3930 Wed Apr  4 01:26:04 2001  Tim Janik  <timj@gtk.org>
3931
3932         * gdk-pixbuf/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
3933         dist-hook because $(HTML_IMAGES) is empty.
3934         * gtk/Makefile.am: same here.
3935         * gdk/Makefile.am: same here. touched gdk.types since make rules
3936         require it ;(
3937
3938 2001-03-29  Mike Kestner  <mkestner@ameritech.net>
3939
3940         * gtk/tmpl/gtkspinbutton.html: killed function docs that are now
3941         inline.
3942
3943 2001-03-23  Havoc Pennington  <hp@redhat.com>
3944
3945         * gdk/gdk-sections.txt: updates
3946
3947         * gtk/gtk-sections.txt: updates
3948
3949         * gtk/gtk-docs.sgml: mop up TreeModelSimple entity
3950
3951         * gdk/gdk-docs.sgml: remove input method
3952         and input context docs
3953
3954 2001-03-22  Havoc Pennington  <hp@redhat.com>
3955
3956         * gdk/tmpl/keys.sgml: docs on GdkKeymap
3957
3958 2001-03-16  Havoc Pennington  <hp@redhat.com>
3959
3960         * gtk/gtk-docs.sgml: remove GtkData entity usage
3961
3962 2001-03-14  Havoc Pennington  <hp@redhat.com>
3963
3964         * gtk/gtk-docs.sgml: remove gtkdata, gtktreemodelsimple
3965
3966         * gtk/gtk.types: remove gtk_data_get_type
3967
3968 Wed Mar  7 23:58:53 2001  Owen Taylor  <otaylor@redhat.com>
3969
3970         * gtk/tmpl/gtkwidget.sgml: Document ::hierarchy-changed.
3971
3972 Wed Mar  7 00:27:13 2001  Jonathan Blandford  <jrb@redhat.com>
3973
3974         * gdk-pixbuf/Makefile.am (scan-build.stamp): add --nogtkinit.
3975
3976 Sat Mar  3 17:20:53 2001  Owen Taylor  <otaylor@redhat.com>
3977
3978         * */Makefile.am (scan-build.stamp): You can't use
3979         + as a metacharacter for basic regular expressions.
3980         (This was the "all objects disappear")
3981
3982         * gdk/gdk-sections.txt gdk-pixbuf/gdk-pixbuf-sections.txt
3983
3984         * */*-unused.sgml: Remove a lot of empty stuff. (No
3985         point in saving old docs when there aren't any.)
3986
3987 2001-02-20  Havoc Pennington  <hp@pobox.com>
3988
3989         * gdk/tmpl/rgb.sgml: fix these docs to reflect the current state
3990         of affairs
3991
3992 2001-02-19  Havoc Pennington  <hp@pobox.com>
3993
3994         * gdk/Makefile.am (SCAN_OPTIONS): add --deprecated-guards
3995
3996         * gdk/gdk-sections.txt: update
3997
3998         * gdk/gdk-docs.sgml: update
3999
4000 2001-02-18  Havoc Pennington  <hp@pobox.com>
4001
4002         * gdk-pixbuf/Makefile.am (IGNORE_HFILES): add gdk-pixbuf-marshal.h
4003
4004         * gdk-pixbuf/gdk-pixbuf-sections.txt: fixes
4005
4006 Sun Feb 11 22:16:34 2001  Owen Taylor  <otaylor@redhat.com>
4007
4008         * */Makefile.am: Use the new snazzy mother-of-all-gtk-doc-makefiles.
4009
4010         * gdk/tmpl/* gdk-pixbuf/tmpl/*: Recover a bunch of docs that were 
4011         lost at one point.
4012
4013 2001-02-08  Havoc Pennington  <hp@pobox.com>
4014
4015         * gtk/windows.sgml: windows (file is blank)
4016
4017         * gtk/framebuffer.sgml: framebuffer (file is blank)
4018
4019         * gtk/compiling.sgml: how to use pkg-config, etc. (file is 
4020         blank for now)
4021
4022 2001-02-03  Havoc Pennington  <hp@pobox.com>
4023
4024         * gtk/tmpl/gtkfixed.sgml: Add the intro docs section
4025
4026 2001-02-01  Havoc Pennington  <hp@redhat.com>
4027
4028         * gtk/gtk-sections.txt: updated
4029
4030         * gtk/gtk-docs.sgml: Move the below from "Deprecated" section to
4031         "special-purpose" section; move GtkItem out of deprecated section,
4032         since GtkMenuItem uses it, though probably the GtkItem signals
4033         should just migrate down to GtkMenuItem someday it won't happen
4034         for 2.0
4035
4036         * gtk/tmpl/gtkgamma.sgml: add note about eventual removal
4037
4038         * gtk/tmpl/gtkcurve.sgml: add note about eventual removal
4039
4040         * gtk/tmpl/gtkruler.sgml: add note about eventual removal
4041
4042         * gtk/tmpl/gtkhruler.sgml: add note about eventual removal
4043
4044         * gtk/tmpl/gtkvruler.sgml: add note about eventual removal
4045
4046         * gtk/tmpl/gtkinputdialog.sgml: add note about eventual removal
4047
4048 2001-01-30  Havoc Pennington  <hp@pobox.com>
4049
4050         Also committed a bunch of automatic changes made by gtk-doc, 
4051         after reviewing for correctness.
4052         
4053         * gtk/tmpl/gtktext.sgml: add warning about deprecation and note
4054         about what to use instead
4055
4056         * gtk/tmpl/gtktree.sgml: ditto
4057
4058         * gtk/Makefile.am (scan): pass --deprecated-guards option to
4059         gtk-doc
4060
4061         * gtk/gtk-docs.sgml: move GtkText to the deprecated section 
4062         instead of the GtkTextView section. Oops.
4063
4064 Tue Jan 30 16:01:54 2001  Owen Taylor  <otaylor@redhat.com>
4065
4066         * gtk/tmpl/gtkclist.sgml: Added note explaining how
4067         the @button parameter is off by 1. (#6739)
4068
4069 Mon Jan  8 15:21:15 2001  Owen Taylor  <otaylor@redhat.com>
4070
4071         * Makefile.am (SUBDIRS): Restore build.
4072
4073         * gdk/gdk-sections.txt gdk/gdk-docs.sgml 
4074           gdk-pixbuf/gdk-pixbuf-sections.txt 
4075           gtk/gtk-sections.txt gtk/gtk-docs.sgml: : Update.
4076
4077         * */tmpl/*: Changes from update.
4078
4079 Wed Oct 25 15:19:40 2000  Owen Taylor  <otaylor@redhat.com>
4080
4081         * gtk/tmpl/gtknotebook.sgml: Moved function docs into .c
4082         file, fairly extensive rewriting.
4083
4084 Thu Nov 30 00:53:45 2000  Owen Taylor  <otaylor@redhat.com>
4085
4086         * gtk/tmpl/gtkfilesel.sgml: Fix to say that file_selection_complete()
4087         filters both files and directories.
4088
4089         * gtk/tmpl/gtktogglebutton.sgml: Fix description
4090         of gtk_toggle_button_toggled().
4091
4092 Fri Nov 17 17:31:30 2000  Owen Taylor  <otaylor@redhat.com>
4093
4094         * gtk/Makefile.am (content_files): Add a couple
4095         of files.
4096
4097 Mon Nov 13 16:58:43 2000  Owen Taylor  <otaylor@redhat.com>
4098
4099         * {gtk,gdk,gdk-pixbuf}/Makefile.am: cd to srcdir before
4100         calling gtkdoc-fixref, distribute index.sgml.
4101
4102         * gtk/gtk-docs.sgml gtk/Makefile.am gtk/gtk-sections.txt
4103         gtk/gtk.types: Update
4104
4105 2000-11-05  Havoc Pennington  <hp@pobox.com>
4106
4107         * gtk/tmpl/gtktexttag.sgml: documented some of the object args
4108
4109         * gtk/text_widget.sgml: fixups
4110
4111 2000-11-04  Havoc Pennington  <hp@pobox.com>
4112
4113         * gtk/gtk-sections.txt: Added a bunch of stuff from unused
4114
4115 2000-11-01  Havoc Pennington  <hp@redhat.com>
4116
4117         * gtk/tmpl/gtkmessagedialog.sgml: Check in these docs, I seem to
4118         have written them a while ago then forgotten about them.
4119
4120 2000-11-01  Havoc Pennington  <hp@pobox.com>
4121
4122         * gtk/gtk-sections.txt: Add new label functions
4123
4124 Sun Oct 29 02:59:50 2000  Owen Taylor  <otaylor@redhat.com>
4125
4126         * **: Updates to new gtk-doc, gsignal, causing quite
4127         a bit of diffs but little real changes.
4128
4129 2000-10-24  Havoc Pennington  <hp@redhat.com>
4130
4131         * gtk/text_widget.sgml: add note about UTF-8
4132
4133 2000-10-23  Havoc Pennington  <hp@redhat.com>
4134
4135         * gtk/gtk-sections.txt: remove GtkTextBTree
4136
4137         * gtk/text_widget.sgml: Overview of the text widget
4138
4139         * gtk/gtk-docs.sgml: Change to using categories for the toplevel 
4140         organization of the reference entries. We'll add an alphabetical 
4141         index eventually. The category way is a lot easier for people who
4142         aren't familiar with the widgets. Removed objects_grouped.sgml 
4143         from gtk-docs.sgml for now, it doesn't seem useful anymore.
4144
4145         * gtk/objects_grouped.sgml: Add a section for deprecated
4146         objects; add a section for the TextView object collection
4147
4148 Wed Oct 18 11:01:12 2000  Owen Taylor  <otaylor@redhat.com>
4149
4150         * gtk/Makefile.am gdk-pixbuf/Makefile.am: Fix typo
4151
4152 2000-10-20  Havoc Pennington  <hp@redhat.com>
4153
4154         * gtk/gtk-sections.txt: Add dialog docs
4155
4156 2000-10-18  Havoc Pennington  <hp@redhat.com>
4157
4158         * gtk/gtk-sections.txt: Some updates
4159
4160         * gdk/gdk-sections.txt: remove GdkPixbufAlphaMode
4161
4162         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add new API, remove 
4163         GdkPixbufClass/GdkAnimationClass since those are private
4164
4165         * gdk-pixbuf/Makefile.am (IGNORE_HFILES): ignore more headers
4166
4167 2000-10-06  Havoc Pennington  <hp@redhat.com>
4168
4169         * gdk-pixbuf/*.sgml, gdk-pixbuf/tmpl/*.sgml: copy in from 1.0
4170         
4171         * gdk-pixbuf/gdk-pixbuf-sections.txt: add Xlib sections from 1.0
4172         tree
4173
4174         * gdk-pixbuf/Makefile.am: add stuff from 1.0 tree
4175
4176         * gdk-pixbuf/compiling.sgml: copy from 1.0 tree
4177
4178 2000-09-26  Havoc Pennington  <hp@redhat.com>
4179
4180         * gtk/tmpl/gtkrc.sgml: Document stock icon stuff
4181
4182 Thu Sep  7 14:15:03 2000  Owen Taylor  <otaylor@redhat.com>
4183
4184         * gdk/* gtk/*: Move gtk-reference files into GTK+ tree proper.
4185
4186         * Update sections.txt files to correspond to current code,
4187         tweak .sgml files and Makefiles to correspond.
4188
4189         * gtk/tmpl/gtkradiomenuitem.sgml (this): Remove extra <para>
4190
4191 2000-06-14  Damon Chaplin  <damon@helixcode.com>
4192
4193         * gtk/tmpl/gtktooltips.sgml: added a note about no-window widgets.
4194
4195 Mon Jun  5 11:17:25 2000  Owen Taylor  <otaylor@redhat.com>
4196
4197         * gdk/tmpl/general.sgml: Fix gdk_pointer_grab description
4198         as pointed out by Dave Morse.
4199
4200 Sun May 28 12:16:01 2000  Owen Taylor  <otaylor@redhat.com>
4201
4202         * gtk/tmpl/gtkaspectframe.sgml: Fix typo
4203         pointed out by Gregory McLean.
4204
4205 2000-05-28  Damon Chaplin  <damon@helixcode.com>
4206
4207         * gdk/tmpl/event_structs.sgml: typo.
4208
4209 2000-04-22  Damon Chaplin  <damon@helixcode.com>
4210
4211         * gtk/tmpl/gtkenums.sgml: update from Lee Mallabone
4212         <lee0@callnetuk.com>
4213
4214 2000-04-09  Damon Chaplin  <damon@helixcode.com>
4215
4216         * gtk/tmpl/gtkmain.sgml: update from Torsten Landschoff
4217         <t.landschoff@gmx.net>
4218
4219         * gdk/tmpl/input_methods.sgml: 
4220         * gdk/tmpl/general.sgml: fixed typos.
4221
4222 Tue Mar 14 14:17:46 2000  Raph Levien  <raph@acm.org>
4223
4224         * gdk/tmpl/rgb.sgml: Better explanation of gdk_rgb_set_min_colors.
4225         Thanks to Stric for spotting it.
4226
4227 2000-03-07  Damon Chaplin  <damon@helixcode.com>
4228
4229         * gtk/tmpl/gtkclist.sgml: fix to gtk_clist_set_reorderable(). It
4230         reorders rows, not columns. From Guy Harris <gharris@flashcom.net>.
4231
4232 2000-02-29  Damon Chaplin  <damon@helixcode.com>
4233
4234         * gtk/tmpl/gtkmenuitem.sgml: minor fix from Nicolas GEORGE
4235         <nicolas.george@ens.fr>.
4236
4237 2000-02-28  Damon Chaplin  <damon@helixcode.com>
4238
4239         * gtk/tmpl/gtkradiomenuitem.sgml: 
4240         * gtk/tmpl/gtkmenuitem.sgml: 
4241         * gtk/tmpl/gtknotebook.sgml: new menu item sections and minor update to
4242         notebook section from Nicolas GEORGE <nicolas.george@ens.fr>.
4243
4244 2000-02-18  Damon Chaplin  <damon@helixcode.com>
4245
4246         * gtk/tmpl/gtktooltips.sgml: patch from
4247         David Benson <daveb@idealab.com> to note that gtk_tooltips_set_colors()
4248         does not work.
4249
4250 2000-02-09  Damon Chaplin  <damon@helixcode.com>
4251
4252         * gdk/tmpl/input_methods.sgml: minor fix.
4253
4254 2000-02-03  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4255
4256         * gdk/gdk-sections.txt: rearranged a bit.
4257
4258         * gdk/tmpl/event_structs.sgml: updated.
4259
4260         * gtk/gtk-sections.txt: added INCLUDE tag for Private Info section.
4261
4262         * gdk/tmpl/color_contexts.sgml: added note saying it is deprecated.
4263         * gdk/tmpl/dnd.sgml: added note saying read the GTK+ DnD docs.
4264
4265 2000-02-02  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4266
4267         * gdk/tmpl/*.sgml: ran make templates.
4268
4269         * gdk/gdk-docs.sgml: rearranged sections.
4270
4271         * gdk/tmpl/events.sgml: documented.
4272
4273         * gdk/tmpl/general.sgml: documented.
4274
4275         * gdk/tmpl/rgb.sgml: fixed a few '@' -> '#'.
4276
4277         * gdk/gdk-sections.txt: rearranged a few bits, including moving
4278         GdkWChar and related functions from the input method section to the
4279         font section, and GdkCapStyle etc. from Drawing Primitives to GCs.
4280
4281         * gdk/tmpl/images.sgml: documented.
4282
4283         * gdk/tmpl/drawing.sgml: updated.
4284
4285         * gdk/tmpl/regions.sgml: updated.
4286
4287         * gdk/tmpl/input_contexts.sgml: documented.
4288
4289         * gdk/tmpl/input_methods.sgml: documented.
4290
4291         * gdk/tmpl/selections.sgml: changed xref to a link since Jade says
4292         a xref to a RefEntry is not supported.
4293
4294 2000-01-19  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4295
4296         * gtk/tmpl/gtkscrollbar.sgml: Started.
4297
4298 2000-01-08  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4299
4300         * gtk/tmpl/gtkclist.sgml: update from Paul Schifferer
4301         <isengard@geocities.com>
4302
4303 Wed Jan  5 10:23:41 2000  Owen Taylor  <otaylor@redhat.com>
4304
4305         * gtk/tmpl/gtkprogress.sgml: Missing </listitem>, remove extra <para>
4306         * gtk/tmpl/gtkobject.sgml: dos2unix
4307         * gtk/tmpl/gtkcurve.sgml: missing </para>
4308         * gtk/tmpl/gtkarg.sgml: dos2unix, missing </para>
4309         * gtk/tmpl/gtkcolorsel.sgml: Missing </listitem>'s
4310         * gtk/tmpl/gtksignal.sgml (signal): dos2unix, missing </para>'s
4311         * gtk/tmpl/gtkmarshal.sgml: Missing </refsect2>
4312
4313 1999-11-16  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4314
4315         * gtk/tmpl/gtkmenubar.sgml: fixed minor error - using <em>.
4316
4317         * gtk/tmpl/gtknotebook.sgml: 
4318         * gtk/tmpl/gtklist.sgml: new sections from
4319         Nicolas George <george@clipper.ens.fr>, with help from
4320         "Bob Springett" <bobspringett@claranet.fr>.
4321
4322         * gtk/tmpl/gtkobject.sgml: 
4323         * gtk/tmpl/gtkarg.sgml: new sections from
4324         David Benson <daveb@idealab.com>.
4325
4326         * gtk/tmpl/gtkvbox.sgml: 
4327         * gtk/tmpl/gtkhbox.sgml: fixed line endings.
4328
4329         * gtk/tmpl/gtkvbbox.sgml: update from Lee Mallabone
4330         <lee0@callnetuk.com>
4331
4332         * gdk/tmpl/drawing.sgml: fixed error in gdk_draw_arc() @angle2 param
4333         - it is relative to @angle1 rather than from the 3 o'clock position.
4334
4335         * gtk/tmpl/gtkfontseldlg.sgml: changed enums to use @ fields.
4336
4337         * gtk/tmpl/gtkcolorsel.sgml: 
4338         * gtk/tmpl/gtkcolorseldlg.sgml: 
4339         * gtk/tmpl/gtkprogress.sgml: 
4340         * gtk/tmpl/gtkprogressbar.sgml: new sections from Tom Martone
4341         <tom@martoneconsulting.com>
4342
4343         * gtk/tmpl/gtkclist.sgml: partially written documentation from
4344         Paul Schifferer <isengard@geocities.com> who won't be able to finish it
4345
4346 1999-09-22  Martin Norbäck  <d95mback@dtek.chalmers.se>
4347         
4348         * gtk/tmpl/gtkclist.sgml: Added information about the sorting functions
4349
4350 Tue Oct 26 16:50:15 1999  Owen Taylor  <otaylor@redhat.com>
4351
4352         * gtk/tmpl/gtkrc.sgml: Added information about widget
4353         paths and pattern matching.
4354
4355 1999-09-22  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4356
4357         * gtk/tmpl/*.sgml: ran make templates, to fix problems with structs.
4358
4359         * gtk/gtk-sections.txt: rearranged GtkCombo section.
4360
4361         * gtk/tmpl/gtkvseparator.sgml: 
4362         * gtk/tmpl/gtkhseparator.sgml: 
4363         * gtk/tmpl/gtkgc.sgml: 
4364         * gtk/tmpl/gtkfeatures.sgml: 
4365         * gtk/tmpl/gtktipsquery.sgml: 
4366         * gtk/tmpl/gtkitem.sgml: 
4367         * gtk/tmpl/gtkinvisible.sgml: 
4368         * gtk/tmpl/gtkgamma.sgml: 
4369         * gtk/tmpl/gtkdata.sgml: 
4370         * gtk/tmpl/gtkcurve.sgml: 
4371         * gtk/tmpl/gtkcombo.sgml: 
4372         * gtk/tmpl/gtkaccellabel.sgml: documented.
4373
4374 1999-09-20  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4375
4376         * gtk/gtk-docs.sgml: added role="no-toc" to the GTK+ Widgets & Objects
4377         chapter since we've created our own special contents page.
4378
4379 1999-09-19  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4380
4381         * gtk/tmpl/gtkmarshal.sgml: 
4382         * gtk/tmpl/gtksignal.sgml: new sections from 
4383          David Benson <daveb@idealab.com>.
4384
4385         * gtk/gtk-sections.txt: rearranged signal sections, and made most
4386         marshallers private. Moved GtkSignalRunType to signals section.
4387
4388         * gtk/tmpl/gtkradiobutton.sgml: new section from Lee Mallabone.
4389
4390 1999-09-17  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4391
4392         * gtk/gtk-docs.sgml: removed menu factory and debugging sections.
4393
4394         * gtk/gtk-sections.txt: made menu factory stuff private since it is
4395         deprecated. Also made debugging stuff private since it is only useful
4396         within GTK+.
4397
4398 1999-09-14  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4399
4400         * gtk/tmpl/gtkfilesel.sgml: fixed mismatched parentheses.
4401
4402 1999-09-02  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4403
4404         * gdk/tmpl/event_structs.sgml: 
4405         * gdk/tmpl/drawing.sgml: minor fixes.
4406
4407 1999-09-20  David C. Mason  <dcm@redhat.com>
4408
4409         * gtk/tmpl/gtkimage.sgml: first pass at gtkimage... not complete
4410
4411 1999-08-28  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4412
4413         * gtk/tmpl/gtkbbox.sgml: new section from Lee Mallabone.
4414
4415         * gdk/gdk-sections.txt: rearranged rgb, regions, and drawing sections.
4416
4417         * gdk/tmpl/rgb.sgml: new section from Raph Levien, with a few changes
4418         by me, including a little example app.
4419
4420         * gdk/tmpl/regions.sgml: 
4421         * gdk/tmpl/event_structs.sgml: 
4422         * gdk/tmpl/drawing.sgml: my first attempt.
4423         * gdk/tmpl/cursors.sgml: tiny changes.
4424
4425 Tue Aug 17 09:14:01 1999  Owen Taylor  <otaylor@redhat.com>
4426
4427         * gtk/tmpl/gtktypeutils.sgml: Fix corrupted end tag.
4428
4429         * gtk/tmpl/gtkselection.sgml gtk/tmpl/gtkrc.sgml
4430           gtk/tmpl/gtkdnd.sgml gtk/tmpl/gtkarrow.sgml
4431           gtk/tmpl/gtkpaned.sgml gtk/tmpl/gtkmisc.sgml
4432           gtk/tmpl/gtkhandlebox.sgml gtk/tmpl/gtkctree.sgml:
4433         Added missing close tags.
4434
4435 Thu Aug 19 14:43:08 1999  Owen Taylor  <otaylor@redhat.com>
4436
4437         * gdk/tmpl/gcs.sgml gdk/gdk-sections.txt: Added section. 
4438           (Written a while ago but fell through the cracks)
4439
4440         * gtk/gtk-docs.sgml: Add a &hash; entity here as a
4441           temporary hack. (There is no standard entity
4442           for '#', and no way of escaping '#' in gtk-doc)
4443
4444         * gtk/tmpl/gtkrc.sgml: Use the above to fix up #rrggbb
4445           string literals.
4446
4447         * gtk/tmpl/gtkdrawingarea.sgml: Fixed a couple
4448           of errors in the example. (pointed out by
4449           Nick Lamb)
4450
4451 Mon Aug 16 6:60:53 1999  Owen Taylor  <otaylor@redhat.com>
4452
4453         * gdk/tmpl/properties.sgml
4454           gdk/tmpl/selections.sgml
4455           gdk/tmpl/input_devices.sgml: Documented
4456
4457         * gdk/gdk-sections.txt: Moved around types for
4458           input devices properties and selections, marked
4459           a few functions as private.