commit f66ef15b8a8deea535be9a50d175097406824fbe
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jul 23 19:11:46 2012 +0900

    Bump libtool revision and gir version

 configure.ac                  |    4 ++--
 libeasyfc-gobject/Makefile.am |   12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

commit e175080382add2ac645e8f4791bb4e10d5aad2ba
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jul 23 18:53:57 2012 +0900

    Update docs

 libeasyfc/ezfc-font.c |    1 +
 libeasyfc/ezfc-font.h |   18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

commit 23a6cf3db3c9b28ba1454d3063a006b517389d3b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jul 23 18:35:33 2012 +0900

    bump to 0.9

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 6f6300235ec719485c1ee8b0a6ae905fdc398fc1
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jul 23 18:33:46 2012 +0900

    Update for new APIs

 tests/ezfc-tool.py |   39 +++++++++++++++++++++++++++++++++++----
 1 file changed, 35 insertions(+), 4 deletions(-)

commit 98bd24ed3d29e70ece6ab7999c982b7176a94680
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jul 23 18:33:29 2012 +0900

    set embeddedbitmap

 libeasyfc/ezfc-config.c |    2 ++
 1 file changed, 2 insertions(+)

commit 2ebfbcd251ef80acefea328c12806dac425e5dcd
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jul 23 18:16:05 2012 +0900

    Store the font properties configuration

 libeasyfc/ezfc-config.c       |  183
 ++++++++++++++++++++++++++++++++++++++++-
 libeasyfc/ezfc-font-private.h |    3 +-
 libeasyfc/ezfc-font.c         |    1 +
 3 files changed, 185 insertions(+), 2 deletions(-)

commit 488c69d14aeb7691e17a95f4c68cb4e7b024e12a
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jul 23 18:15:23 2012 +0900

    Add a function to obtain the libeasyfc version

 libeasyfc/ezfc-utils.h |    5 +++--
 libeasyfc/ezfc.c       |   13 +++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

commit df794634abc61baf0dd3f4d04e727f041c418390
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jul 23 15:32:20 2012 +0900

    Fix the scanner warning

 libeasyfc-gobject/gengir.sh |    2 +-
 libeasyfc/ezfc-error.h      |    6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

commit 86186c335c047b36972a908ba65049d030b9b316
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Jul 20 12:59:13 2012 +0900

    Add sub-pixel rendering support and hintstyle support

 libeasyfc-gobject/gengir.sh   |    3 +-
 libeasyfc/ezfc-config.c       |   24 +++++-
 libeasyfc/ezfc-font-private.h |   19 +++--
 libeasyfc/ezfc-font.c         |  173
 +++++++++++++++++++++++++++++++++++++++++
 libeasyfc/ezfc-font.h         |   98 +++++++++++++++--------
 5 files changed, 274 insertions(+), 43 deletions(-)

commit fd2f4e1a74273d8d3eacaacc52101165e07321a7
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Jul 10 17:58:13 2012 +0900

    Added boolean value modification

 libeasyfc-gobject/gengir.sh   |    2 +-
 libeasyfc/ezfc-config.c       |  169
 +++++++++++++++++++++++++++++++++++++++
 libeasyfc/ezfc-config.h       |    7 ++
 libeasyfc/ezfc-font-private.h |   15 +++-
 libeasyfc/ezfc-font.c         |  174
 +++++++++++++++++++++++++++++++++++++++++
 libeasyfc/ezfc-font.h         |   26 ++++--
 tests/ezfc-tool.py            |   81 ++++++++++++++++---
 7 files changed, 455 insertions(+), 19 deletions(-)

commit 499436db1574a9e473008da567a6d2192bafc32d
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Jun 27 12:46:48 2012 +0900

    Bump version to 0.8

 NEWS                          |    9 +++++++++
 configure.ac                  |   10 +++++-----
 libeasyfc-gobject/Makefile.am |   12 ++++++------
 3 files changed, 20 insertions(+), 11 deletions(-)

