aboutsummaryrefslogtreecommitdiffstats
path: root/src/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 /src/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 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6ac67ca5592..1527c98f052 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-03-28 Glenn Morris <rgm@gnu.org>
2
3 * emacs.c (syms_of_emacs) <system-configuration-features>: New var.
4
12014-03-27 Paul Eggert <eggert@cs.ucla.edu> 52014-03-27 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Port recent signal-related changes to FreeBSD. 7 Port recent signal-related changes to FreeBSD.