Don't convert function pointers to void * and back.
[bpt/emacs.git] / ChangeLog
index 15241e6..0f79306 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2013-07-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (GTK_COMPILES): Check API a bit more carefully.
+       Also check that it links.  Say whether it compiled and linked.
+
+2013-07-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-06-23 ignore-value: port to gcc -pedantic
+       2013-06-21 extern-inline: port to gcc -std=c89
+
+2013-06-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Do not use GTK 3 if it exists but cannot be compiled.
+       * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
+       exists but cannot be compiled.
+
+2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * Makefile.in (install-arch-indep): Do not create directories passed
+       with --enable-locallisppath.
+
+2013-06-24  Glenn Morris  <rgm@fencepost.gnu.org>
+
+       * configure.ac: Include X11/X.h when testing for Xft.h.  (Bug#14684)
+
+2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .bzrignore: Add GNU idutils ID database file.
+
 2013-06-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
@@ -7,7 +37,7 @@
 
        * .bzrignore: Don't unignore cl-loaddefs.el.
 
-2013-06-20  RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
+2013-06-20  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
 
        * configure.ac (log2): Check for this function.