]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Auto-commit of generated files.
[gnu-emacs] / ChangeLog
index 4769f5d575d5599ac68b821af437acd3f617b104..6b783060bf96510b38f310133aa0eff49b7f50d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,26 @@
+2013-10-10  Barry Fishman  <barry_fishman@acm.org>  (tiny change)
+
+       * configure.ac: Update for giflib 5.  (Bug#15531)
+
+2013-10-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.ac (HAVE_MENUS): Define unconditionally.
+
+2013-10-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Improve support for popcount and counting trailing zeros (Bug#15550).
+       Do this by using the Gnulib modules for this.
+       This should generate faster code on non-GCC, non-MSC platforms,
+       and make the code a bit more portable, at least in theory.
+       * lib/count-one-bits.c, lib/count-one-bits.h:
+       * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
+       * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
+       New files, copied from gnulib.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
 2013-10-04  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Use hardware insns for byteswapping on glibc hosts that support it.
+       Use hardware support for byteswapping on glibc x86 etc.
        * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
        * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.