]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
* Makefile.in (EMACS_NAME): New variable.
[gnu-emacs] / ChangeLog
index c7fcd319af2297facc1033da8f64113eb69f3398..d4aa9c935ea7da63d65cfb74558675893c3bc256 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,37 @@
-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.
+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>