]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
Remove, useless. A distribution already has a built gtkcompat.h.
[~andy/gtk] / ChangeLog.pre-2-2
index 21d9fea76ab26338180d64483ee79fadfd7059ee..e46361b21810cd7f3535cdfe29f206a455427b54 100644 (file)
@@ -1,4 +1,70 @@
+2000-11-14  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
+       has a built gtkcompat.h. Developers using CVS code on Win32 can
+       hand-edit it from gtkcompat.h.in.
+
+       * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
+       gtkcompat.h from gtkcompat.h.win32.
+
+2000-11-14  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
+       to default to GDK_ACTION_MOVE if the drag is within a single
+       widget. Defaults to GDK_ACTION_COPY between widgets.
+
+Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
+
+       * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
+
+       * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
+       srcdir != builddir
+
+       * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
+
+       * configure.in (GTK_VERSION): Up to 1.3.2
+
+       * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
+       gtkimcontextxim.h
+
+       * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
+       missing doc comment.
+
+2000-11-14  Alexander Larsson  <alexl@redhat.com>
+
+       * modules/linux-fb/basic.c:
+       Use the glib iconv wrappers.
+
+2000-11-13  Havoc Pennington  <hp@pobox.com>
+
+       * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
+       still more bugs.
+
+       * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
+       scroll the GdkWindows before realization.
+
+2000-11-13  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
+       where GC didn't always get updated properly
+
+       * demos/gtk-demo/textview.c (create_tags): Use subattributes
+       of fonts instead of setting the entire font
+
+       * gtk/testtext.c (fill_example_buffer): Use "size" instead of
+       setting entire font
+
+       * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
+
+       * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
+       a bunch of individually-settable font attributes. You can still 
+       use the "font" and "font_desc" args, they just set all the font
+       attributes at once.
+
 2000-11-13 Elliot Lee <sopwith@redhat.com>
+
        * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
 
 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>