Comment.
[bpt/emacs.git] / ChangeLog
index 115603e..126e1f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,120 @@
+2008-11-28  Ulrich Mueller  <ulm@gentoo.org>
+
+       * configure.in: Fix last change.
+
+2008-11-28  Richard M Stallman  <rms@gnu.org>
+
+       * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
+       New configurations.
+
+2008-11-20  Josh Elsasser  <josh@elsasser.org>  (tiny change)
+
+       * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
+       removed while misclassified as now unsupported hp9000s300.  (Bug#1365)
+
+2008-11-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (INFO_FILES): Remove ns-emacs.
+
+       * info/dir (NS-Emacs): Remove entry.
+
+2008-11-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
+
+2008-11-07  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_LIB64_DIR): Check for crtn.o.  (Bug#1287)
+
+2008-10-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Tell user to expect one "File not found" message
+       while the `doc' directory is being configured.
+
+2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * update-subdirs: Put obsolete directory last.
+
+2008-10-30  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
+
+       * configure.in: Check fontconfig always.
+
+2008-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure (*-solaris2.[7-9]*): Fix typo.
+
+2008-10-24  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (--without-sync-input, --with-pkg-config-prog):
+       Help strings start with lower case.
+       (--with-gnustep-conf): New option.
+       (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
+
+2008-10-24  Yavor Doganov  <yavor@gnu.org>  (tiny change)
+
+       * configure.in: Use `.' instead of `source' to source GNUstep.conf.
+       Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
+       is not found.  (Bug#1230)
+
+2008-10-23  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
+
+       * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
+       Use sol2-6.h for Solaris 7-9.
+
+2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
+
+       * configure.in: Add support for GNU/Linux on SuperH.
+
+2008-10-12  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
+
+2008-08-28  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
+       "X") to avoid confusion.
+
+       * configure: Regenerate.
+
+2008-09-07  Romain Francoise  <romain@orebokech.com>
+
+       * make-dist: Distribute doc/man/ChangeLog.
+
+2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * configure.in: Disable XFT and Freetype when without X.
+
+       * configure: Regenerate.
+
+2008-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
+
+2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
+
+       * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
+       GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
+
+       * configure: Regenerate.
+
+2008-08-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.in: Move "#define subprocesses" before
+       config_opsysfile is included.
+
+2008-08-19  Kenichi Handa  <handa@m17n.org>
+
+       * INSTALL (Extra fonts): Mention local fonts, don't mention
+       mule-unicode.
+
+2008-08-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * make-dist: Omit info/.arch-inventory.
+
+2008-08-16  Jason Rumney  <jasonr@gnu.org>
+
+       * make-dist (tempdir/nt): Link emacsclient.rc.
+
 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
        * configure.in: Correctly handle
        --enable-cocoa-experimental-ctrl-g=no and
        --enable-ns-self-contained=yes.
-       * configure: Regenerate.
 
 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.  Don't
        bother undef'ing since won't have desired effect.
 
-       * configure: Regenerate.
-
 2008-08-06  Andreas Schwab  <schwab@suse.de>
 
        * configure.in: Fix quoting.
 
        * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
 
-       * configure: Regenerate.
-
 2008-08-05  Ulrich Mueller  <ulm@gentoo.org>
 
        * configure.in: Add checks for krb5_error.text and
        krb5_error.e_text struct members.
 
-       * configure: Regenerate.
-
 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
 
-       * configure: Regenerate.
-
        * configure.in: Test for existence of NSInteger.
        Suggested by Yavor Doganov.
 
        (static): Remove, autoconf would always comment it out anyway.
        (subprocesses): Define unconditionally.
 
-2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
+2008-07-19  Yavor Doganov  <yavor@gnu.org>  (tiny change)
 
-       * configure.in: Apply patch from Yavor Doganov <yavor <at> gnu.org> to
-       fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS compilation under
-       GNUstep.
-       * configure: Regenerate.
+       * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
+       compilation under GNUstep.
 
 2008-07-18  Kenichi Handa  <handa@m17n.org>
 
 
        * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
        NS_IMPL_COCOA.
-       * configure: Regenerate.
 
 2008-07-16  Glenn Morris  <rgm@gnu.org>
 
 
 2007-12-04  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * configure.in: Give package name and verision to AC_INIT.
+       * configure.in: Give package name and version to AC_INIT.
 
 2007-12-03  Magnus Henoch  <mange@freemail.hu>
 
 1995-06-22  Paul Eggert  <eggert@twinsun.com>
 
        * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3.  (Likewise for
-       SunOS 4.1.5 thorugh 4.1.9, should they ever exist.)
+       SunOS 4.1.5 through 4.1.9, should they ever exist.)
 
 1995-06-22  Paul Eggert  <eggert@twinsun.com>
 
 1994-05-03  Morten Welinder  (terra@diku.dk)
 
        * config.bat: Added possibility for different file name
-       transscriptions in lib-src.
+       transcriptions in lib-src.
 
 1994-05-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        and #define HAVE_AIX_SMT_EXP if we do.  This is present in some
        versions of AIX, and needs to be passed to the loader.
 
-       * configure.in: Test for the availablility of the
+       * configure.in: Test for the availability of the
        XScreenResourceString function.
 
 1993-07-30  David J. MacKenzie  (djm@frob.eng.umd.edu)
 
        * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src
        targets to be executed even if make remembers that it has already
-       stisfied FRC.
+       satisfied FRC.
 
 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 
 1992-08-14  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
-       * make-dist: taught it about vcdiff and rcs2log, added --newer
+       * make-dist: Taught it about vcdiff and rcs2log, added --newer
        option for generating incremental distributions.  Stopped it from
        generating a TAGS file into the distribution; that sucker is
        *big*, and easily enough generated with the toplevel makefile.