commit 1647aca0d46a283ea30494e7d9d8f0f0b6bb039d
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Jun 27 12:35:57 2012 +0900

    Add ezfc_config_set_migration() for config path migration on loading
    and saving.

 libeasyfc/ezfc-config.c |  105
 +++++++++++++++++++++++++++++++++++++++++------
 libeasyfc/ezfc-config.h |   14 ++++---
 2 files changed, 100 insertions(+), 19 deletions(-)

commit 48ca368cf9f5f203720506efbfd8aee27c80641a
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jun 18 17:32:37 2012 +0900

    Update the required version of fontconfig

 requires |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 27fce6217823b328e123029ea90b8adb789aa98d
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jun 18 17:32:11 2012 +0900

    Support sFamilyClass to classify fonts

 libeasyfc/ezfc-font.c |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

commit dfeb68ddda4f5aa65a96fb26282e8497acad1bba
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri May 25 14:42:12 2012 +0900

    Implement code for localized_font_name flag

    This requires fontconfig > 2.9.0 to get it working properly

 libeasyfc/ezfc-font.c |    2 ++
 1 file changed, 2 insertions(+)

commit 5584abd9880817f40b6e1c28e0724205e0ed6f6b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri May 25 14:29:24 2012 +0900

    Support XDG config dir

    This requires fontconfig > 2.9.0 to get it working properly

 libeasyfc/ezfc-config.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c861ba293284adc139e5955ebe52ad8038956b55
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 28 20:52:09 2012 +0900

    bump to 0.7

 NEWS                          |   10 ++++++++++
 configure.ac                  |   12 ++++++------
 libeasyfc-gobject/Makefile.am |   14 ++++++++------
 3 files changed, 24 insertions(+), 12 deletions(-)

commit 958c4015b769c89ce2b4109973f7cfd7e7f0b16f
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 28 20:37:35 2012 +0900

    change the order of the xml for 'any'

 libeasyfc/ezfc-config.c |   87
 +++++++++++++++++++++++++++++------------------
 libeasyfc/ezfc-font.c   |    2 +-
 2 files changed, 55 insertions(+), 34 deletions(-)

commit f98883c2d58340ad0276bf80734423d587647b77
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 28 20:02:06 2012 +0900

    trivial update for readability

 libeasyfc/ezfc-config.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 96dba2dcf156b310c7c073f4628428df7f6e00e8
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 28 19:24:51 2012 +0900

    Fix a typo

 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 51b66585bd33318c462278493547ef817de47398
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 28 19:20:36 2012 +0900

    Enable the silent build rules by default

 configure.ac                  |    5 +++++
 libeasyfc-gobject/Makefile.am |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit bee067be36d71254c8b9aaff0ac944beb9a7d402
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Feb 17 18:20:16 2012 +0900

    Add missing files for cleanup

 Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

commit 30e6a52afd37fe0544da9aeaa003224ac8418ab8
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Feb 17 18:16:54 2012 +0900

    Drop the unnecessary files from the repo

 INSTALL |  365
 ---------------------------------------------------------------
 1 file changed, 365 deletions(-)

commit d2301ad93de7e11d1de2b52305257dc84519f904
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Feb 17 18:14:13 2012 +0900

    generate ChangeLog with more better way

 Makefile.am |   27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

commit b6acec5ec13be9210f875961b958c91de0fdd365
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Feb 17 18:04:59 2012 +0900

    Add git.mk from http://github.com/behdad/git.mk

 .gitignore            |   62 ---------------
 Makefile.am           |   16 ++++
 docs/Makefile.am      |    4 +
 git.mk                |  206
 +++++++++++++++++++++++++++++++++++++++++++++++++
 libeasyfc/Makefile.am |    2 +
 tests/Makefile.am     |    2 +
 6 files changed, 230 insertions(+), 62 deletions(-)

