aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-06-01 11:26:21 -0700
committerPaul Eggert2012-06-01 11:26:21 -0700
commit501390c597d59696e25b5c35142f6da9ce83fdf3 (patch)
tree22e54bb2ff44e05bf480cbd67dfd0a6e22e334f7 /ChangeLog
parentbd56924f27bc0d56a21664fdb8a954e97842a270 (diff)
downloademacs-501390c597d59696e25b5c35142f6da9ce83fdf3.tar.gz
emacs-501390c597d59696e25b5c35142f6da9ce83fdf3.zip
Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
It is confusingly named and rarely useful. See, for example, <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>. * INSTALL.BZR: Don't mention --disable-maintainer-mode. * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed. * configure.in: Remove --disable-maintainer-mode. (USE_MAINTAINER_MODE, MAINT): Remove. * admin/make-tarball.txt: Don't worry about maintainer mode. * etc/NEWS: Mention this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef790cd8d30..95d9ecbf01b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
12012-06-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
4 It is confusingly named and rarely useful. See, for example,
5 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
6 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
7 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
8 * configure.in: Remove --disable-maintainer-mode.
9 (USE_MAINTAINER_MODE, MAINT): Remove.
10
12012-05-28 Paul Eggert <eggert@cs.ucla.edu> 112012-05-28 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 Make 'configure' a bit smaller and faster. 13 Make 'configure' a bit smaller and faster.