diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-12 19:16:11 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-12 19:16:11 +0000 |
commit | 2cb2d33b2086617fcb8d968f08bde3e60e09a9f7 (patch) | |
tree | cbc6bbde17abfff2378b0feaa305c9dda25a0c1f /ChangeLog.pre-2-4 | |
parent | 114d0b6b25d64d70d68997d64d46b561ecfe4e46 (diff) | |
download | gtk+-2cb2d33b2086617fcb8d968f08bde3e60e09a9f7.tar.gz |
Fix problem with using result of g_get_charset() backwards - pointed out
Sun Nov 12 14:10:09 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
problem with using result of g_get_charset() backwards -
pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
* gtk/gtkwindow.c (gtk_window_compute_hints): Support
negative min_width/height and max_width/height to
mean "requisition"; this allows setting a window
to be user-resizable in only one direction easily.
* gtk/testgtk.c (create_main_window): Remove hard-coded
usize - set a default size in the vertical direction.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0a64e7631b..705658b115 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,17 @@ +Sun Nov 12 14:10:09 2000 Owen Taylor <otaylor@redhat.com> + + * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix + problem with using result of g_get_charset() backwards - + pointed out by Mikael Hermansson <mikeh@bahnhof.se>. + + * gtk/gtkwindow.c (gtk_window_compute_hints): Support + negative min_width/height and max_width/height to + mean "requisition"; this allows setting a window + to be user-resizable in only one direction easily. + + * gtk/testgtk.c (create_main_window): Remove hard-coded + usize - set a default size in the vertical direction. + Sun Nov 12 13:33:01 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkrange.c: Add some missing casts. Support |