diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-02 14:21:20 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-02 14:21:20 +0000 |
commit | 191e2b1d55c2b93726a092b5eb4d7114af277197 (patch) | |
tree | 07703e6f8f7f5ec3ea1c47a6be0f333de2644f7b /ChangeLog.pre-1-8 | |
parent | 22865210cbef2f0d1c0d5f481e798390f1b4f059 (diff) | |
download | pango-191e2b1d55c2b93726a092b5eb4d7114af277197.tar.gz |
Patch from Darin Adler, with updates, to use g_ascii_* instead of
Fri Nov 2 08:50:16 2001 Owen Taylor <otaylor@redhat.com>
* pango/{fonts.c,pango-color.c,pango-utils.c,
pangoft2-fontmap.c,pangowin32-fontcache.c,
pangowin32-fontmap.c, pangox-fontmap.c}:
Patch from Darin Adler, with updates, to use
g_ascii_* instead of locale-dependent variants
(#55833).
* pango/fonts.c: Use g_ascii_dtostr, g_ascii_strtod().
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r-- | ChangeLog.pre-1-8 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 3c242192..ce9568bb 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,14 @@ +Fri Nov 2 08:50:16 2001 Owen Taylor <otaylor@redhat.com> + + * pango/{fonts.c,pango-color.c,pango-utils.c, + pangoft2-fontmap.c,pangowin32-fontcache.c, + pangowin32-fontmap.c, pangox-fontmap.c}: + Patch from Darin Adler, with updates, to use + g_ascii_* instead of locale-dependent variants + (#55833). + + * pango/fonts.c: Use g_ascii_dtostr, g_ascii_strtod(). + 2001-10-31 Tor Lillqvist <tml@iki.fi> * pango/modules.c (process_module_file): Neat Win32 feature: A |