commit 6e535cbba7f34e81f22cbe620756af8c9cbbf883
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 14 12:36:02 2012 +0900

    Fix a typo

 libeasyfc/ezfc-font.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a06465497efbe8152df2980c03c1b4d45589303f
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 14 12:35:27 2012 +0900

    reserve a flag on API for future improvement

 libeasyfc/ezfc-font.c |   12 ++++++++++--
 libeasyfc/ezfc-font.h |    3 ++-
 libeasyfc/ezfc.c      |    2 +-
 tests/ezfc-tool.py    |    2 +-
 tests/list.c          |    2 +-
 5 files changed, 15 insertions(+), 6 deletions(-)

commit e691973cd54d8ceb70b535aca3222491cece1519
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 14 12:34:53 2012 +0900

    append the existing envvar at the end.

 tests/run.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 40d5584b969e45e06fa5ca8ae769201a38c3bff9
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 14 12:19:39 2012 +0900

    improve the font variants detection

 libeasyfc/ezfc-font.c |  103
 +++++++++++++++++++++++++------------------------
 1 file changed, 52 insertions(+), 51 deletions(-)

commit 632ff7b81ae1c1bdebd05d4be09c6a2cb8e398d9
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Feb 10 18:22:18 2012 +0900

    Update doc

 libeasyfc/ezfc-config.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b60303281faec6450408e95af942cbf194f72f07
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Feb 9 20:53:57 2012 +0900

    allow a font configuration for any languages

 libeasyfc/ezfc-config.c |  104
 +++++++++++++++++++++++++++++++----------------
 tests/ezfc-tool.py      |   35 ++++++++++------
 2 files changed, 90 insertions(+), 49 deletions(-)

commit c5df4a1d2b9dd8e77d6475c2599cfcab37d040b8
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Feb 8 20:53:12 2012 +0900

    fix ignoring a white space in arguments

 tests/run.sh |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 88c569a71d966724f2a906b9e2073834a94f6d9a
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Feb 8 19:52:31 2012 +0900

    Add --priority and --name option

 tests/ezfc-tool.py |   31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

commit 864d949f36935ebddb4972b4d701f0b3eb1e7b3a
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Feb 8 18:04:13 2012 +0900

    clean up

 libeasyfc/ezfc-config.c |    2 --
 1 file changed, 2 deletions(-)

commit e2c714852e87a7f90b95525bf042e82b164c5d86
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Feb 8 17:00:22 2012 +0900

    Export the font related APIs as ezfc_font_t

 docs/Makefile.am                 |    7 +-
 libeasyfc-gobject/ezfc-gobject.c |    3 +-
 libeasyfc-gobject/ezfc-gobject.h |    4 +-
 libeasyfc/Makefile.am            |    1 +
 libeasyfc/ezfc-alias.c           |  130 ++++-------------
 libeasyfc/ezfc-alias.h           |   26 ++--
 libeasyfc/ezfc-font-private.h    |   43 ++++++
 libeasyfc/ezfc-font.c            |  288
 +++++++++++++++++++++++++++++++++++---
 libeasyfc/ezfc-font.h            |   34 ++++-
 9 files changed, 394 insertions(+), 142 deletions(-)

commit 596ea83f91bb28101827caeb2386797985eb70f2
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Feb 8 15:38:13 2012 +0900

    Update API to able to obtain multiple alias names.

 libeasyfc/ezfc-font.c |   16 +++++++++++++---
 libeasyfc/ezfc-font.h |   12 ++++++------
 2 files changed, 19 insertions(+), 9 deletions(-)

commit 80de9a9be13ab2efbe24ba50bc8fa9cb61db157c
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Feb 8 15:37:16 2012 +0900

    Add an API to store the xml data into the buffer.

 libeasyfc/ezfc-config.c |   55
 ++++++++++++++++++++++++++++++++++++++++-------
 libeasyfc/ezfc-config.h |    2 ++
 2 files changed, 49 insertions(+), 8 deletions(-)

