diff options
| author | Yuan Fu | 2022-10-05 14:22:03 -0700 |
|---|---|---|
| committer | Yuan Fu | 2022-10-05 14:22:03 -0700 |
| commit | 7ebbd4efc3d45403cf845d35c36c21756baeeba8 (patch) | |
| tree | f53223ce7dbd64c079aced6e1a77964d1a8eaa3f /admin/notes | |
| parent | cb183f6467401fb5ed2b7fc98ca75be9d943cbe3 (diff) | |
| parent | 95efafb72664049f8ac825047df3645656cf76f4 (diff) | |
| download | emacs-7ebbd4efc3d45403cf845d35c36c21756baeeba8.tar.gz emacs-7ebbd4efc3d45403cf845d35c36c21756baeeba8.zip | |
Merge branch 'master' into feature/tree-sitter
Diffstat (limited to 'admin/notes')
| -rw-r--r-- | admin/notes/repo | 11 | ||||
| -rw-r--r-- | admin/notes/unicode | 4 | ||||
| -rw-r--r-- | admin/notes/www | 4 |
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 |
| 125 | start of the newest ChangeLog history file. These ChangeLog entries | 125 | start of the newest ChangeLog history file. These ChangeLog entries |
| 126 | are thereafter considered to be old, so later uses of 'make ChangeLog' | 126 | are thereafter considered to be old, so later uses of 'make ChangeLog' |
| 127 | and/or 'make change-history' will no longer copy the entries. To | 127 | and/or 'make change-history' will no longer copy the entries. |
| 128 | alter ChangeLog history, run 'make change-history', then edit | 128 | |
| 129 | the ChangeLog history files manually and commit your changes. | 129 | To alter ChangeLog history, run 'make change-history' and commit the |
| 130 | changes made by that command. Then edit the ChangeLog history files | ||
| 131 | manually and commit those changes in a second, distinct commit. | ||
| 132 | Altering ChangeLog history like this can make things harder for those | ||
| 133 | who handle merging branches and Emacs releases, so reserve it for | ||
| 134 | correcting 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 | |||
| 103 | BidiCharacterTest.txt, it should be removed before committing the new | 103 | BidiCharacterTest.txt, it should be removed before committing the new |
| 104 | version. | 104 | version. |
| 105 | 105 | ||
| 106 | src/macuvs.h is a generated file, but if it has changed as a result | ||
| 107 | of the updates, please commit it as well (see | ||
| 108 | admin/unidata/Makefile.in for an explanation). | ||
| 109 | |||
| 106 | Visit "emoji-data.txt" with the rebuilt Emacs, and check that an | 110 | Visit "emoji-data.txt" with the rebuilt Emacs, and check that an |
| 107 | appropriate font is being used for the emoji (by default Emacs uses | 111 | appropriate 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 | ||
| 28 | The scripts admin/make-manuals, admin/upload-manuals can be used to do | 28 | The scripts admin/make-manuals, admin/upload-manuals can be used to do |
| 29 | a complete update of the on-line manual pages (eg after a release). | 29 | a 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 | |||
| 99 | To use something other than CVS, convert the web-pages CVS repository | 99 | To use something other than CVS, convert the web-pages CVS repository |
| 100 | to the other VCS, then set up a two-way sync between them. | 100 | to the other VCS, then set up a two-way sync between them. |
| 101 | It needs to be two-way in case eg GNU webmasters make a change to the CVS. | 101 | It needs to be two-way in case eg GNU webmasters make a change to the CVS. |
| 102 | Ref eg | 102 | Ref e.g. |
| 103 | https://github.com/mikjo/bigitr | 103 | https://github.com/mikjo/bigitr |
| 104 | https://lists.gnu.org/r/savannah-hackers-public/2013-04/msg00022.html | 104 | https://lists.gnu.org/r/savannah-hackers-public/2013-04/msg00022.html |
| 105 | 105 | ||