]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
* ack.texi, emacs.texi (Acknowledgments): Small updates
[gnu-emacs] / ChangeLog
index d4aa9c935ea7da63d65cfb74558675893c3bc256..6bd8f213c17824c215681413e2037ef336069ef7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,73 @@
+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.
+
+2013-01-04  Glenn Morris  <rgm@gnu.org>
+
+       * info/dir: Add htmlfontify.
+
+2012-12-29  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac (TEMACS_LDFLAGS2): Don't define.
+       (LIBS_GNUSTEP): Set for GNUstep and substitute.
+       (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
+
+2012-12-24  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
+       (Bug#13222)
+
+2012-12-20  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
+
+       * Makefile.in (install-arch-dep): Ignore chmod errors.  (Bug#13233)
+
+2012-12-13  Glenn Morris  <rgm@gnu.org>
+
+       * info/dir: Add bovine, wisent.
+
+2012-12-12  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
+       (uninstall): Likewise.
+
+2012-12-12  Glenn Morris  <rgm@gnu.org>
+
+       * info/dir: Add srecode.
+
+2012-12-11  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
+
+       * Makefile.in (install-info, uninstall): Ensure make's messages
+       about changing directories are in English.  (Bug#13143)
+
+2012-12-05  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac: Handle info/ files with or without ".info" extension.
+
+2012-11-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * make-dist (nt): Adjust to changes in names of the *.manifest files.
+
+2012-11-21  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (--enable-profiling): Doc fix.
+
+2012-11-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
+
 2012-10-26  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (EMACS_NAME): New variable.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
+  Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.