commit 9e972f7c49c90a3c665a0f68c6a1d3ab7c660737
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 7 17:57:08 2012 +0900

    Update for the deprecated APIs

 tests/ezfc-tool.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit caab6f9e069c1d4784d3f25669593041808cb62d
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 7 17:53:12 2012 +0900

    * separate fonts related APIs to ezfc-font.[ch].
    * add an API to analize the alias name from FcPattern.

 docs/Makefile.am              |    2 +-
 docs/libeasyfc-docs.sgml      |    1 +
 libeasyfc-gobject/Makefile.am |    2 +
 libeasyfc-gobject/gengir.sh   |   91 +++++++-----
 libeasyfc/Makefile.am         |    2 +
 libeasyfc/ezfc-config.c       |    3 +-
 libeasyfc/ezfc-font.c         |  330
 +++++++++++++++++++++++++++++++++++++++++
 libeasyfc/ezfc-font.h         |   43 ++++++
 libeasyfc/ezfc-utils.h        |   22 ++-
 libeasyfc/ezfc.c              |  235 +++--------------------------
 libeasyfc/ezfc.h              |    1 +
 tests/list.c                  |    4 +-
 12 files changed, 482 insertions(+), 254 deletions(-)

commit 1393ee70c74ac8eadc11fb806bc3251da9bc07bf
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 7 17:34:36 2012 +0900

    Update docs

 libeasyfc/ezfc-alias.c  |    2 +-
 libeasyfc/ezfc-alias.h  |    8 +++++++-
 libeasyfc/ezfc-config.h |    3 +++
 3 files changed, 11 insertions(+), 2 deletions(-)

commit 212fbaa279b361bfba901630e9313d81a0e323f2
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Feb 6 12:28:13 2012 +0900

    bump to 0.6

 NEWS         |    8 ++++++++
 configure.ac |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 9bdb65d0f75694cd787d9c6fa3473fa1f9893064
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Jan 31 13:44:14 2012 +0900

    Update doc

 libeasyfc/ezfc-error.h |    1 +
 1 file changed, 1 insertion(+)

commit ad6cd8524bcc1ff0988e126c08d297eba44be601
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Jan 31 13:33:09 2012 +0900

    Improve monospaced fonts detection code.

 libeasyfc/ezfc.c |   34 ++++++++++++++++++++++------------
 1 file changed, 22 insertions(+), 12 deletions(-)

commit be6e2b0d24e3f85127b16543e65cec1bcf119e13
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Jan 31 13:32:39 2012 +0900

    Add a test runner script

 tests/run.sh |    6 ++++++
 1 file changed, 6 insertions(+)

commit 54acb5e0706f85d996babc0be57ed78a18a332c2
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Jan 31 13:32:18 2012 +0900

    Fix a typo

 tests/ezfc-tool.py |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ca458d9723da9d7c4472f00f55507b006cc5f497
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Jan 25 19:05:10 2012 +0900

    declare ref_count as volatile

 libeasyfc/ezfc-mem.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 67e494892edf43cacbb53ae8d54ebf98ef91419a
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Jan 24 14:29:43 2012 +0900

    bump to 0.5

 NEWS                          |   10 ++++++++++
 configure.ac                  |    8 ++++----
 libeasyfc-gobject/Makefile.am |   12 ++++++------
 3 files changed, 20 insertions(+), 10 deletions(-)

commit be2ccdbb369620346edb06a5da3103f05988abf5
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Jan 24 13:25:35 2012 +0900

    Fix a warning

 libeasyfc/ezfc-config.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 899e28a0cb169443dcf04a9d0bd91a55d561a6b4
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Jan 24 11:51:15 2012 +0900

    Fix a crash issue

 libeasyfc/ezfc-config.c |  143
 ++++++++++++++++++++++++++++++++++-------------
 libeasyfc/ezfc-config.h |    2 +-
 2 files changed, 105 insertions(+), 40 deletions(-)

commit b20052141211804cf012a2788f5f66b30e26dcca
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Jan 24 11:49:38 2012 +0900

    Add an annotation

 libeasyfc/ezfc.c |    4 ++--
 libeasyfc/ezfc.h |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 78e58c9f1616afff15c93ca9b63d6d1a560aac46
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Jan 24 11:44:30 2012 +0900

    Add ezfc_mem_delete_ref() to delete the reference only from the
    object.

 libeasyfc/ezfc-mem.c |   12 ++++++++++++
 libeasyfc/ezfc-mem.h |    2 ++
 2 files changed, 14 insertions(+)

