]> Pileus Git - ~andy/gtk/blob - docs/reference/ChangeLog
=== Released 2.4.1 ===
[~andy/gtk] / docs / reference / ChangeLog
1 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
2
3         * === Released 2.4.1 ===
4
5 2004-04-29  Federico Mena Quintero  <federico@ximian.com>
6
7         * gtk/tmpl/gtkfilechooser.sgml: Added an .gtkrc-2.0 example of how
8         to actually change the key bindings.
9
10 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
11
12         * gtk/tmpl/gtkdialog.sgml: 
13         * gtk/tmpl/gtkeditable.sgml: 
14         * gtk/tmpl/gtkfilesel.sgml: 
15         * gtk/tmpl/gtkmain.sgml: 
16         * gtk/tmpl/gtkmenu.sgml: 
17         * gtk/tmpl/gtkmessagedialog.sgml: 
18         * gtk/tmpl/gtktogglebutton.sgml: Remove excessive
19         casts from examples.  (#139387, Olexiy Avramchenko)
20
21         * gtk/migrating-GtkAction.sgml: Fix an example.  
22         (#138966, Tim-Philipp Müller)
23
24         * gdk/tmpl/properties.sgml: Document the only_if_exists argument
25         to gdk_atom_intern() as ignored.
26
27 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
28
29         * gtk/gtk-sections.txt: Add GtkFileChooserEmbed to a 
30         Private section, so gtk-doc can strip it out of the hierarchy.
31
32 2004-04-15  Federico Mena Quintero  <federico@ximian.com>
33
34         * gtk/tmpl/gtkfilechooser.sgml: Added a section explaining
35         character encoding for filenames.
36
37 2004-04-13  Matthias Clasen  <mclasen@redhat.com>
38
39         * gtk/tmpl/gtkuimanager.sgml: Some corrections.
40
41 2004-04-13  Federico Mena Quintero  <federico@ximian.com>
42
43         * gtk/tmpl/gtkfilechooser.sgml: Typo fix.
44
45 2004-04-12  Federico Mena Quintero  <federico@ximian.com>
46
47         * gtk/tmpl/gtkfilechooser.sgml: Added documentation about
48         GtkFileChooserDefault's key binding signals.
49
50 2004-03-26  Federico Mena Quintero  <federico@ximian.com>
51
52         * gtk/tmpl/gtkfilechooserdialog.sgml: Added a section about using
53         known response codes for "accept"-type buttons, rather than custom
54         responses.  This is related to bugs #136237 and #138263.
55
56 Tue Mar 16 13:17:26 2004  Owen Taylor  <otaylor@redhat.com>
57
58         * === Released 2.4.0 ===
59
60 Tue Mar 16 00:13:19 2004  Matthias Clasen  <maclas@gmx.de>
61
62         * gtk/tmpl/gtktreestore.sgml: Remove cvs conflict
63         markers.
64
65 Sun Mar 14 22:27:59 2004  Owen Taylor  <otaylor@redhat.com>
66
67         * gtk/tmpl/gtktreeview.sgml: Document 
68         #GtkTreeViewSearchEqualFunc and its backwards return
69         value.
70
71 Mon Mar 15 02:36:32 2004  Matthias Clasen  <maclas@gmx.de>
72
73         * gtk/tmpl/gtkentrycompletion.sgml: Add some docs.
74
75 Tue Mar  9 09:34:10 2004  Owen Taylor  <otaylor@redhat.com>
76
77         * === Released 2.3.6 ===
78
79 Tue Mar  9 00:52:56 2004  Matthias Clasen  <maclas@gmx.de>
80
81         * gtk/migrating-GtkAction.sgml: Fix the example XML ui
82         description.
83
84 Mon Mar  8 08:26:52 2004  Owen Taylor  <otaylor@redhat.com>
85
86         * gtk/building.sgml: Fix link to gettext. (Henning Nielsen Lund)
87
88 Sat Mar  6 23:50:37 2004  Matthias Clasen  <maclas@gmx.de>
89
90         * gtk/tmpl/gtkrc.sgml: Document that [xy]thickness can
91         be specified in a style.
92
93 Fri Mar  5 23:58:01 2004  Matthias Clasen  <maclas@gmx.de>
94
95         * gtk/tmpl/gtktreemodelfilter.sgml: A little addition.
96
97 Fri Mar  5 23:45:06 2004  Matthias Clasen  <maclas@gmx.de>
98
99         * gtk/tmpl/gtkinvisible.sgml: Remove "internally-used"
100         which sounds like "private".
101
102 Tue Mar  2 23:51:24 2004  Matthias Clasen  <maclas@gmx.de>
103
104         * gtk/tmpl/gtkentrycompletion.sgml: Add a bit about actions.
105
106 Mon Mar  1 19:47:48 2004  Owen Taylor  <otaylor@redhat.com>
107
108          * === Released 2.3.5 ====
109
110         * gtk/gtk-sections.txt: Update
111
112 Sun Feb 29 22:04:43 2004  Owen Taylor  <otaylor@redhat.com>
113
114         * gtk/gtk-sections.txt: Add gtk_entry_get_alignment
115
116 Sun Feb 29 20:32:18 2004  Owen Taylor  <otaylor@redhat.com>
117
118         * gtk/gtk-sections.txt: Add gtk_window_mnemonic_activate
119
120 Sat Feb 28 01:14:23 2004  Matthias Clasen  <maclas@gmx.de>
121
122         * gtk/migrating-GtkComboBox.sgml: New chapter.
123
124 Sat Feb 28 01:11:53 2004  Matthias Clasen  <maclas@gmx.de>
125
126         * gtk/gtk-docs.sgml: Include migrating-GtkComboBox.sgml.
127
128 Sat Feb 28 01:11:34 2004  Matthias Clasen  <maclas@gmx.de>
129
130         * gtk/Makefile.am (content_files): Add migrating-GtkComboBox.sgml.
131
132 Fri Feb 27 22:54:01 2004  Matthias Clasen  <maclas@gmx.de>
133
134         * gtk/gtk-docs.sgml: Sort deprecated widgets alphabetically.
135
136 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
137
138         * gtk/migrating-GtkAction.sgml: Put explicit <link> elements
139         instead of #Symbol, because the latter doesn't get substituted by
140         gtk-doc outside of template files.  Thanks to Matthias for
141         pointing this out.
142
143         * gtk/migrating-GtkFileChooser.sgml: Likewise.
144
145         * gtk/gtk-sections.txt: Removed gtk_file_chooser_{set,get}_folder_mode.
146
147 Fri Feb 27 22:51:35 2004  Matthias Clasen  <maclas@gmx.de>
148
149         * gtk/tmpl/gtkoptionmenu.sgml: 
150         * gtk/tmpl/gtkcombo.sgml: Add some more deprecation notes.
151
152 Fri Feb 27 22:47:28 2004  Matthias Clasen  <maclas@gmx.de>
153
154         * gtk/tmpl/gtkfilechooser.sgml: Suppress link in example.
155
156 Fri Feb 27 22:40:50 2004  Matthias Clasen  <maclas@gmx.de>
157
158         * gtk/Makefile.am (IGNORE_HFILES): Add gtkpathbar.h
159
160 Fri Feb 27 22:27:34 2004  Matthias Clasen  <maclas@gmx.de>
161
162         * gtk/gtk-sections.txt: Add gtk_widget_{add,remove,list}_mnemonic_label(s).
163
164 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
165
166         * gtk/migrating-GtkFileChooser.sgml: Inform about
167         gtk_file_chooser_set_action().
168
169 Thu Feb 26 22:18:21 2004  Matthias Clasen  <maclas@gmx.de>
170
171         * gtk/gtk-sections.txt: Add gtk_combo_box_entry_new_text.
172
173 Thu Feb 26 21:41:25 2004  Matthias Clasen  <maclas@gmx.de>
174
175         * gtk/gtk-sections.txt: Add gtk_rc_reset_styles.
176
177 Tue Feb 24 19:06:20 2004  Owen Taylor  <otaylor@redhat.com>
178
179         * === Released 2.3.4 ===
180
181 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
182
183         * gtk/tmpl/gtkexpander.sgml: Added a section about usage when you
184         want to manage the expanded widgets yourself.
185
186 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
187
188         * === Released 2.3.3 ===
189
190 Thu Feb 19 00:11:23 2004  Matthias Clasen  <maclas@gmx.de>
191
192         * gtk/gtk-sections.txt: Add gtk_radio_menu_item_new_from_widget
193         gtk_radio_menu_item_new_with_label_from_widget,
194         gtk_radio_menu_item_new_with_mnemonic_from_widget.
195
196 2004-02-17  Federico Mena Quintero  <federico@ximian.com>
197
198         * gtk/migrating-checklist.sgml: Add a missing semicolon to an
199         entity.
200
201 2004-02-16  Federico Mena Quintero  <federico@ximian.com>
202
203         * gtk/migrating-checklist.sgml: Umm, I'm on crack.  Use
204         gtk_accelerator_get_default_mod_mask().
205
206         * gdk/tmpl/windows.sgml: Removed the incorrect description from
207         GDK_MODIFIER_MASK.
208
209 2004-02-16  Federico Mena Quintero  <federico@ximian.com>
210
211         * gdk/tmpl/windows.sgml: Added an example of how to use
212         GDK_MODIFIER_MASK to test for modifier keys correctly.
213
214         * gtk/migrating-checklist.sgml: Likewise.
215
216 Sun Feb 15 23:51:08 2004  Matthias Clasen  <maclas@gmx.de>
217
218         * gtk/tmpl/gtkcomboboxentry.sgml: 
219         * gtk/tmpl/gtkcombobox.sgml: Add short descriptions.
220
221 Sun Feb 15 22:09:53 2004  Matthias Clasen  <maclas@gmx.de>
222
223         * gtk/tmpl/gtkcombo.sgml: 
224         * gtk/tmpl/gtkoptionmenu.sgml: Add deprecation notes pointing
225         people to GtkComboBox.
226
227 Sun Feb 15 02:46:53 2004  Matthias Clasen  <maclas@gmx.de>
228
229         * gtk/tmpl/gtktreednd.sgml: Add docs.
230
231 Sat Feb 14 03:09:49 2004  Matthias Clasen  <maclas@gmx.de>
232
233         * gtk/gtk-sections.txt: Remove duplicated section for
234         file gtktreednd.sgml.
235
236 Fri Feb 13 00:54:24 2004  Matthias Clasen  <maclas@gmx.de>
237
238         * gtk/gtk-sections.txt: Add gtk_scale_get_layout
239         and gtk_scale_get_layout_offsets.
240
241 Thu Feb 12 23:56:12 2004  Matthias Clasen  <maclas@gmx.de>
242
243         * gtk/gtk-sections.txt: Add gtk_tooltips_get_info_from_tip_window.
244
245 Thu Feb 12 23:30:25 2004  Matthias Clasen  <maclas@gmx.de>
246
247         * gtk/gtk-sections.txt: Add gtk_combo_box_{popup,popdown}.
248
249 Thu Feb 12 02:00:53 2004  Matthias Clasen  <maclas@gmx.de>
250
251         * gtk/tmpl/gtktreemodelfilter.sgml: 
252         * gtk/tmpl/gtkentrycompletion.sgml: 
253         * gtk/tmpl/gtkcelllayout.sgml: Additions.
254
255 Thu Feb 12 01:27:02 2004  Matthias Clasen  <maclas@gmx.de>
256
257         * gtk/gtk-sections.txt: Updates.
258
259 Thu Feb 12 01:26:42 2004  Matthias Clasen  <maclas@gmx.de>
260
261         * gtk/Makefile.am (IGNORE_HFILES): Add some private headers.
262
263 Sat Feb  7 00:38:23 2004  Matthias Clasen  <maclas@gmx.de>
264
265         * gtk/gtk-sections.txt: Add GtkAccelMap, gtk_accel_map_get,
266         and a bunch of standard and private accel map symbols.
267
268 Sat Feb  7 00:38:03 2004  Matthias Clasen  <maclas@gmx.de>
269
270         * gtk/gtk.types: Add gtk_accel_map_get_type.
271
272 Sun Feb  1 00:37:44 2004  Matthias Clasen  <maclas@gmx.de>
273
274         * gtk/tmpl/gtkobject.sgml: Remove misleading documentation for 
275         gtk_object_set_user_data().  (#101614)
276
277 Sun Feb  1 00:30:53 2004  Matthias Clasen  <maclas@gmx.de>
278
279         * gdk/tmpl/general.sgml: Improve the documentation of event_mask for
280         gdk_pointer_grab.  (#132223, Pascal Haakmat)
281
282 Fri Jan 30 00:27:36 2004  Matthias Clasen  <maclas@gmx.de>
283
284         * gtk/tmpl/gtkcombo.sgml: Document clearing the list with
285         gtk_combo_set_popdown_strings().
286
287 Wed Jan 28 22:51:41 2004  Matthias Clasen  <maclas@gmx.de>
288
289         * gtk/tmpl/gtktreeviewcolumn.sgml: Remove unfinished sentence, until
290         jrb finds time to write a real description.
291
292 Wed Jan 28 21:46:55 2004  Matthias Clasen  <maclas@gmx.de>
293
294         * gdk/tmpl/event_structs.sgml: Fix a header name misspelling.  
295         (#123589, Jan Huelsbergen)
296
297 2004-01-23  Federico Mena Quintero  <federico@ximian.com>
298
299         * gtk/migrating-checklist.sgml: Note that a widget must be
300         focusable for the menu keybindings to work.
301
302 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
303
304         * gtk/migrating-checklist.sgml: Mention when it is useful to use
305         GdkEventExpose.region rather than GdkEventExpose.area.
306
307 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
308
309         * gtk/migrating-checklist.sgml: Point to GtkEntry as an example of
310         a widget that uses a custom function to position its popup menu.
311
312 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
313
314         * gtk/migrating-checklist.sgml: New chapter with a "Migration
315         Checklist" of things people need to do to be good citizens in the
316         GTK+ world.  This is mainly a way to tell people about interesting
317         APIs that they should use instead of hand-hacked approaches.
318
319         * gtk/gtk-docs.sgml: Added migrating-checklist.sgml.
320
321         * gtk/Makefile.am (content_files): Likewise.
322
323 Thu Jan 22 01:46:45 2004  Jonathan Blandford  <jrb@gnome.org>
324
325         * gtk/tmpl/gtktreemodelsort.sgml: new introduction section.
326
327 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
328
329         * gtk/gtk-sections.txt: Added gtk_paned_get_child[12].
330
331 Thu Jan 15 23:54:46 2004  Matthias Clasen  <maclas@gmx.de>
332
333         * gtk/gtk-docs.sgml: Move the old chapters about 1.2 and 2.0 
334         changes to Federicos new 'migrating' part.
335
336 Fri Jan  9 00:38:58 2004  Matthias Clasen  <maclas@gmx.de>
337
338         * gtk/gtk-sections.txt: Add gtk_ui_manager_get_toplevels.
339
340 Thu Jan  8 00:14:02 2004  Matthias Clasen  <maclas@gmx.de>
341
342         * gtk/tmpl/gtkmain.sgml (gtk_input_add_full): Fix link in deprecation
343         note.
344
345 Wed Jan  7 22:25:45 2004  Matthias Clasen  <maclas@gmx.de>
346
347         * gtk/gtk-sections.txt: Add gtk_action_new, gtk_toggle_action_new,
348         gtk_radio_action_new, gtk_action_group_add_action_with_accel.
349
350 Wed Jan  7 01:56:33 2004  Matthias Clasen  <maclas@gmx.de>
351
352         * gdk-pixbuf/tmpl/file-saving.sgml: Document GdkPixbufSaveFunc.
353
354         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add GdkPixbufSaveFunc,
355         gdk_pixbuf_save_to_callback, gdk_pixbuf_save_to_callbackv,
356         gdk_pixbuf_save_to_buffer and gdk_pixbuf_save_to_bufferv.
357
358 Wed Jan  7 01:27:23 2004  Matthias Clasen  <maclas@gmx.de>
359
360         * gdk-pixbuf/tmpl/module_interface.sgml: Document expected
361         module behaviour if the size_func returns 0.
362
363 Wed Jan  7 01:26:07 2004  Matthias Clasen  <maclas@gmx.de>
364
365         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add gdk_pixbuf_get_file_info.
366
367 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
368
369         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Added a section on how to
370         compute pixel offsets for gdk_pixbuf_get_pixels().
371
372 Mon Dec 29 01:40:20 2003  Matthias Clasen  <maclas@gmx.de>
373
374         * gtk/gtk-sections.txt: Add gtk_accel_map_{un,}lock_path.
375
376 Wed Dec 24 01:12:12 2003  Matthias Clasen  <maclas@gmx.de>
377
378         * gtk/gtk-sections.txt: Add GtkClipboardTargetReceivedFunc,
379         gtk_clipboard_request_targets, gtk_clipboard_wait_for_targets.
380
381 Wed Dec 24 01:11:36 2003  Matthias Clasen  <maclas@gmx.de>
382
383         * gtk/tmpl/gtkclipboard.sgml: Document GtkClipboardTargetReceivedFunc.
384
385 Sun Dec 21 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
386
387         * gtk/gtk-sections.txt: Add gtk_menu_shell_cancel.
388
389 Thu Dec 18 01:24:35 2003  Matthias Clasen  <maclas@gmx.de>
390
391         * gtk/gtk-sections.txt: Add gtk_message_dialog_set_markup
392
393 Tue Dec 16 01:57:13 2003  Matthias Clasen  <maclas@gmx.de>
394
395         * gdk/gdk-sections.txt: Add gdk_display_set_double_click_distance.
396
397 Mon Dec 15 01:03:08 2003  Matthias Clasen  <maclas@gmx.de>
398
399         * gtk/gtk-sections.txt: Add gtk_button_[sg]et_alignment.
400
401 Sun Dec 14 01:25:49 2003  Matthias Clasen  <maclas@gmx.de>
402
403         * gdk/gdk-sections.txt: Add gdk_x11_register_standard_event_type.
404
405 Sat Dec 13 22:37:46 2003  Matthias Clasen  <maclas@gmx.de>
406
407         * gtk/Makefile.am (HTML_IMAGES): Add 
408         stock_dialog_authentication_48.png.  (#129255, Olivier Andrieu)
409
410 Fri Dec 12 00:52:25 2003  Matthias Clasen  <maclas@gmx.de>
411
412         * gdk/gdk-sections.txt: Add the new gdk_spawn_* and
413         gdk_threads_* declarations.
414
415 Thu Dec 11 01:57:55 2003  Matthias Clasen  <maclas@gmx.de>
416
417         * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Signal documentation
418         moved inline.
419
420 Thu Dec 11 00:04:10 2003  Matthias Clasen  <maclas@gmx.de>
421
422         * gtk/gtk-sections.txt: Add gtk_window_[sg]et_accept_focus().
423         * gdk/gdk-sections.txt: Add gdk_window_set_accept_focus().
424
425 Wed Dec 10 00:09:51 2003  Matthias Clasen  <maclas@gmx.de>
426
427         * gdk/gdk-sections.txt: Add gdk_window_get_group(), 
428         gdk_display_get_default_group().
429
430 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
431  
432         * gtk/migrating-GtkAction.sgml: New chapter about how to migrate
433         from gnome-ui/bonobo-ui/etc. to GtkAction.
434  
435         * gtk/gtk-docs.sgml: Integrated the above.
436  
437         * gtk/Makefile.am (content_files): Added migrating-GtkAction.sgml.
438  
439 Mon Dec  8 12:47:01 2003  Owen Taylor  <otaylor@redhat.com>
440
441         * gtk/Makefile.am (IGNORE_HFILES): Add xdgmime directory,
442         gtkfilesystemwin32.
443
444         * gtk/gtk-sections.txt: Some updates.
445
446 Sun Nov 23 20:59:57 2003  Matthias Clasen  <maclas@gmx.de>
447
448         * gtk/tree_widget.sgml: Add a missing comma.
449
450 Fri Nov 21 00:09:36 2003  Matthias Clasen  <maclas@gmx.de>
451
452         * gtk/tmpl/gtkfontsel.sgml: 
453         * gtk/tmpl/gtkfontseldlg.sgml: Remove leftover documentation of
454         the filter functionality that got removed long ago.
455
456 2003-11-18  Federico Mena Quintero  <federico@ximian.com>
457
458         * gtk/tmpl/gtkfilechooser.sgml: Added sections section about
459         generating previews and including extra widgets.
460
461         * gtk/gtk-docs.sgml: Added a part about migrating old code to new
462         widgets.
463
464         * gtk/migrating-GtkFileChooser.sgml: New file.
465
466         * gtk/Makefile.am (content_files): Added
467         migrating-GtkFileChooser.sgml.
468
469 Tue Nov 18 00:12:23 2003  Matthias Clasen  <maclas@gmx.de>
470
471         * gdk/gdk-sections.txt: Add gdk_drawable_copy_to_image.
472
473 Mon Nov 17 23:29:21 2003  Matthias Clasen  <maclas@gmx.de>
474
475         * gtk/gtk-sections.txt: Add gtk_combo_box_new_with_model,
476         gtk_combo_box_set_model.
477
478 Sun Nov 16 00:41:48 2003  Matthias Clasen  <maclas@gmx.de>
479  
480         * gtk/gtk-sections.txt: Remove gtk_tool_item_[sg]et_pack_end.
481
482 Sun Nov 16 00:32:18 2003  Matthias Clasen  <maclas@gmx.de>
483
484         * gtk/gtk-sections.txt: Move GtkFileChooser out of the
485         private section, in order to get the autogenerated docs
486         on hierarchy, signals, properties, etc.
487
488 Sat Nov 15 00:25:39 2003  Matthias Clasen  <maclas@gmx.de>
489
490         * gdk-pixbuf/tmpl/module_interface.sgml: Add an example
491         for GdkPixbufModulePattern.
492
493 Wed Nov 12 21:52:35 2003  Matthias Clasen  <maclas@gmx.de>
494
495         * gtk/gtk-sections.txt: Add gtk_menu_set_monitor.
496
497 Fri Oct 24 13:15:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
498
499         * gtk/tmpl/gtktoolbar.sgml, gtk/tmpl/gtkseparatortoolitem.sgml:
500         Mention the "expand" and "draw" trick for separator tool items.
501
502 Fri Oct 24 17:21:04 2003  Owen Taylor  <otaylor@redhat.com>
503
504         * gdk-pixbuf/Makefile.am gtk/Makefile.am: Distribute generated
505         man pages.
506
507 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
508
509         * gtk/tmpl/gtkfilechooser.sgml: Added the text for the initial
510         section, and descriptions for the signals and enumerations.
511
512         * gtk/tmpl/gtkfilechooserdialog.sgml: Added the text for the
513         initial section, and a short example.
514
515         * gtk/tmpl/gtkfilechooserwidget.sgml: Added the text for the
516         initial section.
517
518 Fri Oct 24 00:25:07 2003  Matthias Clasen  <maclas@gmx.de>
519
520         * gtk/tmpl/gtkfilefilter.sgml: 
521         * gtk/tmpl/gtkfilechooser.sgml: 
522         * gtk/tmpl/gtkfilechooserwidget.sgml: 
523         * gtk/tmpl/gtkfilechooserdialog.sgml: Add short descriptions.
524
525 Thu Oct 23 22:41:02 2003  Matthias Clasen  <maclas@gmx.de>
526
527         * gtk/gtk-docs.sgml: Move GtkCombo and GtkOptionMenu to
528         the "Deprecated" chapter. Add GtkFileChooser, GtkFileChooserDialog,
529         GtkFileChooseWidget and GtkFileFilter.
530
531 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
532
533         * gtk/gtk.types: Added gtk_file_chooser_get_type,
534         gtk_file_chooser_dialog_get_type,
535         gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
536
537         * gtk/gtk-sections.txt: Added GtkFileChooser,
538         GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
539
540         * gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
541         gtkfilechooserdefault.h, gtkfilechooserentry.h,
542         gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
543         gtkfilesystemunix.h.
544
545         * gtk/tmpl/gtkfilechooser.sgml: New template file.
546
547         * gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
548
549         * gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
550
551         * gtk/tmpl/gtkfilefilter.sgml: Likewise.
552
553 Sun Oct 12 00:33:48 2003  Matthias Clasen  <maclas@gmx.de>
554
555         * gtk/gtk.types: Add the get_type() functions for
556         GtkEntryCompletion, GtkTreeModelFilter, GtkCellLayout, 
557         GtkComboBox, GtkComboBoxEntry.
558
559 Sat Oct 11 00:18:46 2003  Matthias Clasen  <maclas@gmx.de>
560
561         * gtk/tmpl/gtkprogressbar.sgml: Included 
562         gtk_progress_bar_get_orientation() in the list of undeprecated 
563         functions, use less clumsy markup for enumerations.
564
565 2003-10-02  Matthias Clasen  <maclas@gmx.de>
566
567         * gtk/Makefile.am (IGNORE_HFILES): Add gtkcellview.h and
568         gtkcellviewmenuitem.h.
569
570         * gtk/tmpl/gtkentrycompletion.sgml: 
571         * gtk/tmpl/gtktreemodelfilter.sgml: 
572         * gtk/tmpl/gtkcelllayout.sgml: 
573         * gtk/tmpl/gtkcombobox.sgml: 
574         * gtk/tmpl/gtkcomboboxentry.sgml: New templates.
575
576         * gtk/gtk-sections.txt: 
577         * gtk/gtk-docs.sgml: Add sections for GtkEntryCompletion, 
578         GtkTreeModelFilter, GtkCellLayout, GtkComboBox, GtkComboBoxEntry.
579
580         * gtk/tmpl/gtktreednd.sgml: Add short description.
581
582         * gtk/gtk-docs.sgml: Move GtkItemFactory to the "Deprecated" chapter.
583
584         * gtk/tmpl/gtktoggletoolbutton.sgml: Fix section title.
585
586 2003-10-01  Matthias Clasen  <maclas@gmx.de>
587
588         * gdk/tmpl/keys.sgml: Add two missing signals.
589
590         * gtk/tmpl/gtkaction.sgml: Fix cross reference to GtkMenuMerge.
591
592         * gtk/gtk-sections.txt: Additions.
593
594         * gtk/tmpl/gtkitemfactory.sgml: Add hint to use #GtkUIManager instead.
595
596 2003-09-30  Matthias Clasen  <maclas@gmx.de>
597
598         * gtk/tmpl/gtkuimanager.sgml: Add a section about empty menus.
599
600         * gdk/tmpl/keys.sgml: Small addition.
601
602         * gdk/gdk-sections.txt: Add GdkDisplayClass and GdkScreenClass.
603
604         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add GdkPixbufLoaderClass.
605
606 2003-09-22  Matthias Clasen  <maclas@gmx.de>
607
608         * gtk/tmpl/gtktable.sgml: Fix a copy-and-paste error.  (#122800)
609
610 2003-09-21  Matthias Clasen  <maclas@gmx.de>
611
612         * gtk/gtk-sections.txt: Add gtk_widget_[gs]et_no_show_all.
613         Add gtk_toggle_action_[gs]et_draw_as_radio.
614
615 2003-09-18  Matthias Clasen  <maclas@gmx.de>
616
617         * gtk/gtk-sections.txt: 
618         * gtk/tmpl/gtkuimanager.sgml: Updates for accelerator-only actions.
619
620 2003-09-16  Matthias Clasen  <maclas@gmx.de>
621
622         * gtk/tmpl/gtkaction.sgml: 
623         * gtk/tmpl/gtkradioaction.sgml: 
624         * gtk/tmpl/gtkactiongroup.sgml: 
625         * gtk/tmpl/gtkuimanager.sgml: Updates.
626
627 2003-09-15  Matthias Clasen  <maclas@gmx.de>
628
629         * gtk/tmpl/gtkuimanager.sgml: Add a paragraph about smart separators.
630
631         * gtk/gtk-sections.txt: Add gtk_action_group_add_toggle_actions[_full].
632
633 2003-09-12  Matthias Clasen  <maclas@gmx.de>
634
635         * gdk/tmpl/drawing.sgml: Add deprecation note for gdk_draw_pixmap().
636
637 2003-09-11  Matthias Clasen  <maclas@gmx.de>
638
639         * gdk/tmpl/drawing.sgml: Add hints about obtaining Pango 
640         structures. (#121953, Martin Pool)
641
642 2003-09-04  Matthias Clasen  <maclas@gmx.de>
643
644         * gtk/gtk-sections.txt: Add GtkUIManagerItemType.
645
646         * gtk/tmpl/gtkuimanager.sgml: Change the name of the "pos" 
647         attribute to "position".
648
649         * gtk/tmpl/gtkactiongroup.sgml: Doc tweaks.
650
651 2003-09-02  Matthias Clasen  <maclas@gmx.de>
652
653         * gtk/tmpl/gtkactiongroup.sgml: 
654         * gtk/tmpl/gtkuimanager.sgml: Additions.
655
656         * gtk/gtk-sections.txt: Add gtk_ui_manager_new_merge_id and
657         gtk_ui_manager_add_ui.
658
659 2003-09-01  Matthias Clasen  <maclas@gmx.de>
660
661         * gtk/tmpl/gtkuimanager.sgml: Add an example UI description.
662
663         * gtk/gtk-sections.txt: Add gtk_ui_manager_ensure_update.
664
665 2003-08-31  Matthias Clasen  <maclas@gmx.de>
666
667         * gtk/Makefile.am (IGNORE_HFILES): Add gtktoggleactionprivate.h
668
669         * gtk/tmpl/gtkuimanager.sgml: 
670         * gtk/gtk-sections.txt: Replace gtk_ui_manager_activate by
671         gtk_ui_manager_get_action.
672
673         * gtk/tmpl/gtkuimanager.sgml: 
674         * gtk/tmpl/gtkactiongroup.sgml: 
675         * gtk/tmpl/gtkaction.sgml: 
676         * gtk/tmpl/gtktoggleaction.sgml: 
677         * gtk/tmpl/gtkradioaction.sgml: Additions.
678
679         * gtk/gtk-sections.txt: Updates.
680
681         * gtk/gtk.types: Add GtkAction, GtkActionGroup, GtkToggleAction,
682         GtkRadioAction and GtkUIManager.
683         
684 2003-08-28  Matthias Clasen  <maclas@gmx.de>
685
686         * gdk/tmpl/events.sgml: Improve PointerHint docs.
687         * gdk/tmpl/event_structs.sgml: Explain is_hint field in GdkEventMotion.
688         (#120542)
689
690 2003-08-26  Matthias Clasen  <maclas@gmx.de>
691
692         * gtk/gtk-sections.txt: Rename GtkMenuMerge to GtkUIManager
693         * gtk/gtk-docs.sgml: Adjust.
694         * gtk/tmpl/gtkuimanager.sgml: New template.
695         * gtk/tmpl/gtkmenumerge.sgml: Removed.
696
697 2003-08-24  Matthias Clasen  <maclas@gmx.de>
698
699         * gtk/tmpl/gtkmenumerge.sgml: 
700         * gtk/tmpl/gtkaction.sgml: 
701         * gtk/tmpl/gtkactiongroup.sgml: 
702         * gtk/tmpl/gtkradioaction.sgml: 
703         * gtk/tmpl/gtktoggleaction.sgml: New templates.
704
705         * gtk/gtk-docs.sgml: 
706         * gtk/gtk-sections.txt: Add GtkMenuMerge, GtkAction, GtkActionGroup, 
707         GtkRadioAction, GtkToggleAction.
708
709 2003-08-11  Matthias Clasen  <maclas@gmx.de>
710  
711         * gdk/gdk-sections.txt: Add gdk_window_set_keep_above and
712         gdk_window_set_keep_below.  
713
714         * gtk/gtk-sections.txt: Add gtk_window_set_keep_above and
715         gtk_window_set_keep_below. 
716
717         * gdk/tmpl/event_structs.sgml: Document GDK_WINDOW_STATE_FULLSCREEN, 
718         GDK_WINDOW_STATE_ABOVE and GDK_WINDOW_STATE_BELOW.
719
720 2003-08-10  Matthias Clasen  <maclas@gmx.de>
721
722         * gtk/tmpl/gtkwidget.sgml: Document public GtkWidget members.
723         (#119463) 
724
725 2003-08-09  Matthias Clasen  <maclas@gmx.de>
726
727         * gtk/tmpl/gtkcalendar.sgml: Deprecate
728         GTK_CALENDAR_WEEK_START_MONDAY. (#87977) 
729
730 2003-08-03  Matthias Clasen  <maclas@gmx.de>
731
732         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Clarify misleading explanation
733         of rowstride. (#119000) 
734
735 Tue Jul 29 14:21:48 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
736
737         * gtk/tmpl/gtktoolbar.sgml: Move documentation inline
738
739 2003-07-29  Sven Neumann  <sven@gimp.org>
740
741         * gdk/tmpl/pixmaps.sgml: Resurrected documentation that got lost
742         when the window parameter was renamed to drawable.
743
744 2003-07-21  Matthias Clasen  <maclas@gmx.de>
745
746         * gtk/tmpl/gtkdnd.sgml: It is GTK_DEST_DEFAULT_DROP, not
747         GTK_DRAG_DEFAULT_DROP. (#117917, Tim-Philipp Müller)
748
749 2003-07-19  Matthias Clasen  <maclas@gmx.de>
750
751         * gtk/gtk-sections.txt: Add GTK_STOCK_DIALOG_AUTHENTICATION.
752
753         * gtk/tmpl/gtkstock.sgml: Add GTK_STOCK_DIALOG_AUTHENTICATION.
754
755         * gtk/gtk-sections.txt: Add gtk_button_box_get_child_secondary().
756
757 2003-07-18  Matthias Clasen  <maclas@gmx.de>
758
759         * gtk/gtk-sections.txt: Add gtk_message_dialog_new_with_markup()
760         and gtk_window_set_default_icon(). 
761
762 2003-07-15  Matthias Clasen  <maclas@gmx.de>
763
764         * gtk/tmpl/gtkseparatortoolitem.sgml: 
765         * gtk/tmpl/gtkradiotoolbutton.sgml: 
766         * gtk/tmpl/gtktoggletoolbutton.sgml: New templates.
767
768         * gtk/gtk-docs.sgml: Include gtkseparatortoolitem.xml,
769         gtkradiotoolbutton.xml and gtktoggletoolbutton.xml.
770
771         * gtk/gtk.types: Add gtk_separator_tool_item_get_type,
772         gtk_radio_tool_button_get_type and gtk_toggle_tool_button_get_type.
773
774         * gtk/gtk-sections.txt: Add GtkSeparatorToolItem,
775         GtkRadioToolButton and GtkToggleToolButton sections.
776
777         * gdk/tmpl/input_devices.sgml: Remove docs for
778         gdk_device_get_history() which are now inline. 
779
780         * gdk/gdk-sections.txt: Add gdk_display_flush.
781
782 2003-07-13  Matthias Clasen  <maclas@gmx.de>
783
784         * gtk/gtk.types: Add gtk_tool_button_get_type and
785         gtk_tool_item_get_type. 
786         
787         * gtk/tmpl/gtktoolbutton.sgml:
788         * gtk/tmpl/gtktoolitem.sgml:
789         * gtk/gtk-docs.sgml: 
790         * gtk/gtk-sections.txt: Add new toolbar api.
791
792         * gtk/tmpl/gtkdnd.sgml: Remove docs for gtk_drag_begin(), which
793         are now inline. 
794
795         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add
796         gdk_pixbuf_new_from_file_at_size. 
797
798 2003-07-08  Matthias Clasen  <maclas@gmx.de>
799
800         * gtk/tmpl/gtkfilesel.sgml: Fix the example.  (#116575)
801
802 Wed Jul  2 18:15:21 2003  Owen Taylor  <otaylor@redhat.com>
803
804         * gtk/Makefile.am gtk/gtk-docs.sgml gtk/gtksections.txt
805         gtk/tmpl/gtkicontheme.sgml: Document named icon system.
806
807         * gtk/tmpl/gtkrc.sgml: Mention specifying named icons
808         as @"icon-name".
809
810         * gtk/tmpl/gtkimage.sgml: Add a cross-reference to stock
811         icons.
812
813 2003-07-01  Matthias Clasen  <maclas@gmx.de>
814
815         * gtk/tmpl/gtkcolorbutton.sgml: 
816         * gtk/tmpl/gtkfontbutton.sgml: 
817         * gtk/tmpl/gtkexpander.sgml: New files. Templates for GtkExpander,
818         GtkFontButton and GtkColorButton. 
819
820         * gtk/gtk-sections.txt: Add a sections for GtkExpander,
821         GtkColorButton and GtkFontButton. 
822
823         * gtk/gtk-docs.sgml: Add an entities for GtkExpander,
824         GtkColorButton and GtkFontButton. 
825         
826         * gtk/gtk.types: Add gtk_expander_get_type,
827         gtk_color_button_get_type() and gtk_font_button_get_type(). 
828
829         * gdk/gdk-sections.txt: Add
830         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
831         gdk_display_supports_cursor_color(),
832         gdk_display_get_default_cursor_size() and 
833         gdk_display_get_maximal_cursor_size(). 
834
835 2003-06-30  Matthias Clasen  <maclas@gmx.de>
836
837         * gtk/tmpl/gtkcontainer.sgml: Write a bit about size negotiation. 
838
839         * gtk/tmpl/gtkwidget.sgml: Some additions.
840
841 2003-06-24  Matthias Clasen  <maclas@gmx.de>
842
843         * gtk/gtk-docs.sgml: Move GtkIMContext to "Abstract Base Classes",
844         since its abstract. 
845
846         * gtk/tmpl/gtkaccessible.sgml: 
847         * gtk/tmpl/gtkimmulticontext.sgml: 
848         * gtk/tmpl/gtkimcontextsimple.sgml: 
849         * gtk/tmpl/gtkimcontext.sgml: 
850         * gtk/tmpl/gtkviewport.sgml: 
851         * gtk/tmpl/gtkcellrenderertext.sgml: 
852         * gtk/tmpl/gtkcellrendererpixbuf.sgml: 
853         * gtk/tmpl/gtkcelleditable.sgml: 
854         * gtk/tmpl/gtktreemodelsort.sgml: 
855         * gtk/tmpl/gtktreednd.sgml: 
856         * gtk/tmpl/gtktreesortable.sgml: Add short descriptions.
857
858 2003-06-23  Matthias Clasen  <maclas@gmx.de>
859
860         * gtk/Makefile.am (HTML_IMAGES): Add RTL variants of stock icons.
861
862         * gtk/tmpl/gtkstock.sgml: Document RTL variants of stock icons. 
863
864 2003-06-22  Matthias Clasen  <matthias@localhost.localdomain>
865
866         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Typo fix.
867
868         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add
869         gdk_pixbuf_loader_new_with_mime_type. 
870
871 2003-06-19  Matthias Clasen  <maclas@gmx.de>
872
873         * gtk/question_index.sgml: Add a question about changing
874         fonts. And one about "Getting Started".  (#114747, #108015)      
875
876 2003-06-17  Matthias Clasen  <maclas@gmx.de>
877
878         * gdk-pixbuf/Makefile.am: Add rule to regenerate man pages from 
879         Docbook.
880         (man_MANS): Add gdk-pixbuf-csource.1, gdk-pixbuf-query-loaders.1.
881         (content_files): Add gdk-pixbuf-csource.xml, 
882         gdk-pixbuf-query-loaders.xml.
883
884         * gdk-pixbuf/gdk-pixbuf-csource.xml: New refentry, containing the 
885         former gdk-pixbuf/gdk-pixbuf-csource.1, converted to Docbook.
886
887         * gdk-pixbuf/gdk-pixbuf-query-loaders.xml: New refentry.
888
889         * gdk-pixbuf/gdk-pixbuf-csource.1:
890         * gdk-pixbuf/gdk-pixbuf-query-loaders.1: Man pages generated from
891         the .xml sources.
892
893         * gdk-pixbuf/gdk-pixbuf.sgml: Include gdk-pixbuf-csource.xml and
894         gdk-pixbuf-query-loaders.xml.
895         
896         * gtk/Makefile.am: Add rule to regenerate man pages from Docbook.
897         (man_MANS): Add gtk-query-immodules-2.0.1
898         (content_files): Add gtk-query-immodules-2.0.xml
899
900         * gtk/gtk-query-immodules-2.0.xml: New refentry.
901
902         * gtk/gtk-query-immodules-2.0.1: Man page generated from the .xml 
903         source.
904
905         * gtk/gtk-docs.sgml: Include gtk-query-immodules-2.0.xml.
906
907         * gtk/gtk-docs.sgml: 
908         * gdk-pixbuf/gdk-pixbuf.sgml: 
909         * gdk/gdk-docs.sgml: Add autogenerated indices.
910
911 2003-06-11  Matthias Clasen  <maclas@gmx.de>
912
913         * gtk/tmpl/gtkdnd.sgml: Fix some typos.
914
915 2003-06-10  Matthias Clasen  <maclas@gmx.de>
916
917         * gtk/gtk-sections.txt: Add gtk_text_view_[gs]et_overwrite().
918
919 2003-06-05  Matthias Clasen  <maclas@gmx.de>
920
921         * gtk/question_index.sgml: Add a couple of questions.
922
923 2003-06-01  Matthias Clasen  <maclas@gmx.de>
924
925         * gtk/gtk-sections.txt: Add gtk_alignment_[gs]et_padding().
926
927 2003-05-27  Matthias Clasen  <maclas@gmx.de>
928
929         * gtk/tmpl/gtkadjustment.sgml: Document allowed values for
930         adjustments which are used in scrollbars.  (#108448, Ernst Lippe)
931
932         * gtk/tmpl/gtkradiomenuitem.sgml: Fix example.  (#113604, 
933         Julien Moutte)
934
935 2003-05-08  Matthias Clasen  <maclas@gmx.de>
936
937         * gtk/tmpl/gtkcalendar.sgml: Deprecate gtk_calendar_display_options().
938
939         * gtk/gtk-sections.txt: Add gtk_calendar_[sg]et_display_options().
940
941 2003-05-05  Matthias Clasen  <maclas@gmx.de>
942
943         * gtk/gtk-docs.sgml: 
944         * gtk/tmpl/gtksocket.sgml: Improve the docs about cross-process
945         embedding a bit.  (#112101, #112006)
946
947 2003-05-01  Matthias Clasen  <maclas@gmx.de>
948
949         * gtk/gtk-docs.sgml: 
950         * gtk/gtk-sections.txt: Remove some accidentally committed changes.
951
952 2003-04-16  Matthias Clasen  <maclas@gmx.de>
953
954         * gtk/tmpl/gtkstyle.sgml: Additions.
955
956 2003-04-13  Matthias Clasen  <maclas@gmx.de>
957
958         * gtk/tmpl/gtkenums.sgml: Additions.
959
960         * gtk/tmpl/gtkvruler.sgml: 
961         * gtk/tmpl/gtkhruler.sgml: 
962         * gtk/tmpl/gtkgamma.sgml: 
963         * gtk/tmpl/gtkcurve.sgml: 
964         * gtk/tmpl/gtkruler.sgml: Fix some typos and add some markup.
965
966         * gtk/gtk-sections.txt: Add a bunch of new functions.
967
968 2003-04-09  Matthias Clasen  <maclas@gmx.de>
969
970         * gtk/building.sgml: More typo fixes.
971
972 2003-04-08  Matthias Clasen  <maclas@gmx.de>
973
974         * gtk/building.sgml: Typo fix.
975
976 2003-04-07  Matthias Clasen  <maclas@gmx.de>
977
978         * gtk/tmpl/gtktexttag.sgml: Document GTK_WRAP_WORD_CHAR.  (#110086)
979
980         * gtk/tmpl/gtkenums.sgml, gtk/tmpl/gtkmain.sgml,
981         gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkradiobutton.sgml,
982         gtk/tmpl/gtkspinbutton.sgml, gtk/tmpl/gtkstatusbar.sgml,
983         gtk/tmpl/gtktext.sgml, gtk/tmpl/gtktogglebuttons.sgml,
984         gtk/tmpl/gtktreeviewcolumn.sgml, gtk/tmpl/gtktypeutils.sgml: Fix
985         numerous misspellings of possessive "its".  (#110027, Doug Quale)
986
987         * gtk/tmpl/gtktypeutils.sgml: Add some deprecation info.
988
989 2003-04-01  Matthias Clasen  <maclas@gmx.de>
990
991         * gtk/tmpl/gtkmessagedialog.sgml: Fix formatting of examples.
992
993         * gtk/tmpl/gtkfilesel.sgml: Fix the example.  (#109563)
994
995 2003-03-22  Michael Natterer  <mitch@gimp.org>
996
997         * gtk/Makefile.am: copy stock_color_picker_25.png, don't copy
998         stock_save_24.png twice.
999
1000         * gtk/tmpl/gtkstock.sgml: use it for GTK_STOCK_COLOR_PICKER
1001         instead of stock_colorselector_24.png.
1002
1003 2003-03-04  Matthias Clasen  <maclas@gmx.de>
1004
1005         * gtk/tmpl/gtkobject.sgml: Add deprecation notes.
1006
1007 2003-02-24  Matthias Clasen  <maclas@gmx.de>
1008
1009         * gtk/tmpl/gtktreemodel.sgml: Fix self-referential documenation of
1010         gtk_tree_model_get_iter_root().  (#106720, Keith Sharp)
1011
1012 2003-02-11  Matthias Clasen  <maclas@gmx.de>
1013
1014         * gtk/tmpl/gtkrc.sgml: Document that font and fontset declarations
1015         are ignored.
1016
1017 2003-02-02  Matthias Clasen  <maclas@gmx.de>
1018
1019         * gtk/gtk-docs.sgml: 
1020         * gtk/question_index.sgml: # doesn't work here, add links
1021         manually.  (#104991)
1022
1023 2003-02-01  Matthias Clasen  <maclas@gmx.de>
1024
1025         * gtk/compiling.sgml: Mention xxx_DISABLE_DEPRECATED and
1026         GDK_MULTIHEAD_SAFE. 
1027
1028 2003-01-31  Matthias Clasen  <maclas@gmx.de>
1029
1030         * gtk/tmpl/gtkmain.sgml: Deprecate the gtk_timeout_*, gtk_idle_*
1031         and gtk_input_* functions.  (#71596)
1032
1033 2003-01-30  Matthias Clasen  <maclas@gmx.de>
1034
1035         * gtk/running.sgml: s/overwrite/override/g  (#104627, Brian Cameron)
1036
1037 2003-01-21  Matthias Clasen  <maclas@gmx.de>
1038
1039         * gtk/tmpl/gtkrc.sgml: Fix integer color range.  (#103992)
1040
1041 2003-01-14  Matthias Clasen  <maclas@gmx.de>
1042
1043         * gtk/gtk-sections.txt: Add new GtkTextIter functions.
1044
1045 2003-01-13  Matthias Clasen  <maclas@gmx.de>
1046
1047         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: 
1048         * gdk-pixbuf/tmpl/animation.sgml: Remove ids which are now
1049         generated by gtk-doc.
1050         
1051 2003-01-03  Matthias Clasen  <maclas@gmx.de>
1052
1053         * gtk/tmpl/gtkrc.sgml: Update description of priorities for styles
1054         and bindings.  (#98054)
1055
1056 2002-12-31  Matthias Clasen  <maclas@gmx.de>
1057
1058         * gtk/tmpl/gtkrc.sgml: Add a note about gtkrc-2.0 being parsed by
1059         all 2.x versions.
1060
1061 Fri Dec 20 13:10:06 2002  Owen Taylor  <otaylor@redhat.com>
1062
1063         * gtk/building.sgml: Update directories in download
1064         locations; add information about fontconfig and Xft2.
1065
1066 2002-12-18  Matthias Clasen  <maclas@gmx.de>
1067
1068         * gtk/tmpl/gtkcontainer.sgml: Add docs.
1069
1070 2002-12-17  Matthias Clasen  <maclas@gmx.de>
1071
1072         * gtk/tmpl/gtkrc.sgml: Link to style properties. 
1073
1074         * gtk/tmpl/gtkcontainer.sgml: Add bits about child properties.
1075
1076         * gtk/tmpl/gtkwidget.sgml: Add bits about style properties.
1077
1078         * gdk/tmpl/pixmaps.sgml:
1079         * gdk/tmpl/windows.sgml:
1080         * gdk/tmpl/drawing.sgml: 
1081         * gdk/tmpl/gcs.sgml: 
1082         * gtk/tmpl/gtktextview.sgml: 
1083         * gtk/tmpl/gtkrc.sgml: 
1084         * gtk/tmpl/gtkiconfactory.sgml: 
1085         * gtk/tmpl/gtkaccelgroup.sgml: Remove ids which are now
1086         generated by gtk-doc.
1087
1088 2002-12-16  Matthias Clasen  <maclas@gmx.de>
1089
1090         * gtk/tmpl/gtkradiomenuitem.sgml: 
1091         * gtk/tmpl/gtkradiobutton.sgml: Add some information about group
1092         list handling.  (#101328, James M. Cape)
1093
1094 2002-12-14  Eric Warmenhoven <eric@warmenhoven.org>
1095
1096         * gtk/framebuffer.sgml: Minor updates for 2.2.0. (#67820)
1097
1098 2002-12-11  Matthias Clasen  <maclas@gmx.de>
1099
1100         * gtk/text_widget.sgml: Fix some links.
1101
1102         * gdk/tmpl/pixmaps.sgml: Make "GdkPixmap" a valid id to reduce
1103         dangling links.
1104
1105         * gdk/tmpl/windows.sgml: Make "GdkWindow" a valid id to reduce
1106         dangling links.
1107
1108         * gdk/tmpl/drawing.sgml: Make "GdkDrawable" a valid id to reduce
1109         dangling links.
1110
1111         * gdk/tmpl/gcs.sgml: Make "GdkGC" a valid id to reduce dangling links.
1112
1113 2002-12-10  Matthias Clasen  <maclas@gmx.de>
1114
1115         * gtk/tmpl/gtktextview.sgml: Add docs.
1116
1117         * gtk/tree_widget.sgml: Fix some links.
1118
1119         * gtk/tmpl/gtkwindow.sgml: Add docs.
1120
1121         * gtk/tmpl/gtkeditable.sgml: Document GtkEditable as an interface,
1122         not as an abstract base class.
1123
1124         * gtk/gtk-docs.sgml: Move GtkEditable from "Abstract Base Classes"
1125         to "Numeric/Text Data Entry".
1126
1127 2002-12-09  Matthias Clasen  <maclas@gmx.de>
1128
1129         * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Add docs.
1130
1131 2002-12-08  Matthias Clasen  <maclas@gmx.de>
1132
1133         * gtk/tmpl/gtkbbox.sgml: 
1134         * gtk/tmpl/gtkcontainer.sgml: 
1135         * gtk/tmpl/gtksignal.sgml: Add deprecation info.
1136
1137         * gdk-pixbuf/tmpl/module_interface.sgml: Add docs.      
1138
1139 2002-12-06  Matthias Clasen  <maclas@gmx.de>
1140
1141         * gdk/tmpl/x_interaction.sgml: 
1142         * gdk/tmpl/gdkscreen.sgml: 
1143         * gdk/tmpl/gdkdisplaymanager.sgml: 
1144         * gdk/tmpl/gdkdisplay.sgml: 
1145         * gtk/tmpl/gtkstock.sgml: 
1146         * gtk/tmpl/gtkwidget.sgml: 
1147         * gtk/tmpl/gtkmain.sgml: 
1148         * gtk/tmpl/gtkcolorsel.sgml: 
1149         * gtk/tmpl/gtkaccelgroup.sgml: 
1150         * gdk-pixbuf/tmpl/module_interface.sgml: Add "Since" information.
1151
1152         * gtk/gtk-sections.txt: Replace gtk_list_store_move by
1153         _move_before and _move_after.
1154
1155 2002-11-29  Matthias Clasen  <maclas@gmx.de>
1156
1157         * gtk/tmpl/gtkalignment.sgml: 
1158         * gtk/tmpl/gtkadjustment.sgml: 
1159         * gtk/tmpl/gtkaccellabel.sgml: 
1160         * gtk/tmpl/gtkoldeditable.sgml: 
1161         * gtk/tmpl/gtkwidget.sgml: 
1162         * gtk/tmpl/gtkrange.sgml: 
1163         * gtk/tmpl/gtkeditable.sgml: 
1164         * gtk/tmpl/gtkwindowgroup.sgml:
1165         * gtk/tmpl/gtkwindow.sgml: 
1166         * gtk/tmpl/gtktypeutils.sgml: 
1167         * gtk/tmpl/gtksignal.sgml: 
1168         * gtk/tmpl/gtkfeatures.sgml: 
1169         * gtk/tmpl/gtkstyle.sgml: 
1170         * gtk/tmpl/gtkselection.sgml: 
1171         * gtk/tmpl/gtkgc.sgml: 
1172         * gtk/tmpl/gtkenums.sgml: 
1173         * gtk/tmpl/gtkbindings.sgml: 
1174         * gtk/tmpl/gtksettings.sgml: 
1175         * gtk/tmpl/gtkdnd.sgml: 
1176         * gtk/tmpl/gtkclipboard.sgml: 
1177         * gtk/tmpl/gtkaccelgroup.sgml: 
1178         * gtk/tmpl/gtkaccelmap.sgml: 
1179         Minor tweaks and completions of shortdescs.
1180         
1181         * gdk/tmpl/rgb.sgml: 
1182         * gdk/tmpl/gcs.sgml: Minor tweaks.
1183
1184         * gdk/tmpl/gdkdisplaymanager.sgml: Add some docs.
1185
1186 2002-11-27  Matthias Clasen  <maclas@gmx.de>
1187
1188         * gtk/gtk-sections.txt: Replace gtk_tree_store_move by
1189         _move_before and _move_after.
1190
1191 2002-11-26  Matthias Clasen  <maclas@gmx.de>
1192
1193         * gdk/tmpl/threads.sgml: Add hint about calling gdk_flush() before
1194         gdk_threads_leave().  (#70665, wording suggested by Owen Taylor)
1195
1196 2002-11-23  Matthias Clasen  <maclas@gmx.de>
1197
1198         * gdk/tmpl/x_interaction.sgml: 
1199         * gdk/tmpl/pango_interaction.sgml: 
1200         * gdk/tmpl/input_devices.sgml: 
1201         * gdk/tmpl/input.sgml: 
1202         * gdk/tmpl/threads.sgml: 
1203         * gdk/tmpl/properties.sgml: 
1204         * gdk/tmpl/dnd.sgml: 
1205         * gdk/tmpl/selections.sgml: 
1206         * gdk/tmpl/keys.sgml:   
1207         * gdk/tmpl/event_structs.sgml: 
1208         * gdk/tmpl/events.sgml: 
1209         * gdk/tmpl/windows.sgml: 
1210         * gdk/tmpl/cursors.sgml: 
1211         * gdk/tmpl/fonts.sgml: 
1212         * gdk/tmpl/colors.sgml: 
1213         * gdk/tmpl/pixbufs.sgml: 
1214         * gdk/tmpl/images.sgml: 
1215         * gdk/tmpl/pixmaps.sgml: 
1216         * gdk/tmpl/drawing.sgml: 
1217         * gdk/tmpl/regions.sgml: 
1218         * gdk/tmpl/gdkdisplaymanager.sgml: 
1219         * gdk/tmpl/gdkscreen.sgml: 
1220         * gdk/tmpl/gdkdisplay.sgml: 
1221         * gdk/tmpl/general.sgml:
1222         Add missing short descriptions, standardize them to start with
1223         a capital and end without a period. Also remove periods from
1224         titles of examples.
1225
1226 2002-11-22  Yanko Kaneti  <yaneti@declera.com>
1227
1228         * gtk/tmpl/gtkliststore.sgml: Fixup a typo to massage the build.
1229
1230 2002-11-21  Matthias Clasen  <maclas@gmx.de>
1231
1232         * gdk/Makefile.am (extra_files): 
1233         * gdk-pixbuf/Makefile.am (extra_files): 
1234         * gtk/Makefile.am (extra_files): Add version.xml.in.
1235
1236         * gdk/Makefile.am (content_files): 
1237         * gdk-pixbuf/Makefile.am (content_files): 
1238         * gtk/Makefile.am (content_files): Add version.xml.
1239
1240         * gdk/version.xml.in: 
1241         * gdk-pixbuf/version.xml.in: 
1242         * gtk/version.xml.in: New files to let configure dump the version in.
1243
1244         * gdk/gdk-docs.sgml:
1245         * gdk-pixbuf/gdk-pixbuf.sgml: 
1246         * gtk/gtk-docs.sgml: Add version information.
1247
1248         * gtk/tmpl/gtkcombo.sgml: Fix typo in example code.  (#99078)
1249
1250 Sun Nov 17 15:42:08 2002  Jonathan Blandford  <jrb@gnome.org>
1251
1252         * gtk/tmpl/gtkliststore.sgml: add more to the docs.
1253
1254 2002-11-10  Matthias Clasen  <maclas@gmx.de>
1255
1256         * gdk/gdk-sections.txt: gdk_display_open_default_libgtk_only
1257         and gdk_notify_startup_complete.
1258
1259         * gtk/gtk-sections.txt: Add gtk_window_set_auto_startup_notification.
1260
1261 2002-11-07  Matthias Clasen  <maclas@gmx.de>
1262
1263         * gdk/gdk.types: Add gdk_display_manager_get_type.
1264
1265         * gdk/gdk-docs.sgml: Add displaymanager section.
1266
1267         * gdk-pixbuf/gdk-pixbuf-sections.txt: Don't mark GdkPixbufLoader
1268         as private, since that prevents its signals from being documented.
1269
1270 Sun Nov  3 13:23:51 2002  Jonathan Blandford  <jrb@gnome.org>
1271
1272         * gtk/tmpl/gtkcellrenderer.sgml: more docs.
1273
1274 Sat Nov  2 12:46:16 2002  Owen Taylor  <otaylor@redhat.com>
1275
1276         * gdk-pixbuf/Makefile.am: Remove rules for generation
1277         of version.xml, which was causing make to always
1278         rebuild the HTML file, and didn't seem to be used.
1279
1280         * gtk/tmpl/gtkliststore.sgml: SGML fixes.
1281
1282 Sat Nov  2 08:41:47 2002  Jonathan Blandford  <jrb@gnome.org>
1283
1284         * gtk/tmpl/gtktreestore.sgml: clean up the wording.
1285
1286         * gtk/tmpl/gtkliststore.sgml: Add an example and clean up the
1287         wording.
1288
1289 2002-11-01  Matthias Clasen  <maclas@gmx.de>
1290
1291         * gdk/tmpl/fonts.sgml: 
1292         * gdk/tmpl/drawing.sgml: More docs moved inline.
1293
1294         * gtk/tmpl/gtkfilesel.sgml: The label is "Folders" now, not
1295         "Directories".  (#97224, Vitaly Tishkov)
1296
1297 2002-10-29  Matthias Clasen  <maclas@gmx.de>
1298
1299         * gtk/tmpl/gtkrc.sgml: Fix a link. Add (minimal) docs for setting
1300         style properties from rc files. More needed !!
1301
1302 Wed Oct 30 16:50:42 2002  Owen Taylor  <otaylor@redhat.com>
1303
1304         * gtk/running.sgml: Document --screen.
1305
1306 2002-10-24  Matthias Clasen  <maclas@gmx.de>
1307
1308         * gdk/tmpl/dnd.sgml: 
1309         * gdk/tmpl/cursors.sgml: More docs moved inline.
1310
1311 2002-10-24  Matthias Clasen  <maclas@gmx.de>
1312
1313         * gdk/tmpl/colors.sgml: Some docs moved inline.
1314
1315 2002-10-22  Matthias Clasen  <maclas@gmx.de>
1316
1317         * gdk/tmpl/gdkdisplay.sgml: Document GdkDisplayPointerHooks.
1318
1319         * gdk/tmpl/x_interaction.sgml: Some docs moved inline.
1320
1321 2002-10-20  Matthias Clasen  <maclas@gmx.de>
1322
1323         * gdk-pixbuf/Makefile.am (SCANOBJ_FILES): 
1324         * gtk/Makefile.am (SCANOBJ_FILES): 
1325         * gdk/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).prerequisites.
1326
1327 Fri Oct 18 15:13:24 2002  Owen Taylor  <otaylor@redhat.com>
1328
1329         * gdk/tmpl/event_structs.sgml: Update the docs for
1330         the event->key.string to say that @string is deprecated.
1331
1332 Mon Oct 14 19:34:26 2002  Owen Taylor  <otaylor@redhat.com>
1333
1334         * gdk/Makefile.am (content_files)
1335           gdk-pixbuf/Makefile.am (content_files): Add some missing
1336         files.
1337
1338 Mon Oct 14 19:16:16 2002  Owen Taylor  <otaylor@redhat.com>
1339
1340         * gtk/gtk-sections.txt: Update.
1341
1342         * gdk/tmpl/images.sgml gtk/tmpl/gtkmain.sgml 
1343         gtk/tmpl/gtkselection.sgml: Remove docs that were moved
1344         the the C files.
1345
1346 2002-10-14  Matthias Clasen  <maclas@gmx.de>
1347
1348         * gdk-pixbuf/Makefile.am (dist-hook): 
1349         * gdk/Makefile.am (dist-hook): 
1350         * gtk/Makefile.am (dist-hook): Dist the xml/*.xml, not
1351         sgml/*.sgml.  (#95678, Owen Taylor)
1352
1353 2002-10-14  Matthias Clasen  <maclas@gmx.de>
1354
1355         * gtk/Makefile.am (SCANOBJ_FILES): 
1356         * gdk-pixbuf/Makefile.am (SCANOBJ_FILES): 
1357         * gdk/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces.
1358
1359 2002-10-11  Matthias Clasen  <maclas@gmx.de>
1360
1361         * gtk/tmpl/gtkimagemenuitem.sgml: Add a bit.
1362
1363         * gtk/tmpl/gtkimage.sgml: Fix example.
1364
1365         * gtk/tmpl/gtkrc.sgml: Spelling fixes.
1366
1367         * gdk-pixbuf/tmpl/refcounting.sgml: Remove documentation for
1368         non-longer-present last-unref hook.
1369
1370         * gtk/tmpl/gtkfilesel.sgml: s/GtkCList/GtkTreeView/.
1371
1372         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add some missing symbols.
1373
1374         * gdk/gdk-sections.txt: Add some missing symbols.
1375
1376         * gdk/Makefile.am (IGNORE_HFILES): Add gdkintl.h and gdkmarshalers.h.
1377
1378         * gtk/gtk-sections.txt: Add some missing symbols.
1379
1380 2002-10-04  Matthias Clasen  <maclas@gmx.de>
1381
1382         * gtk/running.sgml: Document GDK_PIXBUF_MODULE_FILE.
1383
1384         * gdk-pixbuf/tmpl/module_interface.sgml: Some information for
1385         module writers.
1386
1387 2002-08-12  Matthias Clasen  <maclas@gmx.de>
1388
1389         * gdk/gdk-sections.txt: Remove gdk_screen_close, add a section
1390         for GdkDisplayManager, add gdk_visual_get_screen and
1391         gdk_colormap_get_screen. 
1392         
1393 2002-08-07  Matthias Clasen  <maclas@gmx.de>
1394
1395         * gtk/gtk-sections.txt: Remove gtk_style_get_font_for_display.
1396
1397 Mon Jul 29 22:36:06 2002  Owen Taylor  <otaylor@redhat.com>
1398
1399         * gtk/tmpl/gtkfilesel.sgml: Fix up the example program
1400         a bit. (#88814, Johnson Wong)
1401
1402 2002-07-16  Sven Neumann  <sven@gimp.org>
1403
1404         * gdk/tmpl/rgb.sgml: fixed the example code (return TRUE from the
1405         expose_event handler).
1406
1407 2002-07-07  Matthias Clasen  <maclas@gmx.de>
1408
1409         * gdk-pixbuf/gdk-pixbuf-sections.txt, 
1410         gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml,
1411         gdk-pixbuf/tmpl/module_interface.sgml: Updates for
1412         load-at-size functionality.
1413
1414 Tue Jun 18 17:02:48 2002  Owen Taylor  <otaylor@redhat.com>
1415
1416         * gdk/gdk-sections.txt: Fix for cursor screen => display
1417         change.
1418
1419 2002-06-03  Matthias Clasen  <maclas@gmx.de>
1420
1421         * gtk/tmpl/gtkprogress.sgml: 
1422         * gtk/tmpl/gtkscale.sgml: 
1423         * gtk/tmpl/gtktreemodel.sgml: 
1424         * gtk/tmpl/gtkimage.sgml: 
1425         * gtk/tmpl/gtksignal.sgml: 
1426         * gtk/tmpl/gtkrc.sgml: 
1427         * gtk/gtk-docs.sgml: 
1428         * gdk/gdk-docs.sgml: 
1429         * gdk/tmpl/threads.sgml: 
1430         * gdk/tmpl/cursors.sgml: 
1431         * gdk/tmpl/rgb.sgml: Replace homegrown "nbsp", "hash" and
1432         "percent" entities by standard ISO entities "nbsp", "num" and
1433         "percnt".
1434
1435         * gtk/text_widget.sgml: Fix a link.
1436
1437 2002-05-30  Matthias Clasen  <maclas@gmx.de>
1438
1439         Make stock icons appear again (patch by Gediminas Paulauskas):
1440         
1441         * gtk/Makefile.am (HTML_IMAGES): Add stock_broken_image_24.png
1442
1443         * gtk/tmpl/gtkstock.sgml: Fix icon filenames.   
1444
1445 2002-05-29  Matthias Clasen  <maclas@gmx.de>
1446
1447         * gtk/*, gdk/*, gdk-pixbuf/*: Create XML, not SGML.
1448         
1449 2002-05-28  Matthias Clasen  <maclas@gmx.de>
1450
1451         * gtk/tmpl/*: Remove property documentation which comes from the
1452         source now.
1453
1454         * gtk/building.sgml: Remove traces of gxi.
1455
1456 2002-05-05  Matthias Clasen  <maclas@gmx.de>
1457
1458         * gtk/gtk-sections.txt: Add gtk_widget_class_find_style_property, 
1459         gtk_widget_class_list_style_properties and
1460         gtk_style_get_font_for_display. 
1461
1462 2002-05-03  Matthias Clasen  <maclas@gmx.de>
1463
1464         * gdk/gdk-sections.txt: Remove gdk_screen_use_virtual_screen.
1465
1466         * gdk/tmpl/gdkscreen.sgml: Updates.
1467
1468         * gdk/tmpl/gdkdisplay.sgml: Document GdkDisplay.
1469
1470         * gdk/tmpl/x_interaction.sgml: Document GDK_DISPLAY_XDISPLAY,
1471         GDK_SCREEN_XDISPLAY, GDK_SCREEN_XSCREEN, GDK_SCREEN_XNUMBER,
1472         gdk_font_lookup_for_display.
1473
1474         * gdk/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): set these. 
1475
1476         * gdk/gdk.types: Add types derived from GObject, so that they get
1477         an object hierarchy section.
1478
1479 2002-05-01  Matthias Clasen  <maclas@gmx.de>
1480
1481         * gdk/gdk-sections.txt: Move GdkScreen struct to the GdkScreen
1482         section. 
1483
1484         * gdk/tmpl/gdkscreen.sgml: 
1485         * gdk/tmpl/gdkdisplay.sgml: Typo and markup fixes.
1486
1487         * gdk/gdk-docs.sgml: Reorder display and screen sections.
1488
1489         * gdk/multihead.sgml: Remove references to GdkDisplayManager, typo 
1490         and markup fixes.
1491
1492 Tue Apr 30 14:16:12 2002  Owen Taylor  <otaylor@redhat.com>
1493
1494         * gtk/gtk-sections.txt: Update for multihead.
1495
1496 Tue Apr 30 12:26:31 2002  Owen Taylor  <otaylor@redhat.com>
1497
1498         * gdk-sections.txt: Update for multihead.
1499
1500         * multihead.sgml gtk-docs.sgml: Add overview of
1501         multihead from multihead branch.
1502
1503         * tmpl/gdkdisplay.sgml tmpl/gdkscreen.sgml: New
1504         sections from multihead branch.
1505
1506 2002-04-30  Havoc Pennington  <hp@redhat.com>
1507
1508         * gtk/other_software.sgml: half-finished docs on merging GTK with
1509         existing hunks of code (event loop integration, using threads
1510         vs. processes, blah blah)
1511
1512 Thu Apr 25 22:37:58 2002  Owen Taylor  <otaylor@redhat.com>
1513
1514         * gdk/tmpl/{events,input_devices,region,x_interaction}.sgml:
1515         Fix some docs duplicated between templates and inline.
1516
1517 2002-04-24  Matthias Clasen  <maclas@gmx.de>
1518
1519         * gtk/gtk-sections.txt: Remove GTK_OBJECT_CONNECTED.
1520
1521         * gtk/tmpl/gtksocket.sgml: Formatting fix.
1522
1523         * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Updates.  (#79001)
1524
1525 2002-04-23  Matthias Clasen  <maclas@gmx.de>
1526
1527         * gtk/tmpl/gtksocket.sgml: Add link to XEmbed draft.  (#67818)
1528
1529         * gtk/tmpl/gtkdrawingarea.sgml: Fix a typo.
1530
1531         * gtk/text_widget.sgml: Complete the fix for #79080.
1532
1533 2002-04-22  Matthias Clasen  <maclas@gmx.de>
1534
1535         * gtk/tree_widget.sgml: Fix typo in "Simple Example".  (#78661)
1536
1537 2002-04-21  Matthias Clasen  <maclas@gmx.de>
1538
1539         * gtk/tmpl/gtktreemodel.sgml: 
1540         * gtk/tmpl/gtkradiomenuitem.sgml: Fix crossreferences.  (#78392) 
1541
1542         * gtk/gtk-sections.txt: Add GtkWidgetClass.  (#78392)
1543
1544         * gtk/tmpl/gtkwidget.sgml: Rewrite docs for
1545         gtk_widget_reset_rc_styles.  (#75588)
1546
1547         * gdk/tmpl/properties.sgml: Fix gdk_property_change docs. (#72312)
1548
1549         * gtk/text_widget.sgml: Fix misleading example.  (#79080)
1550         
1551         * gtk/tmpl/gtkdialog.sgml: Fix stock id in example.  (#74439)
1552
1553 2002-04-18  Matthias Clasen  <maclas@gmx.de>
1554
1555         * gdk/tmpl/rgb.sgml:
1556         * gdk/tmpl/general.sgml:
1557         * gtk/tmpl/gtktogglebutton.sgml:
1558         * gtk/tmpl/gtkaccellabel.sgml:
1559         * gtk/tmpl/gtkradiobutton.sgml:
1560         * gtk/tmpl/gtktreemodel.sgml:
1561         * gtk/tmpl/gtkwidget.sgml:
1562         * gtk/tmpl/gtkimage.sgml:
1563         * gtk/tmpl/gtktooltips.sgml:
1564         * gtk/tmpl/gtksignal.sgml:
1565         * gtk/tmpl/gtkcombo.sgml:
1566         * gtk/tmpl/gtkdnd.sgml:
1567         * gtk/tmpl/gtksocket.sgml:
1568         * gtk/tmpl/gtkdrawingarea.sgml:
1569         * gtk/tmpl/gtkobject.sgml:
1570         * gtk/tmpl/gtkpaned.sgml:
1571         * gtk/tmpl/gtkmain.sgml: s/<!>/<!-- -->/g throughout the
1572         documentation to bring the produced Docbook closer to XML.
1573
1574 Tue Mar 26 15:41:49 2002  Owen Taylor  <otaylor@redhat.com>
1575
1576         * gtk/building.sgml: Add a mention of running ldconfig.
1577         (#76126, Bill Nayland.)
1578
1579 Mon Mar 25 11:31:41 2002  Jonathan Blandford  <jrb@redhat.com>
1580
1581         * gtk/tree_widget.sgml: fix bugs in the code.
1582
1583 2002-03-20  Cody Russell  <cody@jhu.edu>
1584
1585         * gtk/tree_widget.sgml: Much expanded overview of the tree.
1586
1587 Tue Mar 12 00:29:31 2002  Jonathan Blandford  <jrb@redhat.com>
1588
1589         * gtk/question_index.sgml: new FAQ.
1590
1591         * gtk/tmpl/gtktreemodel.sgml: clean up example
1592
1593 2002-03-12  Matthias Clasen  <maclas@gmx.de>
1594
1595         * gdk/tmpl/windows.sgml: Document GdkScreen.
1596
1597         * gtk/gtk-sections.txt: Move a few Class structs to Standard sections.
1598
1599 2002-03-11  Matthias Clasen  <maclas@gmx.de>
1600
1601         * gtk/tmpl/gtktreemodel.sgml, gtk/tmpl/gtkprogress.sgml,
1602         gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: Generate proper
1603         markup for format strings in examples, also fix an oversight in
1604         the GtkTreeModel example.  (#74213)
1605
1606         * gtk/gtk.types: Add interfaces to get docs on their signals.
1607
1608 Sat Mar  9 13:00:38 2002  Jonathan Blandford  <jrb@redhat.com>
1609
1610         * gtk/tmpl/gtktreemodel.sgml: Lots of docs.
1611
1612 Fri Mar  8 15:14:32 2002  Owen Taylor  <otaylor@redhat.com>
1613
1614         * gtk/building.sgml: List -I/opt/gtk/include not
1615         -I /opt/gtk/include.
1616
1617         * gtk/building.sgml: Add a gloss for XIM.
1618
1619 2002-03-07  Matthias Clasen  <maclas@gmx.de>
1620
1621         * gdk-pixbuf/tmpl/animation.sgml, gdk-pixbuf/tmpl/gdk-pixbuf.sgml,
1622         gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktextview.sgml,
1623         gtk/tmpl/gtkiconfactory.sgml, gtk/tmpl/gtkaccelgroup.sgml: Add
1624         some ids which are referenced from the object hierarchy.
1625
1626         * gtk/gtk-docs.sgml: Use parts as top-level division (#61575),
1627         include gtkaccessible docs.
1628
1629         * gtk/building.sgml: Some typo and markup fixes.
1630
1631 Thu Mar  7 02:58:16 2002  Jonathan Blandford  <jrb@redhat.com>
1632
1633         * gtk/tmpl/gtkliststore.sgml: start implementing
1634
1635         * gtk/question_index.sgml: "I can set with the tree, but not
1636         get???!?!"
1637
1638 Wed Mar  6 18:11:05 2002  Owen Taylor  <otaylor@redhat.com>
1639
1640         * gtk/resources.sgml: Mention the need to subscribe
1641         to the GTK+ mailing lists.
1642
1643         * gtk/building.sgml: Go into much more details about
1644         building the entire set of GTK+ libraries and about the
1645         dependencies that are required.
1646
1647         * gtk/building.sgml: Add docs for --enable-explicit-deps,
1648         --with-xinput.
1649
1650 Wed Mar  6 14:12:34 2002  Jonathan Blandford  <jrb@redhat.com>
1651
1652         * gtk/tmpl/gtktreeselection.sgml: docs
1653
1654         * gtk/tree_widget.sgml: clean up docs
1655
1656 2002-03-05  Matthias Clasen  <maclas@gmx.de>
1657
1658         * gtk/gtk-sections.txt: Remove gtk_win32_get_installation_directory.
1659
1660 Tue Mar  5 14:28:28 2002  Owen Taylor  <otaylor@redhat.com>
1661
1662         * gtk/compiling.sgml: Update version numbers in example.
1663
1664 2002-03-04  Matthias Clasen  <maclas@gmx.de>
1665
1666         * gtk/gtk-docs.sgml: Move GtkOldEditable to the "Deprecated" 
1667         section.  (#68408)
1668
1669         * gtk/tmpl/gtktreeview.sgml: Close linkend attribute.  (#73364)
1670
1671 Sun Mar  3 01:36:21 2002  Jonathan Blandford  <jrb@redhat.com>
1672
1673         * gtk/tmpl/gtktreeviewcolumn.sgml: Write documentation
1674         * gtk/tmpl/gtktreeview.sgml: Write documentation
1675
1676 Sat Mar  2 15:46:29 2002  Owen Taylor  <otaylor@redhat.com>
1677
1678         * gtk/tmpl/gtkentry.sgml: Move a couple of function
1679         docs into the C file.
1680
1681 Fri Mar  1 10:35:15 2002  Owen Taylor  <otaylor@redhat.com>
1682
1683         * gtk/changes-2.0.sgml: Add note about gtk_notebook_reorder_child().
1684
1685 Tue Feb 26 22:01:59 2002  Owen Taylor  <otaylor@redhat.com>
1686
1687         * gtk/tmpl/gtkbox.sgml: Fix docs to correspond to the code -
1688         negative @position indicates the end of the list.
1689
1690 2002-02-26  Matthias Clasen  <maclas@gmx.de>
1691
1692         Fixes for #72478:
1693         
1694         * gtk/tmpl/gtkprogressbar.sgml: Add note about new GtkProgressBar
1695         API to introduction. 
1696
1697         * gtk/gtk-sections.txt: Reorder GtkProgressBar functions to move 
1698         undeprecated API to top.
1699
1700 Sat Feb 23 23:39:14 2002  Owen Taylor  <otaylor@redhat.com>
1701
1702         * gtk/tmpl/gtktreemodel.sgml: Document gtk_tree_path_new_root(),
1703         gtk_tree_model_get_iter_root() as compatibility macros.
1704
1705         * gtk/gtk-sections.txt: Updates.
1706
1707 2002-02-23  Anders Carlsson  <andersca@gnu.org>
1708
1709         * gtk/Makefile.am (HTML_IMAGES): Rename strikeout to 
1710         strikethrough.
1711
1712 2002-02-22  Anders Carlsson  <andersca@gnu.org>
1713
1714         * gtk/Makefile.am (HTML_IMAGES): Update for name changes.
1715
1716 2002-02-22  Matthias Clasen  <maclas@gmx.de>
1717
1718         * gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: s/%d/%%d/ in
1719         examples.  (#71479)
1720
1721         * gtk/tmpl/gtkmenu.sgml: Document gtk_menu_set_active as 
1722         quasi-private.  (#69788)
1723
1724         * gtk/tmpl/gtkcalendar.sgml: Document month as zero-based and 
1725         selected_day as one-based.  (#57169)
1726
1727 Thu Feb 21 12:11:42 2002  Owen Taylor  <otaylor@redhat.com>
1728
1729         * gtk/Makefile.am (IGNORE_HFILES): Add gtkkeyhash.h
1730
1731 2002-02-20  Sven Neumann  <sven@gimp.org>
1732
1733         * gtk/gtk-sections.txt
1734         * gtk/tmpl/gtktreeviewcolumn.sgml: updated for treeviewcolumn changes.
1735
1736 Mon Feb 18 23:00:52 2002  Owen Taylor  <otaylor@redhat.com>
1737
1738         * gtk/running.sgml: Remove docs for GTK_IM_MODULE_PATH,
1739         replace docs for GTK_MODULE_PATH with docs for GTK_PATH.
1740
1741 Sun Feb 17 21:33:33 2002  Owen Taylor  <otaylor@redhat.com>
1742
1743         * gtk/gtk-sections.txt: Updated for filesel changes.
1744
1745 2002-02-05  Matthias Clasen  <maclas@gmx.de>
1746
1747         * gtk/tmpl/gtkrc.sgml: Update the description of RC file loading
1748         to match recent code changes. Also document font_name and engine. 
1749
1750 Tue Jan 29 23:41:31 2002  Owen Taylor  <otaylor@redhat.com>
1751
1752         * gtk/Makefile.am (content_files): Add x11.sgml.
1753
1754         * gtk/changes-2.0.sgml: SGML fix.
1755
1756         * gtk/gtk-sections.txt: Updated.
1757
1758 2002-01-23  Damon Chaplin  <damon@ximian.com>
1759
1760         * gtk/Makefile.am: added SCANGOBJ_OPTIONS to set the type-init-func
1761         to pass to gtkdoc-scangobj.
1762
1763 Mon Jan 21 23:39:42 2002  Jonathan Blandford  <jrb@redhat.com>
1764
1765         * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect
1766         changes in the code, found by Jody Goldberg <jody@gnome.org>
1767
1768 2002-01-19  Havoc Pennington  <hp@pobox.com>
1769
1770         * gtk/x11.sgml: add a mostly-empty X11 section
1771
1772         * gtk/framebuffer.sgml: make title consistent with windows section
1773
1774         * gtk/tmpl/gtkdrawingarea.sgml: couple of fixes
1775
1776 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
1777
1778         * gtk/resources.sgml: Tiny markup fix.
1779
1780 2002-01-15  Matthias Clasen  <matthiasc@poet.de>
1781
1782         * gtk/changes-2.0.sgml: Details about GtkRange and subclasses
1783         rewrite. (#67730)
1784
1785 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
1786
1787         * gtk/running.sgml: Add ids to some elements to make them
1788         addressable as link targets.
1789
1790 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
1791         
1792         * gtk/tmpl/gtktooltips.sgml: Minor fixes.
1793
1794         * gtk/tmpl/gtkrc.sgml: Minor fixes.
1795
1796 2002-01-11  Havoc Pennington  <hp@pobox.com>
1797
1798         * gtk/running.sgml: sgml fixes
1799
1800         * gtk/tmpl/gtksignal.sgml: sgml fixes
1801
1802         * gtk/tmpl/gtklabel.sgml: do the intro section
1803
1804 2002-01-10  Matthias Clasen  <matthiasc@poet.de>
1805
1806         * gdk/tmpl/general.sgml (gdk_set_program_class): Expand.
1807
1808         * gtk/running.sgml: New file.
1809
1810         * gtk/building.sgml: Document a few more configure options.
1811
1812         * gtk/Makefile.am (content_files): Add running.sgml.
1813
1814         * gtk/gtk-docs.sgml: Include running.sgml, sort H and V 
1815         variants of widgets to be next to each other.
1816
1817 2002-01-09  Matthias Clasen  <matthiasc@poet.de>
1818
1819         * gtk/tmpl/gtkaccellabel.sgml: Remove duplicate docs.
1820         
1821         * gdk-pixbuf/Makefile.am (content_files): Add 
1822         gdk-pixbuf-from-drawables.sgml. (#68232)
1823         
1824         * gtk/tmpl/gtkwidget.sgml: Improve docs for GTK_NO_REPARENT
1825         and GTK_APP_PAINTABLE. (#68060)
1826
1827 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
1828
1829         * gtk/tmpl/gtkgc.sgml: Improve wording.
1830
1831         * gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkplug.sgml: speak of 
1832         window IDs rather than XIDs.
1833
1834 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
1835         
1836         * gtk/tmpl/gtksocket.sgml: Mention gtk_socket_get_id()
1837         instead of GTK_WINDOW_XWINDOW().  (#68172)
1838
1839         * gtk/gtk-sections.txt: Move functions which are documented
1840         as "private" or "internal" into Private subsections.
1841
1842         * gtk/tmpl/gtkdnd.sgml, gtk/tmpl/gtkobject.sgml, 
1843         gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktooltips.sgml,
1844         gtk/tmpl/gtkwidget.sgml, gtk/tmpl/gtkclipboard.sgml,
1845         gtk/tmpl/gtkstyle.sgml, gtk/tmpl/gtkselection.sgml,
1846         gtk/tmpl/gtkfeatures.sgml: Minor markup fixes.
1847
1848         * gtk/tmpl/gtksignal.sgml: Add link to GLib signal docs.
1849
1850         * gtk/tmpl/gtkpreview.sgml, gtk/tmpl/gtktext.sgml,
1851         gtk/tmpl/gtktree.sgml: Remove "deprecated" from short desc.
1852
1853         * gtk/tmpl/gtkrc.sgml: Correct names of default RC files. 
1854
1855 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
1856
1857         * gtk/tmpl/gtktypeutils.sgml: Replace GTK_NO_CHECK_CASTS by 
1858         G_DISABLE_CAST_CHECKS, fix some markup and add stuff.
1859
1860         * gtk/tmpl/gtkaccelgroup.sgml, gtk/tmpl/gtkwidget.sgml: Additions.
1861
1862         * gtk/gtk-sections.txt: Make gtk_accel_group_get_type private.
1863
1864 2002-01-06  Havoc Pennington  <hp@pobox.com>
1865
1866         * gtk/question_index.sgml: a few more questions I thought of
1867
1868 2002-01-06  Havoc Pennington  <hp@pobox.com>
1869
1870         * gtk/gtk-docs.sgml: remove gtk- prefix from TreeView and a few
1871         other entities, more consistent anyway (I thought this would make
1872         links to "GtkTreeView" etc. go to the ref page, not the struct,
1873         but it wasn't the problem, the issue is the way gtkdoc-mkdb
1874         decides what's an object, see CheckIsObject() routine)
1875
1876         * gtk/changes-1.2.sgml: sgml fixes to get rid of warnings
1877
1878         * gtk/changes-2.0.sgml: ditto
1879         
1880         * gtk/question_index.sgml: add some questions
1881
1882 2002-01-04  Matthias Clasen  <matthiasc@poet.de>
1883
1884         * gtk/tmpl/gtkwidget.sgml: Additions.
1885
1886 2002-01-04  Matthias Clasen  <matthiasc@poet.de>
1887
1888         * gtk/changes-1.2.sgml, gtk/changes-2.0.sgml: SGML fixes.
1889
1890         * gtk/tmpl/gtkobject.sgml: Document GTK_IN_DESTRUCTION.
1891         
1892         * gtk/tmpl/gtkwidget.sgml: Additions.
1893
1894 2002-01-04  Havoc Pennington  <hp@pobox.com>
1895
1896         * gtk/question_index.sgml: add question to help people find
1897         gtk_widget_set_sensitive() if they're used to another term for 
1898         that.
1899         
1900 2002-01-03  Havoc Pennington  <hp@pobox.com>
1901
1902         * gtk/tmpl/gtkdrawingarea.sgml: add mention of
1903         gtk_widget_add_events() and GTK_CAN_FOCUS
1904
1905 2002-01-04  Matthias Clasen  <matthiasc@poet.de>
1906
1907         * gtk/tmpl/gtktextview.sgml: Small additions.
1908
1909         * gtk/tmpl/gtksignal.sgml: Explain what to use instead.
1910
1911         * gtk/question_index.sgml, gtk/text_widget.sgml, gtk/tree_widget.sgml,
1912         gtk/changes-1.2.sgml, gtk/changes-2.0.sgml,
1913         gtk/framebuffer.sgml: SGML fixes and additions.
1914
1915         * gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkdialog.sgml,
1916         gtk/tmpl/gtkeditable.sgml, gtk/tmpl/gtkfilesel.sgml,
1917         gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkmenu.sgml,
1918         gtk/tmpl/gtkmessagedialog.sgml, gtk/tmpl/gtkrc.sgml,
1919         gtk/tmpl/gtktogglebutton.sgml, gtk/tmpl/gtkspinbutton.sgml,
1920         gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkwindow.sgml:
1921         Replace references to deprecated functions.
1922
1923 2002-01-03  Matthias Clasen  <matthiasc@poet.de>
1924
1925         * gtk/changes-1.2.sgml, gtk/changes-2.0.sgml, 
1926         gtk/framebuffer.sgml: Add markup.
1927
1928 2002-01-01  Havoc Pennington  <hp@pobox.com>
1929
1930         * gtk/framebuffer.sgml: move README.linux-fb in here
1931
1932         * gtk/tmpl/gtkpreview.sgml: explain what to use instead
1933
1934         * gtk/tmpl/gtkseparator.sgml: typo fix
1935
1936         * gtk/tmpl/gtkstock.sgml: add some overview docs
1937
1938         * gtk/Makefile.am (content_files): add new files
1939
1940         * gtk/changes-1.2.sgml: move Changes-1.2.txt in here
1941
1942         * gtk/changes-2.0.sgml: move Changes-2.0.txt in here
1943
1944         * gdk/tmpl/threads.sgml: mention gdk_threads_init() in the
1945         overview docs, copy in the examples from the FAQ
1946
1947         * gtk/gtk-docs.sgml: change DTD to 3.1, and add
1948         question_index.sgml and changes-1.2, changes-2.0
1949
1950         * gtk/tmpl/gtkdrawingarea.sgml: fixups to reflect 2.0 changes
1951
1952         * gtk/question_index.sgml: new section with question-based 
1953         index of the manual
1954
1955         * gtk/text_widget.sgml: fix some cross-references
1956
1957 2002-01-01  Havoc Pennington  <hp@pobox.com>
1958
1959         * gtk/tmpl/gtktexttag.sgml: docs updates, mention that invisible 
1960         property isn't implemented
1961
1962         * gtk/text_widget.sgml: small tweaks
1963
1964 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
1965
1966         * gtk/tmpl/gtkbbox.sgml: Remove references to nonexisting functions.
1967         
1968         * gtk/tmpl/gtkcolorseldlg.sgml, gtk/tmpl/gtkdrawingarea.sgml,
1969         gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkhseparator.sgml, 
1970         gtk/tmpl/gtktree.sgml, gtk/tmpl/gtkradiobutton.sgml,
1971         gtk/tmpl/gtkradiomenuitem.sgml: 
1972         Replace references to deprecated functions.
1973
1974         * gtk/tmpl/gtkhbbox.sgml,gtk/tmpl/gtkvbbox.sgml: Minor fixes.
1975
1976 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
1977
1978         * gtk/tmpl/gtkpixmap.sgml, gtk/tmpl/gtkscale.sgml,
1979         gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkimcontextsimple.sgml: Additions.
1980
1981 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
1982
1983         * gdk/tmpl/properties.sgml, gdk/tmpl/selections.sgml: Additions.
1984
1985 2001-12-23  Matthias Clasen  <matthiasc@poet.de>
1986
1987         * gdk-pixbuf/porting-from-imlib.sgml: GDK instead of Gdk.
1988
1989         * gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml: Replace references to
1990         deprecated functions.
1991
1992         * gdk/tmpl/event_structs.sgml, gdk/tmpl/gcs.sgml,
1993         gdk/tmpl/images.sgml: Replace references to deprecated functions.
1994
1995 2001-12-28      Vitaly Tishkov <tvv@sparc.spb.su>
1996
1997         * gtkwindow.sgml: additional fix for #59314 ('<programlisting>' is
1998         changed to '<literal>' in docs for gtk_window_set_policy ())
1999
2000 Sat Dec 22 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
2001
2002         * gtk/Makefile.am (IGNORE_HFILES): Add gtktextutil.h
2003
2004         * gtk/text_widget.sgml (linkend): SGML fixes.
2005
2006         * gtk/gtk-sections.txt: Update
2007
2008         * gdk/gdk-sections.txt: Update.
2009
2010         * gdk/tmpl/cursors.sgml: SGML fix.
2011
2012         * gdk/gdk-docs.sgml: Add PNG handling magic.
2013
2014 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
2015                 
2016         * gtk/text_widget.sgml: More precise wording. (#63388)
2017
2018         * gtk/tmpl/gtksignal.sgml (GTK_SIGNAL_OFFSET): Add docs.
2019
2020         * gtk/resources.sgml: Fix markup of mail URLs.
2021         
2022         * gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkobject.sgml: Markup fixes.
2023
2024         * gtk/tmpl/gtktoolbar.sgml (gtk_toolbar_{prepend,append}_element):
2025         Expand documentation. (#60471)
2026
2027         * gtk/tmpl/gtkmain.sgml: Remove misleading information about 
2028         gtk_set_locale().  (#65758)
2029
2030 2001-12-18  Anders Carlsson  <andersca@gnu.org>
2031
2032         * gtk/tmpl/gtkdrawingarea.sgml: Change GdkWidget to
2033         GtkWidget. Fixes #67162.
2034
2035 2001-12-17  Matthias Clasen  <matthiasc@poet.de>
2036
2037         * gdk-pixbuf/tmpl/creating.sgml, 
2038         gdk-pixbuf/tmpl/gdk-pixbuf-xlib-from-drawables.sgml,
2039         gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml,
2040         gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rendering.sgml,
2041         gdk-pixbuf/tmpl/refcounting.sgml: Markup fixes.
2042
2043         * gtk/building.sgml, gtk/resources.sgml: Markup fixes.
2044
2045         * gtk/gtk.types: Remove gtk_text_layout_get_type(). (???)
2046
2047         * gdk/tmpl/general.sgml: Use <envar>, not <envvar>.
2048
2049 2001-12-16  Matthias Clasen  <matthiasc@poet.de>
2050
2051         * gdk/tmpl/windows.sgml: Document GDK_RELEASE_MASK.
2052
2053 2001-12-16  Havoc Pennington  <hp@pobox.com>
2054
2055         * gdk-pixbuf/gdk-pixbuf-sections.txt: put _simple variants at the
2056         top of the docs
2057
2058 2001-12-16  Havoc Pennington  <hp@pobox.com>
2059
2060         * gdk-pixbuf/tmpl/scaling.sgml: small doc tweaks, specifically
2061         some "just do XYZ" advice next to the InterpMode technojargon.
2062
2063 2001-12-16  Matthias Clasen  <matthiasc@poet.de>
2064
2065         * gdk/tmpl/windows.sgml: Add something about GdkModifierType.
2066
2067 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
2068         
2069         * gdk-pixbuf/tmpl/scaling.sgml, gdk/tmpl/fonts.sgml, 
2070         gdk/tmpl/general.sgml, gdk/tmpl/rgb.sgml, gdk/tmpl/visuals.sgml,
2071         gdk/tmpl/windows.sgml, gtk/gtk-docs.sgml, gtk/tmpl/gtkaccellabel.sgml,
2072         gtk/tmpl/gtkcombo.sgml, gtk/tmpl/gtkdialog.sgml, 
2073         gtk/tmpl/gtkdrawingarea.sgml, gtk/tmpl/gtkeditable.sgml, 
2074         gtk/tmpl/gtkfilesel.sgml, gtk/tmpl/gtkfontseldlg.sgml,
2075         gtk/tmpl/gtkimage.sgml, gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkmenu.sgml,
2076         gtk/tmpl/gtkmessagedialog.sgml, gtk/tmpl/gtkobject.sgml,
2077         gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkradiobutton.sgml, 
2078         gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtkscale.sgml, gtk/tmpl/gtksignal.sgml, 
2079         gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkspinbutton.sgml,
2080         gtk/tmpl/gtktogglebutton.sgml, gtk/tmpl/gtksignal.sgml, 
2081         gtk/tmpl/gtktooltips.sgml, gtk/tmpl/gtkwindow.sgml,
2082         gdk/tmpl/regions.sgml, gtk/tmpl/gtkfontsel.sgml,
2083         gtk/tmpl/gtkpixmap.sgml, gtk/tmpl/gtkprogress.sgml,
2084         gtk/tmpl/gtkselection.sgml, gtk/tmpl/gtktable.sgml,
2085         gtk/tmpl/gtktipsquery.sgml: Markup fixes (mainly examples).
2086
2087 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
2088
2089         * gtk/tmpl/gtklist.sgml: Markup fixes.
2090
2091         * gdk/tmpl/selections.sgml, gtk/tmpl/gtksocket.sgml:
2092         s/succesful/successful/g. 
2093
2094         * gtk/gtk-sections.txt, gtk/tmpl/gtkstyle.sgml: Remove
2095         GTK_STYLE_NUM_STYLECOLORS. (#66467)
2096
2097 2001-12-12  Havoc Pennington  <hp@pobox.com>
2098
2099         * gtk/text_widget.sgml: add another example
2100
2101 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
2102
2103         * gtk/tmpl/gtkmain.sgml: Markup fixes.
2104
2105         * gtk/gtk-docs.sgml: Add an empty entity to suppress 
2106         crossreferencing in programlistings.
2107
2108 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
2109
2110         * gtk/tmpl/gtkclipboard.sgml: Fix references to 
2111         get_clipboard_set_with_owner(). (#66424)
2112
2113 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
2114         
2115         * gtk/tmpl/gtktypeutils.sgml, gtk/tmpl/gtkobject.sgml,
2116         gtk/tmpl/gtkstyle.sgml: Add docs.
2117
2118 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
2119
2120         * gtk/tmpl/gtklabel.sgml: Remove redundant docs. (#66383)
2121
2122         * gtk/tree_widget.sgml: Typo fix. (#66256)
2123
2124         * gdk-pixbuf/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards.
2125         
2126         * gtk/tmpl/gtktext.sgml, gtk/tmpl/gtktree.sgml, 
2127         gtk/tmpl/gtktreeitem.sgml: Updates.
2128
2129 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
2130
2131         * gtk/tmpl/gtkwidget.sgml: Updates.
2132         * gtk/Makefile.am (IGNORE_HFILES): Remove gtktextchild.h.
2133
2134 2001-12-03  Matthias Clasen  <matthiasc@poet.de>
2135
2136         * gdk/tmpl/input_devices.sgml, 
2137         gdk/gdk-sections.txt, gdk/tmpl/windows.sgml: Updates.
2138
2139 2001-12-02  Matthias Clasen  <matthiasc@poet.de>
2140
2141         * gdk/tmpl/dnd.sgml: Updates.
2142
2143 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
2144
2145         * gdk/tmpl/keys.sgml: Updates.
2146
2147 2001-12-01  Havoc Pennington  <hp@pobox.com>
2148
2149         * gtk/tmpl/gtkoptionmenu.sgml: add brief explanation of how to use
2150         GtkOptionMenu
2151
2152 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
2153
2154         * gdk/tmpl/colors.sgml, gdk/tmpl/pixmaps.sgml, gdk/tmpl/dnd.sgml,
2155         gdk/tmpl/gcs.sgml: Document ref and unref functions as deprecated.
2156
2157 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
2158
2159         * gtk/gtk-sections.sgml: Add GtkTextChildAnchor.
2160
2161         * gdk/tmpl/dnd.sgml: Updates.
2162
2163         * gdk/tmpl/pango_interaction.sgml: Document GdkPangoAttrEmbossed
2164         and GdkPangoAttrStipple.
2165         
2166 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
2167         
2168         * gtk/tmpl/gtkwindow.sgml: Document gtk_window_position.
2169
2170         * gdk/tmpl/dnd.sgml: Document GdkDragProtocol and GdkDragContext.
2171
2172         * gdk/tmpl/events.sgml: Document gdk_setting_get.
2173
2174         * gdk/tmpl/fonts.sgml: Document gdk_font_full_name_get and
2175         gdk_font_full_name_free.
2176
2177         * gdk/tmpl/windows.sgml: Document gdk_window_register_dnd.
2178
2179 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
2180         
2181         * gdk/tmpl/windows.sgml, gdk/tmpl/general.sgml,
2182         gdk/tmpl/pixmaps.sgml, gdk/tmpl/drawing.sgml,
2183         gdk/tmpl/gcs.sgml: Updates. 
2184
2185         * gdk/tmpl/cursors.sgml: Document GdkCursor and standard cursors.
2186
2187 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
2188
2189         * gdk/tmpl/drawing.sgml: Minor markup fixes.
2190
2191 Fri Nov 23 15:12:07 2001  Owen Taylor  <otaylor@redhat.com>
2192
2193         * gtk/Makefile.am (content_files): Add windows.sgml
2194
2195         * gdk/tmpl/cursors.sgml: Revert last diff to get things to
2196         build.
2197
2198 2001-11-22  Matthias Clasen  <matthiasc@poet.de>
2199
2200         * gdk/tmpl/event_structs.sgml: Add better explanation of proximity
2201         events. 
2202
2203         * gdk/tmpl/cursors.sgml: Document GdkCursor and standard cursors.
2204
2205         * gdk/images/*.png: The standard X cursors as pngs.
2206
2207         * gdk/Makefile.am (HTML_IMAGES): Add the images.
2208
2209 Wed Nov 21 15:57:29 2001  Owen Taylor  <otaylor@redhat.com>
2210
2211         * gtk/gtk-sections.txt: Updates
2212
2213         * gtk/tmpl/gtkstock.sgml: Close end tags.
2214
2215         * gtk/gtk.types: Remove interface types which gtk-doc
2216         can't handle currently.
2217
2218         * gtk/tmpl/gtknotebook.sgml: Fix some garbage in file.
2219
2220         * gdk/tmpl/x_interaction.sgml: Fix SGML errors.
2221
2222         * gdk/gdk-overrides.txt gdk/gdk-sections.txt: Updates. 
2223
2224 2001-11-20  Havoc Pennington  <hp@pobox.com>
2225
2226         * gtk/tmpl/gtkwindow.sgml: fix docs for gtk_window_set_policy() to
2227         reflect existence of gtk_window_set_resizable()
2228
2229 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
2230
2231         * gdk/tmpl/event_structs.sgml: Small fixes.
2232
2233 2001-11-16  Matthias Clasen  <matthiasc@poet.de>
2234
2235         * gdk/tmpl/event_structs.sgml: Updates. 
2236
2237         * gdk/tmpl/windows.sgml: Document GdkFilterFunction, GdkFilterReturn
2238         and GdkXEvent, add markup.
2239
2240 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
2241
2242         * gtk/gtk-docs.sgml: Go back to DocBook 3.0 to get the
2243         autobuilder on developer.gnome.org back to work, but add
2244         the png notation for the stock icons.
2245
2246 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
2247
2248         * gdk/Makefile.am (MKDB_OPTIONS), 
2249         gdk-pixbuf/Makefile.am (MKDB_OPTIONS),
2250         gtk/Makefile.am (MKDB_OPTIONS): Add --sgml-mode.
2251
2252         * gdk-pixbuf/tmpl/file-saving.sgml,
2253         gdk-pixbuf/tmpl/module_interface.sgml,
2254         gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml: Consistent short descriptions.
2255
2256         * gtk/tmpl/gtkprogressbar.sgml: Remove duplicate docs. (#64469)
2257         
2258         * gtk/gtk-sections.txt: Add missing TITLEs (#64459, #64568)
2259
2260         * gtk/tmpl/gtkadjustment.sgml: Typo fix. (#64448)
2261
2262 Mon Nov 12 23:06:38 2001  Tim Janik  <timj@gtk.org>
2263
2264         * added gtkaccelmap.sgml. other updates.
2265
2266 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
2267
2268         * gdk-pixbuf/gdk-pixbuf-rendering.sgml, 
2269         gdk-pixbuf/gdk-pixbuf-from-drawables.sgml: new files explaining
2270         where the code for rendering pixbufs lives. (#61151) 
2271         
2272         * gdk-pixbuf/gdk-pixbuf.sgml: Use the new files.
2273
2274         * gtk/tmpl/gtkaccellabel.sgml, gtk/tmpl/gtkcombo.sgml,
2275         gtk/tmpl/gtkentry.sgml, gtk/tmpl/gtkhscrollbar.sgml,
2276         gtk/tmpl/gtkvscrollbar.sgml, gtk/tmpl/gtktoolbar.sgml,
2277         gtk/tmpl/gtkdialog.sgml, gtk/tmpl/gtkstatusbar.sgml: 
2278         Mass fixing of trivial doc bugs. (#55579, #56760, #58769, #55918,
2279         #64154, #60422, #54697)
2280
2281 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
2282
2283         * gtk/tmpl/gtkpaned.sgml: Document gtk_paned_set_gutter_size
2284         as noop. (#45802)
2285
2286         * gtk/tmpl/gtkcolorsel.sgml: Remove stuff duplicating inline
2287         docs. (#60481)
2288
2289         * gtk/tmpl/gtkstock.sgml: Document all stock items
2290         with their stock text. 
2291
2292         * gtk/tmpl/gtkhseparator.sgml: Small corrections.
2293
2294         * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Updates.
2295
2296 2001-11-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2297
2298         * gdk-pixbuf/tmpl/refcounting.sgml,
2299         gdk-pixbuf/porting-from-imlib.sgml, tmpl/creating.sgml:
2300         gdk_rgb_init() doesn't need to be called anymore. Use
2301         g_object_(un)_ref instead of gdk_pixbuf_(un)ref.
2302
2303         * tmpl/module_interface.sgml: Typo fix.
2304
2305         * gdk-pixbuf/gdk-pixbuf.sgml: Fixed jade complaining about '_' by
2306         replacing it with '-'. Now builds again.
2307
2308 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
2309
2310         * gdk-pixbuf/gdk-pixbuf.sgml: include initialization_versions.sgml,
2311         file-saving.sgml and module_interface.sgml.
2312
2313         * gdk-pixbuf/tmpl/module_interface.sgml: add short description.
2314
2315         * gtk/tmpl/gtkarg.sgml, gtk/tmpl/gtkdata.sgml, 
2316         gtk/tmpl/gtkcellrenderertextpixbuf.sgml: removed, since they described 
2317         no longer existent stuff and aren't included anymore.
2318
2319         * gdk/tmpl/color_contexts.sgml, gdk/tmpl/input_contexts.sgml, 
2320         gdk/tmpl/input_methods.sgml: removed, since they described no longer 
2321         existent stuff and aren't included anymore.
2322
2323 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
2324
2325         * gdk-pixbuf/gdk-pixbuf-sections.txt,
2326         gdk-pixbuf/tmpl/animation.sgml, 
2327         gdk-pixbuf/tmpl/module_interface.sgml: Updates. (#63293)
2328
2329 2001-10-28  Anders Carlsson  <andersca@gnu.org>
2330
2331         * gtk/tmpl/gtkadjustment.sgml: Update struct member docs
2332         since they're gdouble now instead of gfloat. Fixes #55699.
2333
2334 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
2335
2336         * docs/reference/gtk/tmpl/gtkmenuitem.sgml,
2337         docs/reference/gtk/tmpl/gtkmenu.sgml,
2338         docs/reference/gtk/tmpl/gtkmenushell.sgml,
2339         docs/reference/gtk/tmpl/gtkcontainer.sgml,
2340         docs/reference/gtk/gtk-sections.txt: Updates.
2341
2342 2001-10-28  Anders Carlsson  <andersca@gnu.org>
2343
2344         * gdk/tmpl/regions.sgml: Remove note about coordinates in GdkPoint
2345         being 16-bit since they're 32-bit now. Fixes #62681.
2346
2347 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
2348
2349         * gdk/tmpl/input_devices.sgml: Updates.
2350
2351         * gtk/tmpl/gtkrc.sgml: Document the special values <none> and
2352         <parent> for bg_pixmap.
2353
2354 2001-10-27  Anders Carlsson  <andersca@gnu.org>
2355
2356         * gtk/tmpl/gtkaccellabel.sgml: Clarify that the string
2357         argument in gtk_accel_label_new most be non-NULL.
2358         This fixes #54826.
2359
2360         * gtk/tmpl/gtkentry.sgml: Clarify that a maximum length
2361         of 0 means infinity. This fixes #58771.
2362
2363         * gtk/tmpl/gtkhandlebox.sgml: Finish a sentence. 
2364         This fixes #56702.
2365
2366         * gtk/tmpl/gtkspinbutton.sgml: Clarify that we're
2367         returning a spin button in the _new function.
2368         This fixes #54097.
2369
2370         * gtk/tmpl/gtktoolbar.sgml: Change docs for 
2371         gtk_toolbar_append_item to say that it appends an item
2372         to the end of a toolbar. This fixes #60428.
2373
2374 Fri Oct 26 11:54:53 2001  Owen Taylor  <otaylor@redhat.com>
2375
2376         * */Makefile.am: Update to install images.
2377
2378 2001-10-27  Anders Carlsson  <andersca@gnu.org>
2379
2380         * gtk/gtk-sections.txt,
2381         * gtk/tmpl/gtktreeviewcolumn.sgml: Remove documentation for
2382         gtk_tree_view_column_cell_event since that function has been
2383         removed. This fixes #62084.
2384
2385         * gdk/tmpl/properties.sgml: Change FALSE to TRUE in 
2386         documentation for gdk_atom_intern, to document the
2387         correct behavior. This fixes #58798.
2388
2389         * gtk/gtk-sections.txt: Update GtkStyle since it's now a
2390         GObject and not a struct. This fixes #55807. 
2391
2392 Thu Oct 18 16:40:00 2001  Jonathan Blandford  <jrb@redhat.com>
2393
2394         * gtk/gtk-docs.sgml: add GtkCellEditable and GtkTreeModelSort.
2395
2396 Sat Oct 20 18:35:21 2001  Owen Taylor  <otaylor@redhat.com>
2397
2398         * gtk/tmpl/gtkentry.sgml (Note): Remove note about
2399         deprecation. (We've standard on G_CONST_RETURN 
2400         rather than the reverse.) #58768, Vitaly Tishkov.
2401
2402 2001-10-20  jacob berkman  <jacob@ximian.com>
2403
2404         * gtk/Makefile.am (HTML_IMAGES): get them from
2405         $(top_srcdir)/gtk/stock-icons/ rather than
2406         ../../../gtk/stock-items/
2407
2408 Fri Oct 19 15:44:52 2001  Owen Taylor  <otaylor@redhat.com>
2409
2410         * gtk/Makefile.am gtk/gtk-sections.txt gtk/gtk-docs.sgml:
2411         Add gtkimcontextsimple.
2412
2413 2001-10-19  Matthias Clasen   <matthiasc@poet.de>
2414
2415         * gtk/gtk-docs.sgml: Switch to DocBook 4.1 (for the PNG notation).
2416
2417         * gtk/Makefile.am, gtk/tmpl/gtkstock.sgml: Add inlinegraphics for
2418         the stock icons.
2419
2420 2001-10-18  Matthias Clasen   <matthiasc@poet.de>
2421
2422         * gdk/tmpl/visuals.sgml: Resurrect 1.2 documentation. (#62604)
2423
2424         * gtk/tmpl/gtkpaned.sgml: Fixes. (#62146)
2425
2426         * gtk/tmpl/gtkgamma.sgml: Fixes. (#62155)
2427
2428         * gtk/Makefile.am (IGNORE_HFILES): Add xembed.h (#61929)
2429
2430         * gdk-pixbuf/gdk-pixbuf.types: Add GdkPixbuf, 
2431         GdkPixbufAnimation and GdkPixbufAnimationIter. (#62590)
2432
2433         * gtk/tmpl/gtkscrolledwindow.sgml: Replace GtkCList by
2434         GtkTreeView in example. (#62200)
2435
2436 2001-10-17  Matthias Clasen   <matthiasc@poet.de>
2437
2438         * gtk/tmpl/gtkdnd.sgml, gtk/tmpl/gtkclipboard.sgml,
2439         gdk/tmpl/general.sgml, gdk/tmpl/threads.sgml, 
2440         gdk/tmpl/x_interaction.sgml: Updates.
2441
2442 2001-10-13  Matthias Clasen   <matthiasc@poet.de>
2443
2444         * gdk/tmpl/x_interaction.sgml: Update.
2445
2446 2001-10-10  Matthias Clasen   <matthiasc@poet.de>
2447
2448         * gtk/gtk-sections.txt, gtk/tmpl/gtkspinbutton.sgml,
2449         gtk/tmpl/gtkseparatormenuitem.sgml, gtk/tmpl/gtknotebook.sgml,
2450         gtk/tmpl/gtkstatusbar.sgml, gtk/tmpl/gtkradiobutton.sgml,
2451         gtk/tmpl/gtkradiomenuitem.sgml: Updates.
2452
2453         * gdk-pixbuf/gdk-pixbuf-sections.txt, 
2454         gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Follow recent API changes.
2455
2456 2001-10-10  Matthias Clasen   <matthiasc@poet.de>
2457
2458         * gtk/tmpl/gtkcalendar.sgml, gtk/tmpl/gtkeditable.sgml: Update.
2459
2460         * gdk-pixbuf/gdk-pixbuf.sgml: Add entity for tmpl/inline.sgml.
2461
2462         * gdk-pixbuf/tmpl/inline.sgml: Update.
2463
2464         * gtk/gtk-sections.sgml: Update.
2465
2466 2001-10-08  Matthias Clasen   <matthiasc@poet.de>
2467
2468         * gdk-pixbuf/gdk-pixbuf-sections.txt,
2469         gdk-pixbuf/Makefile.am, gdk-pixbuf/tmpl/creating.sgml: Update.
2470
2471         * gdk-pixbuf/tmpl/inline.sgml: New file.
2472         
2473 2001-10-07  Matthias Clasen   <matthiasc@poet.de>
2474
2475         * gdk/tmpl/properties.sgml, gdk/tmpl/events.sgml,
2476         gdk/tmpl/regions.sgml, gdk/tmpl/general.sgml,
2477         gdk/tmpl/keys.sgml: Update. 
2478
2479         * gdk/gdk-overrides.txt, gdk/gdk-sections.txt: Remove nanox traces.
2480
2481 2001-10-06  Matthias Clasen   <matthiasc@poet.de>
2482
2483         * gtk/gtk-docs.sgml: add gtkimagemenuitem, 
2484         gtksettings, gtkseparatormenuitem.
2485         
2486         * gtk/tmpl/gtktreemodelsimple.sgml: remove unused file.
2487
2488 2001-10-05  Matthias Clasen   <matthiasc@poet.de>
2489
2490         * gtk/gtk-sections.sgml, gtk/objects_grouped.sgml: remove GtkPacker.
2491
2492 2001-10-05  Sven Neumann  <sven@gimp.org>
2493
2494         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: adapt to changes in GDK_PIXBUF_ERROR
2495         enum.
2496
2497 2001-10-04  Havoc Pennington  <hp@pobox.com>
2498
2499         * gtk/tmpl/gtkimage.sgml: fix GtkImage overview
2500
2501 Wed Oct  3 15:09:18 2001  Jonathan Blandford  <jrb@redhat.com>
2502
2503         * gtk/gtk.types: remove gtk_cell_editable_get_type
2504
2505 2001-10-02  Havoc Pennington  <hp@redhat.com>
2506
2507         * gtk/tree_widget.sgml: s/empahsis/emphasis/
2508
2509         * gtk/tmpl/gtkobject.sgml: update docs
2510
2511 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2512
2513         * gtk/gtk-sections.txt: Move standard gobject stuff to
2514         the 'Standard' sections. (#61483)
2515
2516 Wed Sep 26 15:05:28 2001  Jonathan Blandford  <jrb@redhat.com>
2517
2518         * gtk/gtk.types: Add missing types.
2519
2520 Mon Sep 24 12:43:45 2001  Owen Taylor  <otaylor@redhat.com>
2521
2522         * gtk/gtk-sections.txt: Updates for removed/renamed functions.
2523
2524 2001-09-08  Havoc Pennington  <hp@pobox.com>
2525
2526         * gtk/gtk-sections.txt: move some of the accel group functions 
2527         into a Private subsection
2528
2529 2001-09-08  Havoc Pennington  <hp@pobox.com>
2530
2531         * gtk/tmpl/gtklayout.sgml: docs
2532
2533         * gdk-pixbuf/gdk-pixbuf.sgml: remove the section on compiling
2534         gdk-pixbuf since it isn't a standalone package anymore
2535
2536         * gtk/building.sgml: section on compiling GTK itself
2537
2538 2001-09-08  Havoc Pennington  <hp@pobox.com>
2539
2540         * gtk/gtk-sections.txt: put GtkPacker back in here so it won't be
2541         in gtk-unused.txt, but don't put it back in gtk-docs.sgml. 
2542
2543         Tons of other additions from gtk-unused.txt, but mostly skipping
2544         all the tree stuff for now.
2545
2546 2001-09-08  Havoc Pennington  <hp@pobox.com>
2547
2548         * gtk/gtk-docs.sgml: remove CellRendererTextPixbuf
2549
2550         * gtk/resources.sgml: add section on mailing lists, bugzilla, etc.
2551
2552         * gtk/tmpl/gtkaccelgroup.sgml: add long description
2553
2554         * gtk/gtk-sections.txt: reorder accel group section; probably need
2555         to delete most of it
2556
2557         * gtk/tmpl/gtkmain.sgml: Clean it up a little bit
2558
2559         * gtk/gtk-docs.sgml: rearrange the list of "core/misc" sections so
2560         that useful things are near the top and stupid junk is near the
2561         bottom.
2562
2563         * gtk/tmpl/gtkfeatures.sgml: fix/finish this section
2564
2565         * gtk/gtk-docs.sgml: create a separate section for
2566         overview/tutorial material and special notes, and put the
2567         reference docs for the "misc non-widget" stuff into its own
2568         section.
2569
2570         * gtk/compiling.sgml: write this section
2571
2572         * gtk/gtk-docs.sgml: The intro section weirdly had two paragraphs
2573         that said the same thing. Delete one of them.
2574
2575 Tue Sep  4 01:33:51 2001  Owen Taylor  <otaylor@redhat.com>
2576
2577         * gtk/gtk-docs.sgml: Remove references to a couple
2578         sections that are no longer there.
2579
2580 Thu Aug 30 19:34:38 2001  Jonathan Blandford  <jrb@redhat.com>
2581
2582         * gtk/tmpl/gtkdialog.sgml: Fix obvious mistake.
2583
2584 Tue Aug 21 12:42:19 2001  Owen Taylor  <otaylor@redhat.com>
2585
2586         * gtk/gtk-sections.txt: Remove GtkPacker
2587
2588 Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>
2589
2590         * */Makefile.am: Set GPATH to fix srcdir != builddir  
2591         problems with GNU make.
2592
2593 Sun Jul 22 17:01:34 2001  Owen Taylor  <otaylor@redhat.com>
2594
2595         * gtk/tmpl/gtksignal.sgml: Fix missing not
2596         (Skip Montanaro, #56361)
2597
2598 Wed Jul  4 22:53:33 2001  Owen Taylor  <otaylor@redhat.com>
2599
2600         * gtk/tmpl/gtkplug.sgml gtk/tmpl/gtksocket.sgml: Some
2601         updates and moving docs to the C files.
2602
2603 2001-05-19  Havoc Pennington  <hp@pobox.com>
2604
2605         * gdk-pixbuf/tmpl/initialization_versions.sgml: docs
2606
2607         * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: docs
2608
2609         * gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml: docs
2610
2611 Sun Apr 15 15:04:12 2001  Owen Taylor  <otaylor@redhat.com>
2612
2613         * gtk/tmpl/gtkdnd.sgml: Move some of the function docs to the
2614         C files.
2615
2616 Thu Jun 21 12:31:29 2001  Owen Taylor  <otaylor@redhat.com>
2617
2618         * gtk/gtk-sections.txt: Update a bit.
2619
2620         * Makefile.am: build GTK+ docs. 
2621
2622 Fri Jun  8 12:33:29 2001  Jonathan Blandford  <jrb@redhat.com>
2623
2624         * gtk/tmpl/gtktable.sgml: fix bug #55921
2625
2626 2001-06-05  Havoc Pennington  <hp@redhat.com>
2627
2628         * gtk/tmpl/gtkscale.sgml: more docs
2629
2630 Tue Jun  5 10:54:48 2001  Owen Taylor  <otaylor@redhat.com>
2631
2632         * gtk/tmpl/gtkenums.sgml: Improve docs for GtkStateType.
2633         (Fixes #55751, among other things.)
2634
2635 Mon Jun  4 15:08:21 2001  Owen Taylor  <otaylor@redhat.com>
2636
2637         * gtk/gtk-overrides.txt: Remove GtkArgSetFunc, GtkArgGetFunc.
2638
2639 Wed May 30 16:56:07 2001  Owen Taylor  <otaylor@redhat.com>
2640
2641         * gtk/tmpl/gtkrc.sgml (pattern): Correct typoe when
2642         describing order of composition. (#53371, Skip Montanaro)
2643         
2644 2001-05-22  Havoc Pennington  <hp@pobox.com>
2645
2646         * gtk/gtk-sections.txt: add gtk_bin_get_child
2647
2648 Fri May 18 12:28:08 2001  Owen Taylor  <otaylor@redhat.com>
2649
2650         * gtk/tmpl/gtksizegroup.sgml gtk/gtk-sections.txt gtk/gtk.types:
2651         Add documentation about GtkSizeGroup.
2652
2653 2001-05-11  Havoc Pennington  <hp@pobox.com>
2654
2655         * gtk/tmpl/gtkvruler.sgml, 
2656         gtk/tmpl/gtkhruler.sgml: fix bug #54431
2657
2658         * gtk/tmpl/gtkdrawingarea.sgml: fix bug #54331
2659
2660         * gtk/tmpl/gtkenums.sgml: fix bug #54329, and 
2661         update some other random things
2662
2663         * gtk/gtk-sections.txt: updates
2664
2665         * gtk/tmpl/gtkmenuitem.sgml: fix bug #54277
2666
2667         * gtk/tmpl/gtkradiomenuitem.sgml: fix bug #54323,
2668         #54324, #54325 
2669
2670 2001-04-26  Havoc Pennington  <hp@redhat.com>
2671
2672         * gtk/tmpl/gtkimage.sgml: document GtkImageType
2673
2674         * gtk/gtk-sections.txt: GtkImageType is public
2675
2676         * gdk/tmpl/images.sgml: add warning about gtk_image_new_bitmap
2677
2678 Wed Apr 25 12:33:03 2001  Owen Taylor  <otaylor@redhat.com>
2679
2680         * gtk/tmpl/gtktreeitem.sgml: Add note about GTK_ENABLE_BROKEN.
2681
2682 Tue Apr 17 10:59:13 2001  Owen Taylor  <otaylor@redhat.com>
2683
2684         * gtk/Makefile.am (GTKDOC_CFLAGS): Remove -DGTK_DISABLE_COMPAT
2685         add -DGTK_ENABLE_BROKEN
2686
2687         * {gtk/gtk,gdk/gdk}-sections.txt: Updated
2688
2689 Fri Apr 13 10:41:10 2001  Owen Taylor  <otaylor@redhat.com>
2690
2691         * */Makefile.am: Add $(top_builddir) to includes as necessary,
2692         Run gtkdoc-scangobj from builddir, not srcdir, don't distribute
2693         foo-doc.{top,bottom}, recomment in code to distribute HTML
2694         images, with shell fixes.
2695
2696         * gtk/gtk.hierarchy gdk-pixbuf/gdk-pixbuf.{args,signals,hierarchy}:
2697         Remove generated files.
2698         
2699 Wed Apr  4 01:26:04 2001  Tim Janik  <timj@gtk.org>
2700
2701         * gdk-pixbuf/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
2702         dist-hook because $(HTML_IMAGES) is empty.
2703         * gtk/Makefile.am: same here.
2704         * gdk/Makefile.am: same here. touched gdk.types since make rules
2705         require it ;(
2706
2707 2001-03-29  Mike Kestner  <mkestner@ameritech.net>
2708
2709         * gtk/tmpl/gtkspinbutton.html: killed function docs that are now
2710         inline.
2711
2712 2001-03-23  Havoc Pennington  <hp@redhat.com>
2713
2714         * gdk/gdk-sections.txt: updates
2715
2716         * gtk/gtk-sections.txt: updates
2717
2718         * gtk/gtk-docs.sgml: mop up TreeModelSimple entity
2719
2720         * gdk/gdk-docs.sgml: remove input method
2721         and input context docs
2722
2723 2001-03-22  Havoc Pennington  <hp@redhat.com>
2724
2725         * gdk/tmpl/keys.sgml: docs on GdkKeymap
2726
2727 2001-03-16  Havoc Pennington  <hp@redhat.com>
2728
2729         * gtk/gtk-docs.sgml: remove GtkData entity usage
2730
2731 2001-03-14  Havoc Pennington  <hp@redhat.com>
2732
2733         * gtk/gtk-docs.sgml: remove gtkdata, gtktreemodelsimple
2734
2735         * gtk/gtk.types: remove gtk_data_get_type
2736
2737 Wed Mar  7 23:58:53 2001  Owen Taylor  <otaylor@redhat.com>
2738
2739         * gtk/tmpl/gtkwidget.sgml: Document ::hierarchy-changed.
2740
2741 Wed Mar  7 00:27:13 2001  Jonathan Blandford  <jrb@redhat.com>
2742
2743         * gdk-pixbuf/Makefile.am (scan-build.stamp): add --nogtkinit.
2744
2745 Sat Mar  3 17:20:53 2001  Owen Taylor  <otaylor@redhat.com>
2746
2747         * */Makefile.am (scan-build.stamp): You can't use
2748         + as a metacharacter for basic regular expressions.
2749         (This was the "all objects disappear")
2750
2751         * gdk/gdk-sections.txt gdk-pixbuf/gdk-pixbuf-sections.txt
2752
2753         * */*-unused.sgml: Remove a lot of empty stuff. (No
2754         point in saving old docs when there aren't any.)
2755
2756 2001-02-20  Havoc Pennington  <hp@pobox.com>
2757
2758         * gdk/tmpl/rgb.sgml: fix these docs to reflect the current state
2759         of affairs
2760
2761 2001-02-19  Havoc Pennington  <hp@pobox.com>
2762
2763         * gdk/Makefile.am (SCAN_OPTIONS): add --deprecated-guards
2764
2765         * gdk/gdk-sections.txt: update
2766
2767         * gdk/gdk-docs.sgml: update
2768
2769 2001-02-18  Havoc Pennington  <hp@pobox.com>
2770
2771         * gdk-pixbuf/Makefile.am (IGNORE_HFILES): add gdk-pixbuf-marshal.h
2772
2773         * gdk-pixbuf/gdk-pixbuf-sections.txt: fixes
2774
2775 Sun Feb 11 22:16:34 2001  Owen Taylor  <otaylor@redhat.com>
2776
2777         * */Makefile.am: Use the new snazzy mother-of-all-gtk-doc-makefiles.
2778
2779         * gdk/tmpl/* gdk-pixbuf/tmpl/*: Recover a bunch of docs that were 
2780         lost at one point.
2781
2782 2001-02-08  Havoc Pennington  <hp@pobox.com>
2783
2784         * gtk/windows.sgml: windows (file is blank)
2785
2786         * gtk/framebuffer.sgml: framebuffer (file is blank)
2787
2788         * gtk/compiling.sgml: how to use pkg-config, etc. (file is 
2789         blank for now)
2790
2791 2001-02-03  Havoc Pennington  <hp@pobox.com>
2792
2793         * gtk/tmpl/gtkfixed.sgml: Add the intro docs section
2794
2795 2001-02-01  Havoc Pennington  <hp@redhat.com>
2796
2797         * gtk/gtk-sections.txt: updated
2798
2799         * gtk/gtk-docs.sgml: Move the below from "Deprecated" section to
2800         "special-purpose" section; move GtkItem out of deprecated section,
2801         since GtkMenuItem uses it, though probably the GtkItem signals
2802         should just migrate down to GtkMenuItem someday it won't happen
2803         for 2.0
2804
2805         * gtk/tmpl/gtkgamma.sgml: add note about eventual removal
2806
2807         * gtk/tmpl/gtkcurve.sgml: add note about eventual removal
2808
2809         * gtk/tmpl/gtkruler.sgml: add note about eventual removal
2810
2811         * gtk/tmpl/gtkhruler.sgml: add note about eventual removal
2812
2813         * gtk/tmpl/gtkvruler.sgml: add note about eventual removal
2814
2815         * gtk/tmpl/gtkinputdialog.sgml: add note about eventual removal
2816
2817 2001-01-30  Havoc Pennington  <hp@pobox.com>
2818
2819         Also committed a bunch of automatic changes made by gtk-doc, 
2820         after reviewing for correctness.
2821         
2822         * gtk/tmpl/gtktext.sgml: add warning about deprecation and note
2823         about what to use instead
2824
2825         * gtk/tmpl/gtktree.sgml: ditto
2826
2827         * gtk/Makefile.am (scan): pass --deprecated-guards option to
2828         gtk-doc
2829
2830         * gtk/gtk-docs.sgml: move GtkText to the deprecated section 
2831         instead of the GtkTextView section. Oops.
2832
2833 Tue Jan 30 16:01:54 2001  Owen Taylor  <otaylor@redhat.com>
2834
2835         * gtk/tmpl/gtkclist.sgml: Added note explaining how
2836         the @button parameter is off by 1. (#6739)
2837
2838 Mon Jan  8 15:21:15 2001  Owen Taylor  <otaylor@redhat.com>
2839
2840         * Makefile.am (SUBDIRS): Restore build.
2841
2842         * gdk/gdk-sections.txt gdk/gdk-docs.sgml 
2843           gdk-pixbuf/gdk-pixbuf-sections.txt 
2844           gtk/gtk-sections.txt gtk/gtk-docs.sgml: : Update.
2845
2846         * */tmpl/*: Changes from update.
2847
2848 Wed Oct 25 15:19:40 2000  Owen Taylor  <otaylor@redhat.com>
2849
2850         * gtk/tmpl/gtknotebook.sgml: Moved function docs into .c
2851         file, fairly extensive rewriting.
2852
2853 Thu Nov 30 00:53:45 2000  Owen Taylor  <otaylor@redhat.com>
2854
2855         * gtk/tmpl/gtkfilesel.sgml: Fix to say that file_selection_complete()
2856         filters both files and directories.
2857
2858         * gtk/tmpl/gtktogglebutton.sgml: Fix description
2859         of gtk_toggle_button_toggled().
2860
2861 Fri Nov 17 17:31:30 2000  Owen Taylor  <otaylor@redhat.com>
2862
2863         * gtk/Makefile.am (content_files): Add a couple
2864         of files.
2865
2866 Mon Nov 13 16:58:43 2000  Owen Taylor  <otaylor@redhat.com>
2867
2868         * {gtk,gdk,gdk-pixbuf}/Makefile.am: cd to srcdir before
2869         calling gtkdoc-fixref, distribute index.sgml.
2870
2871         * gtk/gtk-docs.sgml gtk/Makefile.am gtk/gtk-sections.txt
2872         gtk/gtk.types: Update
2873
2874 2000-11-05  Havoc Pennington  <hp@pobox.com>
2875
2876         * gtk/tmpl/gtktexttag.sgml: documented some of the object args
2877
2878         * gtk/text_widget.sgml: fixups
2879
2880 2000-11-04  Havoc Pennington  <hp@pobox.com>
2881
2882         * gtk/gtk-sections.txt: Added a bunch of stuff from unused
2883
2884 2000-11-01  Havoc Pennington  <hp@redhat.com>
2885
2886         * gtk/tmpl/gtkmessagedialog.sgml: Check in these docs, I seem to
2887         have written them a while ago then forgotten about them.
2888
2889 2000-11-01  Havoc Pennington  <hp@pobox.com>
2890
2891         * gtk/gtk-sections.txt: Add new label functions
2892
2893 Sun Oct 29 02:59:50 2000  Owen Taylor  <otaylor@redhat.com>
2894
2895         * **: Updates to new gtk-doc, gsignal, causing quite
2896         a bit of diffs but little real changes.
2897
2898 2000-10-24  Havoc Pennington  <hp@redhat.com>
2899
2900         * gtk/text_widget.sgml: add note about UTF-8
2901
2902 2000-10-23  Havoc Pennington  <hp@redhat.com>
2903
2904         * gtk/gtk-sections.txt: remove GtkTextBTree
2905
2906         * gtk/text_widget.sgml: Overview of the text widget
2907
2908         * gtk/gtk-docs.sgml: Change to using categories for the toplevel 
2909         organization of the reference entries. We'll add an alphabetical 
2910         index eventually. The category way is a lot easier for people who
2911         aren't familiar with the widgets. Removed objects_grouped.sgml 
2912         from gtk-docs.sgml for now, it doesn't seem useful anymore.
2913
2914         * gtk/objects_grouped.sgml: Add a section for deprecated
2915         objects; add a section for the TextView object collection
2916
2917 Wed Oct 18 11:01:12 2000  Owen Taylor  <otaylor@redhat.com>
2918
2919         * gtk/Makefile.am gdk-pixbuf/Makefile.am: Fix typo
2920
2921 2000-10-20  Havoc Pennington  <hp@redhat.com>
2922
2923         * gtk/gtk-sections.txt: Add dialog docs
2924
2925 2000-10-18  Havoc Pennington  <hp@redhat.com>
2926
2927         * gtk/gtk-sections.txt: Some updates
2928
2929         * gdk/gdk-sections.txt: remove GdkPixbufAlphaMode
2930
2931         * gdk-pixbuf/gdk-pixbuf-sections.txt: Add new API, remove 
2932         GdkPixbufClass/GdkAnimationClass since those are private
2933
2934         * gdk-pixbuf/Makefile.am (IGNORE_HFILES): ignore more headers
2935
2936 2000-10-06  Havoc Pennington  <hp@redhat.com>
2937
2938         * gdk-pixbuf/*.sgml, gdk-pixbuf/tmpl/*.sgml: copy in from 1.0
2939         
2940         * gdk-pixbuf/gdk-pixbuf-sections.txt: add Xlib sections from 1.0
2941         tree
2942
2943         * gdk-pixbuf/Makefile.am: add stuff from 1.0 tree
2944
2945         * gdk-pixbuf/compiling.sgml: copy from 1.0 tree
2946
2947 2000-09-26  Havoc Pennington  <hp@redhat.com>
2948
2949         * gtk/tmpl/gtkrc.sgml: Document stock icon stuff
2950
2951 Thu Sep  7 14:15:03 2000  Owen Taylor  <otaylor@redhat.com>
2952
2953         * gdk/* gtk/*: Move gtk-reference files into GTK+ tree proper.
2954
2955         * Update sections.txt files to correspond to current code,
2956         tweak .sgml files and Makefiles to correspond.
2957
2958         * gtk/tmpl/gtkradiomenuitem.sgml (this): Remove extra <para>
2959
2960 2000-06-14  Damon Chaplin  <damon@helixcode.com>
2961
2962         * gtk/tmpl/gtktooltips.sgml: added a note about no-window widgets.
2963
2964 Mon Jun  5 11:17:25 2000  Owen Taylor  <otaylor@redhat.com>
2965
2966         * gdk/tmpl/general.sgml: Fix gdk_pointer_grab description
2967         as pointed out by Dave Morse.
2968
2969 Sun May 28 12:16:01 2000  Owen Taylor  <otaylor@redhat.com>
2970
2971         * gtk/tmpl/gtkaspectframe.sgml: Fix typo
2972         pointed out by Gregory McLean.
2973
2974 2000-05-28  Damon Chaplin  <damon@helixcode.com>
2975
2976         * gdk/tmpl/event_structs.sgml: typo.
2977
2978 2000-04-22  Damon Chaplin  <damon@helixcode.com>
2979
2980         * gtk/tmpl/gtkenums.sgml: update from Lee Mallabone
2981         <lee0@callnetuk.com>
2982
2983 2000-04-09  Damon Chaplin  <damon@helixcode.com>
2984
2985         * gtk/tmpl/gtkmain.sgml: update from Torsten Landschoff
2986         <t.landschoff@gmx.net>
2987
2988         * gdk/tmpl/input_methods.sgml: 
2989         * gdk/tmpl/general.sgml: fixed typos.
2990
2991 Tue Mar 14 14:17:46 2000  Raph Levien  <raph@acm.org>
2992
2993         * gdk/tmpl/rgb.sgml: Better explanation of gdk_rgb_set_min_colors.
2994         Thanks to Stric for spotting it.
2995
2996 2000-03-07  Damon Chaplin  <damon@helixcode.com>
2997
2998         * gtk/tmpl/gtkclist.sgml: fix to gtk_clist_set_reorderable(). It
2999         reorders rows, not columns. From Guy Harris <gharris@flashcom.net>.
3000
3001 2000-02-29  Damon Chaplin  <damon@helixcode.com>
3002
3003         * gtk/tmpl/gtkmenuitem.sgml: minor fix from Nicolas GEORGE
3004         <nicolas.george@ens.fr>.
3005
3006 2000-02-28  Damon Chaplin  <damon@helixcode.com>
3007
3008         * gtk/tmpl/gtkradiomenuitem.sgml: 
3009         * gtk/tmpl/gtkmenuitem.sgml: 
3010         * gtk/tmpl/gtknotebook.sgml: new menu item sections and minor update to
3011         notebook section from Nicolas GEORGE <nicolas.george@ens.fr>.
3012
3013 2000-02-18  Damon Chaplin  <damon@helixcode.com>
3014
3015         * gtk/tmpl/gtktooltips.sgml: patch from
3016         David Benson <daveb@idealab.com> to note that gtk_tooltips_set_colors()
3017         does not work.
3018
3019 2000-02-09  Damon Chaplin  <damon@helixcode.com>
3020
3021         * gdk/tmpl/input_methods.sgml: minor fix.
3022
3023 2000-02-03  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3024
3025         * gdk/gdk-sections.txt: rearranged a bit.
3026
3027         * gdk/tmpl/event_structs.sgml: updated.
3028
3029         * gtk/gtk-sections.txt: added INCLUDE tag for Private Info section.
3030
3031         * gdk/tmpl/color_contexts.sgml: added note saying it is deprecated.
3032         * gdk/tmpl/dnd.sgml: added note saying read the GTK+ DnD docs.
3033
3034 2000-02-02  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3035
3036         * gdk/tmpl/*.sgml: ran make templates.
3037
3038         * gdk/gdk-docs.sgml: rearranged sections.
3039
3040         * gdk/tmpl/events.sgml: documented.
3041
3042         * gdk/tmpl/general.sgml: documented.
3043
3044         * gdk/tmpl/rgb.sgml: fixed a few '@' -> '#'.
3045
3046         * gdk/gdk-sections.txt: rearranged a few bits, including moving
3047         GdkWChar and related functions from the input method section to the
3048         font section, and GdkCapStyle etc. from Drawing Primitives to GCs.
3049
3050         * gdk/tmpl/images.sgml: documented.
3051
3052         * gdk/tmpl/drawing.sgml: updated.
3053
3054         * gdk/tmpl/regions.sgml: updated.
3055
3056         * gdk/tmpl/input_contexts.sgml: documented.
3057
3058         * gdk/tmpl/input_methods.sgml: documented.
3059
3060         * gdk/tmpl/selections.sgml: changed xref to a link since Jade says
3061         a xref to a RefEntry is not supported.
3062
3063 2000-01-19  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3064
3065         * gtk/tmpl/gtkscrollbar.sgml: Started.
3066
3067 2000-01-08  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3068
3069         * gtk/tmpl/gtkclist.sgml: update from Paul Schifferer
3070         <isengard@geocities.com>
3071
3072 Wed Jan  5 10:23:41 2000  Owen Taylor  <otaylor@redhat.com>
3073
3074         * gtk/tmpl/gtkprogress.sgml: Missing </listitem>, remove extra <para>
3075         * gtk/tmpl/gtkobject.sgml: dos2unix
3076         * gtk/tmpl/gtkcurve.sgml: missing </para>
3077         * gtk/tmpl/gtkarg.sgml: dos2unix, missing </para>
3078         * gtk/tmpl/gtkcolorsel.sgml: Missing </listitem>'s
3079         * gtk/tmpl/gtksignal.sgml (signal): dos2unix, missing </para>'s
3080         * gtk/tmpl/gtkmarshal.sgml: Missing </refsect2>
3081
3082 1999-11-16  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3083
3084         * gtk/tmpl/gtkmenubar.sgml: fixed minor error - using <em>.
3085
3086         * gtk/tmpl/gtknotebook.sgml: 
3087         * gtk/tmpl/gtklist.sgml: new sections from
3088         Nicolas George <george@clipper.ens.fr>, with help from
3089         "Bob Springett" <bobspringett@claranet.fr>.
3090
3091         * gtk/tmpl/gtkobject.sgml: 
3092         * gtk/tmpl/gtkarg.sgml: new sections from
3093         David Benson <daveb@idealab.com>.
3094
3095         * gtk/tmpl/gtkvbox.sgml: 
3096         * gtk/tmpl/gtkhbox.sgml: fixed line endings.
3097
3098         * gtk/tmpl/gtkvbbox.sgml: update from Lee Mallabone
3099         <lee0@callnetuk.com>
3100
3101         * gdk/tmpl/drawing.sgml: fixed error in gdk_draw_arc() @angle2 param
3102         - it is relative to @angle1 rather than from the 3 o'clock position.
3103
3104         * gtk/tmpl/gtkfontseldlg.sgml: changed enums to use @ fields.
3105
3106         * gtk/tmpl/gtkcolorsel.sgml: 
3107         * gtk/tmpl/gtkcolorseldlg.sgml: 
3108         * gtk/tmpl/gtkprogress.sgml: 
3109         * gtk/tmpl/gtkprogressbar.sgml: new sections from Tom Martone
3110         <tom@martoneconsulting.com>
3111
3112         * gtk/tmpl/gtkclist.sgml: partially written documentation from
3113         Paul Schifferer <isengard@geocities.com> who won't be able to finish it
3114
3115 1999-09-22  Martin Norbäck  <d95mback@dtek.chalmers.se>
3116         
3117         * gtk/tmpl/gtkclist.sgml: Added information about the sorting functions
3118
3119 Tue Oct 26 16:50:15 1999  Owen Taylor  <otaylor@redhat.com>
3120
3121         * gtk/tmpl/gtkrc.sgml: Added information about widget
3122         paths and pattern matching.
3123
3124 1999-09-22  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3125
3126         * gtk/tmpl/*.sgml: ran make templates, to fix problems with structs.
3127
3128         * gtk/gtk-sections.txt: rearranged GtkCombo section.
3129
3130         * gtk/tmpl/gtkvseparator.sgml: 
3131         * gtk/tmpl/gtkhseparator.sgml: 
3132         * gtk/tmpl/gtkgc.sgml: 
3133         * gtk/tmpl/gtkfeatures.sgml: 
3134         * gtk/tmpl/gtktipsquery.sgml: 
3135         * gtk/tmpl/gtkitem.sgml: 
3136         * gtk/tmpl/gtkinvisible.sgml: 
3137         * gtk/tmpl/gtkgamma.sgml: 
3138         * gtk/tmpl/gtkdata.sgml: 
3139         * gtk/tmpl/gtkcurve.sgml: 
3140         * gtk/tmpl/gtkcombo.sgml: 
3141         * gtk/tmpl/gtkaccellabel.sgml: documented.
3142
3143 1999-09-20  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3144
3145         * gtk/gtk-docs.sgml: added role="no-toc" to the GTK+ Widgets & Objects
3146         chapter since we've created our own special contents page.
3147
3148 1999-09-19  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3149
3150         * gtk/tmpl/gtkmarshal.sgml: 
3151         * gtk/tmpl/gtksignal.sgml: new sections from 
3152          David Benson <daveb@idealab.com>.
3153
3154         * gtk/gtk-sections.txt: rearranged signal sections, and made most
3155         marshallers private. Moved GtkSignalRunType to signals section.
3156
3157         * gtk/tmpl/gtkradiobutton.sgml: new section from Lee Mallabone.
3158
3159 1999-09-17  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3160
3161         * gtk/gtk-docs.sgml: removed menu factory and debugging sections.
3162
3163         * gtk/gtk-sections.txt: made menu factory stuff private since it is
3164         deprecated. Also made debugging stuff private since it is only useful
3165         within GTK+.
3166
3167 1999-09-14  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3168
3169         * gtk/tmpl/gtkfilesel.sgml: fixed mismatched parentheses.
3170
3171 1999-09-02  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3172
3173         * gdk/tmpl/event_structs.sgml: 
3174         * gdk/tmpl/drawing.sgml: minor fixes.
3175
3176 1999-09-20  David C. Mason  <dcm@redhat.com>
3177
3178         * gtk/tmpl/gtkimage.sgml: first pass at gtkimage... not complete
3179
3180 1999-08-28  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3181
3182         * gtk/tmpl/gtkbbox.sgml: new section from Lee Mallabone.
3183
3184         * gdk/gdk-sections.txt: rearranged rgb, regions, and drawing sections.
3185
3186         * gdk/tmpl/rgb.sgml: new section from Raph Levien, with a few changes
3187         by me, including a little example app.
3188
3189         * gdk/tmpl/regions.sgml: 
3190         * gdk/tmpl/event_structs.sgml: 
3191         * gdk/tmpl/drawing.sgml: my first attempt.
3192         * gdk/tmpl/cursors.sgml: tiny changes.
3193
3194 Tue Aug 17 09:14:01 1999  Owen Taylor  <otaylor@redhat.com>
3195
3196         * gtk/tmpl/gtktypeutils.sgml: Fix corrupted end tag.
3197
3198         * gtk/tmpl/gtkselection.sgml gtk/tmpl/gtkrc.sgml
3199           gtk/tmpl/gtkdnd.sgml gtk/tmpl/gtkarrow.sgml
3200           gtk/tmpl/gtkpaned.sgml gtk/tmpl/gtkmisc.sgml
3201           gtk/tmpl/gtkhandlebox.sgml gtk/tmpl/gtkctree.sgml:
3202         Added missing close tags.
3203
3204 Thu Aug 19 14:43:08 1999  Owen Taylor  <otaylor@redhat.com>
3205
3206         * gdk/tmpl/gcs.sgml gdk/gdk-sections.txt: Added section. 
3207           (Written a while ago but fell through the cracks)
3208
3209         * gtk/gtk-docs.sgml: Add a &hash; entity here as a
3210           temporary hack. (There is no standard entity
3211           for '#', and no way of escaping '#' in gtk-doc)
3212
3213         * gtk/tmpl/gtkrc.sgml: Use the above to fix up #rrggbb
3214           string literals.
3215
3216         * gtk/tmpl/gtkdrawingarea.sgml: Fixed a couple
3217           of errors in the example. (pointed out by
3218           Nick Lamb)
3219
3220 Mon Aug 16 6:60:53 1999  Owen Taylor  <otaylor@redhat.com>
3221
3222         * gdk/tmpl/properties.sgml
3223           gdk/tmpl/selections.sgml
3224           gdk/tmpl/input_devices.sgml: Documented
3225
3226         * gdk/gdk-sections.txt: Moved around types for
3227           input devices properties and selections, marked
3228           a few functions as private.