emacs/lisp/erc
Paul Eggert 65f692658e Deterministic build improvements
* configure.ac (BUILD_DETAILS): Rename from DETERMINISTIC_DUMP,
and negate its sense.  Use it via AC_SUBST, not AC_DEFINE,
and have its value be either empty or --no-build-details.
All uses changed.  Change option to --disable-build-details.
* doc/lispref/cmdargs.texi (Initial Options):
Document --no-build-details.
* doc/lispref/internals.texi (Building Emacs):
* etc/NEWS:
Document --disable-build-details.
* doc/lispref/intro.texi (Version Info): Say that
emacs-build-time can be nil.
* lisp/erc/erc-compat.el (erc-emacs-build-time):
Now nil if details are omitted.
* lisp/erc/erc.el (erc-cmd-SV):
* lisp/version.el (emacs-build-time):
Now nil if no build details.
(emacs-version):
Output build time only if build details.
* src/Makefile.in (BUILD_DETAILS): New macro.
(temacs, bootstrap-emacs): Use it.
* src/emacs.c (build_details): New var.
(standard_args, main): Support --no-build-details.
(Vdeterministic_dump): Remove; all uses replaced
by !build_details.
(syms_of_emacs): Set Vbuild_details to a boolean, not
to a Lisp_Object.
* src/lisp.h (build_details): New decl.
* src/sysdep.c (init_system_name): When !build_details,
set system-name to nil, not to "elided".
2016-03-02 10:24:11 -08:00
..
ChangeLog.1 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.2 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-autoaway.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-backend.el Merge from origin/emacs-25 2016-02-03 23:56:08 -08:00
erc-button.el Make erc work when subword-mode is switched on 2016-02-04 14:24:18 +11:00
erc-capab.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-compat.el Deterministic build improvements 2016-03-02 10:24:11 -08:00
erc-dcc.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-desktop-notifications.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-ezbounce.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-fill.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-goodies.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-ibuffer.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-identd.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-imenu.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-join.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-lang.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-list.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-log.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-match.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-menu.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-netsplit.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-networks.el Improve the custom type of some user options. 2016-01-30 11:51:10 -08:00
erc-notify.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-page.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-pcomplete.el Make complection in erc use consistent casing 2016-02-04 17:03:34 +11:00
erc-replace.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-ring.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-services.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-sound.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-speedbar.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-spelling.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-stamp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-track.el Make tracking faces in Emacs work more reliably 2016-02-04 16:49:42 +11:00
erc-truncate.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-xdcc.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc.el Deterministic build improvements 2016-03-02 10:24:11 -08:00