]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/ChangeLog
Make stock icons appear again (patch by Gediminas Paulauskas):
[~andy/gtk] / docs / reference / ChangeLog
index b53f247ed7247f75cbc5f7de1f4dd5d7af7b9028..664c4a86d595af0f548457b10693dea69f18fb25 100644 (file)
@@ -1,3 +1,280 @@
+2002-05-30  Matthias Clasen  <maclas@gmx.de>
+
+       Make stock icons appear again (patch by Gediminas Paulauskas):
+       
+       * gtk/Makefile.am (HTML_IMAGES): Add stock_broken_image_24.png
+
+       * gtk/tmpl/gtkstock.sgml: Fix icon filenames.   
+
+2002-05-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/*, gdk/*, gdk-pixbuf/*: Create XML, not SGML.
+       
+2002-05-28  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/*: Remove property documentation which comes from the
+       source now.
+
+       * gtk/building.sgml: Remove traces of gxi.
+
+2002-05-05  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-sections.txt: Add gtk_widget_class_find_style_property,
+       gtk_widget_class_list_style_properties and gtk_style_get_font_for_display.
+
+2002-05-03  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdk-sections.txt: Remove gdk_screen_use_virtual_screen.
+
+       * gdk/tmpl/gdkscreen.sgml: Updates.
+
+       * gdk/tmpl/gdkdisplay.sgml: Document GdkDisplay.
+
+       * gdk/tmpl/x_interaction.sgml: Document GDK_DISPLAY_XDISPLAY,
+       GDK_SCREEN_XDISPLAY, GDK_SCREEN_XSCREEN, GDK_SCREEN_XNUMBER,
+       gdk_font_lookup_for_display.
+
+       * gdk/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): set these. 
+
+       * gdk/gdk.types: Add types derived from GObject, so that they get
+       an object hierarchy section.
+
+2002-05-01  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdk-sections.txt: Move GdkScreen struct to the GdkScreen section.
+
+       * gdk/tmpl/gdkscreen.sgml: 
+       * gdk/tmpl/gdkdisplay.sgml: Typo and markup fixes.
+
+       * gdk/gdk-docs.sgml: Reorder display and screen sections.
+
+       * gdk/multihead.sgml: Remove references to GdkDisplayManager, typo
+       and markup fixes.
+
+Tue Apr 30 14:16:12 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk-sections.txt: Update for multihead.
+
+Tue Apr 30 12:26:31 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk-sections.txt: Update for multihead.
+
+       * multihead.sgml gtk-docs.sgml: Add overview of
+       multihead from multihead branch.
+
+       * tmpl/gdkdisplay.sgml tmpl/gdkscreen.sgml: New
+       sections from multihead branch.
+
+2002-04-30  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/other_software.sgml: half-finished docs on merging GTK with
+       existing hunks of code (event loop integration, using threads
+       vs. processes, blah blah)
+
+Thu Apr 25 22:37:58 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/tmpl/{events,input_devices,region,x_interaction}.sgml:
+       Fix some docs duplicated between templates and inline.
+
+2002-04-24  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-sections.txt: Remove GTK_OBJECT_CONNECTED.
+
+       * gtk/tmpl/gtksocket.sgml: Formatting fix.
+
+       * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Updates.  (#79001)
+
+2002-04-23  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtksocket.sgml: Add link to XEmbed draft.  (#67818)
+
+       * gtk/tmpl/gtkdrawingarea.sgml: Fix a typo.
+
+       * gtk/text_widget.sgml: Complete the fix for #79080.
+
+2002-04-22  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tree_widget.sgml: Fix typo in "Simple Example".  (#78661)
+
+2002-04-21  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtktreemodel.sgml: 
+       * gtk/tmpl/gtkradiomenuitem.sgml: Fix crossreferences.  (#78392) 
+
+       * gtk/gtk-sections.txt: Add GtkWidgetClass.  (#78392)
+
+       * gtk/tmpl/gtkwidget.sgml: Rewrite docs for
+       gtk_widget_reset_rc_styles.  (#75588)
+
+       * gdk/tmpl/properties.sgml: Fix gdk_property_change docs. (#72312)
+
+       * gtk/text_widget.sgml: Fix misleading example.  (#79080)
+       
+       * gtk/tmpl/gtkdialog.sgml: Fix stock id in example.  (#74439)
+
+2002-04-18  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/tmpl/rgb.sgml:
+       * gdk/tmpl/general.sgml:
+       * gtk/tmpl/gtktogglebutton.sgml:
+       * gtk/tmpl/gtkaccellabel.sgml:
+       * gtk/tmpl/gtkradiobutton.sgml:
+       * gtk/tmpl/gtktreemodel.sgml:
+       * gtk/tmpl/gtkwidget.sgml:
+       * gtk/tmpl/gtkimage.sgml:
+       * gtk/tmpl/gtktooltips.sgml:
+       * gtk/tmpl/gtksignal.sgml:
+       * gtk/tmpl/gtkcombo.sgml:
+       * gtk/tmpl/gtkdnd.sgml:
+       * gtk/tmpl/gtksocket.sgml:
+       * gtk/tmpl/gtkdrawingarea.sgml:
+       * gtk/tmpl/gtkobject.sgml:
+       * gtk/tmpl/gtkpaned.sgml:
+       * gtk/tmpl/gtkmain.sgml: s/<!>/<!-- -->/g throughout the
+       documentation to bring the produced Docbook closer to XML.
+
+Tue Mar 26 15:41:49 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/building.sgml: Add a mention of running ldconfig.
+       (#76126, Bill Nayland.)
+
+Mon Mar 25 11:31:41 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/tree_widget.sgml: fix bugs in the code.
+
+2002-03-20  Cody Russell  <cody@jhu.edu>
+
+       * gtk/tree_widget.sgml: Much expanded overview of the tree.
+
+Tue Mar 12 00:29:31 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/question_index.sgml: new FAQ.
+
+       * gtk/tmpl/gtktreemodel.sgml: clean up example
+
+2002-03-12  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/tmpl/windows.sgml: Document GdkScreen.
+
+       * gtk/gtk-sections.txt: Move a few Class structs to Standard sections.
+
+2002-03-11  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtktreemodel.sgml, gtk/tmpl/gtkprogress.sgml,
+       gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: Generate proper
+       markup for format strings in examples, also fix an oversight in
+       the GtkTreeModel example.  (#74213)
+
+       * gtk/gtk.types: Add interfaces to get docs on their signals.
+
+Sat Mar  9 13:00:38 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/tmpl/gtktreemodel.sgml: Lots of docs.
+
+Fri Mar  8 15:14:32 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/building.sgml: List -I/opt/gtk/include not
+       -I /opt/gtk/include.
+
+       * gtk/building.sgml: Add a gloss for XIM.
+
+2002-03-07  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf/tmpl/animation.sgml, gdk-pixbuf/tmpl/gdk-pixbuf.sgml,
+       gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktextview.sgml, gtk/tmpl/gtkiconfactory.sgml,
+       gtk/tmpl/gtkaccelgroup.sgml: Add some ids which are referenced
+       from the object hierarchy.
+
+       * gtk/gtk-docs.sgml: Use parts as top-level division (#61575),
+       include gtkaccessible docs.
+
+       * gtk/building.sgml: Some typo and markup fixes.
+
+Thu Mar  7 02:58:16 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/tmpl/gtkliststore.sgml: start implementing
+
+       * gtk/question_index.sgml: "I can set with the tree, but not
+       get???!?!"
+
+Wed Mar  6 18:11:05 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/resources.sgml: Mention the need to subscribe
+       to the GTK+ mailing lists.
+
+        * gtk/building.sgml: Go into much more details about
+       building the entire set of GTK+ libraries and about the
+       dependencies that are required.
+
+       * gtk/building.sgml: Add docs for --enable-explicit-deps,
+       --with-xinput.
+
+Wed Mar  6 14:12:34 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/tmpl/gtktreeselection.sgml: docs
+
+       * gtk/tree_widget.sgml: clean up docs
+
+2002-03-05  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-sections.txt: Remove gtk_win32_get_installation_directory.
+
+Tue Mar  5 14:28:28 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/compiling.sgml: Update version numbers in example.
+
+2002-03-04  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-docs.sgml: Move GtkOldEditable to the "Deprecated" 
+       section.  (#68408)
+
+       * gtk/tmpl/gtktreeview.sgml: Close linkend attribute.  (#73364)
+
+Sun Mar  3 01:36:21 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/tmpl/gtktreeviewcolumn.sgml: Write documentation
+       * gtk/tmpl/gtktreeview.sgml: Write documentation
+
+Sat Mar  2 15:46:29 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/tmpl/gtkentry.sgml: Move a couple of function
+       docs into the C file.
+
+Fri Mar  1 10:35:15 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/changes-2.0.sgml: Add note about gtk_notebook_reorder_child().
+
+Tue Feb 26 22:01:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/tmpl/gtkbox.sgml: Fix docs to correspond to the code -
+       negative @position indicates the end of the list.
+
+2002-02-26  Matthias Clasen  <maclas@gmx.de>
+
+       Fixes for #72478:
+       
+       * gtk/tmpl/gtkprogressbar.sgml: Add note about new GtkProgressBar
+       API to introduction. 
+
+       * gtk/gtk-sections.txt: Reorder GtkProgressBar functions to move 
+       undeprecated API to top.
+
+Sat Feb 23 23:39:14 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/tmpl/gtktreemodel.sgml: Document gtk_tree_path_new_root(),
+       gtk_tree_model_get_iter_root() as compatibility macros.
+
+       * gtk/gtk-sections.txt: Updates.
+
+2002-02-23  Anders Carlsson  <andersca@gnu.org>
+
+       * gtk/Makefile.am (HTML_IMAGES): Rename strikeout to 
+       strikethrough.
+
+2002-02-22  Anders Carlsson  <andersca@gnu.org>
+
+       * gtk/Makefile.am (HTML_IMAGES): Update for name changes.
+
 2002-02-22  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: s/%d/%%d/ in