X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=docs%2Freference%2FChangeLog;h=c875badab723d79ff62b76755a2c6abc5c831b68;hb=e4cd6ef7d93afedf25a39ff48e717ca32ba553a7;hp=f18a778ad291f3dc95361e2b1173a200ad4160cb;hpb=f2d5aec4cbef03e93d9bc1af3678ec30430bb763;p=~andy%2Fgtk diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index f18a778ad..c875badab 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,485 @@ +Tue Jan 29 23:41:31 2002 Owen Taylor + + * gtk/Makefile.am (content_files): Add x11.sgml. + + * gtk/changes-2.0.sgml: SGML fix. + + * gtk/gtk-sections.txt: Updated. + +2002-01-23 Damon Chaplin + + * gtk/Makefile.am: added SCANGOBJ_OPTIONS to set the type-init-func + to pass to gtkdoc-scangobj. + +Mon Jan 21 23:39:42 2002 Jonathan Blandford + + * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect + changes in the code, found by Jody Goldberg + +2002-01-19 Havoc Pennington + + * gtk/x11.sgml: add a mostly-empty X11 section + + * gtk/framebuffer.sgml: make title consistent with windows section + + * gtk/tmpl/gtkdrawingarea.sgml: couple of fixes + +2002-01-17 Matthias Clasen + + * gtk/resources.sgml: Tiny markup fix. + +2002-01-15 Matthias Clasen + + * gtk/changes-2.0.sgml: Details about GtkRange and subclasses + rewrite. (#67730) + +2002-01-14 Matthias Clasen + + * gtk/running.sgml: Add ids to some elements to make them + addressable as link targets. + +2002-01-14 Matthias Clasen + + * gtk/tmpl/gtktooltips.sgml: Minor fixes. + + * gtk/tmpl/gtkrc.sgml: Minor fixes. + +2002-01-11 Havoc Pennington + + * gtk/running.sgml: sgml fixes + + * gtk/tmpl/gtksignal.sgml: sgml fixes + + * gtk/tmpl/gtklabel.sgml: do the intro section + +2002-01-10 Matthias Clasen + + * gdk/tmpl/general.sgml (gdk_set_program_class): Expand. + + * gtk/running.sgml: New file. + + * gtk/building.sgml: Document a few more configure options. + + * gtk/Makefile.am (content_files): Add running.sgml. + + * gtk/gtk-docs.sgml: Include running.sgml, sort H and V + variants of widgets to be next to each other. + +2002-01-09 Matthias Clasen + + * gtk/tmpl/gtkaccellabel.sgml: Remove duplicate docs. + + * gdk-pixbuf/Makefile.am (content_files): Add + gdk-pixbuf-from-drawables.sgml. (#68232) + + * gtk/tmpl/gtkwidget.sgml: Improve docs for GTK_NO_REPARENT + and GTK_APP_PAINTABLE. (#68060) + +2002-01-08 Matthias Clasen + + * gtk/tmpl/gtkgc.sgml: Improve wording. + + * gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkplug.sgml: speak of + window IDs rather than XIDs. + +2002-01-07 Matthias Clasen + + * gtk/tmpl/gtksocket.sgml: Mention gtk_socket_get_id() + instead of GTK_WINDOW_XWINDOW(). (#68172) + + * gtk/gtk-sections.txt: Move functions which are documented + as "private" or "internal" into Private subsections. + + * gtk/tmpl/gtkdnd.sgml, gtk/tmpl/gtkobject.sgml, + gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktooltips.sgml, + gtk/tmpl/gtkwidget.sgml, gtk/tmpl/gtkclipboard.sgml, + gtk/tmpl/gtkstyle.sgml, gtk/tmpl/gtkselection.sgml, + gtk/tmpl/gtkfeatures.sgml: Minor markup fixes. + + * gtk/tmpl/gtksignal.sgml: Add link to GLib signal docs. + + * gtk/tmpl/gtkpreview.sgml, gtk/tmpl/gtktext.sgml, + gtk/tmpl/gtktree.sgml: Remove "deprecated" from short desc. + + * gtk/tmpl/gtkrc.sgml: Correct names of default RC files. + +2002-01-06 Matthias Clasen + + * gtk/tmpl/gtktypeutils.sgml: Replace GTK_NO_CHECK_CASTS by + G_DISABLE_CAST_CHECKS, fix some markup and add stuff. + + * gtk/tmpl/gtkaccelgroup.sgml, gtk/tmpl/gtkwidget.sgml: Additions. + + * gtk/gtk-sections.txt: Make gtk_accel_group_get_type private. + +2002-01-06 Havoc Pennington + + * gtk/question_index.sgml: a few more questions I thought of + +2002-01-06 Havoc Pennington + + * gtk/gtk-docs.sgml: remove gtk- prefix from TreeView and a few + other entities, more consistent anyway (I thought this would make + links to "GtkTreeView" etc. go to the ref page, not the struct, + but it wasn't the problem, the issue is the way gtkdoc-mkdb + decides what's an object, see CheckIsObject() routine) + + * gtk/changes-1.2.sgml: sgml fixes to get rid of warnings + + * gtk/changes-2.0.sgml: ditto + + * gtk/question_index.sgml: add some questions + +2002-01-04 Matthias Clasen + + * gtk/tmpl/gtkwidget.sgml: Additions. + +2002-01-04 Matthias Clasen + + * gtk/changes-1.2.sgml, gtk/changes-2.0.sgml: SGML fixes. + + * gtk/tmpl/gtkobject.sgml: Document GTK_IN_DESTRUCTION. + + * gtk/tmpl/gtkwidget.sgml: Additions. + +2002-01-04 Havoc Pennington + + * gtk/question_index.sgml: add question to help people find + gtk_widget_set_sensitive() if they're used to another term for + that. + +2002-01-03 Havoc Pennington + + * gtk/tmpl/gtkdrawingarea.sgml: add mention of + gtk_widget_add_events() and GTK_CAN_FOCUS + +2002-01-04 Matthias Clasen + + * gtk/tmpl/gtktextview.sgml: Small additions. + + * gtk/tmpl/gtksignal.sgml: Explain what to use instead. + + * gtk/question_index.sgml, gtk/text_widget.sgml, gtk/tree_widget.sgml, + gtk/changes-1.2.sgml, gtk/changes-2.0.sgml, + gtk/framebuffer.sgml: SGML fixes and additions. + + * gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkdialog.sgml, + gtk/tmpl/gtkeditable.sgml, gtk/tmpl/gtkfilesel.sgml, + gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkmenu.sgml, + gtk/tmpl/gtkmessagedialog.sgml, gtk/tmpl/gtkrc.sgml, + gtk/tmpl/gtktogglebutton.sgml, gtk/tmpl/gtkspinbutton.sgml, + gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkwindow.sgml: + Replace references to deprecated functions. + +2002-01-03 Matthias Clasen + + * gtk/changes-1.2.sgml, gtk/changes-2.0.sgml, + gtk/framebuffer.sgml: Add markup. + +2002-01-01 Havoc Pennington + + * gtk/framebuffer.sgml: move README.linux-fb in here + + * gtk/tmpl/gtkpreview.sgml: explain what to use instead + + * gtk/tmpl/gtkseparator.sgml: typo fix + + * gtk/tmpl/gtkstock.sgml: add some overview docs + + * gtk/Makefile.am (content_files): add new files + + * gtk/changes-1.2.sgml: move Changes-1.2.txt in here + + * gtk/changes-2.0.sgml: move Changes-2.0.txt in here + + * gdk/tmpl/threads.sgml: mention gdk_threads_init() in the + overview docs, copy in the examples from the FAQ + + * gtk/gtk-docs.sgml: change DTD to 3.1, and add + question_index.sgml and changes-1.2, changes-2.0 + + * gtk/tmpl/gtkdrawingarea.sgml: fixups to reflect 2.0 changes + + * gtk/question_index.sgml: new section with question-based + index of the manual + + * gtk/text_widget.sgml: fix some cross-references + +2002-01-01 Havoc Pennington + + * gtk/tmpl/gtktexttag.sgml: docs updates, mention that invisible + property isn't implemented + + * gtk/text_widget.sgml: small tweaks + +2001-12-30 Matthias Clasen + + * gtk/tmpl/gtkbbox.sgml: Remove references to nonexisting functions. + + * gtk/tmpl/gtkcolorseldlg.sgml, gtk/tmpl/gtkdrawingarea.sgml, + gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkhseparator.sgml, + gtk/tmpl/gtktree.sgml, gtk/tmpl/gtkradiobutton.sgml, + gtk/tmpl/gtkradiomenuitem.sgml: + Replace references to deprecated functions. + + * gtk/tmpl/gtkhbbox.sgml,gtk/tmpl/gtkvbbox.sgml: Minor fixes. + +2001-12-30 Matthias Clasen + + * gtk/tmpl/gtkpixmap.sgml, gtk/tmpl/gtkscale.sgml, + gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkimcontextsimple.sgml: Additions. + +2001-12-28 Matthias Clasen + + * gdk/tmpl/properties.sgml, gdk/tmpl/selections.sgml: Additions. + +2001-12-23 Matthias Clasen + + * gdk-pixbuf/porting-from-imlib.sgml: GDK instead of Gdk. + + * gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml: Replace references to + deprecated functions. + + * gdk/tmpl/event_structs.sgml, gdk/tmpl/gcs.sgml, + gdk/tmpl/images.sgml: Replace references to deprecated functions. + +2001-12-28 Vitaly Tishkov + + * gtkwindow.sgml: additional fix for #59314 ('' is + changed to '' in docs for gtk_window_set_policy ()) + +Sat Dec 22 18:18:07 2001 Owen Taylor + + * gtk/Makefile.am (IGNORE_HFILES): Add gtktextutil.h + + * gtk/text_widget.sgml (linkend): SGML fixes. + + * gtk/gtk-sections.txt: Update + + * gdk/gdk-sections.txt: Update. + + * gdk/tmpl/cursors.sgml: SGML fix. + + * gdk/gdk-docs.sgml: Add PNG handling magic. + +2001-12-21 Matthias Clasen + + * gtk/text_widget.sgml: More precise wording. (#63388) + + * gtk/tmpl/gtksignal.sgml (GTK_SIGNAL_OFFSET): Add docs. + + * gtk/resources.sgml: Fix markup of mail URLs. + + * gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkobject.sgml: Markup fixes. + + * gtk/tmpl/gtktoolbar.sgml (gtk_toolbar_{prepend,append}_element): + Expand documentation. (#60471) + + * gtk/tmpl/gtkmain.sgml: Remove misleading information about + gtk_set_locale(). (#65758) + +2001-12-18 Anders Carlsson + + * gtk/tmpl/gtkdrawingarea.sgml: Change GdkWidget to + GtkWidget. Fixes #67162. + +2001-12-17 Matthias Clasen + + * gdk-pixbuf/tmpl/creating.sgml, + gdk-pixbuf/tmpl/gdk-pixbuf-xlib-from-drawables.sgml, + gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml, + gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rendering.sgml, + gdk-pixbuf/tmpl/refcounting.sgml: Markup fixes. + + * gtk/building.sgml, gtk/resources.sgml: Markup fixes. + + * gtk/gtk.types: Remove gtk_text_layout_get_type(). (???) + + * gdk/tmpl/general.sgml: Use , not . + +2001-12-16 Matthias Clasen + + * gdk/tmpl/windows.sgml: Document GDK_RELEASE_MASK. + +2001-12-16 Havoc Pennington + + * gdk-pixbuf/gdk-pixbuf-sections.txt: put _simple variants at the + top of the docs + +2001-12-16 Havoc Pennington + + * gdk-pixbuf/tmpl/scaling.sgml: small doc tweaks, specifically + some "just do XYZ" advice next to the InterpMode technojargon. + +2001-12-16 Matthias Clasen + + * gdk/tmpl/windows.sgml: Add something about GdkModifierType. + +2001-12-13 Matthias Clasen + + * gdk-pixbuf/tmpl/scaling.sgml, gdk/tmpl/fonts.sgml, + gdk/tmpl/general.sgml, gdk/tmpl/rgb.sgml, gdk/tmpl/visuals.sgml, + gdk/tmpl/windows.sgml, gtk/gtk-docs.sgml, gtk/tmpl/gtkaccellabel.sgml, + gtk/tmpl/gtkcombo.sgml, gtk/tmpl/gtkdialog.sgml, + gtk/tmpl/gtkdrawingarea.sgml, gtk/tmpl/gtkeditable.sgml, + gtk/tmpl/gtkfilesel.sgml, gtk/tmpl/gtkfontseldlg.sgml, + gtk/tmpl/gtkimage.sgml, gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkmenu.sgml, + gtk/tmpl/gtkmessagedialog.sgml, gtk/tmpl/gtkobject.sgml, + gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkradiobutton.sgml, + gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtkscale.sgml, gtk/tmpl/gtksignal.sgml, + gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkspinbutton.sgml, + gtk/tmpl/gtktogglebutton.sgml, gtk/tmpl/gtksignal.sgml, + gtk/tmpl/gtktooltips.sgml, gtk/tmpl/gtkwindow.sgml, + gdk/tmpl/regions.sgml, gtk/tmpl/gtkfontsel.sgml, + gtk/tmpl/gtkpixmap.sgml, gtk/tmpl/gtkprogress.sgml, + gtk/tmpl/gtkselection.sgml, gtk/tmpl/gtktable.sgml, + gtk/tmpl/gtktipsquery.sgml: Markup fixes (mainly examples). + +2001-12-12 Matthias Clasen + + * gtk/tmpl/gtklist.sgml: Markup fixes. + + * gdk/tmpl/selections.sgml, gtk/tmpl/gtksocket.sgml: s/succesful/successful/g. + + * gtk/gtk-sections.txt, gtk/tmpl/gtkstyle.sgml: Remove + GTK_STYLE_NUM_STYLECOLORS. (#66467) + +2001-12-12 Havoc Pennington + + * gtk/text_widget.sgml: add another example + +2001-12-09 Matthias Clasen + + * gtk/tmpl/gtkmain.sgml: Markup fixes. + + * gtk/gtk-docs.sgml: Add an empty entity to suppress + crossreferencing in programlistings. + +2001-12-08 Matthias Clasen + + * gtk/tmpl/gtkclipboard.sgml: Fix references to + get_clipboard_set_with_owner(). (#66424) + +2001-12-07 Matthias Clasen + + * gtk/tmpl/gtktypeutils.sgml, gtk/tmpl/gtkobject.sgml, + gtk/tmpl/gtkstyle.sgml: Add docs. + +2001-12-06 Matthias Clasen + + * gtk/tmpl/gtklabel.sgml: Remove redundant docs. (#66383) + + * gtk/tree_widget.sgml: Typo fix. (#66256) + + * gdk-pixbuf/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards. + + * gtk/tmpl/gtktext.sgml, gtk/tmpl/gtktree.sgml, + gtk/tmpl/gtktreeitem.sgml: Updates. + +2001-12-04 Matthias Clasen + + * gtk/tmpl/gtkwidget.sgml: Updates. + * gtk/Makefile.am (IGNORE_HFILES): Remove gtktextchild.h. + +2001-12-03 Matthias Clasen + + * gdk/tmpl/input_devices.sgml, + gdk/gdk-sections.txt, gdk/tmpl/windows.sgml: Updates. + +2001-12-02 Matthias Clasen + + * gdk/tmpl/dnd.sgml: Updates. + +2001-11-30 Matthias Clasen + + * gdk/tmpl/keys.sgml: Updates. + +2001-12-01 Havoc Pennington + + * gtk/tmpl/gtkoptionmenu.sgml: add brief explanation of how to use + GtkOptionMenu + +2001-11-30 Matthias Clasen + + * gdk/tmpl/colors.sgml, gdk/tmpl/pixmaps.sgml, gdk/tmpl/dnd.sgml, + gdk/tmpl/gcs.sgml: Document ref and unref functions as deprecated. + +2001-11-29 Matthias Clasen + + * gtk/gtk-sections.sgml: Add GtkTextChildAnchor. + + * gdk/tmpl/dnd.sgml: Updates. + + * gdk/tmpl/pango_interaction.sgml: Document GdkPangoAttrEmbossed + and GdkPangoAttrStipple. + +2001-11-28 Matthias Clasen + + * gtk/tmpl/gtkwindow.sgml: Document gtk_window_position. + + * gdk/tmpl/dnd.sgml: Document GdkDragProtocol and GdkDragContext. + + * gdk/tmpl/events.sgml: Document gdk_setting_get. + + * gdk/tmpl/fonts.sgml: Document gdk_font_full_name_get and + gdk_font_full_name_free. + + * gdk/tmpl/windows.sgml: Document gdk_window_register_dnd. + +2001-11-28 Matthias Clasen + + * gdk/tmpl/windows.sgml, gdk/tmpl/general.sgml, + gdk/tmpl/pixmaps.sgml, gdk/tmpl/drawing.sgml, + gdk/tmpl/gcs.sgml: Updates. + + * gdk/tmpl/cursors.sgml: Document GdkCursor and standard cursors. + +2001-11-23 Matthias Clasen + + * gdk/tmpl/drawing.sgml: Minor markup fixes. + +Fri Nov 23 15:12:07 2001 Owen Taylor + + * gtk/Makefile.am (content_files): Add windows.sgml + + * gdk/tmpl/cursors.sgml: Revert last diff to get things to + build. + +2001-11-22 Matthias Clasen + + * gdk/tmpl/event_structs.sgml: Add better explanation of proximity + events. + + * gdk/tmpl/cursors.sgml: Document GdkCursor and standard cursors. + + * gdk/images/*.png: The standard X cursors as pngs. + + * gdk/Makefile.am (HTML_IMAGES): Add the images. + +Wed Nov 21 15:57:29 2001 Owen Taylor + + * gtk/gtk-sections.txt: Updates + + * gtk/tmpl/gtkstock.sgml: Close end tags. + + * gtk/gtk.types: Remove interface types which gtk-doc + can't handle currently. + + * gtk/tmpl/gtknotebook.sgml: Fix some garbage in file. + + * gdk/tmpl/x_interaction.sgml: Fix SGML errors. + + * gdk/gdk-overrides.txt gdk/gdk-sections.txt: Updates. + +2001-11-20 Havoc Pennington + + * gtk/tmpl/gtkwindow.sgml: fix docs for gtk_window_set_policy() to + reflect existence of gtk_window_set_resizable() + +2001-11-20 Matthias Clasen + + * gdk/tmpl/event_structs.sgml: Small fixes. + 2001-11-16 Matthias Clasen * gdk/tmpl/event_structs.sgml: Updates.