[ChangeLog]
[bpt/emacs.git] / ChangeLog
index 4c761ba..17b6bae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2011-07-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Assume support for memcmp, memcpy, memmove, memset.
+       This simplifies the code a bit.  All current platforms have these,
+       as they are required for C89.  If this turns into a problem we
+       can add the gnulib modules for these (a 1-line change to Makefile.in).
+       * configure.in: Don't check for memcmp, memcpy, memmove, memset.
+
+2011-07-01  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
+
+2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
+       which made ./configure infloop.
+
+2011-06-30  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in (gsettings): New option and check for GSettings.
+
 2011-06-29  Glenn Morris  <rgm@gnu.org>
 
        * configure.in: Try to test for the required crt*.o files.