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