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