diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2004-09-22 22:20:58 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-09-22 22:20:58 +0000 |
commit | 763ab93cb59c0f3ff1b540afbbe1b5a689d2a4fb (patch) | |
tree | 57dc61b72db677d155387239907add3a4884900c /ChangeLog.pre-1-6 | |
parent | 6ce8121cc5b7ad6e5eb14cae75dc8faf98b296dc (diff) | |
download | pango-763ab93cb59c0f3ff1b540afbbe1b5a689d2a4fb.tar.gz |
Move aside ChangeLog for new development versionpango-1-6-branchpoint
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r-- | ChangeLog.pre-1-6 | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 898b955e..a70810a2 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,69 +1,3 @@ -Wed Sep 22 16:15:40 2004 Owen Taylor <otaylor@redhat.com> - - * pango/pangoxft-font.c (pango_xft_font_get_glyph_extents): Use - get_glyph_extents_raw() when hinting is disabled as well - as when we are transforming. (#152529, Vincent Noel) - - * pango/pangofc-font.c (pango_fc_font_get_raw_extents): Duplicate - the fix for non-scalable fonts from get_face_metrics() here as - well. - -Wed Sep 22 15:57:30 2004 Owen Taylor <otaylor@redhat.com> - - * pango/pango-layout.c (pango_layout_get_ellipsize): Fix - typo in docs. (#153390, Paolo Borelli) - -Wed Sep 22 14:07:47 2004 Owen Taylor <otaylor@redhat.com> - - Cleanups from 'sparse', #149922, Kjartan Maraas - - * pango/pango-utils.c (read_config): () => (void) in - definition. - - * pango/pangofc-fontmap.c (pango_fc_font_map_list_families): - Initialize *n_families, not n_families. - - * pango/pangofc-fontmap.c pango/pangoft2.c opentype/ftxgdef.c - opentype/ftxgpos.c opentype/ftxgsub.c: : Fix various 0/NULL - confusion. - -Mon Sep 20 13:57:35 2004 Owen Taylor <otaylor@redhat.com> - - * modules/indic/mprefixups.c (indic_mprefixups_apply): - Fix various bugs, make more robust. (#151689, Arun M) - -Mon Sep 13 11:06:47 2004 Owen Taylor <otaylor@redhat.com> - - * pango/ellipsize.c (init_state): Initialize - ellipsis_is_cjk (#151901, Christian Persch) - -Mon Sep 13 10:18:51 2004 Owen Taylor <otaylor@redhat.com> - - * pango/pango-context.c (itemize_state_process_run): - Except ideographic spaces from the !g_unichar_isgraph() test. - (#145275, Federic Zhang) - -Mon Sep 20 12:17:37 2004 Owen Taylor <otaylor@redhat.com> - - * pango/pangofc-font.c (get_face_metrics): - Don't use face->ascender/descender for non-scalable fonts, - since they aren't set. (#Enrico Scholz, - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129246) - -2004-09-18 Tor Lillqvist <tml@iki.fi> - - * pango/pango.def: Add pango_context_set_matrix. (#152883, Ivan - Wong) - -2004-09-15 Tor Lillqvist <tml@iki.fi> - - * pango/pangowin32-fontmap.c (pango_win32_insert_font): Ignore - fonts in SYMBOL_CHARSET. They don't have any Unicode mapping - table. (#149643) - - * pango/querymodules.c (string_needs_escape, escape_string): - Escape also backslashes. (#152607, Kazuki Iwamoto) - Mon Sep 13 17:38:58 2004 Owen Taylor <otaylor@redhat.com> * === Released 1.6.0 === |