summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix a g_assert() with a side-effect. (Maybe #121742?)Owen Taylor2003-09-091-2/+2
| | | | | | | Tue Sep 9 12:21:02 2003 Owen Taylor <otaylor@redhat.com> * pango/pangofc-fontmap.cI (pango_fc_font_description_from_pattern): Fix a g_assert() with a side-effect. (Maybe #121742?)
* === Released 1.2.4 ===Owen Taylor2003-08-261-3/+3
| | | | | | | | | | | | Mon Aug 25 11:00:46 2003 Owen Taylor <otaylor@redhat.com> * === Released 1.2.4 === * configure.in: Version 1.2.4, interface age 4. * configure.in: chmod +x tests/runtests.sh. * NEWS: Updated.
* get the cflags for gmodule-2.0 as well as gthread-2.0. (#119953, BenediktOwen Taylor2003-08-151-1/+1
| | | | | | | Fri Aug 15 16:34:14 2003 Owen Taylor <otaylor@redhat.com> * configure.in: get the cflags for gmodule-2.0 as well as gthread-2.0. (#119953, Benedikt Spranger)
* Generate runtest.sh so we can use ECHO_C, ECHO_N, SHELL (#114944)Owen Taylor2003-07-241-0/+1
| | | | | | | | Thu Jul 24 16:40:12 2003 Owen Taylor <otaylor@redhat.com> * configure.in tests/runtests.sh.in: Generate runtest.sh so we can use ECHO_C, ECHO_N, SHELL (#114944)
* Remove vestiges of support for external fribidi library.Owen Taylor2003-07-241-38/+0
| | | | | | | Thu Jul 24 15:37:16 2003 Owen Taylor <otaylor@redhat.com> * configure.in pango/Makefile.am pango.pc.in: Remove vestiges of support for external fribidi library.
* Remove Qt-based example; it was only testing the obsolete pango-x backend,Owen Taylor2003-07-241-69/+0
| | | | | | | | | | | Thu Jul 24 15:09:22 2003 Owen Taylor <otaylor@redhat.com> * configure.in examples/Makefile.am examples/viewer-qt.{cc,h}: Remove Qt-based example; it was only testing the obsolete pango-x backend, and was causing more problems for people trying to configure Pango then it was worth. * examples/viewer.c: Remove obsolete test case from CVS.
* Merge from HEAD:Tor Lillqvist2003-06-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 2003-06-15 Tor Lillqvist <tml@iki.fi> Merge from HEAD: * acconfig.h: Add HAVE_X. * configure.in: Set HAVE_X. * modules/indic/Makefile.am: Use -no-undefined on Windows. * modules/thai/thai-shaper.h: Don't include pangox.h unless HAVE_X. Also leave out the PangoXSubfont field unless HAVE_X. * modules/thai/thai-shaper.c * modules/thai/thai-x.c: Include config.h for HAVE_X. * modules/thai/thai-shaper.c (get_glyphs_list): Bypass THAI_FONT_XTIS case unless HAVE_X. * pango/pangoft2.def: Add some missing entries.
* === Released 1.2.3 ===PANGO_1_2_3Owen Taylor2003-06-091-2/+2
| | | | | | | | | | Mon Jun 9 00:23:34 2003 Owen Taylor <otaylor@redhat.com> * === Released 1.2.3 === * NEWS: Updated * configure.in: Version 1.2.3, interface age 3.
* === Released 1.2.2 ===Owen Taylor2003-05-291-2/+2
| | | | | | | | | | | | Thu May 29 19:16:38 2003 Owen Taylor <otaylor@redhat.com> * === Released 1.2.2 === * configure.in: Up version to 1.2.2. * NEWS: Updated. * tools/Makefile.am (EXTRA_DIST): Remove make-table.sh.
* Clean up so that tests for Xft/FreeType are only run when we findOwen Taylor2003-05-271-31/+35
| | | | | | | | | | | | Tue May 27 16:51:32 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Clean up so that tests for Xft/FreeType are only run when we find fontconfig. (#112027, Tim Mooney) * README: Rewrite the text about fontconfig dependencies to be clearer and not to have stale links to http://keithp.com/fonts/. (#112027, Tim Mooney)
* Fix typo for FreeType dependencies in the enable_explicit_deps case.Owen Taylor2003-05-271-1/+1
| | | | | | | Tue May 27 12:36:50 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Fix typo for FreeType dependencies in the enable_explicit_deps case. (#113333, James Su)
* Patch from Theppitak Karoonboonyanan to add FT2 shaper for Thai. (#108582)Owen Taylor2003-04-301-1/+2
| | | | | | | | | | Wed Apr 30 18:43:59 2003 Owen Taylor <otaylor@redhat.com> * configure.in modules/thai/Makefile.am modules modules/thai/thai-ft2.c modules/thai/thai-shaper.[ch] modules/thai/thai-x.c modules/thai/thai-xft.c: Patch from Theppitak Karoonboonyanan to add FT2 shaper for Thai. (#108582)
* Add the fonconfig cflags/libs to FREETYPE_CFLAGS/LIBS. (#111326, NoahOwen Taylor2003-04-291-5/+5
| | | | | | | | | | Tue Apr 29 18:02:31 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Add the fonconfig cflags/libs to FREETYPE_CFLAGS/LIBS. (#111326, Noah Levitt) * {pango,tests,examples}/Makefile.am: Remove now unnecessary references to FONTCONFIG_CFLAGS/LIBS.
* Don't look for Xft unless we found FreeType. (#109753)Owen Taylor2003-04-151-1/+1
| | | | | | | Tue Apr 15 05:47:35 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Don't look for Xft unless we found FreeType. (#109753)
* Avoid complex quoting mess that didn't work with all shells. (#108001)Owen Taylor2003-04-151-4/+8
| | | | | | | Tue Apr 15 05:13:56 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Avoid complex quoting mess that didn't work with all shells. (#108001)
* Add indic-ft2 module from Kapil Chowskey.Owen Taylor2003-04-141-1/+3
| | | | | | | Mon Apr 14 07:52:25 2003 Owen Taylor <otaylor@redhat.com> * configure.in. modules/indic/Makefile.am modules/indic-ft2.c: Add indic-ft2 module from Kapil Chowskey.
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-3/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | Mon Feb 17 13:06:39 2003 Owen Taylor <otaylor@redhat.com> * configure.in **/Makefile.am: Add an --enable-debug configure argument defaulting to 'yes' for unstable releases and 'minimum' for stable releases. For minimum, -DG_DISABLE_CAST_CHECKS. * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c pango/pangoxft-fontmap.c: Add caching of fontsets (#104495, initial patch and review by Soeren Sandmann) * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c pango/pangoxft-fontmap.c pango/pangoft2-private.h pango/pangoxft-private.h: Remove cache of recently freed fonts; not necessary now that we cache fontsets. * pango/pangofc-fontmap.cI (pango_fc_pattern_set_free): Rename from pango_fc_font_set_free to reflect what it actually does. * pango/pangofc-fontmap.cI pango/pangoft-fontmap.c pango/pangoxft-fontmap.c: Combine clear-the-cache functions; we didn't need separate clear-the-font-cache and clear-the-pattern-cache functions.
* Simplify 'test x$have_x != xfalse' to $have_x.Owen Taylor2003-02-121-1/+1
| | | | | | | Wed Feb 12 17:20:15 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Simplify 'test x$have_x != xfalse' to $have_x.
* If --without-x is specified, don't try to build Xft backend either.Owen Taylor2003-02-121-1/+3
| | | | | | | | Wed Feb 12 17:17:12 2003 Owen Taylor <otaylor@redhat.com> * configure.in: If --without-x is specified, don't try to build Xft backend either. (#105210, patch from Akira Tagoh)
* Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilationOwen Taylor2003-02-121-32/+1
| | | | | | | | | | Wed Feb 12 16:59:23 2003 Owen Taylor <otaylor@redhat.com> * configure.in pango/opentype/fterrcompat.h README: Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation failure with older versions, this catches it more cleanly, and removes some unneeded checks. #105302, problem reported by Will Partain.)
* Remove spec.spec.in from EXTRA_DIST, and from dist rules. (#102231)Owen Taylor2003-01-301-1/+0
| | | | | | | | | Thu Jan 30 16:41:46 2003 Owen Taylor <otaylor@redhat.com> * Makefile.am (EXTRA_DIST): Remove spec.spec.in from EXTRA_DIST, and from dist rules. (#102231) * configure.in: Don't generate pango.spec.
* === Released 1.2.1 ===PANGO_1_2_1Owen Taylor2003-01-291-2/+2
| | | | | | | | | | Wed Jan 29 12:47:47 2003 Owen Taylor <otaylor@redhat.com> * === Released 1.2.1 === * Pango-1.2.1, interface age 1 * NEWS: Updates.
* merged fix for bug #103917 from HEAD branch.Sven Neumann2003-01-201-2/+1
| | | | | | 2003-01-20 Sven Neumann <sven@gimp.org> * configure.in: merged fix for bug #103917 from HEAD branch.
* === Released 1.2.0 ===PANGO_1_2_0Owen Taylor2002-12-201-3/+3
| | | | | | | | | | Fri Dec 20 12:18:43 2002 Owen Taylor <otaylor@redhat.com> * === Released 1.2.0 === * configure.in: Version 1.2.0, interface age 0. * NEWS: Updated
* === Released 1.1.6 ===Owen Taylor2002-12-171-3/+3
| | | | | | | | | | | | Mon Dec 16 21:16:31 2002 Owen Taylor <otaylor@redhat.com> * === Released 1.1.6 === * NEWS: Updated. * configure.in: Version 1.1.6, interface age 2. * configure.in: Bump PANGO_MODULE_VERSION to 1.2.0.
* Require autoconf-2.53.Owen Taylor2002-12-121-0/+1
| | | | | | Thu Dec 12 13:59:43 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Require autoconf-2.53.
* === Released 1.1.5 ===Owen Taylor2002-12-101-2/+2
| | | | | | | | | | Tue Dec 10 14:51:01 2002 Owen Taylor <otaylor@redhat.com> * === Released 1.1.5 === * configure.in: Version 1.1.5, interface age 1. * NEWS: Update.
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-061-1/+1
| | | | | | | | | | | | Fri Dec 6 18:07:48 2002 Owen Taylor <otaylor@redhat.com> * modules/indic/devanagari-x.c, pango/modules.c pango/pango-utils.c pango/pangoft2.c pango/querymodules.c: Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr(). (Based on patch from Matthias Clasen, #99321) * configure.in: Require glib-2.1.3.
* Add missing thai-xft to thai-modules. (#99883, Tony Graham)Owen Taylor2002-12-061-1/+1
| | | | | | | Fri Dec 6 17:56:32 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Add missing thai-xft to thai-modules. (#99883, Tony Graham)
* === Released 1.1.4 ===Owen Taylor2002-12-031-2/+2
| | | | | | | | | | | | | | | | | Mon Dec 2 17:22:34 2002 Owen Taylor <otaylor@redhat.com> * === Released 1.1.4 === * configure.in: Up version to 1.1.4, interface age 0. * NEWS: Updated. * pango/pangoxft-fontmap.c (pango_fc_do_finalize) * pango/pangoft2-fontmap.c (pango_fc_do_finalize): Fix leaks of fontmap->substitute_data. (#99850) * pango/Makefile.am (INCLUDES): Fix accidental reference to pango-script-table.h.
* Do not add GLIB_CFLAGS to CFLAGS.Sebastian Wilhelmi2002-11-261-2/+0
| | | | | | | | | | | | | | | | 2002-11-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Do not add GLIB_CFLAGS to CFLAGS. * docs/Makefile.am, examples/Makefile.am, modules/arabic/Makefile.am, modules/basic/Makefile.am, modules/hangul/Makefile.am, modules/hebrew/Makefile.am, modules/indic/Makefile.am, modules/tamil/Makefile.am, modules/thai/Makefile.am, pango/Makefile.am, pango/mini-fribidi/Makefile.am, pango/opentype/Makefile.am: Instead add $(GLIB_CFLAGS) directly to INCLUDES (GTKDOC_CFLAGS for docs/Makefile.am). Also some cosmetic line wrapping and reindentation.
* Add version information.Matthias Clasen2002-11-231-0/+1
|
* Use some shell magic rather than perl to check for the right gtk-docOwen Taylor2002-11-211-9/+19
| | | | | | | | | | | Thu Nov 21 00:26:40 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Use some shell magic rather than perl to check for the right gtk-doc version to avoid having to worry about finding Perl. Make checks handle 0.10 > 0.9. (#99120, Dan Mills) Check for 0.10, since we need that for --output-format=xml.
* === Released 1.1.3 ===PANGO_1_1_3Owen Taylor2002-11-021-2/+2
| | | | | | | | | | | | | | Fri Nov 1 21:08:42 2002 Owen Taylor <otaylor@redhat.com> * === Released 1.1.3 === * configure.in: Version 1.1.3 * NEWS: Updated. * pango/pangofc-fontmap.cI (pango_fc_font_set_free): Free font_set->patterns. (Found by Sven Neumann, #91698)
* Add --with-usp10 flag to indicate where to find the usp10.h header, forTor Lillqvist2002-10-211-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-10-22 Tor Lillqvist <tml@iki.fi> * configure.in: Add --with-usp10 flag to indicate where to find the usp10.h header, for using Uniscribe on Win32. Set USP10_H autoconf variable, HAVE_USP10_H config.h macro and HAVE_USP10_H automake conditional. * acconfig.h: Add HAVE_USP10_H. * pango/pangowin32-private.h (PANGO_WIN32_DEBUGGING): Change semantics of this flag. If defined, also need to set env var PANGO_WIN32_DEBUG to get the copious debugging output. Change PING() macro accordingly. Add variable pango_win32_debug. * pango/pangowin32.c (pango_win32_get_dc): New function. Code factored out from pango_win32_font_class_init() and pango_win32_font_map_class_init(). (pango_win32_get_debug_flag): New function. (pango_win32_render): Handle y offsets, too. Potentially need to call ExtTextOutW several times, one for each run of sequential glyphs with the same y offset. * pango/pangowin32.h: Declare above new functions, in the part only for shaper engine use. * pango/pangowin32.def: Export above new functions. * pango/pangowin32-fontmap.c (pango_win32_font_map_class_init): Call pango_win32_get_dc() as mentioned above. * modules/basic/Makefile.am: If HAVE_USP10_H, let basic-win32.lo depend on usp10.h. * modules/basic/basic-win32.c: If HAVE_USP10_H, and the Uniscribe DLL usp10.dll is present, use Uniscribe. (uniscribe_shape, itemize_shape_and_place, set_up_pango_log_clusters, convert_log_clusters_to_byte_offsets, make_langid, init_uniscribe): New functions. (dump_glyphs_and_log_clusters, lang_name, charset_name): Debugging functions.
* === Released 1.1.2 ===PANGO_1_1_2Owen Taylor2002-10-131-2/+2
| | | | | | | | | | Sun Oct 13 12:35:14 2002 Owen Taylor <otaylor@redhat.com> * === Released 1.1.2 === * configure.in: Version 1.1.2, interface age 0. * NEWS: Updates.
* (Based on GTK+ patch by J. Ali Harlow in #87774)Owen Taylor2002-09-271-0/+2
| | | | | | | | | | | | | | Fri Sep 27 17:50:51 2002 Owen Taylor <otaylor@redhat.com> (Based on GTK+ patch by J. Ali Harlow in #87774) * configure.in: Add CROSS_COMPILING conditional. * modules/Makefile.am (install-data-local): Don't generate pango.modules when installing into a DESTDIR or cross-compiling. * examples/Makefile.am (all-local): Don't generate pango.modules when cross-compiling.
* pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. NotTor Lillqvist2002-09-231-2/+0
| | | | | | | | | | | | | | | | 2002-09-23 Tor Lillqvist <tml@iki.fi> * pango/makefile.mingw.in * pango/mini-fribidi/makefile.mingw * pango/opentype/makefile.mingw.in: Remove. Not maintained. * pango/Makefile.am (EXTRA_DIST) * pango/mini-fribidi/Makefile.am (EXTRA_DIST) * pango/opentype/Makefile.am (EXTRA_DIST): Remove makefile.mingw(.in) from here, too. * configure.in (AC_OUTPUT): Don't try to output above removed files.
* Remove, obsolete.Tor Lillqvist2002-09-221-2/+0
| | | | | | | | | | | 2002-09-23 Tor Lillqvist <tml@iki.fi> * examples/makefile.mingw.in: Remove, obsolete. * examples/Makefile.am (EXTRA_DIST): Remove here, too. * configure.in (AC_OUTPUT): Don't try to output above removed files.
* Released 1.1.1.PANGO_1_1_1Owen Taylor2002-08-201-2/+2
| | | | | | | | | | | | | | | Tue Aug 20 17:31:39 2002 Owen Taylor <otaylor@redhat.com> * Released 1.1.1. * configure.in: Update versions numbers. * NEWS: Updated. * docs/pango-sections.txt: Updated. * pango/pangoxft-font.c (pango_xft_font_[un]lock_face): Fix docs.
* Make the test for VARARGS macros more robust, fixing problem withOwen Taylor2002-08-201-4/+8
| | | | | | | | | Tue Aug 20 16:06:36 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Make the test for VARARGS macros more robust, fixing problem with misbehaving IRIX compiler that doesn't error on #error. (#90267)
* use XAddExtension() magic to automatically clean up our information whenOwen Taylor2002-08-091-1/+1
| | | | | | | | | | | | | | | Thu Aug 8 23:14:27 2002 Owen Taylor <otaylor@redhat.com> * pango/pangox-fontmap.c pango/pangoxft-fontmap.c: use XAddExtension() magic to automatically clean up our information when XCloseDisplay() is called. * NEWS: Some updates for 1.1.x features. * README: Update a bit. * configure.in: Print Xft for the Xft backend, not Xft2 when printing summary.
* Some fixes from #90267Owen Taylor2002-08-091-5/+7
| | | | | | | | | | | | | Thu Aug 8 21:37:48 2002 Owen Taylor <otaylor@redhat.com> Some fixes from #90267 * configure.in: Fix case where freetype2 is not in default include path. Quiet some warnings if /usr/lib/qt* doesn't exist. * examples/Makefile.am: Fix problem where if no Qt was found, -I /include was in the CFLAGS.
* Fix accidentally exported set_unicode_charmap() andOwen Taylor2002-08-081-1/+1
| | | | | | | | | | Thu Aug 8 19:14:09 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-font.c (load_fallback_font): Fix accidentally exported set_unicode_charmap() and load_fallback_face/font(). (Jacob Berkman, #90245) * configure.in: Up PANGO_MODULE_VERSION to 1.1.0.
* Fix missing trailing newline in file.Owen Taylor2002-08-071-1/+1
| | | | | | Wed Aug 7 14:35:13 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Fix missing trailing newline in file.
* echo status at end.Michael Meeks2002-08-071-0/+5
| | | | | | Wed Aug 7 09:14:00 2002 Michael Meeks <michael@ximian.com> * configure.in: echo status at end.
* Fix check for having any backend HAVE_XFT => have_xft, etc. (ProblemOwen Taylor2002-08-011-1/+1
| | | | | | | | Thu Aug 1 10:41:26 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Fix check for having any backend HAVE_XFT => have_xft, etc. (Problem reported by Andreas J Guelzow)
* Patch from Changwoo Ryu <cwryu@debian.org> (#86591)Owen Taylor2002-07-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sat Jul 27 18:18:20 2002 Owen Taylor <otaylor@redhat.com> Patch from Changwoo Ryu <cwryu@debian.org> (#86591) * configure.in, modules/hangul/Makefile.am: : Added hangul-xft module. * modules/hangul/hangul-xft.c: New file, shaping Hangul Jamos (U+1100-U+11FF) with Xft. * modules/hangul/hangul-x.c (JOHAB_COMMON): Render any prefix of uncommposable Hangul syllable as a syllable, and render remains as uncomposed form. This looks better than completely uncomposed jamo glyphs. (render_syllable_with_iso10646): Likewise. (render_syllable_with_ksc5601): Likewise. (hangul_engine_shape): Fixed memory leak on shaping a syllable with >= 6 jamos. * modules/hangul/tables-jamos.i, modules/hangul/tables-ksc5601.i: Separated Hangul Jamo mapping table from ksx1001 <=> unicode table. * modules/hangul/hangul-defs.h: New file with some common defines and macros. * modules/hangul/hangul-x.c (render_syllable_with_johabs): Fixed wrong font index around fallback display with johabs. (find_subfont): Uses "johabsh-1" (johabs-1 font with Hanja) in the same way with "johabs-1".
* Patch from Theppitak Karoonboonyanan that factors out common code fromOwen Taylor2002-07-261-0/+1
| | | | | | | | | | | | | | | | | | | | | Fri Jul 26 18:48:49 2002 Owen Taylor <otaylor@redhat.com> * configure.in modules/thai/Makefile.am modules/thai/thai-shaper.[ch] modules/thai/thai-xft.c modules/thai/thai-x.c: Patch from Theppitak Karoonboonyanan that factors out common code from thai-x.c and adds a new Xft shaper for Thai. (#78346) * pango/pangoxft.h pango/pangoxft-font.c: Add pango_xft_font_has_char() to optimize for cases where we don't actually need to load the font. * pango/pangoxft.h: Document pango_xft_font_get_glyph(). * modules/basic/basic-xft.c (basic_engine_shape): Clean up an unused variable warning.
* Add back non-spurious \$ removed in last commit.Owen Taylor2002-07-261-1/+1
| | | | | | Fri Jul 26 18:11:56 2002 Owen Taylor <otaylor@redhat.com> * Add back non-spurious \$ removed in last commit.