diff options
author | Glenn Morris <rgm@gnu.org> | 2012-09-16 17:56:08 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-09-16 17:56:08 -0700 |
commit | 78f83752f50a2aa9944e60a5aceac4015eb3ca58 (patch) | |
tree | 48c1ff5a6e08a5d69ef36593de966018f229b01e /nextstep/ChangeLog | |
parent | 48093eb9bca47488b6867e53a12e7cac37d6f5a6 (diff) | |
download | emacs-78f83752f50a2aa9944e60a5aceac4015eb3ca58.tar.gz |
Reduce the number of versioned files storing the short copyright string
* configure.ac (copyright): New output variable.
(COPYRIGHT): New AC_DEFINE.
* admin/admin.el (set-copyright): No more need to set copyrights for
nextstep, or .c files. Add configure.ac and config.nt.
* lib-src/ebrowse.c (version):
* lib-src/etags.c (print_version): Use COPYRIGHT.
* nextstep/templates/Info-gnustep.plist.in:
* nextstep/templates/InfoPlist.strings.in:
* nextstep/templates/Info.plist.in: Let configure set copyright.
* nt/config.nt (COPYRIGHT): New.
* src/emacs.c: Use COPYRIGHT.
Diffstat (limited to 'nextstep/ChangeLog')
-rw-r--r-- | nextstep/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index be73bc1f168..53f42c97716 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog @@ -1,3 +1,8 @@ +2012-09-17 Glenn Morris <rgm@gnu.org> + + * templates/Info-gnustep.plist.in, templates/InfoPlist.strings.in: + * templates/Info.plist.in: Let configure set copyright. + 2012-09-16 Glenn Morris <rgm@gnu.org> * Makefile.in: New file. |