]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
New file. Start of DocBook version of the FAQ.
[~andy/gtk] / ChangeLog.pre-2-6
index 207c30323bef918ca4267c4fce87b52721d4bc75..b08205a14e2394b46956ec74b9eaaff6f922572b 100644 (file)
@@ -1,3 +1,121 @@
+Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
+
+       * docs/gtk-faq.sgm: New file. Start of DocBook
+         version of the FAQ.
+
+Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (GDK_PIXBUF_MAJOR): Define version
+       numbers for GDK_PIXBUF_*, as they get substituted
+       into a header file. Need to consider versioning
+       for gdk-pixbuf more carefully later.
+
+2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
+
+       Work with srcdir != builddir.   
+       * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
+       <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
+       * demos/testpixbuf.c: Likewise.
+       * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
+       * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
+       <gdk/x11/gdkx.h>.
+       * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
+       "gdk-pixbuf.h".
+       * demos/Makefile.am (INCLUDES): Remove unneeded directories.
+
+Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * TODO.xml: Change 1.4 version numbers to 2.0.
+
+Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
+       fixups to GTK+ standard.
+
+Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
+       gdk-pixbuf.
+
+       * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
+       fixups for GObject.
+
+       * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
+       gdk-pixbuf with GDK dependencies moved into GDK.
+       
+       * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
+       move gdk-pixbuf-loader here until GObject has signals.
+
+       * demos/: New directory of demos. Move demos from
+       gdk-pixbuf here.
+
+       * demos/pixbuf-init.c: Small bit of code to check for
+       loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
+       set GDK_PIXBUF_MODULEDIR appropriately.
+
+       * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
+       define which no longer makes sense.
+
+2000-06-21  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
+       gtk_get_default_language
+
+       * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
+       new function to get the default language
+
+       * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
+       s/gtk_text_view_style_values/gtk_text_style_values/
+
+       * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
+       Add a "language" field to tags.
+
+       (gtk_text_tag_set_arg): Fix bug in setting
+       "bg_full_height_set" tag.
+
+2000-06-21  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
+       in the interfaces
+
+       * gtk/gtktexttypes.c: Remove UTF functions, use glib 
+       stuff instead when possible.
+
+       * gtk/gtktexttypes.h: Delete some unused constants
+
+       * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
+       testtextbuffer.c: use glib instead of custom unicode routines
+
+Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/es/: Removed mistakenly added generated sgml
+
+       * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
+       Remove outdated info files.
+
+       * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
+       Moved tutorial files into subdir
+
+       * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
+       subdir.
+
+       * docs/man/gtk_button.pod: Remove. (contents will be
+       integrated into gtk-reference button page.)
+
+       * configure.in docs/Makefile.am docs/tutorial/Makefile.am
+       docs/faq/Makefile.am: Adjust for new organization
+
+2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
+
+        * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
+        not $(MKINSTALLDIRS)
+
+Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/testgtk.c (create_text): Finish the job Elliot started
+       of removing font setting test for text widget. (Since text widget
+       and GdkFont are not deprecated, and cause portability problems.)
+
 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c