Copyright years udpated.
authorhanda <handa>
Fri, 19 Mar 2010 12:27:02 +0000 (12:27 +0000)
committerhanda <handa>
Fri, 19 Mar 2010 12:27:02 +0000 (12:27 +0000)
15 files changed:
ChangeLog
Makefile.am
NEWS
README
configure.ac
example/Makefile.am
example/otfdump.c
example/otflist.c
example/otfview.c
src/Makefile.am
src/internal.h
src/otf.h
src/otfdrive.c
src/otferror.c
src/otfopen.c

index 20c0b97..107456a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2009-10-02  Kenichi Handa  <handa@m17n.org>
 
-       * src/otfopen.c (OTF_ApplicationData_): New type.
+       * src/otfopen.c (OTF_ApplicationData): New type.
        (OTF_InternalData): New member app_data.
        (OTF_close): Free OTF_InternalData->app_data.
        (OTF_put_data, OTF_get_data): New functions.
        * Version 0.9 released.
 
 \f
-Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
+Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO112
 
index 3010210..ad9bd90 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.am -- top level Makefile for libotf.
-# Copyright (C) 2003, 2004
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 #   National Institute of Advanced Industrial Science and Technology (AIST)
 #   Registration Number H15PRO167
 
diff --git a/NEWS b/NEWS
index d317a9c..53b964d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,20 @@
 NEWS -- What's new in libotf.                  -*- outline -*-
-Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009
+Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167
 See the end for copying conditions.
 
 \f
+* Changes in libotf 0.9.11
+
+** New functions OTF_drive_gsub_with_log and OTF_drive_gpos_with_log
+works like OTF_drive_gsub and OTF_drive_gpos but also records which
+features are applied to which glyphs.
+
+** New function OTF_put_data and OTF_get_data can be used to store and
+retrieve arbitrary cliend data to/from the structure OTF.
+
+\f
 * Changes in libotf 0.9.10
 
 ** This release is mainly for bug fixes.
diff --git a/README b/README
index c381877..e492344 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-This directory tree holds version 0.9.10 of the otf library.   -*- text -*-
+This directory tree holds version 0.9.11 of the otf library.   -*- text -*-
 
-Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
+Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167
 See the end for copying conditions.
@@ -9,7 +9,7 @@ See the end for copying conditions.
 #####################################################################
 #      libotf -- A Library for handling OpenType Font (OTF)        #
 #                                                                  #
-#                      Ver.0.9.10 (2009.8.13)                      #
+#                      Ver.0.9.11 (2010.3.19)                      #
 #####################################################################
 
 (1) What is libotf?
@@ -66,7 +66,7 @@ Please send bug reports to bugs <handa@m17n.org>.
 
 -----
 
-Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
+Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167
 
index 5ee773a..b2a8c33 100644 (file)
@@ -2,7 +2,7 @@ dnl Autoconf script for libotf.
 
 dnl Process this file with autoconf to produce a configure script.
 
-dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
+dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 dnl   National Institute of Advanced Industrial Science and Technology (AIST)
 dnl   Registration Number H15PRO167
 
index 4c3adb4..e4e27d2 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.am -- example level Makefile for libotf.
-# Copyright (C) 2003, 2004
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 #   National Institute of Advanced Industrial Science and Technology (AIST)
 #   Registration Number H15PRO167
 
index f5961e5..2f9dda3 100644 (file)
@@ -1,6 +1,6 @@
 /* otfdump.c -- Dump OpenType Layout Tables.
 
-Copyright (C) 2003, 2004, 2008
+Copyright (C) 2003, 2004, 2008, 2009, 2010
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167
 
index d2e252e..5b64e0e 100644 (file)
@@ -1,6 +1,6 @@
 /* otflist.c -- List OpenType fonts.
 
-Copyright (C) 2003, 2004
+Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167
 
index 9f1995d..481c964 100644 (file)
@@ -1,6 +1,6 @@
 /* otfview.c -- View glyphs of OpenType fonts.
 
-Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009
+Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167
 
index c8e2649..b4a9bf5 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.am -- src level Makefile for libotf.
-# Copyright (C) 2003, 2004
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 #   National Institute of Advanced Industrial Science and Technology (AIST)
 #   Registration Number H15PRO167
 
index 7532720..4be5f46 100644 (file)
@@ -1,6 +1,6 @@
 /* private.h -- Private header file for libotf
 
-Copyright (C) 2009
+Copyright (C) 2009, 2010
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167
 
index e2bebce..ee8d473 100644 (file)
--- a/src/otf.h
+++ b/src/otf.h
@@ -1,6 +1,6 @@
 /* otf.h -- Header file for libotf (OpenType font library).
 
-Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
+Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167
 
index fc65cf3..97e1974 100644 (file)
@@ -1,6 +1,6 @@
 /* otfdrive.c -- OpenType font driver.
 
-Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
+Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167
 
index 015ccc7..09c2e85 100644 (file)
@@ -1,6 +1,6 @@
 /* otferror.c -- Error handling.
 
-Copyright (C) 2003, 2004
+Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167
 
index 3fdc41f..229bd40 100644 (file)
@@ -1,6 +1,6 @@
 /* otfopen.c -- OpenType font reader.
 
-Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009
+Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167