aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-11-22 15:46:22 +0100
committerJoakim Verona2011-11-22 15:46:22 +0100
commita9c1e05adddf6011c61c0df582c5f2ed423f35c8 (patch)
tree489fac119296416ba2f3530fd3bcb70efbbbdaa6 /ChangeLog
parent40bb789236e486a3f36eefb2840c293369ce2af3 (diff)
parentb5afc20930c91159a1cbf629bcaa7e251653dc74 (diff)
downloademacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.tar.gz
emacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.zip
upstream
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 22 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 34039b3860c..0232a3f8415 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
12011-11-22 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
4 have confusing effects on the build. (Bug#6401)
5
6 * Makefile.in (install-arch-dep): Tweak previous change.
7
82011-11-22 Yavor Doganov <yavor@gnu.org>
9
10 Do not install arch-dependent files in the app bundle if
11 --disable-ns-self-contained is requested. (Bug#1335)
12 * configure.in (exec_prefix, libexecdir): Define relative to
13 `ns_appbindir' only if configured for a self-contained app.
14 * Makefile.in (install-arch-dep): Test for the existence of
15 libexec in the Emacs.app bundle before executing commands.
16
172011-11-20 Andreas Schwab <schwab@linux-m68k.org>
18
19 * configure.in: Remove reference to src/m/ibms390.h.
20
12011-11-13 Glenn Morris <rgm@gnu.org> 212011-11-13 Glenn Morris <rgm@gnu.org>
2 22
3 * INSTALL: Tiny updates for disk space used during installation. 23 * INSTALL: Tiny updates for disk space used during installation.
@@ -689,7 +709,7 @@
689 * autogen/Makefile.in: Add auto-updated generated files. 709 * autogen/Makefile.in: Add auto-updated generated files.
690 * autogen.sh: No longer a no-op, now it tests for autotools 710 * autogen.sh: No longer a no-op, now it tests for autotools
691 and runs them as necessary. 711 and runs them as necessary.
692 * configure.in: Defaule maintainer-mode to on. 712 * configure.in: Default maintainer-mode to on.
693 * aclocal.m4, configure, lib/Makefile.in: Remove files. 713 * aclocal.m4, configure, lib/Makefile.in: Remove files.
694 714
6952011-03-13 Paul Eggert <eggert@cs.ucla.edu> 7152011-03-13 Paul Eggert <eggert@cs.ucla.edu>
@@ -9711,7 +9731,7 @@
9711 paths.h.in, Makefile.in in src. 9731 paths.h.in, Makefile.in in src.
9712 9732
9713 * configure: Delete .tmp files before creating them; don't bother 9733 * configure: Delete .tmp files before creating them; don't bother
9714 trying to make final targets writeable first, since it won't 9734 trying to make final targets writable first, since it won't
9715 matter to move-if-change. 9735 matter to move-if-change.
9716 9736
97171992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu) 97371992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)