commit ce47fcec8ccb479c6507cbcc0ef522d3591a2661
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jan 23 21:05:57 2012 +0900

    * take care of ll-cc case for matching in fontconfig.
    * Fix a typo to determine the output type of xml

 libeasyfc/ezfc-config.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 2c8b04980f4225aad2146c8e5cb0492fbe500279
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jan 23 20:33:58 2012 +0900

    Fix crash issues

 libeasyfc/ezfc-config.c |   29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)

commit 9b0ec98f7a1fad26f80e998ada61b11b83c2f32d
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jan 23 19:37:21 2012 +0900

    Add APIs to add/remove weak pointer feature

 libeasyfc/ezfc-mem.c |   35 ++++++++++++++++++++++++++++++++---
 libeasyfc/ezfc-mem.h |   23 ++++++++++++++---------
 2 files changed, 46 insertions(+), 12 deletions(-)

commit 9df12098cc3852e77ad9e7a5510cec1a68f8e8fe
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jan 23 19:17:02 2012 +0900

    Fix a compiler warning

 libeasyfc/ezfc-config.c |    3 ---
 1 file changed, 3 deletions(-)

commit ff7bdd6b33b8fdcf006df1392c2dabf04818558e
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jan 23 19:15:19 2012 +0900

    Add a new API to remove all of aliases for language

 libeasyfc/ezfc-config.c |   24 +++++++++++++++++++++++-
 libeasyfc/ezfc-config.h |    4 +++-
 2 files changed, 26 insertions(+), 2 deletions(-)

commit 66752e82f3bfdc7cd42a44a2d35decf6faf9a686
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Jan 18 17:19:49 2012 +0900

    update..

 NEWS |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 562fbbd76f34df6228c6235eabc5ddebbfa956a6
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Jan 18 14:28:05 2012 +0900

    bump to 0.4

 NEWS                          |    7 +++++++
 configure.ac                  |    4 ++--
 libeasyfc-gobject/Makefile.am |   12 ++++++------
 3 files changed, 15 insertions(+), 8 deletions(-)

commit 535f3ae3b9a2fb96d1c637f061386e8715de0b87
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Jan 17 15:47:16 2012 +0900

    Fix a typo

 libeasyfc/ezfc-error.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4ca793f4150655918dc5e7b1b5af84c1c102ec49
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Jan 13 10:38:23 2012 +0900

    Fix a typo

 libeasyfc/ezfc-config.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2502ca42cbca2458901b3c5436e0beebcce8652e
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Jan 4 21:55:49 2012 +0900

    Fix a glib error on unref when no references in the object

 libeasyfc/ezfc-mem.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ad3861701640b630291de09e6994cb9eb1db7970
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Dec 27 21:12:36 2011 +0900

    Fix a memory leak

 libeasyfc/ezfc-mem.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5b5360f1f2c9ba7f7ca995aa218d78aea77f9651
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 16 18:40:59 2011 +0900

    bump to 0.3

 NEWS                          |    8 ++++++++
 configure.ac                  |    6 +++---
 libeasyfc-gobject/Makefile.am |   12 ++++++------
 3 files changed, 17 insertions(+), 9 deletions(-)

commit 4320ebe228320944992f07917b8d438beef80a96
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 16 18:38:43 2011 +0900

    change the order of the list

 docs/libeasyfc-docs.sgml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 46690a0af9c2a489e81d4dfe490b88954bf7b029
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 16 18:26:34 2011 +0900

    Update docs

 docs/libeasyfc-docs.sgml |    1 +
 libeasyfc/ezfc-utils.h   |    8 ++++++++
 2 files changed, 9 insertions(+)

