diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-05-14 21:36:32 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-05-14 21:36:32 +0000 |
commit | f47470a9efcf482842c823b762f4df55121293bd (patch) | |
tree | e8d76c48b1107aa580dce2994c753e8201666182 /ChangeLog.pre-2-2 | |
parent | 11aed263b7e9ec7a02bb5ad610732969bc87073d (diff) | |
download | gtk+-f47470a9efcf482842c823b762f4df55121293bd.tar.gz |
Fix format of selection data to be 8 rather than GTK_TYPE_POINTER.
Tue May 14 17:30:57 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkctree.c gtk/gtkclist.c: Fix format of
selection data to be 8 rather than GTK_TYPE_POINTER.
(#79751, James Henstridge)
* gtk/gtkmenu.c (gtk_menu_key_press): Call
gtk_accelerator_valid() with cleaned up
accel_key/accel_mods, not the raw values from
the event. (#80513, Havoc Pennington.)
* gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Remove
some dead code that set the tearoff window not
resizable and removed decorations. (#80235)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 23c21b7e77..5e0b387c3a 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,18 @@ +Tue May 14 17:30:57 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkctree.c gtk/gtkclist.c: Fix format of + selection data to be 8 rather than GTK_TYPE_POINTER. + (#79751, James Henstridge) + + * gtk/gtkmenu.c (gtk_menu_key_press): Call + gtk_accelerator_valid() with cleaned up + accel_key/accel_mods, not the raw values from + the event. (#80513, Havoc Pennington.) + + * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Remove + some dead code that set the tearoff window not + resizable and removed decorations. (#80235) + Tue May 14 16:44:09 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.c (gtk_label_ensure_layout): Set |