diff options
author | Tor Lillqvist <tml@novell.com> | 2005-07-25 10:19:15 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-07-25 10:19:15 +0000 |
commit | 030411be6b45c80fe136c0a1d069ff2e2599b7fe (patch) | |
tree | 16e18a90c8617e424df4f2e7c4ad20733b1915ee /ChangeLog.pre-1-10 | |
parent | d5142f02455703ea61bd11f308ef844e9b20ebbd (diff) | |
download | pango-030411be6b45c80fe136c0a1d069ff2e2599b7fe.tar.gz |
configure.in Fix a few typos that prevented build on Win32.
2005-07-25 Tor Lillqvist <tml@novell.com>
* configure.in
* pango/pangocairo-win32font.c (_pango_cairo_win32_font_new): Fix
a few typos that prevented build on Win32.
* pango/pango.def: Add pango_is_zero_width.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index d0e16f06..1d7fb359 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,13 +1,21 @@ +2005-07-25 Tor Lillqvist <tml@novell.com> + + * configure.in + * pango/pangocairo-win32font.c (_pango_cairo_win32_font_new): Fix + a few typos that prevented build on Win32. + + * pango/pango.def: Add pango_is_zero_width. + 2005-07-23 Behdad Esfahbod <pango@behdad.org> - * pango/pango-utils.c, pango/pango-utils.h (pango_is_zerowidth): New + * pango/pango-utils.c, pango/pango-utils.h (pango_is_zero_width): New function added. * modules/basic/basic-common.h, modules/basic/basic-fc.c, modules/basic/basic-win32.c, modules/basic/basic-x.c, modules/hangul/hangul-fc.c, modules/arabic/arabic-fc.c, modules/indic/indic-fc.c, modules/indic/indic-ot.h, - modules/syriac/syriac-fc.c: Use the new pango_is_zerowidth function. + modules/syriac/syriac-fc.c: Use the new pango_is_zero_width function. (#306639, Behnam Esfahbod) 2005-07-22 Owen Taylor <otaylor@redhat.com> |