diff options
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r-- | ChangeLog.pre-1-2 | 52 |
1 files changed, 40 insertions, 12 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 4bb1b421..80621f71 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,24 @@ +Fri Nov 17 16:12:34 2000 Owen Taylor <otaylor@redhat.com> + + * Released 0.13 + + * NEWS: Updates for 0.13 + +Fri Nov 17 16:04:19 2000 Owen Taylor <otaylor@redhat.com> + + * tools/Makefile.am (EXTRA_DIST): Add maps/tis-620 + + * Makefile.am (EXTRA_DIST): Added TODO.xml + + * pango/Makefile.am (EXTRA_DIST): Add .def files + for Win32. + + * examples/Makefile.am (EXTRA_DIST): Add a couple + of missing files. + + * docs/Makefile.am (dist-hook): Add back accidentally + removed rule to distribute TEXT/*. + Thu Nov 16 18:59:21 2000 Owen Taylor <otaylor@redhat.com> * pango/glyphstring.c (pango_glyph_string_extents_range): Test @@ -604,27 +625,34 @@ Sun Aug 20 13:45:08 2000 Owen Taylor <otaylor@redhat.com> * pango.pc.in (Cflags): remove /usr/include 2000-08-08 Elliot Lee <sopwith@redhat.com> + * modules/arabic/arabic.c: #include <string.h> * pango/modules.c: Fix incorrect list rearrangement. - * pango/pango-layout.c (pango_layout_line_x_to_index): Pay attention to shape attributes - (not perfect since the layout of chars inside a shape is unknown, but gives start - index). + * pango/pango-layout.c (pango_layout_line_x_to_index): Pay + attention to shape attributes + (not perfect since the layout of chars inside a shape is + unknown, but gives start index). 2000-08-07 Elliot Lee <sopwith@redhat.com> - * pango/modules.c: If the first pango_skip_space fails, remember to free enginepair before continuing. - * pango/pango-layout.c (pango_layout_set_attributes): unref old attr list after reffing - new one. - * pango/pango-attributes.c (pango_attr_list_insert_internal): Proper fix from Owen for the - infinite loop. + * pango/modules.c: If the first pango_skip_space fails, remember + to free enginepair before continuing. + * pango/pango-layout.c (pango_layout_set_attributes): unref old + attr list after reffing new one. + * pango/pango-attributes.c (pango_attr_list_insert_internal): + Proper fix from Owen for the infinite loop. 2000-08-03 Elliot Lee <sopwith@redhat.com> * pango/modules.c: Fix segfault when tmp_list has no 'prev' pointer. - * pango/pango-attributes.c (pango_attr_list_insert_internal): Infinite loops do not fast programs make. - * pango/pango-context.c: Set a default font size so that things don't go boom if someone forgets to set it themselves. - * pango/pango-layout.c (pango_layout_index_to_pos): Exclude newlines from consideration. - (pango_layout_line_index_to_x): Take shape attributes into consideration when determining position. + * pango/pango-attributes.c (pango_attr_list_insert_internal): + Infinite loops do not fast programs make. + * pango/pango-context.c: Set a default font size so that things + don't go boom if someone forgets to set it themselves. + * pango/pango-layout.c (pango_layout_index_to_pos): Exclude + newlines from consideration. + (pango_layout_line_index_to_x): Take shape attributes into + consideration when determining position. Wed Aug 2 12:00:53 2000 Owen Taylor <otaylor@redhat.com> |