commit a35b9e855bbbc1048fdce01811b1344ead9370c7
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 16 18:12:32 2011 +0900

    Allow none to the alias as well

 libeasyfc/ezfc-utils.h |    8 ++++----
 libeasyfc/ezfc.c       |   27 ++++++++++++++-------------
 tests/ezfc-tool.py     |   25 ++++++++++++++-----------
 3 files changed, 32 insertions(+), 28 deletions(-)

commit 172df92d0c58e46a1f9c04bee44a51ab58bdd43c
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 16 14:56:20 2011 +0900

    Fix a typo

 libeasyfc/ezfc.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit a3f4417788ad72fc899a89899f28f10e3e9fd4ea
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 16 14:37:12 2011 +0900

    Allow none to the language on ezfc_get_fonts*list()

 libeasyfc/ezfc-utils.h |    8 ++++----
 libeasyfc/ezfc.c       |   34 ++++++++++++++++++----------------
 tests/Makefile.am      |    1 +
 tests/ezfc-tool.py     |    8 +++++---
 4 files changed, 28 insertions(+), 23 deletions(-)

commit efdfeffe45f27b4bc46c16846a98515c3f3fb903
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 16 12:39:35 2011 +0900

    Add a sample code for ezfc_get_fonts_list()

 tests/ezfc-tool.py |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit d764075f85662f4f4c56f546148850915dab609f
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 16 12:39:03 2011 +0900

    Add ezfc_get_fonts_pattern_list()

 libeasyfc/ezfc-utils.h |   12 ++--
 libeasyfc/ezfc.c       |  153
 +++++++++++++++++++++++++++++++-----------------
 2 files changed, 106 insertions(+), 59 deletions(-)

commit 40855993e6f64b2bb2b8ec0700ffef0ee2003a7f
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 15 21:09:42 2011 +0900

    Add some APIs and deps of freetype

 .gitignore                    |    1 +
 configure.ac                  |    1 +
 libeasyfc-gobject/Makefile.am |    2 +
 libeasyfc/Makefile.am         |    3 +
 libeasyfc/ezfc-config.c       |   21 +---
 libeasyfc/ezfc-utils.h        |   41 +++++++
 libeasyfc/ezfc.c              |  238
 +++++++++++++++++++++++++++++++++++++++++
 libeasyfc/ezfc.h              |    1 +
 requires                      |    3 +-
 tests/Makefile.am             |    5 +
 tests/list.c                  |   49 +++++++++
 11 files changed, 347 insertions(+), 18 deletions(-)

commit 62b619eb08dbda2b05fb4c4d8ee9e6d4310cf29f
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 15 12:42:54 2011 +0900

    trivial fix

 libeasyfc/ezfc-config.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 94e316d4dd144ad78ed039227b396835a5b6e69b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 14 14:21:19 2011 +0900

    add a copyright notice

 tests/ezfc-tool.py |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit f6f3c04d808849ecd26b5918a02370d1e40faddf
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 14 14:18:13 2011 +0900

    deal with sans as sans-serif

 libeasyfc/ezfc-alias.c  |    5 ++++-
 libeasyfc/ezfc-config.c |   17 +++++++++++++----
 tests/ezfc-tool.py      |   46
 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 63 insertions(+), 5 deletions(-)

commit 57643f848068bbade7d2a5e101f2b0a24697c5fb
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 14 13:59:56 2011 +0900

    Add a sample implementation with Python

 tests/ezfc-tool.py |   80
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 80 insertions(+)

commit 2d939a1321d8d7115c08aa43a1960e8ac1e729b3
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 14 13:59:09 2011 +0900

    Remove the configuration file if no elements available due to the
    removing operation

 libeasyfc/ezfc-config.c |   18 +++++++++++++++---
 libeasyfc/ezfc-error.h  |    2 ++
 2 files changed, 17 insertions(+), 3 deletions(-)

commit 9891c6c2ab3db084f35616e81f179e3748ae9018
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 9 11:18:30 2011 +0900

    bump to 0.2

 NEWS                          |    9 +++++++++
 configure.ac                  |    2 +-
 libeasyfc-gobject/Makefile.am |   12 ++++++------
 3 files changed, 16 insertions(+), 7 deletions(-)

