From 43a9e2a939970511b6637cbb6e1ddfbf44535939 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 15 Jan 2008 06:42:00 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 11 +++++++++++ README | 10 +++++----- configure.ac | 2 +- m17n-fc.c | 2 +- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 73b1288..55be137 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-01-15 Kenichi Handa + + * Version 0.9.3.released. + + * configure.ac: Versions updated to 0.9.3. Require m17n-flt. + Requre pango 1.18.1. + + * m17n-fc.c (m17n_scripts): Completely re-written for m17n-flt. + + * Makefile.am (pango_m17n_fc_la_CFLAGS): Add -DPANGO_ENABLE_ENGINE. + 2007-01-25 Kenichi Handa * m17n-fc.c (m17n_scripts): Include PANGO_SCRIPT_UNKOWN. diff --git a/README b/README index 11e32c3..ecc4cdc 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -This directory holds version 0.9.1 of pango-m17n. -*- text -*- +This directory holds version 0.9.3 of pango-m17n. -*- text -*- -Copyright (C) 2006 +Copyright (C) 2006, 2007, 2008 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H16PRO276 See the end for copying conditions. @@ -25,8 +25,8 @@ Then, proceed to the next step. (1-2) From the tarball. -It requires Pango (ver.1.4 or the later) and the m17n library -(ver.1.3.4 or the later). +It requires Pango (ver.1.8.1 or the later) and the m17n library +(ver.1.5.0 or the later). Type the followings on the command line. @@ -55,7 +55,7 @@ Then, the information about which font is being used is printed. ---------------------------------------------------------------------- Copyright information -Copyright (C) 2006 +Copyright (C) 2006, 2007, 2008 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H16PRO276 diff --git a/configure.ac b/configure.ac index 4d12c28..710f2e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl configure.ac -- autoconf script for pango-m17n. -dnl Copyright (C) 2006 +dnl Copyright (C) 2006, 2007, 2008 dnl National Institute of Advanced Industrial Science and Technology (AIST) dnl Registration Number H16PRO276 diff --git a/m17n-fc.c b/m17n-fc.c index 8e06fc3..c6a24aa 100644 --- a/m17n-fc.c +++ b/m17n-fc.c @@ -1,7 +1,7 @@ /* Pango * m17n-fc.c: Generic shaper using the m17n library for FreeType-based backends - Copyright (C) 2004, 2005, 2006, 2007 + Copyright (C) 2004, 2005, 2006, 2007, 2008 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H16PRO276 -- 1.7.10.4