aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-03-28 18:03:42 -0400
committerGlenn Morris2014-03-28 18:03:42 -0400
commitc3153003fb0bfeef7ade4c060501c23f0556195d (patch)
tree2d3f91edf8be318028068b4566051a31df01fec3 /ChangeLog
parent687e0e19ae4dbd1a6fc3f6d3d21fd6b754e7589d (diff)
downloademacs-c3153003fb0bfeef7ade4c060501c23f0556195d.tar.gz
emacs-c3153003fb0bfeef7ade4c060501c23f0556195d.zip
Add system-configuration-features, summarising some configure results
* configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency. (EMACS_CONFIG_FEATURES): New define. * src/emacs.c (syms_of_emacs) <system-configuration-features>: New var. * lisp/mail/emacsbug.el (report-emacs-bug): Include system-configuration-features. * etc/NEWS: Mention this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index adc1768b0ce..f8c4c599cd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12014-03-28 Glenn Morris <rgm@gnu.org>
2
3 * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
4 (EMACS_CONFIG_FEATURES): New define.
5
12014-03-27 Paul Eggert <eggert@cs.ucla.edu> 62014-03-27 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * configure.ac: Suggest './configure MAKE=gmake' in diagnostic. 8 * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.