X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-6;h=fd3ed86a32d6fd2136f81dae87731a97bb067db4;hb=c725b0671b1af132f21303a5aad98322dfe981bb;hp=01087f63cc4701b111c27c0cc5ecd95d248c80fa;hpb=fafe735f130700fbb0184d5a9523a51160b2c94d;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 01087f63c..fd3ed86a3 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,87 @@ +Fri Sep 5 14:15:10 2003 Owen Taylor + + * Back out locale-dependent interpretation of + KP_Decimal, the official XFree86 interpretation + is that KP_Decimal => . KP_Separator => , + always, independent of locale. + (#105161, Frederic Crozat, + http://bugs.xfree86.org/show_bug.cgi?id=534) + +2003-09-04 Matthias Clasen + + * tests/testmerge.c: Test buttons and toggle buttons as proxies. + + * gtk/gtktoggleaction.c (connect_proxy): + (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note + that a "draw_as_radio" property is needed for check buttons similar to + check menu items, in order to fully support button proxies for radio actions. + + * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies. + + * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). + + * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the + 'type' argument of gtk_ui_manager_add_ui(). + + * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments + to make this function as powerful as the XML methods of adding UI. (#120647) + +Thu Sep 4 19:11:23 2003 Kristian Rietveld + + Merge from stable. + + * docs/RELEASE-HOWTO: updates. + +2003-09-04 Matthias Clasen + + * tests/merge-2.ui: Use "position" instead of "pos". + + * gtk/gtkuimanager.c (start_element_handler): No need + to be terse: Change the name of the "pos" attribute + to "position". + +2003-09-04 Matthias Clasen + + * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and + GtkUIManagerNode to shorten the names and to make the + GTK_UI_MANAGER_ names available for a public enum. + + * gtk/gtkactiongroup.c: + * gtk/gtkuimanager.c: Various doc tweaks. + + * gtk/gtkuimanager.c (start_element_handler): + (end_element_handler): Improve error reporting. + +Wed Sep 3 23:18:17 2003 Kristian Rietveld + + Merge from stable. + + * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case, + use end_position - page_size instead of G_MAXINT, since + gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237, + reported by Havoc Pennington). + +Wed Sep 3 21:58:03 2003 Kristian Rietveld + + Merge from stable. + + * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL, + unref it. (Fixes memleak, patch from Kjartan Maraas). + +Wed Sep 3 21:38:26 2003 Kristian Rietveld + + * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c, + gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c, + gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c, + gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c, + gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c, + gtk/gtktypeutils.h: big patch from Kjartan Maraas + to fix numerous typos. + +Wed Sep 3 17:38:01 BST 2003 Tony Gale + + * docs/faq/gtk-faq.sgml: Correct compile line for threads example. + 2003-09-02 Tor Lillqvist * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call