From ad9f543f410a0e7bbdbadafa42c75bc04ff2be58 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 17 Nov 2000 21:38:09 +0000 Subject: Released 0.13 Fri Nov 17 16:12:34 2000 Owen Taylor * Released 0.13 * NEWS: Updates for 0.13 Fri Nov 17 16:04:19 2000 Owen Taylor * 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/*. --- .cvsignore | 2 ++ ChangeLog | 52 +++++++++++++++++++++++++++++++++++++----------- ChangeLog.pre-1-0 | 52 +++++++++++++++++++++++++++++++++++++----------- ChangeLog.pre-1-10 | 52 +++++++++++++++++++++++++++++++++++++----------- ChangeLog.pre-1-2 | 52 +++++++++++++++++++++++++++++++++++++----------- ChangeLog.pre-1-4 | 52 +++++++++++++++++++++++++++++++++++++----------- ChangeLog.pre-1-6 | 52 +++++++++++++++++++++++++++++++++++++----------- ChangeLog.pre-1-8 | 52 +++++++++++++++++++++++++++++++++++++----------- Makefile.am | 3 ++- NEWS | 21 ++++++++++++++++++- docs/Makefile.am | 10 ++++++++++ docs/tmpl/.cvsignore | 2 ++ examples/.cvsignore | 1 + examples/Makefile.am | 5 ++++- modules/.cvsignore | 1 + modules/basic/.cvsignore | 1 + pango/.cvsignore | 4 ++++ pango/Makefile.am | 3 +++ tools/Makefile.am | 11 +++++----- 19 files changed, 336 insertions(+), 92 deletions(-) create mode 100644 docs/tmpl/.cvsignore diff --git a/.cvsignore b/.cvsignore index f7b688c3..33aeb679 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,6 +4,8 @@ config.h.in config.cache config.log config.status +pango.pc +pangox.pc pango.spec pango-config stamp-h diff --git a/ChangeLog b/ChangeLog index 4bb1b421..80621f71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Fri Nov 17 16:12:34 2000 Owen Taylor + + * Released 0.13 + + * NEWS: Updates for 0.13 + +Fri Nov 17 16:04:19 2000 Owen Taylor + + * 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 * pango/glyphstring.c (pango_glyph_string_extents_range): Test @@ -604,27 +625,34 @@ Sun Aug 20 13:45:08 2000 Owen Taylor * pango.pc.in (Cflags): remove /usr/include 2000-08-08 Elliot Lee + * modules/arabic/arabic.c: #include * 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 - * 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 * 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 diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 4bb1b421..80621f71 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,24 @@ +Fri Nov 17 16:12:34 2000 Owen Taylor + + * Released 0.13 + + * NEWS: Updates for 0.13 + +Fri Nov 17 16:04:19 2000 Owen Taylor + + * 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 * pango/glyphstring.c (pango_glyph_string_extents_range): Test @@ -604,27 +625,34 @@ Sun Aug 20 13:45:08 2000 Owen Taylor * pango.pc.in (Cflags): remove /usr/include 2000-08-08 Elliot Lee + * modules/arabic/arabic.c: #include * 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 - * 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 * 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 diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 4bb1b421..80621f71 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,24 @@ +Fri Nov 17 16:12:34 2000 Owen Taylor + + * Released 0.13 + + * NEWS: Updates for 0.13 + +Fri Nov 17 16:04:19 2000 Owen Taylor + + * 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 * pango/glyphstring.c (pango_glyph_string_extents_range): Test @@ -604,27 +625,34 @@ Sun Aug 20 13:45:08 2000 Owen Taylor * pango.pc.in (Cflags): remove /usr/include 2000-08-08 Elliot Lee + * modules/arabic/arabic.c: #include * 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 - * 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 * 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 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 + + * Released 0.13 + + * NEWS: Updates for 0.13 + +Fri Nov 17 16:04:19 2000 Owen Taylor + + * 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 * pango/glyphstring.c (pango_glyph_string_extents_range): Test @@ -604,27 +625,34 @@ Sun Aug 20 13:45:08 2000 Owen Taylor * pango.pc.in (Cflags): remove /usr/include 2000-08-08 Elliot Lee + * modules/arabic/arabic.c: #include * 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 - * 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 * 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 diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 4bb1b421..80621f71 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,24 @@ +Fri Nov 17 16:12:34 2000 Owen Taylor + + * Released 0.13 + + * NEWS: Updates for 0.13 + +Fri Nov 17 16:04:19 2000 Owen Taylor + + * 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 * pango/glyphstring.c (pango_glyph_string_extents_range): Test @@ -604,27 +625,34 @@ Sun Aug 20 13:45:08 2000 Owen Taylor * pango.pc.in (Cflags): remove /usr/include 2000-08-08 Elliot Lee + * modules/arabic/arabic.c: #include * 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 - * 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 * 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 diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 4bb1b421..80621f71 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,24 @@ +Fri Nov 17 16:12:34 2000 Owen Taylor + + * Released 0.13 + + * NEWS: Updates for 0.13 + +Fri Nov 17 16:04:19 2000 Owen Taylor + + * 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 * pango/glyphstring.c (pango_glyph_string_extents_range): Test @@ -604,27 +625,34 @@ Sun Aug 20 13:45:08 2000 Owen Taylor * pango.pc.in (Cflags): remove /usr/include 2000-08-08 Elliot Lee + * modules/arabic/arabic.c: #include * 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 - * 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 * 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 diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 4bb1b421..80621f71 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,24 @@ +Fri Nov 17 16:12:34 2000 Owen Taylor + + * Released 0.13 + + * NEWS: Updates for 0.13 + +Fri Nov 17 16:04:19 2000 Owen Taylor + + * 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 * pango/glyphstring.c (pango_glyph_string_extents_range): Test @@ -604,27 +625,34 @@ Sun Aug 20 13:45:08 2000 Owen Taylor * pango.pc.in (Cflags): remove /usr/include 2000-08-08 Elliot Lee + * modules/arabic/arabic.c: #include * 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 - * 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 * 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 diff --git a/Makefile.am b/Makefile.am index 84724247..00597543 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,8 @@ EXTRA_DIST = \ pango.spec.in \ pango-config.in \ pango.pc.in \ - pangox.pc.in + pangox.pc.in \ + TODO.xml pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pango.pc pangox.pc diff --git a/NEWS b/NEWS index da0b8973..b62793c9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,24 @@ +Changes between 0.12 and 0.13 + +* Win32 Support [Tor] +* Per-display caching of font coverage on the root window [Owen] +* Handling of embedded non-characters in PangoLayout [Elliot] +* Mapping table fixes and improvements [KUSANO Takayuki, Robert, Owen] +* Adjustable tab handling in PangoLayout [Havoc] +* Add relative font-scaling attribute [Havoc] +* Add function to convert XML/GMarkup description to a PangoAttrList [Havoc] +* New version of Arabic shaper [Karl] +* Enhanced Indic support with ligature tables from the font and + many more languages [Robert] +* Include FriBidi core that provides the features that Pango needs and + can be used instead of separately installed fribidi. [Owen] +* Add PangoLayoutIterator that abstracts the geometry operations for + iterating over the lines/items/clusters/chars in a layout [Havoc] +* Bug fixes, and more bug fixes + + What is new in GScript 0.1: - - Initial release +* Initial release diff --git a/docs/Makefile.am b/docs/Makefile.am index 07af8d37..3f677f23 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -40,6 +40,11 @@ tmpl_sources = \ content_files = \ pango_markup.sgml +extra_files = \ + layout.gif \ + layout.fig \ + layout.eps + #################################### # Everything below here is generic # @@ -49,6 +54,7 @@ TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) EXTRA_DIST = \ $(content_files) \ + $(extra_files) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-decl.txt \ $(DOC_MODULE)-sections.txt \ @@ -127,5 +133,9 @@ dist-hook: dist-check-gtkdoc -cp $(srcdir)/sgml/*.bottom $(srcdir)/sgml/*.top $(distdir)/sgml -cp $(srcdir)/html/index.sgml $(distdir)/html -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html + mkdir $(distdir)/TEXT; \ + for f in $(srcdir)/TEXT/* ; do \ + test -f $$f && cp -p $$f $(distdir)/TEXT; \ + done .PHONY : html sgml templates scan diff --git a/docs/tmpl/.cvsignore b/docs/tmpl/.cvsignore new file mode 100644 index 00000000..e9246bf8 --- /dev/null +++ b/docs/tmpl/.cvsignore @@ -0,0 +1,2 @@ +pango-unused.sgml + diff --git a/examples/.cvsignore b/examples/.cvsignore index aa19118b..034dc39f 100644 --- a/examples/.cvsignore +++ b/examples/.cvsignore @@ -1,5 +1,6 @@ Makefile.in Makefile +makefile.mingw pango.modules pango-viewer moc_viewer-qt.cc diff --git a/examples/Makefile.am b/examples/Makefile.am index ce523e55..7cc94ff6 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -40,8 +40,11 @@ EXTRA_DIST= \ makefile.mingw \ makefile.mingw.in \ HELLO.utf8 \ + dev-example.utf \ muru.utf \ - pangox.aliases + pangorc \ + pangox.aliases \ + pangowin32.aliases alias_DATA = pangox.aliases diff --git a/modules/.cvsignore b/modules/.cvsignore index 6e5ca7ed..8019aae8 100644 --- a/modules/.cvsignore +++ b/modules/.cvsignore @@ -1,5 +1,6 @@ Makefile Makefile.in +makefile.mingw .deps .libs *.lo diff --git a/modules/basic/.cvsignore b/modules/basic/.cvsignore index 6e5ca7ed..8019aae8 100644 --- a/modules/basic/.cvsignore +++ b/modules/basic/.cvsignore @@ -1,5 +1,6 @@ Makefile Makefile.in +makefile.mingw .deps .libs *.lo diff --git a/pango/.cvsignore b/pango/.cvsignore index 73b3cd8d..04b69984 100644 --- a/pango/.cvsignore +++ b/pango/.cvsignore @@ -1,5 +1,9 @@ Makefile.in Makefile +makefile.mingw +pango.rc +pangoft2.rc +pangowin32.rc pango-querymodules module-defs.c *.lo diff --git a/pango/Makefile.am b/pango/Makefile.am index 9b55f407..89f0d068 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -84,11 +84,14 @@ pango_querymodules_LDADD = libpangox.la libpango.la $(GLIB_LIBS) $(FRIBIDI_LIBS) EXTRA_DIST = \ module-defs.c.win32 \ + pango.def \ + pangowin32.def \ pangowin32.h \ pangowin32.c \ pangowin32-private.h \ pangowin32-fontcache.c \ pangowin32-fontmap.c \ + pangoft2.def \ pangoft2.h \ pangoft2.c \ pangoft2-private.h \ diff --git a/tools/Makefile.am b/tools/Makefile.am index bdf8f083..d43cf4a6 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,7 +1,8 @@ ## Process this file with automake to create Makefile.in. -EXTRA_DIST= \ - add-copyright \ - compress-table.pl \ - make-table.sh \ - maps/README +EXTRA_DIST= \ + add-copyright \ + compress-table.pl \ + make-table.sh \ + maps/README \ + maps/tis-620 -- cgit v1.2.1