]> 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 7993cb2365eef96ff60463cc49030e7b4084621a..dc87129ac12cb75fccb065080634f53a55f45b02 100644 (file)
@@ -1,5 +1,262 @@
+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.