aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorYuan Fu2022-10-05 14:22:03 -0700
committerYuan Fu2022-10-05 14:22:03 -0700
commit7ebbd4efc3d45403cf845d35c36c21756baeeba8 (patch)
treef53223ce7dbd64c079aced6e1a77964d1a8eaa3f /admin/notes
parentcb183f6467401fb5ed2b7fc98ca75be9d943cbe3 (diff)
parent95efafb72664049f8ac825047df3645656cf76f4 (diff)
downloademacs-7ebbd4efc3d45403cf845d35c36c21756baeeba8.tar.gz
emacs-7ebbd4efc3d45403cf845d35c36c21756baeeba8.zip
Merge branch 'master' into feature/tree-sitter
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/repo11
-rw-r--r--admin/notes/unicode4
-rw-r--r--admin/notes/www4
3 files changed, 14 insertions, 5 deletions
diff --git a/admin/notes/repo b/admin/notes/repo
index f6004a97db1..c2d7f993a02 100644
--- a/admin/notes/repo
+++ b/admin/notes/repo
@@ -124,6 +124,11 @@ This ChangeLog file is not put into the repository.
124'make change-history' copies all newer ChangeLog entries into the 124'make change-history' copies all newer ChangeLog entries into the
125start of the newest ChangeLog history file. These ChangeLog entries 125start of the newest ChangeLog history file. These ChangeLog entries
126are thereafter considered to be old, so later uses of 'make ChangeLog' 126are thereafter considered to be old, so later uses of 'make ChangeLog'
127and/or 'make change-history' will no longer copy the entries. To 127and/or 'make change-history' will no longer copy the entries.
128alter ChangeLog history, run 'make change-history', then edit 128
129the ChangeLog history files manually and commit your changes. 129To alter ChangeLog history, run 'make change-history' and commit the
130changes made by that command. Then edit the ChangeLog history files
131manually and commit those changes in a second, distinct commit.
132Altering ChangeLog history like this can make things harder for those
133who handle merging branches and Emacs releases, so reserve it for
134correcting more serious mistakes.
diff --git a/admin/notes/unicode b/admin/notes/unicode
index f699f4fb1c0..014bfb9b0d5 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -103,6 +103,10 @@ modified to follow suit. If there's trailing whitespace in
103BidiCharacterTest.txt, it should be removed before committing the new 103BidiCharacterTest.txt, it should be removed before committing the new
104version. 104version.
105 105
106src/macuvs.h is a generated file, but if it has changed as a result
107of the updates, please commit it as well (see
108admin/unidata/Makefile.in for an explanation).
109
106Visit "emoji-data.txt" with the rebuilt Emacs, and check that an 110Visit "emoji-data.txt" with the rebuilt Emacs, and check that an
107appropriate font is being used for the emoji (by default Emacs uses 111appropriate font is being used for the emoji (by default Emacs uses
108"Noto Color Emoji"). Running the following command in that buffer 112"Noto Color Emoji"). Running the following command in that buffer
diff --git a/admin/notes/www b/admin/notes/www
index 61a80e3d196..d1a8f0637ff 100644
--- a/admin/notes/www
+++ b/admin/notes/www
@@ -26,7 +26,7 @@ more specialized, alternative to M-x vc-dir.
26* Manual pages 26* Manual pages
27 27
28The scripts admin/make-manuals, admin/upload-manuals can be used to do 28The scripts admin/make-manuals, admin/upload-manuals can be used to do
29a complete update of the on-line manual pages (eg after a release). 29a complete update of the on-line manual pages (e.g. after a release).
30 30
31* Renaming pages, redirects 31* Renaming pages, redirects
32 32
@@ -99,7 +99,7 @@ https://lists.gnu.org/r/bug-gnulib/2012-12/msg00072.html
99To use something other than CVS, convert the web-pages CVS repository 99To use something other than CVS, convert the web-pages CVS repository
100to the other VCS, then set up a two-way sync between them. 100to the other VCS, then set up a two-way sync between them.
101It needs to be two-way in case eg GNU webmasters make a change to the CVS. 101It needs to be two-way in case eg GNU webmasters make a change to the CVS.
102Ref eg 102Ref e.g.
103https://github.com/mikjo/bigitr 103https://github.com/mikjo/bigitr
104https://lists.gnu.org/r/savannah-hackers-public/2013-04/msg00022.html 104https://lists.gnu.org/r/savannah-hackers-public/2013-04/msg00022.html
105 105