Makefile.am | 5 +++-- TODO | 14 +++++++------- 2 files changed, 10 insertions(+), 9 deletions(-)
New commits: commit 280e52ae95df0cbee0bb305f5354381bc1d563f4 Author: Behdad Esfahbod <[email protected]> Date: Thu May 30 18:04:24 2013 -0400 Fix ChangeLog regen diff --git a/Makefile.am b/Makefile.am index 3f67639..dd1460c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,8 @@ MAINTAINERCLEANFILES = \ # ChangeLog generation # CHANGELOG_RANGE = -ChangeLog: +ChangeLog: $(srcdir)/ChangeLog +$(srcdir)/ChangeLog: $(AM_V_GEN) if test -d "$(top_srcdir)/.git"; then \ (GIT_DIR=$(top_srcdir)/.git $(top_srcdir)/missing --run \ git log $(CHANGELOG_RANGE) --stat) | fmt --split-only > [email protected] \ @@ -38,7 +39,7 @@ ChangeLog: (echo A git checkout and git-log is required to generate ChangeLog >&2 && \ echo A git checkout and git-log is required to generate this file >> "$(srcdir)/$@"); \ fi -.PHONY: $(srcdir)/ChangeLog +.PHONY: ChangeLog $(srcdir)/ChangeLog # commit c1824daefa1253507636e4bfdf46374f835f10b3 Author: Behdad Esfahbod <[email protected]> Date: Wed May 29 15:30:54 2013 -0400 Update TODO diff --git a/TODO b/TODO index f519ff7..19c3f62 100644 --- a/TODO +++ b/TODO @@ -23,25 +23,25 @@ General fixes: API issues to fix before 1.0: ============================ -- API to accept a list of languages. - -- Add default font_funcs / Unicode funcs API and to utils. +- API to accept a list of languages? - Add init_func to font_funcs. Adjust ft. +- hb-ft load_flags issues. + +- get_glyph() / get_glyph_variant()? + - Add pkg-config files for glue codes (harfbuzz-glib, etc) - 'const' for getter APIs? (use mutable internally) -- blob_from_file? - API additions ============= - Language to/from script. -- Buffer (de)serialize API ala hb-shape? +- blob_from_file? - Add hb-cairo glue @@ -53,7 +53,7 @@ API additions - Add hb_font_create_linear()? -- Add query API for aalt-like features? +- Add query / enumeration API for aalt-like features? - SFNT api? get_num_faces? get_table_tags? (there's something in stash) _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
