]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
* ack.texi, emacs.texi (Acknowledgments): Small updates
[gnu-emacs] / ChangeLog
index 05d15b7dc363757e3b8c6dd93372c86210712a24..6bd8f213c17824c215681413e2037ef336069ef7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2013-02-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix AIX port (Bug#13650).
+       * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
+       (GC_MARK_STACK): Do not set to GC_USE_GCPROS_AS_BEFORE on AIX, as that
+       runs afoul of some other bug in Emacs, and the default value
+       GC_MAKE_GCPROS_NOOPS has been tested and works.
+
+2013-01-16  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-arch-indep): Put back a chmod that was
+       removed 2012-05-19.  (Bug#13430)
+
 2013-01-10  Glenn Morris  <rgm@gnu.org>
 
        * make-dist: Add options for xz compression and no compression.