summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-12-06 23:00:31 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-12-06 23:00:31 +0000
commitf3507cc8cf4106cd4731c57b32092f5362883bdd (patch)
tree028c81ff5aa62a22f73b2b9c7a7bd13ac373f5bf /ChangeLog
parentb7c74a7787b624bdf1ef6a4f6dba2007317b9265 (diff)
downloadpango-f3507cc8cf4106cd4731c57b32092f5362883bdd.tar.gz
Bug 333982 – Fallback to $LANG whenever NULL PangoLanguage is used Patch
2006-12-06 Behdad Esfahbod <behdad@gnome.org> Bug 333982 – Fallback to $LANG whenever NULL PangoLanguage is used Patch from LingNing Zhang * docs/pango-sections.txt: * docs/tmpl/utils.sgml: * pango/pango-context.c: * pango/pango-types.h: * pango/pango-utils.c (_pango_get_lc_ctype), (pango_language_get_default): * pango/pango.def: New public function pango_language_get_default(). Note that, this does not make Pango fallback to the default language automatically, but the user can use this function to set the default language of the locale on a context: pango_context_set_language (context, pango_language_get_default());
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93370202..cfabbb78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
2006-12-06 Behdad Esfahbod <behdad@gnome.org>
+ Bug 333982 – Fallback to $LANG whenever NULL PangoLanguage is used
+ Patch from LingNing Zhang
+
+ * docs/pango-sections.txt:
+ * docs/tmpl/utils.sgml:
+ * pango/pango-context.c:
+ * pango/pango-types.h:
+ * pango/pango-utils.c (_pango_get_lc_ctype),
+ (pango_language_get_default):
+ * pango/pango.def:
+ New public function pango_language_get_default(). Note that, this
+ does not make Pango fallback to the default language automatically,
+ but the user can use this function to set the default language of the
+ locale on a context:
+
+ pango_context_set_language (context, pango_language_get_default());
+
+2006-12-06 Behdad Esfahbod <behdad@gnome.org>
+
Bug 373856 – Wish: Function to convert a GdkColor to a string
Patch from Matthew Barnes