summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-05-14 20:55:22 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-05-14 20:55:22 +0000
commit11aed263b7e9ec7a02bb5ad610732969bc87073d (patch)
tree90730288b0d16ba178eb4757ca9dad846cfef508 /ChangeLog.pre-2-2
parent1dd8a1453ff45d26e9c8c497e58070da5043eb7f (diff)
downloadgtk+-11aed263b7e9ec7a02bb5ad610732969bc87073d.tar.gz
Set the width of the layout to the actual wrap width (our requisition) not
Tue May 14 16:44:09 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.c (gtk_label_ensure_layout): Set the width of the layout to the actual wrap width (our requisition) not the width we set when calculating the width. This results in the lines being justified within the correct area. (#79157, Anders Carlsson) * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected registered parameter types of "accel_activate" and "accel_changed" signals. (Patch from Murray Cumming, #78798) * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch binary-version and type to correspond to the current ordering in _gtk_get_module_path. (#78746, Sergey Kuzminov) * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs pointing to the GTK_PATH documentation. * gtk/Makefile.am (uninstall-local): Delete key themes as well. (#81286, Kristian Rietveld.)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-223
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 01f15e5616..23c21b7e77 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,26 @@
+Tue May 14 16:44:09 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtklabel.c (gtk_label_ensure_layout): Set
+ the width of the layout to the actual wrap width
+ (our requisition) not the width we set when calculating
+ the width. This results in the lines being justified
+ within the correct area. (#79157, Anders Carlsson)
+
+ * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected
+ registered parameter types of "accel_activate" and
+ "accel_changed" signals. (Patch from Murray Cumming, #78798)
+
+ * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch
+ binary-version and type to correspond to the
+ current ordering in _gtk_get_module_path.
+ (#78746, Sergey Kuzminov)
+
+ * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs
+ pointing to the GTK_PATH documentation.
+
+ * gtk/Makefile.am (uninstall-local): Delete
+ key themes as well. (#81286, Kristian Rietveld.)
+
Tue May 14 15:40:49 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkwindow-{linux-fb,win32,x11.c} (gdk_window_set_back_pixmap):