summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-09-07 18:17:06 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-09-07 18:17:06 +0000
commit71337db92ebab296f2567d88f06d472d2f7584d5 (patch)
tree08518ab5fd33fdb8eea95b200b34c05246d35c55 /ChangeLog
parent21b538970edd944b694f44e8a7c9f7256dca02d3 (diff)
downloadgdk-pixbuf-71337db92ebab296f2567d88f06d472d2f7584d5.tar.gz
Move gtk-reference files into GTK+ tree proper.
Thu Sep 7 14:15:03 2000 Owen Taylor <otaylor@redhat.com> * gdk/* gtk/*: Move gtk-reference files into GTK+ tree proper. * Update sections.txt files to correspond to current code, tweak .sgml files and Makefiles to correspond. * gtk/tmpl/gtkradiomenuitem.sgml (this): Remove extra <para>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 36 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01c3c11dc..58a4137d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+Thu Sep 7 11:47:02 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
+ Doc comment fixing. (Mostly non-matching parameter names.)
+
+ * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
+ comments a little to avoid looking like a doc comment.
+
+ * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
+ GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
+ conversions be changed to GError?)
+
+ * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT):
+ Move private #defines into .c file.
+
+ * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
+ order of argument addition, remove duplicates.
+
+ * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
+ parent class is FrameClass, not BinClass.
+
+ * gtk/gtk.h: Add gtkinvisible, which was missing.
+ (It's occasionalyl useful for client apps, if seldom.)
+
+ * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
+ #define.
+
+Wed Sep 6 09:53:15 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
+ coordinates when creating window, instead of GDK-space
+ coordinates. (Avoid BadValue on too large windows.)
+
2000-09-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in (use_mmx_asm): Remove conftest* after use along the
@@ -16,7 +49,9 @@
instead of g_basename.
2000-09-04 Elliot Lee <sopwith@redhat.com>
- * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid ANSI warning.
+
+ * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
+ ANSI warning.
Sun Sep 03 00:47:08 2000 George Lebl <jirka@5z.com>