]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
(scheme-font-lock-keywords-2): Add SRFI 11 support.
[gnu-emacs] / ChangeLog
index 7e049f376d147c2aaa6d2b6729062348dca122cb..787cfd7c81a0a57abe40ada1f4b6f4869642dbec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,165 @@
+2008-02-21  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (set_installuser): New.
+       (install-arch-indep): Use set_installuser to avoid duplicate code.
+
+       * README.unicode: Split into admin/notes/unicode,font-backend and
+       remove.
+
+2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
+       dealing with obsolete variables.
+
+2008-02-08  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (check-info-dir): New target.
+
+2008-02-08  Michael Olson  <mwolson@gnu.org>
+
+       * Makefile.in (INFO_FILES): Add epa.
+
+       * info/dir: Add EasyPG Assistant manual to the "Emacs misc
+       features" section.
+
+2008-02-06  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (--with-gcc): Give an error saying this option has
+       been removed.
+       (--with-gtk): Remove this option.
+
+2008-02-06  Tom Tromey  <tromey@redhat.com>
+
+       * configure.in (--with-gcc): Remove.
+       * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
+
+2008-02-05  Ulrich Mueller  <ulm@gentoo.org>
+
+       * INSTALL: Recommend giflib, not libungif.
+
+2008-02-05  Tom Tromey  <tromey@redhat.com>
+
+       * configure.in (--with-dbus): Default to enabled.
+
+2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * INSTALL (Complex Text Layout support libraries): New section.
+
+2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * make-dist: Remove references to files in mac/ that have been
+       deleted.
+
+2008-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * configure.in: For libotf and m17n-flt checks, set shell vars
+       HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
+       pkg_check_m17n_flt, respectively, for the sake of the summary output.
+       Reported by Ulrich Mueller.
+
+2008-02-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.in: If admin/unidata/UnicodeData.txt is present, copy
+       admin/unidata/Makefile.in to Makefile.
+
+2008-02-02  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
+       (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
+       (HAVE_XFT): Add "Does Emacs use..." messages at end.
+
+2008-02-01  Miles Bader  <miles@gnu.org>
+
+       * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
+       [libotf], and [m17n-flt] options.
+
+2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * 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-01  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * configure.in: Check the availability of m17n-flt library.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
+       not available.
+
+2008-02-01  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.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * make-dist: Include etc/charsets in tarball.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * configure.in: While running cpp on junk.c, include
+       -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
+       exists.
+
+2008-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (xtensa): Match more configurations.
+
+2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Update comment.
+
+2008-01-26  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (--without-gcc): By default, neither off nor on.
+       (--with-carbon): Tone down rhetoric in help text.
+
+2008-01-25  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Correct usage of OPTION_DEFAULT_ON,
+       OPTION_DEFAULT_OFF so that the defaults are as they used to be.
+       Default `Carbon' to off (it's unsupported).
+
+2008-01-24  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Standardize dbus-related messages.
+
+2008-01-23  Michael Olson  <mwolson@gnu.org>
+
+       * configure.in (pkg-config-prog): Remove initial whitespace.
+
+2008-01-23  Tom Tromey  <tromey@redhat.com>
+
+       * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
+       (EMACS_ARG_Y, EMACS_ARG_N): Remove.
+       Update all users.
+
+2008-01-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * config.guess, config.sub: Updated from master source.
+
+2008-01-17  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
+
+2008-01-17  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
+
+2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Remove more references to unsupported systems.
+
+2008-01-16  Sven Joachim  <svenjoac@gmx.de>
+
+       * make-dist: Add --lzma.
+
 2008-01-16  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (maybe_bootstrap): Remove texinfo message, since