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