X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog.pre-2-8;h=a7337d73241000960da0acbef5b3f5e6318adf47;hb=27b1d120e8ea780749cbecbbdd0afe4b2b29a4b2;hp=4e1f61af9f25ff9e7fc2b8ddbb4be82e1b048146;hpb=a504e62e010dc7e396730a2e377ab16d7cc4b823;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 4e1f61af9..a7337d732 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,73 @@ +Wed Feb 27 23:02:55 2002 Soeren Sandmann + + * gtk/gtkhandlebox.c (gtk_handle_box_realize): minor code cleanup + +Wed Feb 27 14:58:12 2002 Owen Taylor + + * gtk/gtkmenubar.c (gtk_menu_bar_size_request/allocate): + Don't reserve space for border when the shadow type + for the menubar is "none". (#61843) + + * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Fix + offset for right-justified menu items. + +Wed Feb 27 14:45:21 2002 Owen Taylor + + * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Go + back to old style of drawing children over the bevel. + (#58615) + +Wed Feb 27 14:08:26 2002 Owen Taylor + + * modules/input/imxim.c: Add ko and zh to the locales + where this is the default. + +Wed Feb 27 12:34:21 2002 Owen Taylor + + * gtk/gtkiconfactory.c: Register all stock icons + "unscaled" so that we don't have icons only available + at some sizes. (#68896) + +Wed Feb 27 11:59:05 2002 Owen Taylor + + Some ASCII vs. locale fixes from Darin Adler (#55837) + + * gtk/gtkcombo.c (gtk_combo_find): Implement real + case-insensitive comparison using g_utf8_casefold(). + + * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Fix + assignment of gunichar to char by replacing g_unichar_totitle + with g_ascii_toupper ... the contents would only be ascii + here anyways. + + * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale) + * gtk/gtkfontsel.c (gtk_font_selection_show_available_fonts): + Replace a calls to g_strcasecmp() with g_ascii_strcasecmp(). + +2002-02-27 Hans Breuer + + * demos/gtk-demo/makefile.msc.in : new file + + * gdk-pixbuf/gtk-pixbuf.rc.in : new file to include + version resource + * gdk-pixbuf/makefile.msc : create and use gdk-pixbuf.res + + * gdk/win32/gdkkeys-win32.c : handle undefined LANG_URDU, + (gdk_keyval_name) : fix endless looping + + * gtk/gtkfilesel.c : translate_win32_path() static + * gtk/queryimmodules : print_escaped(), query_module() static + + * gtk/makefile.msc.in : added gtkkeyhash, build gtk-win32.res + + * gtk/stock-icons/makefile.msc : regenerated from directory + listing (almost all filenames changed) + +Wed Feb 27 10:34:46 2002 Owen Taylor + + * gtk/gtkrange.c (gtk_range_set_range): After computing + the clamped value, actually set it. (#62639, Sergey Kuzminov) + Tue Feb 26 22:22:37 2002 Owen Taylor * gtk/gtkbox.c (gtk_box_reorder_child): Clean up