]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/ChangeLog
Add rule to regenerate man pages from Docbook. (man_MANS): Add
[~andy/gtk] / docs / reference / ChangeLog
index 3ab6229ec2bd9573bc40f6e222bc27ba8a6765d5..dc87129ac12cb75fccb065080634f53a55f45b02 100644 (file)
@@ -1,3 +1,438 @@
+2003-06-17  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf/Makefile.am: Add rule to regenerate man pages from 
+       Docbook.
+       (man_MANS): Add gdk-pixbuf-csource.1, gdk-pixbuf-query-loaders.1.
+       (content_files): Add gdk-pixbuf-csource.xml, 
+       gdk-pixbuf-query-loaders.xml.
+
+       * gdk-pixbuf/gdk-pixbuf-csource.xml: New refentry, containing the 
+       former gdk-pixbuf/gdk-pixbuf-csource.1, converted to Docbook.
+
+       * gdk-pixbuf/gdk-pixbuf-query-loaders.xml: New refentry.
+
+       * gdk-pixbuf/gdk-pixbuf-csource.1:
+       * gdk-pixbuf/gdk-pixbuf-query-loaders.1: Man pages generated from
+       the .xml sources.
+
+       * gdk-pixbuf/gdk-pixbuf.sgml: Include gdk-pixbuf-csource.xml and
+       gdk-pixbuf-query-loaders.xml.
+       
+       * gtk/Makefile.am: Add rule to regenerate man pages from Docbook.
+       (man_MANS): Add gtk-query-immodules-2.0.1
+       (content_files): Add gtk-query-immodules-2.0.xml
+
+       * gtk/gtk-query-immodules-2.0.xml: New refentry.
+
+       * gtk/gtk-query-immodules-2.0.1: Man page generated from the .xml 
+       source.
+
+       * gtk/gtk-docs.sgml: Include gtk-query-immodules-2.0.xml.
+
+       * gtk/gtk-docs.sgml: 
+       * gdk-pixbuf/gdk-pixbuf.sgml: 
+       * gdk/gdk-docs.sgml: Add autogenerated indices.
+
+2003-06-11  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkdnd.sgml: Fix some typos.
+
+2003-06-10  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-sections.txt: Add gtk_text_view_[gs]et_overwrite().
+
+2003-06-05  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/question_index.sgml: Add a couple of questions.
+
+2003-06-01  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-sections.txt: Add gtk_alignment_[gs]et_padding().
+
+2003-05-27  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkadjustment.sgml: Document allowed values for
+       adjustments which are used in scrollbars.  (#108448, Ernst Lippe)
+
+       * gtk/tmpl/gtkradiomenuitem.sgml: Fix example.  (#113604, 
+       Julien Moutte)
+
+2003-05-08  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkcalendar.sgml: Deprecate gtk_calendar_display_options().
+
+       * gtk/gtk-sections.txt: Add gtk_calendar_[sg]et_display_options().
+
+2003-05-05  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-docs.sgml: 
+       * gtk/tmpl/gtksocket.sgml: Improve the docs about cross-process
+       embedding a bit.  (#112101, #112006)
+
+2003-05-01  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-docs.sgml: 
+       * gtk/gtk-sections.txt: Remove some accidentally committed changes.
+
+2003-04-16  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkstyle.sgml: Additions.
+
+2003-04-13  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkenums.sgml: Additions.
+
+       * gtk/tmpl/gtkvruler.sgml: 
+       * gtk/tmpl/gtkhruler.sgml: 
+       * gtk/tmpl/gtkgamma.sgml: 
+       * gtk/tmpl/gtkcurve.sgml: 
+       * gtk/tmpl/gtkruler.sgml: Fix some typos and add some markup.
+
+       * gtk/gtk-sections.txt: Add a bunch of new functions.
+
+2003-04-09  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/building.sgml: More typo fixes.
+
+2003-04-08  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/building.sgml: Typo fix.
+
+2003-04-07  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtktexttag.sgml: Document GTK_WRAP_WORD_CHAR.  (#110086)
+
+       * gtk/tmpl/gtkenums.sgml, gtk/tmpl/gtkmain.sgml,
+       gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkradiobutton.sgml,
+       gtk/tmpl/gtkspinbutton.sgml, gtk/tmpl/gtkstatusbar.sgml,
+       gtk/tmpl/gtktext.sgml, gtk/tmpl/gtktogglebuttons.sgml,
+       gtk/tmpl/gtktreeviewcolumn.sgml, gtk/tmpl/gtktypeutils.sgml: Fix
+       numerous misspellings of possessive "its".  (#110027, Doug Quale)
+
+       * gtk/tmpl/gtktypeutils.sgml: Add some deprecation info.
+
+2003-04-01  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkmessagedialog.sgml: Fix formatting of examples.
+
+       * gtk/tmpl/gtkfilesel.sgml: Fix the example.  (#109563)
+
+2003-03-22  Michael Natterer  <mitch@gimp.org>
+
+       * gtk/Makefile.am: copy stock_color_picker_25.png, don't copy
+       stock_save_24.png twice.
+
+       * gtk/tmpl/gtkstock.sgml: use it for GTK_STOCK_COLOR_PICKER
+       instead of stock_colorselector_24.png.
+
+2003-03-04  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkobject.sgml: Add deprecation notes.
+
+2003-02-24  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtktreemodel.sgml: Fix self-referential documenation of
+       gtk_tree_model_get_iter_root().  (#106720, Keith Sharp)
+
+2003-02-11  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkrc.sgml: Document that font and fontset declarations
+       are ignored.
+
+2003-02-02  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-docs.sgml: 
+       * gtk/question_index.sgml: # doesn't work here, add links
+       manually.  (#104991)
+
+2003-02-01  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/compiling.sgml: Mention xxx_DISABLE_DEPRECATED and
+       GDK_MULTIHEAD_SAFE. 
+
+2003-01-31  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkmain.sgml: Deprecate the gtk_timeout_*, gtk_idle_*
+       and gtk_input_* functions.  (#71596)
+
+2003-01-30  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/running.sgml: s/overwrite/override/g  (#104627, Brian Cameron)
+
+2003-01-21  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkrc.sgml: Fix integer color range.  (#103992)
+
+2003-01-14  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-sections.txt: Add new GtkTextIter functions.
+
+2003-01-13  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: 
+       * gdk-pixbuf/tmpl/animation.sgml: Remove ids which are now
+       generated by gtk-doc.
+       
+2003-01-03  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkrc.sgml: Update description of priorities for styles
+       and bindings.  (#98054)
+
+2002-12-31  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkrc.sgml: Add a note about gtkrc-2.0 being parsed by
+       all 2.x versions.
+
+Fri Dec 20 13:10:06 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/building.sgml: Update directories in download
+       locations; add information about fontconfig and Xft2.
+
+2002-12-18  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkcontainer.sgml: Add docs.
+
+2002-12-17  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkrc.sgml: Link to style properties. 
+
+       * gtk/tmpl/gtkcontainer.sgml: Add bits about child properties.
+
+       * gtk/tmpl/gtkwidget.sgml: Add bits about style properties.
+
+       * gdk/tmpl/pixmaps.sgml:
+       * gdk/tmpl/windows.sgml:
+       * gdk/tmpl/drawing.sgml: 
+       * gdk/tmpl/gcs.sgml: 
+       * gtk/tmpl/gtktextview.sgml: 
+       * gtk/tmpl/gtkrc.sgml: 
+       * gtk/tmpl/gtkiconfactory.sgml: 
+       * gtk/tmpl/gtkaccelgroup.sgml: Remove ids which are now
+       generated by gtk-doc.
+
+2002-12-16  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkradiomenuitem.sgml: 
+       * gtk/tmpl/gtkradiobutton.sgml: Add some information about group
+       list handling.  (#101328, James M. Cape)
+
+2002-12-14  Eric Warmenhoven <eric@warmenhoven.org>
+
+       * gtk/framebuffer.sgml: Minor updates for 2.2.0. (#67820)
+
+2002-12-11  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/text_widget.sgml: Fix some links.
+
+       * gdk/tmpl/pixmaps.sgml: Make "GdkPixmap" a valid id to reduce
+       dangling links.
+
+       * gdk/tmpl/windows.sgml: Make "GdkWindow" a valid id to reduce
+       dangling links.
+
+       * gdk/tmpl/drawing.sgml: Make "GdkDrawable" a valid id to reduce
+       dangling links.
+
+       * gdk/tmpl/gcs.sgml: Make "GdkGC" a valid id to reduce dangling links.
+
+2002-12-10  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtktextview.sgml: Add docs.
+
+       * gtk/tree_widget.sgml: Fix some links.
+
+       * gtk/tmpl/gtkwindow.sgml: Add docs.
+
+       * gtk/tmpl/gtkeditable.sgml: Document GtkEditable as an interface,
+       not as an abstract base class.
+
+       * gtk/gtk-docs.sgml: Move GtkEditable from "Abstract Base Classes"
+       to "Numeric/Text Data Entry".
+
+2002-12-09  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Add docs.
+
+2002-12-08  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkbbox.sgml: 
+       * gtk/tmpl/gtkcontainer.sgml: 
+       * gtk/tmpl/gtksignal.sgml: Add deprecation info.
+
+       * gdk-pixbuf/tmpl/module_interface.sgml: Add docs.      
+
+2002-12-06  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/tmpl/x_interaction.sgml: 
+       * gdk/tmpl/gdkscreen.sgml: 
+       * gdk/tmpl/gdkdisplaymanager.sgml: 
+       * gdk/tmpl/gdkdisplay.sgml: 
+       * gtk/tmpl/gtkstock.sgml: 
+       * gtk/tmpl/gtkwidget.sgml: 
+       * gtk/tmpl/gtkmain.sgml: 
+       * gtk/tmpl/gtkcolorsel.sgml: 
+       * gtk/tmpl/gtkaccelgroup.sgml: 
+       * gdk-pixbuf/tmpl/module_interface.sgml: Add "Since" information.
+
+       * gtk/gtk-sections.txt: Replace gtk_list_store_move by
+       _move_before and _move_after.
+
+2002-11-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkalignment.sgml: 
+       * gtk/tmpl/gtkadjustment.sgml: 
+       * gtk/tmpl/gtkaccellabel.sgml: 
+       * gtk/tmpl/gtkoldeditable.sgml: 
+       * gtk/tmpl/gtkwidget.sgml: 
+       * gtk/tmpl/gtkrange.sgml: 
+       * gtk/tmpl/gtkeditable.sgml: 
+       * gtk/tmpl/gtkwindowgroup.sgml:
+       * gtk/tmpl/gtkwindow.sgml: 
+       * gtk/tmpl/gtktypeutils.sgml: 
+       * gtk/tmpl/gtksignal.sgml: 
+       * gtk/tmpl/gtkfeatures.sgml: 
+       * gtk/tmpl/gtkstyle.sgml: 
+       * gtk/tmpl/gtkselection.sgml: 
+       * gtk/tmpl/gtkgc.sgml: 
+       * gtk/tmpl/gtkenums.sgml: 
+       * gtk/tmpl/gtkbindings.sgml: 
+       * gtk/tmpl/gtksettings.sgml: 
+       * gtk/tmpl/gtkdnd.sgml: 
+       * gtk/tmpl/gtkclipboard.sgml: 
+       * gtk/tmpl/gtkaccelgroup.sgml: 
+       * gtk/tmpl/gtkaccelmap.sgml: 
+       Minor tweaks and completions of shortdescs.
+       
+       * gdk/tmpl/rgb.sgml: 
+       * gdk/tmpl/gcs.sgml: Minor tweaks.
+
+       * gdk/tmpl/gdkdisplaymanager.sgml: Add some docs.
+
+2002-11-27  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-sections.txt: Replace gtk_tree_store_move by
+       _move_before and _move_after.
+
+2002-11-26  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/tmpl/threads.sgml: Add hint about calling gdk_flush() before
+       gdk_threads_leave().  (#70665, wording suggested by Owen Taylor)
+
+2002-11-23  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/tmpl/x_interaction.sgml: 
+       * gdk/tmpl/pango_interaction.sgml: 
+       * gdk/tmpl/input_devices.sgml: 
+       * gdk/tmpl/input.sgml: 
+       * gdk/tmpl/threads.sgml: 
+       * gdk/tmpl/properties.sgml: 
+       * gdk/tmpl/dnd.sgml: 
+       * gdk/tmpl/selections.sgml: 
+       * gdk/tmpl/keys.sgml:   
+       * gdk/tmpl/event_structs.sgml: 
+       * gdk/tmpl/events.sgml: 
+       * gdk/tmpl/windows.sgml: 
+       * gdk/tmpl/cursors.sgml: 
+       * gdk/tmpl/fonts.sgml: 
+       * gdk/tmpl/colors.sgml: 
+       * gdk/tmpl/pixbufs.sgml: 
+       * gdk/tmpl/images.sgml: 
+       * gdk/tmpl/pixmaps.sgml: 
+       * gdk/tmpl/drawing.sgml: 
+       * gdk/tmpl/regions.sgml: 
+       * gdk/tmpl/gdkdisplaymanager.sgml: 
+       * gdk/tmpl/gdkscreen.sgml: 
+       * gdk/tmpl/gdkdisplay.sgml: 
+       * gdk/tmpl/general.sgml:
+       Add missing short descriptions, standardize them to start with
+       a capital and end without a period. Also remove periods from
+       titles of examples.
+
+2002-11-22  Yanko Kaneti  <yaneti@declera.com>
+
+       * gtk/tmpl/gtkliststore.sgml: Fixup a typo to massage the build.
+
+2002-11-21  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/Makefile.am (extra_files): 
+       * gdk-pixbuf/Makefile.am (extra_files): 
+       * gtk/Makefile.am (extra_files): Add version.xml.in.
+
+       * gdk/Makefile.am (content_files): 
+       * gdk-pixbuf/Makefile.am (content_files): 
+       * gtk/Makefile.am (content_files): Add version.xml.
+
+       * gdk/version.xml.in: 
+       * gdk-pixbuf/version.xml.in: 
+       * gtk/version.xml.in: New files to let configure dump the version in.
+
+       * gdk/gdk-docs.sgml:
+       * gdk-pixbuf/gdk-pixbuf.sgml: 
+       * gtk/gtk-docs.sgml: Add version information.
+
+       * gtk/tmpl/gtkcombo.sgml: Fix typo in example code.  (#99078)
+
+Sun Nov 17 15:42:08 2002  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/tmpl/gtkliststore.sgml: add more to the docs.
+
+2002-11-10  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdk-sections.txt: gdk_display_open_default_libgtk_only
+       and gdk_notify_startup_complete.
+
+       * gtk/gtk-sections.txt: Add gtk_window_set_auto_startup_notification.
+
+2002-11-07  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdk.types: Add gdk_display_manager_get_type.
+
+       * gdk/gdk-docs.sgml: Add displaymanager section.
+
+       * gdk-pixbuf/gdk-pixbuf-sections.txt: Don't mark GdkPixbufLoader
+       as private, since that prevents its signals from being documented.
+
+Sun Nov  3 13:23:51 2002  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/tmpl/gtkcellrenderer.sgml: more docs.
+
+Sat Nov  2 12:46:16 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk-pixbuf/Makefile.am: Remove rules for generation
+       of version.xml, which was causing make to always
+       rebuild the HTML file, and didn't seem to be used.
+
+       * gtk/tmpl/gtkliststore.sgml: SGML fixes.
+
+Sat Nov  2 08:41:47 2002  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/tmpl/gtktreestore.sgml: clean up the wording.
+
+       * gtk/tmpl/gtkliststore.sgml: Add an example and clean up the
+       wording.
+
+2002-11-01  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/tmpl/fonts.sgml: 
+       * gdk/tmpl/drawing.sgml: More docs moved inline.
+
+       * gtk/tmpl/gtkfilesel.sgml: The label is "Folders" now, not
+       "Directories".  (#97224, Vitaly Tishkov)
+
+2002-10-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkrc.sgml: Fix a link. Add (minimal) docs for setting
+       style properties from rc files. More needed !!
+
+Wed Oct 30 16:50:42 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/running.sgml: Document --screen.
+
+2002-10-24  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/tmpl/dnd.sgml: 
+       * gdk/tmpl/cursors.sgml: More docs moved inline.
+
 2002-10-24  Matthias Clasen  <maclas@gmx.de>
 
        * gdk/tmpl/colors.sgml: Some docs moved inline.