commit 27dd8c5b8bc568e69db4d50b37a8d7bb587fd8df
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 9 11:17:08 2011 +0900

    Fix distcheck fail

 configure.ac      |    2 +-
 tests/Makefile.am |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 06f0817e4387176555ec0f3d729a5f3da0dc4bb1
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 8 21:04:16 2011 +0900

    doc updates

 .gitignore                       |    1 +
 Makefile.am                      |    9 ++-
 configure.ac                     |    4 +
 docs/Makefile.am                 |  116 +++++++++++++++++++++++++++++
 docs/libeasyfc-docs.sgml         |   44 +++++++++++
 docs/version.xml.in              |    1 +
 libeasyfc-gobject/Makefile.am    |  151
 ++++++++++++++++++++++++++++++++++++++
 libeasyfc-gobject/ezfc-gobject.c |   44 +++++++++++
 libeasyfc-gobject/ezfc-gobject.h |   38 ++++++++++
 libeasyfc-gobject/gengir.sh      |   50 +++++++++++++
 libeasyfc/Makefile.am            |   88 ----------------------
 libeasyfc/ezfc-alias.c           |    9 +++
 libeasyfc/ezfc-config.c          |    9 +++
 libeasyfc/ezfc-config.h          |    3 +
 libeasyfc/ezfc-error.h           |   29 ++++++++
 libeasyfc/ezfc-gobject.c         |   44 -----------
 libeasyfc/ezfc-gobject.h         |   38 ----------
 libeasyfc/ezfc.c                 |    8 ++
 libeasyfc/gengir.sh              |   49 -------------
 19 files changed, 515 insertions(+), 220 deletions(-)

commit baf9b565b655bab0cff4ae4c1564e137eecb8de6
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 8 18:12:06 2011 +0900

    doc updates

 libeasyfc/ezfc-alias.c  |   73 ++++++++++++++++++++++++++++++--
 libeasyfc/ezfc-config.c |  106
 ++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 170 insertions(+), 9 deletions(-)

commit 36de7d1e61d0d0935376fbb7e1c504c9870155b2
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 8 12:25:41 2011 +0900

    Add ezfc_config_set_name()/get_name()

 libeasyfc/ezfc-config.c |   33 +++++++++++++++++++++++++++++++--
 libeasyfc/ezfc-config.h |    3 +++
 2 files changed, 34 insertions(+), 2 deletions(-)

commit 03de4e7bdb3ddc0013589e15038b3fc42055f09b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 8 12:14:36 2011 +0900

    Add dep of fontconfig-2.0.gir

 libeasyfc/Makefile.am  |    1 +
 libeasyfc/ezfc-alias.c |    8 ++++++++
 2 files changed, 9 insertions(+)

commit 2bafacd3301c33860cc6add1dec61905193ab6bb
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 8 12:14:16 2011 +0900

    Add ezfc_config_set_priority() and ezfc_config_get_priority()

 libeasyfc/ezfc-config.c |   72
 +++++++++++++++++++++++++++++++++++++++--------
 libeasyfc/ezfc-config.h |    3 ++
 2 files changed, 63 insertions(+), 12 deletions(-)

commit b8f2c2724b68ed33eb40822494149b67becbb983
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 7 18:53:20 2011 +0900

    Fix a build issue with -j option

 libeasyfc/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0e8ab59691b2bdf197ff7c999963805c9c30c68f
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 7 18:13:58 2011 +0900

    ship missing file

 Makefile.am |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit c3440a0be8f2d2a1b165fc4100f9b61fc7cba53c
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 7 18:10:05 2011 +0900

    Add gir support

 .gitignore                          |    4 ++
 Makefile.am                         |    4 ++
 configure.ac                        |   20 +++++++-
 libeasyfc-gobject-uninstalled.pc.in |    6 +++
 libeasyfc-gobject.pc.in             |   10 ++++
 libeasyfc/Makefile.am               |   89
 ++++++++++++++++++++++++++++++++++-
 libeasyfc/ezfc-alias.c              |   18 ++++++-
 libeasyfc/ezfc-alias.h              |    3 +-
 libeasyfc/ezfc-config.c             |   22 ++++++++-
 libeasyfc/ezfc-error.h              |    6 ++-
 libeasyfc/ezfc-gobject.c            |   44 +++++++++++++++++
 libeasyfc/ezfc-gobject.h            |   38 +++++++++++++++
 libeasyfc/gengir.sh                 |   49 +++++++++++++++++++
 requires                            |    3 +-
 14 files changed, 306 insertions(+), 10 deletions(-)

