- 11 Jan, 2016 3 commits
-
-
Norbert Koch authored
-
Norbert Koch authored
-
Norbert Koch authored
-
- 15 May, 2014 4 commits
-
-
Norbert Koch authored
-
Norbert Koch authored
-
Norbert Koch authored
-
Norbert Koch authored
-
- 13 May, 2014 1 commit
-
-
Jerry James authored
In addition: - Restore CVS keyword expansions that were lost during the switch to Mercurial - Update texinfo sources for texinfo 5.x See <CAHCOHQmqMvFtLqEt6M+w4vFyq9=e+i1Uy8zaQcUeAjeV3F9uWQ@mail.gmail.com> in xemacs-patches and followups for details.
-
- 03 Sep, 2011 1 commit
-
-
cvs2hg authored
-
- 02 Oct, 2009 1 commit
-
-
viteno authored
-
- 01 Oct, 2009 1 commit
-
-
aidan authored
-
- 31 Oct, 2003 1 commit
-
-
viteno authored
-
- 19 Oct, 2003 1 commit
-
-
viteno authored
-
- 18 Oct, 2003 1 commit
-
-
adrian authored
-------------------- ChangeLog entries follow: -------------------- xemacs-packages/build/ChangeLog addition: 2003-10-18 Adrian Aichner <adrian@xemacs.org> * build-report.el: Update copyright years. * build-report.el (build-report-keep-regexp): Update build-report.el for test harness output. * build-report.el (build-report-delete-regexp): Ditto. * build-report.el (build-report-installation-data): Handle builds of non-beta versions. * build-report.el (build-report-version-file-data): Ditto.
-
- 13 Oct, 2003 3 commits
- 12 Oct, 2003 1 commit
-
-
adrian authored
-------------------- ChangeLog entries follow: -------------------- xemacs-packages/build/ChangeLog addition: 2003-10-12 Adrian Aichner <adrian@xemacs.org> * build.texi: Add dircategory Emacs. * build.texi (Top): Move from incorrect use of @var to correct use of @code. * build.texi (Build Overview): Ditto. * build.texi (Build Installation): Ditto. * build.texi (Build XEmacs From CVS): Ditto. * build.texi (Build XEmacs From Tarballs): Ditto. * build.texi (Build XEmacs With GNU Tools): Ditto.
-
- 21 Mar, 2003 2 commits
-
-
ben authored
package Makefile overhaul -- remove explicit targets, explicit specification of generated .el files, etc; all is done using directives [i.e. variables], as documented in XEmacs.rules
-
ben authored
package Makefile overhaul -- remove explicit targets, explicit specification of generated .el files, etc; all is done using directives [i.e. variables], as documented in XEmacs.rules
-
- 12 Jan, 2003 1 commit
-
-
rendhalver authored
-
- 11 Jan, 2003 1 commit
-
-
adrian authored
-------------------- ChangeLog entries follow: -------------------- xemacs-packages/build/ChangeLog addition: 2003-01-11 Adrian Aichner <adrian@xemacs.org> * Makefile (AUTHOR_VERSION): Increment. * build.el: Remove commented code. * build.el (build): Provide package before requiring others. * build.el (build-cvs-get-branch-and-release-tags): Use temp buffer to avoid changing directory of current buffer. * build.el (build-cvs-xemacs-release): Improve docstring. * build.el (build-from-CVS): Improve "Go Back" button notify function. * build.el (build-from-tarballs): Ditto. * build.el (build-with-GNU): Ditto. * build.el (build-with-MS): Ditto. * build.el (build-build-report): Ditto.
-
- 02 Jan, 2003 1 commit
-
-
rendhalver authored
-
- 17 Dec, 2002 1 commit
-
-
adrian authored
-------------------- ChangeLog entries follow: -------------------- ChangeLog addition: 2002-12-17 Adrian Aichner <adrian@xemacs.org> * Makefile (INFO_FILES): build.texi is still on top-level. * Makefile (html): Ditto.
-
- 16 Dec, 2002 1 commit
-
-
adrian authored
-------------------- ChangeLog entries follow: -------------------- ChangeLog addition: 2002-12-17 Adrian Aichner <adrian@xemacs.org> * Makefile (compile): Use $(INFO_DEP) dependency to make info documentaion.
-
- 15 Dec, 2002 2 commits
- 14 Dec, 2002 1 commit
-
-
adrian authored
-------------------- ChangeLog entries follow: -------------------- ChangeLog addition: 2002-12-14 Adrian Aichner <adrian@xemacs.org> * Makefile (AUTHOR_VERSION): Increment. * Makefile (ELCS): Include build-report.el * Makefile (HTML_FILES): Removed. * Makefile (HTML_DEP): Removed. * Makefile (INFO_DEP): New. * Makefile (all): Removed. * Makefile (compile): Use info target instead of INFO_FILES. * Makefile (html): New. * build.el: Move defuns and defcustoms to make package work in vanilla XEmacs. Update CVS release tags in `build-from-CVS', istead of defcustom.
-
- 08 Dec, 2002 1 commit
-
-
scop authored
-
- 07 Dec, 2002 2 commits
- 06 Dec, 2002 2 commits
-
-
cvs2hg authored
-
rendhalver authored
-
- 26 Nov, 2002 1 commit
-
-
adrian authored
-------------------- ChangeLog entries follow: -------------------- xemacs-packages/build/ChangeLog addition: 2002-11-26 Adrian Aichner <adrian@xemacs.org> * build-report.el: Sync with XEmacs core improvements. * build-report.el (build-report-installation-version-regexp): Support xemacs_extra_name. * build-report.el (build-report-version-file-regexp): Ditto. * build-report.el (build-report-keep-regexp): Add useful stuff. * build-report.el (build-report-delete-regexp): Don't delete successful tests. * build-report.el (build-report-make-output-files): Typo fix. * build-report.el (build-report): Sync docstring from core. * build-report.el (build-report-installation-data): Support xemacs_extra_name. Default missing version information components by defaulting to "". * build-report.el (build-report-version-file-data): Ditto. * build.el: * build.el (build-call-process): Moved. * build.el (build-compilation-mode-hook): Include time zone information. * build.el (build-cvs-get-branch-and-release-tags): New. Retrieve release tags from version.sh via CVS. * build.el (build-cvs-xemacs-release): Remove static definition in favor of `build-cvs-get-branch-and-release-tags'. * build.el (build-cvs-login): Fix bug in build-cvs-available-p house-keeping. * build.el (build-tarball-site): Generate list dynamically from `package-get-download-sites'. Unification! * build.el (build-with-MS-make-options): Fix default value. * build.el (build-with-GNU): Set `build-report-installation-file' and `build-report-version-file'. * build.el (build-with-MS): Set `build-report-installation-file' in addtion to `build-report-version-file'. Tell user not to forget saving config.inc.
-
- 17 Oct, 2002 1 commit
-
-
scop authored
-
- 11 Aug, 2002 3 commits
-
-
cvs2hg authored
-
cvs2hg authored
-
rendhalver authored
-
- 10 Aug, 2002 2 commits
-
-
adrian authored
-------------------- ChangeLog entries follow: -------------------- xemacs-packages/build/ChangeLog addition: 2002-08-10 Adrian Aichner <adrian@xemacs.org> * build.el (build): Save build-settings to custom-file.
-
adrian authored
-------------------- ChangeLog entries follow: -------------------- xemacs-packages/build/ChangeLog addition: 2002-08-10 Adrian Aichner <adrian@xemacs.org> * build.texi: Add some index and section entries. Change button documentation from [Back] and [Go Back]. * build.texi (Saving Multiple Build Settings): New.
-