summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-07-13 21:26:19 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-13 21:26:19 +0000
commit754c15ede1bb53e5aaa26ef71e3b3513fc5ca3fe (patch)
tree5194caf514cb06203a8937935ef2febdfe9feb94 /ChangeLog.pre-2-10
parentfa349466ec7697db58dae473f4c09d18ed611498 (diff)
downloadgtk+-754c15ede1bb53e5aaa26ef71e3b3513fc5ca3fe.tar.gz
Make this work in RTL context.
2004-07-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes): Make this work in RTL context.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-106
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index f72f8eb7ed..c06b2bb593 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+2004-07-13 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes):
+ Make this work in RTL context.
+
2004-07-13 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Set a
@@ -10,6 +15,7 @@
Prepare to handle composite implementations of
GtkCellEditable, but recursively poking at
allocation->y (hack stolen from GtkCList).
+ (check_expander_max): Tweak the warning.
* gtk/gtkmain.h: Add gtk_parse_args(), its a public
function. (#147476, Owen Taylor)