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
# 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
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.
-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.
#####################################################################
# 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?
-----
-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
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
# 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
/* 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
/* 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
/* 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
# 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
/* 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
/* 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
/* 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
/* 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
/* 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