From fd3bcfa36ec542fbca8cf5cc7c8b196e8baf8810 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 8 Jul 2017 13:02:47 +0300 Subject: Update Unicode data and files to Unicode 10.0 * admin/notes/unicode: * admin/unidata/README: * admin/unidata/BidiBrackets.txt: * admin/unidata/BidiMirroring.txt: * admin/unidata/Blocks.txt: * admin/unidata/IVD_Sequences.txt: * admin/unidata/NormalizationTest.txt: * admin/unidata/SpecialCasing.txt: * admin/unidata/UnicodeData.txt: * lisp/international/characters.el: * lisp/international/fontset.el (script-representative-chars): * lisp/international/mule-cmds.el (ucs-names): Update per Unicode 10.0. --- admin/notes/unicode | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'admin/notes') diff --git a/admin/notes/unicode b/admin/notes/unicode index 0d6c6af015f..8284e1b44cf 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode @@ -15,9 +15,10 @@ Emacs uses the following files from the Unicode Character Database . BidiBrackets.txt . IVD_Sequences.txt . NormalizationTest.txt + . SpecialCasing.txt . BidiCharacterTest.txt -First, the first 6 files need to be copied into admin/unidata/, and +First, the first 7 files need to be copied into admin/unidata/, and then Emacs should be rebuilt for them to take effect. Rebuilding Emacs updates several derived files elsewhere in the Emacs source tree, mainly in lisp/international/. -- cgit v1.2.1 From be79366410703a788c3c8ce7951e89bc9dfdac88 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 18 Jul 2017 22:40:23 +0200 Subject: * admin/notes/hydra: Mention environment variable EMACS_HYDRA_CI. --- admin/notes/hydra | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'admin/notes') diff --git a/admin/notes/hydra b/admin/notes/hydra index d5959354b08..2cd4dbcb966 100644 --- a/admin/notes/hydra +++ b/admin/notes/hydra @@ -8,6 +8,7 @@ NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA A continuous build for Emacs can be found at http://hydra.nixos.org/jobset/gnu/emacs-trunk http://hydra.nixos.org/jobset/gnu/emacs-24 +http://hydra.nixos.org/jobset/gnu/emacs-25 * It builds Emacs on various platforms. Sometimes jobs fail due to hydra problems rather than Emacs problems. @@ -43,6 +44,11 @@ http://git.savannah.gnu.org/cgit/hydra-recipes.git/tree/emacs To modify the build job, email the patch to hydra-users@gnu.org. The build recipes are written in the Nix language. +* Identifying hydra +Lisp packages, Makefiles, scripts, and other software could determine +whether they run on hydra by checking for the environment variable +EMACS_HYDRA_CI. + * Other Information For a list of other GNU packages that have a continuous build on Hydra, see http://hydra.nixos.org/project/gnu -- cgit v1.2.1 From 458057ee29bae8ca450d11905130e90fbe40d727 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 19 Jul 2017 11:34:29 +0200 Subject: ; Editorial changes in admin/notes/hydra --- admin/notes/hydra | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'admin/notes') diff --git a/admin/notes/hydra b/admin/notes/hydra index 2cd4dbcb966..66d34209e20 100644 --- a/admin/notes/hydra +++ b/admin/notes/hydra @@ -6,14 +6,14 @@ See the end of the file for license conditions. NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA A continuous build for Emacs can be found at -http://hydra.nixos.org/jobset/gnu/emacs-trunk -http://hydra.nixos.org/jobset/gnu/emacs-24 -http://hydra.nixos.org/jobset/gnu/emacs-25 +https://hydra.nixos.org/jobset/gnu/emacs-trunk +https://hydra.nixos.org/jobset/gnu/emacs-24 +https://hydra.nixos.org/jobset/gnu/emacs-25 * It builds Emacs on various platforms. Sometimes jobs fail due to hydra problems rather than Emacs problems. Eg it seems like the cygwin build will never work again. -http://lists.gnu.org/archive/html/hydra-users/2013-08/msg00000.html +https://lists.gnu.org/archive/html/hydra-users/2013-08/msg00000.html * Mail notifications In addition to the web interface, Hydra can send notifications by @@ -22,7 +22,7 @@ SUCCEEDED to FAILED. It sends notifications about build status in Emacs trunk to emacs-buildstatus@gnu.org. If you want to receive these notifications, please subscribe at -http://lists.gnu.org/mailman/listinfo/emacs-buildstatus +https://lists.gnu.org/mailman/listinfo/emacs-buildstatus * The Emacs jobset consists of the following jobs: @@ -32,14 +32,15 @@ by running make-dist to create a tarball. If this job fails, all the others will too (because they use the tarball as input). ** The 'build' job -which starts from the tarball and does a normal build +which starts from the tarball and does a normal build. ** The 'coverage' job -does a gcov build and then runs 'make check'. Fails if any test fails. +does a gcov build and then runs 'make check-expensive'. Fails if any +test fails. * Nix expressions The recipe for GNU Emacs are available via Git: -http://git.savannah.gnu.org/cgit/hydra-recipes.git/tree/emacs +https://git.savannah.gnu.org/cgit/hydra-recipes.git/tree/emacs To modify the build job, email the patch to hydra-users@gnu.org. The build recipes are written in the Nix language. @@ -51,9 +52,9 @@ EMACS_HYDRA_CI. * Other Information For a list of other GNU packages that have a continuous build on -Hydra, see http://hydra.nixos.org/project/gnu +Hydra, see https://hydra.nixos.org/project/gnu -See http://www.gnu.org/software/devel.html#Hydra for more information. +See https://www.gnu.org/software/devel.html#Hydra for more information. This file is part of GNU Emacs. -- cgit v1.2.1 From 8c09f11a328223aec4a7c198c99b348e75b78e9b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 20 Jul 2017 14:00:27 -0400 Subject: * admin/notes/hydra: Small updates. --- admin/notes/hydra | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'admin/notes') diff --git a/admin/notes/hydra b/admin/notes/hydra index 66d34209e20..4c1944a57da 100644 --- a/admin/notes/hydra +++ b/admin/notes/hydra @@ -7,13 +7,11 @@ NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA A continuous build for Emacs can be found at https://hydra.nixos.org/jobset/gnu/emacs-trunk -https://hydra.nixos.org/jobset/gnu/emacs-24 -https://hydra.nixos.org/jobset/gnu/emacs-25 * It builds Emacs on various platforms. Sometimes jobs fail due to hydra problems rather than Emacs problems. -Eg it seems like the cygwin build will never work again. -https://lists.gnu.org/archive/html/hydra-users/2013-08/msg00000.html +Eg it seems like the darwin build will never work again. +https://lists.gnu.org/archive/html/hydra-users/2016-01/msg00000.html * Mail notifications In addition to the web interface, Hydra can send notifications by -- cgit v1.2.1