summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>1999-09-17 18:17:20 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-09-17 18:17:20 +0000
commit4850edb29b6a7b887c41623badc49387b73762d7 (patch)
tree5fedfcf10e78abf71f3800dcfd65478d62ef8574 /ChangeLog.pre-2-2
parent08f1c75cf13148f33973d4a2bce5a2fcbf77e9a2 (diff)
downloadgtk+-4850edb29b6a7b887c41623badc49387b73762d7.tar.gz
Add gdk_threads_mutex.
1999-09-17 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdk.def: Add gdk_threads_mutex. * gtk/makefile.msc: Correct path to libintl. Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in use of gint vs. int, and gint vs. gboolean in headers and definitions. Use GtkType for the *_get_type functions. Note that these changes preserve binary compatibility. * gdk/gdk.c * gdk/win32/gdk.c * gdk/gdk.h: Fix inconsistencies: gint vs int. * gtk/gtkmain.c * gtk/gtkclist.c * gtk/gtkmenufactory.c * gtk/gtknotebook.c * gtk/gtkwidget.c: Fix inconsistencies, also gint vs. gboolean. * gtk/gtkcolorsel.[ch] * gtk/gtkcombo.[ch] * gtk/gtkdrawingarea.[ch] * gtk/gtkgamma.[ch] * gtk/gtkhandlebox.[ch] * gtk/gtkhpaned.[ch] * gtk/gtkhruler.[ch] * gtk/gtkplug.[ch] * gtk/gtkpreview.[ch] * gtk/gtkruler.[ch] * gtk/gtksocket.[ch] * gtk/gtkstatusbar.[ch] * gtk/gtktoolbar.[ch] * gtk/gtkvbbox.[ch] * gtk/gtkvpaned.[ch] * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type functions. * gtk/gtkgamma.h: Fix bug, missing () in call of gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-243
1 files changed, 43 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 035debccd0..dc1d79c638 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,46 @@
+1999-09-17 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdk.def: Add gdk_threads_mutex.
+
+ * gtk/makefile.msc: Correct path to libintl.
+
+ Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
+ use of gint vs. int, and gint vs. gboolean in headers and
+ definitions. Use GtkType for the *_get_type functions. Note that
+ these changes preserve binary compatibility.
+
+ * gdk/gdk.c
+ * gdk/win32/gdk.c
+ * gdk/gdk.h: Fix inconsistencies: gint vs int.
+
+ * gtk/gtkmain.c
+ * gtk/gtkclist.c
+ * gtk/gtkmenufactory.c
+ * gtk/gtknotebook.c
+ * gtk/gtkwidget.c: Fix inconsistencies, also gint
+ vs. gboolean.
+
+ * gtk/gtkcolorsel.[ch]
+ * gtk/gtkcombo.[ch]
+ * gtk/gtkdrawingarea.[ch]
+ * gtk/gtkgamma.[ch]
+ * gtk/gtkhandlebox.[ch]
+ * gtk/gtkhpaned.[ch]
+ * gtk/gtkhruler.[ch]
+ * gtk/gtkplug.[ch]
+ * gtk/gtkpreview.[ch]
+ * gtk/gtkruler.[ch]
+ * gtk/gtksocket.[ch]
+ * gtk/gtkstatusbar.[ch]
+ * gtk/gtktoolbar.[ch]
+ * gtk/gtkvbbox.[ch]
+ * gtk/gtkvpaned.[ch]
+ * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
+ functions.
+
+ * gtk/gtkgamma.h: Fix bug, missing () in call of
+ gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS.
+
1999-09-14 Tor Lillqvist <tml@iki.fi>
* gdk/gdkcolor.c (gdk_colormap_new)