diff src/ChangeLog @ 975:151d438d2d55

[xemacs-hg @ 2002-08-28 05:36:20 by youngs] 2002-08-16 Steve Youngs <youngs@xemacs.org> * version.sh (xemacs_extra_name): New var to identify XEmacs version > release < next release. ie, release+cvs. * configure.in: Test for xemacs_extra_name. * configure: Re-generate. 2002-08-16 Steve Youngs <youngs@xemacs.org> * build-report.el (build-report-installation-version-regexp): Update to cater for 'xemacs-extra-name'. (build-report-version-file-regexp): Ditto. (build-report): Ditto. (build-report-installation-data): Ditto. (build-report-version-file-data): Ditto. * version.el (emacs-version): Test for 'xemacs-extra-name'. 2002-08-16 Steve Youngs <youngs@xemacs.org> * config.h.in (XEMACS_EXTRA_NAME): New. * emacs.c (vars_of_emacs): Use it.
author youngs
date Wed, 28 Aug 2002 05:36:34 +0000
parents 3fd7fb7868b3
children 13e47461d509
line wrap: on
line diff
--- a/src/ChangeLog	Sat Aug 24 10:23:48 2002 +0000
+++ b/src/ChangeLog	Wed Aug 28 05:36:34 2002 +0000
@@ -1,3 +1,9 @@
+2002-08-16  Steve Youngs  <youngs@xemacs.org>
+
+	* config.h.in (XEMACS_EXTRA_NAME): New.
+
+	* emacs.c (vars_of_emacs): Use it.
+
 2002-08-22  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* eval.c (do_autoload): GCPRO both arguments and a local Lisp_Object.