From: handa Date: Mon, 5 Sep 2005 00:33:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-3-0~194 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb953b28cecf44db0ce83aff474cc4c0645c034a;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 067b8bd..a56a7f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-09-05 Kenichi Handa + + * bootstrap.sh: Call automake with -a -c. + + * configure.ac: Add AM_MAINTAINER_MODE. + (X11_LD_FLAGS): New variable. + (--with-gd): New AC_ARG_WITH. + (HAVE_FRIBIDI_CONFIG): Fix typo for testing it. + 2005-09-01 Kenichi Handa * configure.ac (CONFIG_FLAGS): Setup this variable and AC_SUBST it. diff --git a/example/ChangeLog b/example/ChangeLog index fb50516..ca6f67f 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,3 +1,10 @@ +2005-09-05 Kenichi Handa + + * Makefile.am (X_LD_FLAGS): Use @X11_LD_FLAGS@ instead of + directory listing libraries. + (PURIFY, purify_medit, purify_mdate): Define them in maintainer + mode. + 2005-08-22 Kenichi Handa * mdump.c: Don't include config.h. diff --git a/src/ChangeLog b/src/ChangeLog index 6836132..21e3060 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2005-09-05 Kenichi Handa + + * m17n-gd.c (device_open): Define it even if HAVE_GD nor + HAVE_FREETYPE are defined. + + * m17n-X.c: Check HAVE_X11. + + * Makefile.am (X_LD_FLAGS): Use @X11_LD_FLAGS@ instead of + directory listing libraries. + (noinst_PROGRAMS): Define it only in maintainer mode. + 2005-09-02 Kenichi Handa * m17n-gui.h (mdraw_line_break_option): Extern it.