diff options
author | Miles Bader <miles@gnu.org> | 2008-02-01 16:05:01 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-02-01 16:05:01 +0000 |
commit | aca7a3d2018b432aa76b81005189b6a5a05f18d5 (patch) | |
tree | b796b8b20155698509b206d96d8677de7689b42b /ChangeLog | |
parent | 6cc41fb06c37234822d5aedf7ce0f77b88bb450a (diff) | |
download | emacs-aca7a3d2018b432aa76b81005189b6a5a05f18d5.tar.gz |
Merge ChangeLog.unicode files into ChangeLogs
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4a3cbf01f9f..fb989a87420 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2008-02-02 Miles Bader <miles@gnu.org> + + * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft], + [libotf], and [m17n-flt] options. + + * configure: Re-generated. + +2008-02-02 Kenichi Handa <handa@ni.aist.go.jp> + + * configure: Re-generated. + + * configure.in: Add EMACS_ARG_N([libotf]...), and + EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not + CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE, + CFLAGS, and LIBS in checking of m17n-flt. + +2008-02-02 Kenichi Handa <handa@ni.aist.go.jp> + + * configure: Re-generated. + + * configure.in: Check the availability of m17n-flt library. + +2008-02-02 Juanma Barranquero <lekktu@gmail.com> + + * .cvsignore: Add data and site-lisp. + +2008-02-02 Kenichi Handa <handa@m17n.org> + + * configure: Re-generated. + + * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is + not available. + +2008-02-02 Kenichi Handa <handa@m17n.org> + + * configure.in: New args --enable-font-backend, --with-xft, + --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT, + HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS, + FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS, + FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS. + + * configure: Re-generated. + +2008-02-02 Kenichi Handa <handa@m17n.org> + + * make-dist: Include etc/charsets in tarball. + +2008-02-02 Kenichi Handa <handa@m17n.org> + + * configure.in: While running cpp on junk.c, include + -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt + exists. + + * configure: Re-generated. + 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu> * configure.in (xtensa): Match more configurations. |