]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
* ack.texi, emacs.texi (Acknowledgments): Small updates
[gnu-emacs] / ChangeLog
index c7fcd319af2297facc1033da8f64113eb69f3398..6bd8f213c17824c215681413e2037ef336069ef7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2012-10-19  Paul Eggert  <eggert@cs.ucla.edu>
-
-       Use faccessat, not access, when checking file permissions (Bug#12632).
-       * .bzrignore: Add lib/fcntl.h.
-       * configure.ac (euidaccess): Remove check; gnulib does this for us now.
-       (gl_FCNTL_O_FLAGS): Define a dummy version.
-       * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
-       * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
-       * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
-       * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
-       New files, from gnulib.
-       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+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.
+       (EMACS, install-etc, uninstall): Use $EMACS_NAME.
+
+       * Makefile.in (EMACS, EMACSFULL): Transformations should not be
+       applied to $EXEEXT.
+
+       * Makefile.in (uninstall): Don't abort if some directories are missing.
+       Apply transformation rules to manual pages, desktop and icon files.
+       No more emacs22 icons to uninstall.
+
+2012-10-24  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-etc, install-man):
+       Don't apply program transform to standard file suffixes.
+
+2012-10-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
+       This ports to Gentoo.  Problem originally reported against coreutils,
+       but Emacs has it too.
+
+2012-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (emacs_transform): Remove.
+       (install-man): Revert 2012-10-21 change.  (Bug#12713)
+
+2012-10-21  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-etc): Don't install emacs22 icons.
+
+       * Makefile.in (emacs_transform): New variable.
+       (install-etc): Prefer a make variable to a shell variable.
 
 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 ;; 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.