X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-4;h=a7337d73241000960da0acbef5b3f5e6318adf47;hb=27b1d120e8ea780749cbecbbdd0afe4b2b29a4b2;hp=8dd432278c992f903eb56588a0a762b483e9a643;hpb=1e9f8b7c0f2a4197641f59d4bd152feb03d0cad3;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 8dd432278..a7337d732 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,141 @@ +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 + the code so < 0 == end wasn't just a side effect, + remove most of the manual linked list manipulation + code in favor of g_list_* functions. + +Tue Feb 26 21:44:01 2002 Owen Taylor + + * config.status config.guess: Remove these files + from CVS so we more-or-less current versions from + automake --add-missing. (Reported by Finlay Dobbie, + #60342) + + * gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n', + or KP_Tab to \t' since we don't map the corresponding + main keyboard characters in that way. (#61561, + Padraig O'Briain) + +Tue Feb 26 19:45:29 2002 Owen Taylor + + * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): + Call gtk_combo_set_popdown_strings() in case + the combo is up currently. (#63535, Skip Montaro) + +Tue Feb 26 19:38:14 2002 Owen Taylor + + * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init): + Switch control-home/end and home/end with + the idea that scrolled windows more typically contain + vertical sets of controls and to correspond to the bindings + in GtkTreeView. + +Tue Feb 26 19:32:42 2002 Owen Taylor + + * gtk/gtk[hv]vscale.c (gtk_[hv]scale_expose): Chain + up before drawing the scale values so that the number + is drawn in the right place instead of one step + back. (#61743, patch from Satyajit Kanungo) + +Tue Feb 26 19:16:28 2002 Owen Taylor + + * gdk/win32/gdkkeys-win32.c (gdk_keyval_name): + * gdk/x11/gdkkeys-x11.c (gdk_keyval_name): + Make sure Page_Up, Page_Down get those names, not Prior, + Next. + +Tue Feb 26 18:58:49 2002 Owen Taylor + + * gtk/gtkaccelgroup.c (gtk_accelerator_set_default_mod_mask): + OR in the three default modifiers to any value passed + in by the caller, so that the caller won't break the + the default bindings. (#70142, Jody Goldberg, though he + wasn't in favor of this particular way of solving it.) + +Tue Feb 26 18:47:44 2002 Owen Taylor + + * gtk/gtkwindow.c (gtk_window_add_mnemonic): Append + mnemonics rather than prepending them so that the + order is typically forward rather than typically + backward. (Partial fix for #52395) + +Wed Feb 27 00:45:39 2002 Soeren Sandmann + + * gtk/gtkarrow.c, gtk/gtkmenuitem.c, gtk/gtkrange.c + gtk/gtkspinbutton.c gtk/gtkstyle.c: Draw arrows better (without + extra baseline) + Tue Feb 26 18:38:17 2002 Owen Taylor * gtk/gtkaccellabel.c (gtk_accel_label_refetch):