summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2006-09-15 01:32:34 +0000
committerRyan Lortie <ryanl@src.gnome.org>2006-09-15 01:32:34 +0000
commit00e0996c743b34b16763830c3e8349e436318e5e (patch)
tree93a27c8c8d8c167594263c152f507c118d6bc807
parente6102d47660231ae2b12a6ae862d6c49e8c796be (diff)
downloadgtk+-00e0996c743b34b16763830c3e8349e436318e5e.tar.gz
Bug 355343. Add a GdkPangoAttrEmbossColor.
2006-09-14 Ryan Lortie <desrt@desrt.ca> * docs/reference/gdk/gdk-sections.txt: * gdk/gdk.symbols: * gdk/gdkpango.h: * gdk/gdkpango.c: Bug 355343. Add a GdkPangoAttrEmbossColor. (gdk_pango_layout_get_clip_region): Remove an unused variable. (gdk_pango_attr_embossed_new): Fix documentation.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 447f17e9c8..2cebacb1d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-09-14 Ryan Lortie <desrt@desrt.ca>
+
+ * docs/reference/gdk/gdk-sections.txt:
+ * gdk/gdk.symbols:
+ * gdk/gdkpango.h:
+ * gdk/gdkpango.c: Bug 355343. Add a GdkPangoAttrEmbossColor.
+ (gdk_pango_layout_get_clip_region): Remove an unused variable.
+ (gdk_pango_attr_embossed_new): Fix documentation.
+
Thu Sep 14 12:28:51 2006 Tim Janik <timj@imendio.com>
* tests/testrichtext.c (main): intialize random number generator state