diff options
| author | Glenn Morris | 2014-03-28 19:11:39 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-03-28 19:11:39 -0400 |
| commit | 7b207d6d4f2de3ee07ffc8b02464c2b186372970 (patch) | |
| tree | 2959adcd53ac15407d309e96af64c124b1949083 /src/ChangeLog | |
| parent | 32544aa4133c3446f0b83e5b58a5ad7213534c55 (diff) | |
| download | emacs-7b207d6d4f2de3ee07ffc8b02464c2b186372970.tar.gz emacs-7b207d6d4f2de3ee07ffc8b02464c2b186372970.zip | |
Improve usage of AC_INIT
* configure.ac (AC_INIT): Add "GNU" in package, add bug address.
(PACKAGE_BUGREPORT): Use it.
* src/emacs.c (emacs_version): Use PACKAGE_VERSION rather than VERSION.
(emacs_bugreport): New variable.
(usage_message): Use PACKAGE_BUGREPORT.
(syms_of_emacs) <report-emacs-bug-address>: New variable.
* lisp/cus-start.el (report-emacs-bug-address): Set custom properties.
* lisp/mail/emacsbug.el (report-emacs-bug-address):
Variable is now defined in emacs.c.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1527c98f052..3241d3953c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2014-03-28 Glenn Morris <rgm@gnu.org> | 1 | 2014-03-28 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs.c (emacs_version): Use PACKAGE_VERSION rather than VERSION. | ||
| 4 | (emacs_bugreport): New variable. | ||
| 5 | (usage_message): Use PACKAGE_BUGREPORT. | ||
| 6 | (syms_of_emacs) <report-emacs-bug-address>: New variable. | ||
| 7 | |||
| 3 | * emacs.c (syms_of_emacs) <system-configuration-features>: New var. | 8 | * emacs.c (syms_of_emacs) <system-configuration-features>: New var. |
| 4 | 9 | ||
| 5 | 2014-03-27 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2014-03-27 Paul Eggert <eggert@cs.ucla.edu> |