]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Re-word to fool font-lock.
[gnu-emacs] / ChangeLog
index 5a63d614b3ea63123567365b78a7a11168c2afb7..3ed8bca9b62f187e148556485f561e4a40663567 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,64 @@
-2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
+2008-09-07  Romain Francoise  <romain@orebokech.com>
 
-       * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
-       (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
+       * 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.
+       AC_SUBST it.
+       (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
+       AC_SUBST it.
+       (OTHER_FILES): Always define for HAVE_NS.
+       (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
+       * configure: Regenerate.
+
+2008-08-07  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Correctly handle
+       --enable-cocoa-experimental-ctrl-g=no and
+       --enable-ns-self-contained=yes.
+
+2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
+       (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.  Don't
+       bother undef'ing since won't have desired effect.
+
 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>