summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* === Released 1.12.4 ===PANGO_1_12_4Behdad Esfahbod2006-09-151-2/+2
| | | | | | | | | | 2006-09-15 Behdad Esfahbod <behdad@gnome.org> * === Released 1.12.4 === * configure.in: Version 1.12.4 * NEWS: Updated.
* Bug 343966 – pango Cygwin build fixes Patch from Cygwin PortsBehdad Esfahbod2006-06-061-8/+9
| | | | | | | | | | 2006-06-06 Behdad Esfahbod <behdad@gnome.org> Bug 343966 – pango Cygwin build fixes Patch from Cygwin Ports maintainer. * configure.in: Use -no-undefined on all systems. [already on HEAD] * tests/Makefile.am: Add $(EXEEXT) where appropriate.
* === Released 1.12.3 ===PANGO_1_12_3Behdad Esfahbod2006-05-261-1/+1
| | | | | | | | | | 2006-05-26 Behdad Esfahbod <behdad@gnome.org> * === Released 1.12.3 === * configure.in: Version 1.12.3 * NEWS: Updated.
* === Released 1.12.2 ===PANGO_1_12_2Behdad Esfahbod2006-04-271-2/+2
| | | | | | | | | | 2006-04-27 Behdad Esfahbod <behdad@gnome.org> * === Released 1.12.2 === * configure.in: Version 1.12.2 * NEWS: Updated.
* === Released 1.12.1 ===PANGO_1_12_1Behdad Esfahbod2006-04-071-2/+2
| | | | | | | | | | 2006-04-07 Behdad Esfahbod <behdad@gnome.org> * === Released 1.12.1 === * configure.in: Version 1.12.1 * NEWS: Updated.
* === Released 1.12.0 ===PANGO_1_12_0Behdad Esfahbod2006-03-131-3/+3
| | | | | | | | | | 2006-03-13 Behdad Esfahbod <behdad@gnome.org> * === Released 1.12.0 === * configure.in: Version 1.12.0 * NEWS, README: Updated.
* === Released 1.11.99 "Just In Case" ===PANGO_1_11_99Behdad Esfahbod2006-02-261-1/+1
| | | | | | | | | | 2006-02-26 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.99 "Just In Case" === * configure.in: Version 1.11.99 * NEWS: Updated.
* === Released 1.11.6 ===PANGO_1_11_6Behdad Esfahbod2006-02-211-1/+1
| | | | | | | | | | 2006-02-11 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.6 === * configure.in: Version 1.11.6 * NEWS: Updated.
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 2006-02-21 Behdad Esfahbod <behdad@gnome.org> * pango/fonts.c, pango/glyphstring.c, pango/pango-fontmap.c, pango/pango-ot-buffer.c, pango/pangocairo-font.c, pango/pangoft2.c, pango/pangoxft-font.c, pango/shape.c: Change g_critical to g_warning. We already handle them gracefully. Bug 331994 – --disable-debug removes G_DISABLE_CAST_CHECKS Patch from charlet@act-europe.fr * configure.in: Do not lose PANGO_DEBUG_FLAGS when reassigning. Bug 331995 – pango_layout_set_text optimization Patch from charlet@act-europe.fr * pango/pango-layout.c: Do not validate input text if asserts are disabled. Moreover, do not truncate input text on invalid sequence. Bug 331996 – avoid crashes in win32 font handling Patch from charlet@act-europe.fr * pango/pangofc-fontmap.c, pango/pangowin32-fontmap.c, pango/pangowin32.c: if (!font) return NULL in a number of places.
* Pass gnits instead of gnu to automake.Behdad Esfahbod2006-02-131-2/+2
| | | | | | | | | | 2006-02-13 Behdad Esfahbod <behdad@gnome.org> * configure.in: Pass gnits instead of gnu to automake. * AUTHORS: Contributors move to THANKS. * THANKS: New file.
* Pass 1.6 and gnu options to automake.Behdad Esfahbod2006-02-131-1/+1
| | | | | | | | | | | | | 2006-02-13 Behdad Esfahbod <behdad@gnome.org> * configure.in: Pass 1.6 and gnu options to automake. * modules/Makefile.am: Distribute Module.mk. * modules/Module.mk: Common bits for writing module Makefil.am's. * modules/*/Makefile.am: Include Module.mk instead of copying common bits.
* === Released 1.11.5 ===Behdad Esfahbod2006-02-111-1/+1
| | | | | | | | | | 2006-02-11 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.5 === * configure.in: Version 1.11.5 * NEWS: Updated.
* Add basic-atsui to basic_modulesAnders Carlsson2006-02-081-1/+1
| | | | | | 2006-02-08 Anders Carlsson <andersca@imendio.com> * configure.in: Add basic-atsui to basic_modules
* Oops, forgot to commit yesterday. :(Behdad Esfahbod2006-02-071-2/+2
| | | | | | | | | | 2006-02-06 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.4 === * configure.in: Version 1.11.4 * NEWS: Updated.
* As cairo 1.2 seems to be delayed infinitely, make all cairo HEAD API thatPANGO_1_11_4Behdad Esfahbod2006-02-061-1/+13
| | | | | | | | | | | | | | 2006-02-06 Behdad Esfahbod <behdad@gnome.org> As cairo 1.2 seems to be delayed infinitely, make all cairo HEAD API that we use conditional, to make a release. * configure.in: Depend on cairo 1.0.0 again. Check for cairo_scaled_font_get_*() and cairo_scaled_font_text_extents() availability. * pango/pangocairo-font.c: Work around if the above functions are not available.
* Bug 328067 – Install pango-viewBehdad Esfahbod2006-02-061-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-02-06 Behdad Esfahbod <behdad@gnome.org> Bug 328067 – Install pango-view Added a rather generic framework for a pango-view example. All backends have their own pango*-view built, and a pango-view binary is built too, that can choose backend via --backend. This one is installed in bindir. * examples/Makefile.am: Updated, to build pangox-view, pangoft2-view, pangoxft-view, pangocairo-view, and pango-view. * examples/viewer.h, examples/viewer-x.c, examples/viewer-x.h examples/viewer-cairo.c, examples/viewer-cairo.h, examples/viewer-main.c, examples/viewer-pangox.c, examples/viewer-pangoft2.c, examples/viewer-pangoxft.c, examples/viewer-pangocairo.c, examples/pango-view.c, examples/pango-xview.c, examples/pango-ft2view.c, examples/pango-xftview.c, examples/pango-cairoview.c: Added. * examples/cairoview.c, examples/xftview.c, examples/pangoft2topgm.c, examples/viewer-qt.cc, examples/viewer-qt.h: Removed. * configure.in: Check for Cairo Xlib backend, also AC_DEFINE various backend bits.
* AC_DEFINE various version components.Behdad Esfahbod2006-02-051-4/+7
| | | | | | | | 2006-02-05 Behdad Esfahbod <behdad@gnome.org> * configure.in: AC_DEFINE various version components. * *.c: Change various const return types to G_CONST_RETURN.
* AC_DEFINE the module version, such that pango-querymodules gets rebuiltBehdad Esfahbod2006-02-031-0/+2
| | | | | | | | | | 2006-02-03 Behdad Esfahbod <behdad@gnome.org> * configure.in: AC_DEFINE the module version, such that pango-querymodules gets rebuilt after module version update. * pango/Makefile.am: Do not set -DMODULE_VERSION.
* Bump pango_module_version to 1.5.0.Behdad Esfahbod2006-02-031-1/+1
| | | | | | 2006-02-03 Behdad Esfahbod <behdad@gnome.org> * configure.in: Bump pango_module_version to 1.5.0.
* AC_DEFINE (HAVE_CAIRO_PNG).Behdad Esfahbod2006-02-021-1/+3
| | | | | | | | | 2006-02-01 Behdad Esfahbod <behdad@gnome.org> * configure.in: AC_DEFINE (HAVE_CAIRO_PNG). * examples/cairoview.c: Save to PNG if cairo has PNG support and --output is given.
* Require cairo >= 1.1.1.Behdad Esfahbod2006-02-011-1/+1
| | | | | | 2006-01-31 Behdad Esfahbod <behdad@gnome.org> * configure.in: Require cairo >= 1.1.1.
* === Released 1.11.3 ===PANGO_1_11_3Behdad Esfahbod2006-01-311-2/+2
| | | | | | | | | | 2006-01-30 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.3 === * configure.in: Version 1.11.3 * NEWS: Updated.
* Oops, removed all my changes the other time :(Behdad Esfahbod2006-01-301-12/+17
| | | | | | | | | | | | 2006-01-30 Behdad Esfahbod <behdad@gnome.org> Bug 328314 – Examples should use GOption instead of argcontext.c Patch from Antoine Dopffer. * examples/renderdemo.c: Use GOption for parsing cmd-line options. * examples/argcontext.c, examples/argcontext.h: Removed.
* Use AC_HELP_STRING everywhere. Bump required version to 2.56.Behdad Esfahbod2006-01-281-17/+12
| | | | | | | | | 2006-01-28 Behdad Esfahbod <behdad@gnome.org> * configure.in: Use AC_HELP_STRING everywhere. Bump required version to 2.56. * doc/tmpl/pango-renderer.sgml (PANGO_TYPE_RENDER_PART): Document it.
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-251-0/+7
| | | | | | | | | 2006-01-25 Behdad Esfahbod <behdad@gnome.org> * configure.in: If major.minor of required and available glib versions are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617) * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
* === Released 1.11.2 ===Behdad Esfahbod2006-01-161-2/+2
| | | | | | | | | | 2006-01-16 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.2 === * configure.in: Version 1.11.2 * NEWS: Updated.
* Fixes bug #314675, Brian Cameron.Behdad Esfahbod2006-01-161-1/+3
| | | | | | | | | | 2006-01-16 Behdad Esfahbod <behdad@gnome.org> Fixes bug #314675, Brian Cameron. * configure.in: Handle uninstalled cairo. * pangocairo-uninstalled.pc.in: Fix typo: libpangoxft->libpangocairo.
* Fixes bug #71414, allowing to disable building/installing modules.Behdad Esfahbod2006-01-161-60/+84
| | | | | | | | | | 2006-01-16 Behdad Esfahbod <behdad@gnome.org> Fixes bug #71414, allowing to disable building/installing modules. * configure.in: Add support for --with-dynamic-modules. * */Makefile.am: Adapt to the above change.
* === Released 1.11.1 ===Behdad Esfahbod2005-12-131-1/+1
| | | | | | | | | | | | | | 2005-12-12 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.1 === * configure.in: Version 1.11.1 * NEWS: Updated. 2005-12-12 Behdad Esfahbod <behdad@gnome.org> * pango/Makefile.am: Handle module-defs-atsui.c.
* Undo last change. 2.9.1 has the revised g_slice_free_chain api and 2.9.2Behdad Esfahbod2005-12-111-1/+1
| | | | | | | 2005-12-11 Behdad Esfahbod <behdad@gnome.org> * configure.in: Undo last change. 2.9.1 has the revised g_slice_free_chain api and 2.9.2 is not released yet!
* Bump required glib version to 2.9.2 now that it's released. We are relyingBehdad Esfahbod2005-12-101-1/+1
| | | | | | | 2005-12-10 Behdad Esfahbod <behdad@gnome.org> * configure.in: Bump required glib version to 2.9.2 now that it's released. We are relying on the revised g_slice_free_chain api.
* Use new g_slice API for TypeLink allocation, instead of GMemChunks.Behdad Esfahbod2005-12-051-1/+1
| | | | | | | | | | 2005-12-05 Behdad Esfahbod <behdad@gnome.org> * pango/mini-fribidi/fribidi.c, pango/mini-fribidi/fribidi_config.h, pango/mini-fribidi/fribidi.patch: Use new g_slice API for TypeLink allocation, instead of GMemChunks. * configure.in: Bump required glib version to 2.9.1.
* Fix typo when checking libtool config deplibs_check_method. Moreover,Behdad Esfahbod2005-11-231-2/+2
| | | | | | | | | 2005-11-23 Behdad Esfahbod <behdad@gnome.org> * configure.in (enable_explicit_deps): Fix typo when checking libtool config deplibs_check_method. Moreover, enable explicit deps if we get anything other than pass_all from libtool. (part of #318750)
* Add checks for ATSUI.Anders Carlsson2005-11-221-3/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-21 Anders Carlsson <andersca@imendio.com> * configure.in: Add checks for ATSUI. * examples/Makefile.am: Only build pango-cairoview if freetype is detected. * modules/basic/Makefile.am: Add basic ATSUI module. * pango/Makefile.am: Add ATSUI files for cairo backend. * pango/pangocairo-fontmap.c: (pango_cairo_font_map_new): Support creating ATSUI font maps here. * pango/pangoatsui-fontmap.c: * pango/pangoatsui-private.h: * pango/pangoatsui.c: * pango/pangoatsui.h: * pango/pangocairo-atsui.h: * pango/pangocairo-atsuifont.c: * pango/pangocairo-atsuifont.h: * pango/pangocairo-atsuifontmap.c: Add.
* === Released 1.11.0 ===PANGO_1_11_0Behdad Esfahbod2005-11-181-1/+1
| | | | | | | | | | 2005-11-18 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.0 === * configure.in: Version 1.11.0 * NEWS: Updated.
* Update to handle new line-breaking types in the Unicode 4.1 UAX#14.Behdad Esfahbod2005-11-051-1/+1
| | | | | | | | | | 2005-11-04 Behdad Esfahbod <behdad@gnome.org> * pango/break.c: Update to handle new line-breaking types in the Unicode 4.1 UAX#14. (#313907) * configure.in: Bump required glib version to 2.9.0. Needed for above-mentioned line-breaking types.
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-04 Behdad Esfahbod <behdad@gnome.org> * configure.in, examples/argcontext.c examples/cairoview.c, examples/renderdemo.c, examples/renderdemo.h examples/xftview.c, modules/basic/basic-x.c, modules/hangul/hangul-fc.c, modules/hebrew/hebrew-shaper.c, modules/hebrew/hebrew-shaper.h, modules/indic/indic-fc.c, modules/indic/mprefixups.c, modules/syriac/syriac-fc.c, pango/break.c pango/fonts.c, pango/modules.c, pango/pango-coverage.c pango/pango-engine.c, pango/pango-engine.h, pango/pango-fontmap.c, pango/pango-fontset.c, pango/pango-impl-utils.h, pango/pango-layout.c, pango/pango-layout.h, pango/pango-renderer.c, pango/pango-script.c, pango/pango-utils.c, pango/pangocairo-fc.h, pango/pangocairo-font.c, pango/pangocairo-fontmap.c, pango/pangocairo-private.h, pango/pangofc-decoder.c, pango/pangofc-font.c, pango/pangofc-fontmap.c pango/pangoft2.c, pango/pangox-fontcache.c, pango/pangox-fontmap.c pango/pangox.c, pango/pangoxft-font.c, pango/querymodules.c, pango/opentype/ftglue.c, pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c, pango/opentype/pango-ot-buffer.c, pango/opentype/pango-ot-info.c, pango/opentype/pango-ot-ruleset.c, tests/dump-boundaries.c, tests/testboundaries.c, tests/testcolor.c tests/testiter.c, tests/testscript.c: Turn various gcc warnings off. Adding const, adding static, fully initializing structs, match signedness in comparisons. (#317804) * tests/testscript.c, tools/gen-script-for-lang.c: (scripts_for_file): Pass error->message instead of error to fail(), which was wrong. (compare_lang): Fix typo comparing a and a instead of a and b.
* Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. MovedBehdad Esfahbod2005-11-031-3/+3
| | | | | | | | | | | 2005-11-03 Behdad Esfahbod <behdad@gnome.org> * docs/tmpl/main.sgml, pango/Makefile.am, pango/pango-context.c (itemize_state_init), pango/pango-utils.c, pango/pango-utils.h, pango/pangox.c (itemize_string_foreach), pango/mini-fribidi/*: Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. Moved pango_log2vis_get_embedding_levels to pango-utils.c instead of mini-fribidi. (#317192, review by Matthias Clasen)
* === Released 1.10.0 ===PANGO_1_10_0Owen Taylor2005-08-151-2/+2
| | | | | | | | | | 2005-08-15 Owen Taylor <otaylor@redhat.com> * === Released 1.10.0 === * configure.in: Version 1.10.0 * NEWS: Update
* Use egrep for khmer, like the rest, to fix --with-included-modules.Owen Taylor2005-07-301-1/+1
| | | | | | | 2005-07-30 Owen Taylor <otaylor@redhat.com> * configure.in: Use egrep for khmer, like the rest, to fix --with-included-modules. (#311930, Sebastien Bacher)
* === Released 1.9.1 ===PANGO_1_9_1Owen Taylor2005-07-261-1/+1
| | | | | | | | | | 2005-07-26 Owen Taylor <otaylor@redhat.com> * === Released 1.9.1 === * configure.in: Version 1.9.1 * NEWS: Updated
* configure.in Fix a few typos that prevented build on Win32.Tor Lillqvist2005-07-251-2/+2
| | | | | | | | | | 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.
* Use -export-symbols-regex to control symbol exports, including notOwen Taylor2005-07-221-0/+20
| | | | | | | | | | | | | | | | | 2005-07-22 Owen Taylor <otaylor@redhat.com> * pango/Makefile.a configure.in: Use -export-symbols-regex to control symbol exports, including not exporting the symbols from opentype/. * modules/*/Makefile.am: Control symbol exports here as well, simplify using AC_SUBST() of MODULE_LIBTOOL_OPTIONS from configure.in. * pango/pangox-fontmap.c (engine_shape_covers): Cut-and-paste engine_shape_covers to avoid using a symbol from libpango. * pango/pango-utils.c: Make accidentally exported pango_aliases_ht static.
* Check for a new enough cairo.Matthias Clasen2005-07-211-1/+1
| | | | | | 2005-07-21 Matthias Clasen <mclasen@redhat.com> * configure.in: Check for a new enough cairo.
* Actually commit the configure.in change...Tor Lillqvist2005-07-121-0/+6
| | | | | | | 2005-07-09 Tor Lillqvist <tml@novell.com> * configure.in: Call AC_CANONICAL_HOST before looking at $host. Check for windres on Win32.
* Add a Khmer module by Jens Herden and Javier Sola. (#125605)Owen Taylor2005-06-211-1/+5
| | | | | | | | 2005-06-21 Owen Taylor <otaylor@redhat.com> * modules/khmer configure.in modules/Makefile.am modules/makefile.msc: Add a Khmer module by Jens Herden and Javier Sola. (#125605)
* Misc fixes from Stepan Kasal, #169928Owen Taylor2005-06-141-3/+0
| | | | | | | | | | | | | | | 2005-06-14 Owen Taylor <otaylor@redhat.com> Misc fixes from Stepan Kasal, #169928 * pangoxft.pc.in: Add requirement on pangoft2 * pangoxft-uninstalled.pc.in: Fix cut-and-paste errors in Name/Description when copying from pangox-uninstalled. * configure.in: Don't call AC_SUBST() unnecessary for XFT_CFLAGS/LIBS.
* Force off gtk-doc in absence of Cairo. (#305652, Amit Aronovitch)Owen Taylor2005-06-141-0/+7
| | | | | | | 2005-06-14 Owen Taylor <otaylor@redhat.com> * configure.in: Force off gtk-doc in absence of Cairo. (#305652, Amit Aronovitch)
* Test for renamed cairo_ft_scaled_font_lock_face().Manish Singh2005-04-081-1/+1
| | | | | | Thu Apr 7 22:45:32 2005 Manish Singh <yosh@gimp.org> * configure.in: Test for renamed cairo_ft_scaled_font_lock_face().
* Test for renamed cairo_win32_scaled_font_select_font().Owen Taylor2005-04-071-1/+1
| | | | | | | | | | | | 2005-04-07 Owen Taylor <otaylor@redhat.com> * configure.in: Test for renamed cairo_win32_scaled_font_select_font(). * pango/pangocairo-win32font.c: Fix various compilation errors. * pango/pangocairo-fcfont.c pango/pangocairo-win32font.c pango/pangocairo-fontmap.c: Use new matrix API.