diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-18 16:43:42 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-18 16:43:42 +0000 |
commit | 213c5160914768a5961f76182b701cd08b131cfe (patch) | |
tree | f8f770a51eebe61d5716efa0cb2b333c7520521f /ChangeLog.pre-2-0 | |
parent | 63e669a75fbf0ccfafd61b29b81d0619b877e165 (diff) | |
download | gtk+-213c5160914768a5961f76182b701cd08b131cfe.tar.gz |
Fix glib_config_args gtk_config_args confusion. (pointed out by Roland
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com>
* gtk.m4: Fix glib_config_args gtk_config_args
confusion. (pointed out by
Roland Dreier <droland@mail.math.okstate.edu>)
* gtk/gtksocket.c gtk/gtkmain.c gtk/gtkdebug.h
(gtk_socket_filter_func): Move the plug-socket
debugging code to a new "plugsocket" debug keys
from the previous hardcoded DPRINTF.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 6521168728..42964313bd 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com> + + * gtk.m4: Fix glib_config_args gtk_config_args + confusion. (pointed out by + Roland Dreier <droland@mail.math.okstate.edu>) + + * gtk/gtksocket.c gtk/gtkmain.c gtk/gtkdebug.h + (gtk_socket_filter_func): Move the plug-socket + debugging code to a new "plugsocket" debug keys + from the previous hardcoded DPRINTF. + Thu Feb 18 00:54:46 1999 Tim Janik <timj@gtk.org> * gtk/gtkclist.c: added widget arg ::titles_active. |