commit 6ca0e8fb31ca7ba5b6966c0d2f316b07944969e9
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 2 12:38:59 2011 +0900

    related changes to the previous commit

 configure.ac            |    1 +
 libeasyfc/ezfc-config.c |    2 +-
 tests/dump.c            |    2 +-
 tests/save.c            |    2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

commit 1603ce2875ab339f6c9d10ea5374f24aba62d08c
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 2 12:33:22 2011 +0900

    change the function name

 libeasyfc/ezfc-alias.c |    6 +++---
 libeasyfc/ezfc-alias.h |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 75edf4eec79319c84d4fc1b2d5d51bb4d1847673
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 1 20:12:38 2011 +0900

    Update the filename to give it a spotlight by default

 libeasyfc/ezfc-config.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit c7a845f3163e0b37055b1f74f508e259eee16373
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 1 18:27:48 2011 +0900

    Add ezfc_config_load()

 libeasyfc/ezfc-config.c |  167
 ++++++++++++++++++++++++++++++++++++++++++++---
 libeasyfc/ezfc-error.h  |    1 +
 tests/Makefile.am       |    5 ++
 tests/load.c            |   39 +++++++++++
 4 files changed, 202 insertions(+), 10 deletions(-)

commit e65df7aeb442504fe8d8bd2321c5c65dc0249fcc
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 1 13:58:51 2011 +0900

    implement ezfc_config_save()

 libeasyfc/ezfc-config.c |   89
 +++++++++++++++++++++++++++++++++++++++++++----
 libeasyfc/ezfc-config.h |   30 ++++++++--------
 libeasyfc/ezfc-error.h  |    3 ++
 tests/save.c            |    2 +-
 4 files changed, 102 insertions(+), 22 deletions(-)

commit 08b0494f5d9084e0850ffaa9453a0694f42d5b76
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Nov 30 20:57:05 2011 +0900

    Initial push

 .gitignore                  |   56 ++++++
 AUTHORS                     |    2 +
 COPYING                     |  165 ++++++++++++++++++
 INSTALL                     |  365
 +++++++++++++++++++++++++++++++++++++++
 Makefile.am                 |   45 +++++
 configure.ac                |  103 +++++++++++
 libeasyfc-uninstalled.pc.in |    6 +
 libeasyfc.pc.in             |   10 ++
 libeasyfc/Makefile.am       |   96 +++++++++++
 libeasyfc/ezfc-alias.c      |  187 ++++++++++++++++++++
 libeasyfc/ezfc-alias.h      |   51 ++++++
 libeasyfc/ezfc-config.c     |  394
 +++++++++++++++++++++++++++++++++++++++++++
 libeasyfc/ezfc-config.h     |   55 ++++++
 libeasyfc/ezfc-error.h      |   49 ++++++
 libeasyfc/ezfc-mem.c        |  112 ++++++++++++
 libeasyfc/ezfc-mem.h        |   50 ++++++
 libeasyfc/ezfc.c            |   40 +++++
 libeasyfc/ezfc.h            |   33 ++++
 requires                    |    3 +
 tests/Makefile.am           |   49 ++++++
 tests/dump.c                |   53 ++++++
 tests/save.c                |   53 ++++++
 22 files changed, 1977 insertions(+)

commit de160385a87a2bb6d44ab952183f1f9eac64c8eb
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Nov 29 14:37:19 2011 +0900

    Initial push to github

 README |    5 +++++
 1 file changed, 5 insertions(+)
