aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPo Lu2024-08-29 08:53:52 +0800
committerPo Lu2024-08-29 08:53:52 +0800
commit413489fe80a4736d6dc026cfc3b6d2ce3af44005 (patch)
treebadcfd28962a0dbc06f04c624916a8e5eb71140b /admin
parente97ab1c41332e179939f457cc010a606a5124ff8 (diff)
parente6c72aec9d7eba8f3312811a1b6dc925850460f4 (diff)
downloademacs-413489fe80a4736d6dc026cfc3b6d2ce3af44005.tar.gz
emacs-413489fe80a4736d6dc026cfc3b6d2ce3af44005.zip
Merge from savannah/emacs-30
e6c72aec9d7 ; Fix typos 9ffa38d3925 Eglot: fix completion highlighting (bug#72824) d6880bc24dd ; * admin/make-tarball.txt: Document gotcha. afee71273b7 Discuss commit log messages on feature branches 77302ccb6aa * admin/authors.el (authors-fixed-entries): Update docstr... 3a4839d1427 More consistent treesit-forward-sexp around comments (bug... 31293155879 Improve php-ts-mode font lock and support latest grammar ... b8c05d73a11 Fix tree-sitter local parser overlay cleanup routine aa6ed7f67ec Fix copyright years by hand (Bug#72809)
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el7
-rw-r--r--admin/codespell/codespell.exclude59
-rw-r--r--admin/codespell/codespell.ignore3
-rw-r--r--admin/make-tarball.txt5
-rw-r--r--admin/notes/git-workflow14
5 files changed, 85 insertions, 3 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 9043b5f3840..75843e259ae 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -910,8 +910,11 @@ Changes to files in this list are not listed.")
910 ("Garrett Wollman" :changed "sendmail.el") 910 ("Garrett Wollman" :changed "sendmail.el")
911 ("Dale R. Worley" :changed "mail-extr.el") 911 ("Dale R. Worley" :changed "mail-extr.el")
912 ("Jamie Zawinski" :changed "bytecode.c" :wrote "tar-mode.el" 912 ("Jamie Zawinski" :changed "bytecode.c" :wrote "tar-mode.el"
913 :cowrote "disass.el")) 913 :cowrote "disass.el")
914 "Actions taken from the original, manually (un)maintained AUTHORS file.") 914 ("Andrea Corallo" :wrote "comp.c"))
915 "Manual fixes to the list of actions taken.
916These are mostly taken from the original, manually (un)maintained
917AUTHORS file. There are also some more recent manual additions.")
915 918
916 919
917(defconst authors-valid-file-names 920(defconst authors-valid-file-names
diff --git a/admin/codespell/codespell.exclude b/admin/codespell/codespell.exclude
index 02b7c84c2f4..1dc4fb8f014 100644
--- a/admin/codespell/codespell.exclude
+++ b/admin/codespell/codespell.exclude
@@ -1685,3 +1685,62 @@ argument \\='general-category, is Decimal_Numbers (Nd). It returns
1685 ("ro" :default "Continuare de pe pagina precedentă") 1685 ("ro" :default "Continuare de pe pagina precedentă")
1686 ("ro" :default "Continuare pe pagina următoare") 1686 ("ro" :default "Continuare pe pagina următoare")
1687;; avk@rtsg.mot.com (Andrew V. Klein) for a Dired tip. 1687;; avk@rtsg.mot.com (Andrew V. Klein) for a Dired tip.
1688Mitchell, Gergely Nagy, Michael Olson, Per Persson, Jorgen Sch@"afer,
1689Fran@,{c}ois Pinard, Greg McGary, and Bruno Haible wrote @file{po.el},
1690Pieri, Fred Pierresteguy, Fran@,{c}ois Pinard, Daniel Pittman, Christian
1691Timo Savola, Jorgen Sch@"afer, Holger Schauer, William Schelter, Ralph
1692 f9832e80b89 ; * lisp/textmodes/ispell.el (ispell-message): Add commen...
1693 0bebd0e5f09 ; Remove 'build-module' and 'html-manual' directories fro...
1694 1014bcc8e32 Fix fontification of method-invocations in js-ts-mode (bu...
1695 1b9812af80b ; * etc/PROBLEMS: Document problem with GnuPG 2.4.1. (Bu...
1696 1fb2fb501f3 typescript-ts-mode, tsx-ts-mode: Fix syntax properties fo...
1697 399433cc2b9 * lisp/progmodes/project.el: Filter out empty strings fro...
1698 46fe7a17f53 Fix dragging mode line on text terminals with a mouse (bu...
1699 4bf7cb71edc Fix go-ts-mode indentation and set indent offset to 8 (Bu...
1700 527eb11de20 * lisp/minibuffer.el (completions-group-separator): Rever...
1701 5b34fc07085 * lisp/treesit.el (treesit-node-at): Update docstring (bu...
1702 5cf1de683b2 Fix python-fill-paragraph problems on filling strings (bu...
1703 7678b7e46f2 Eglot: check server capability before sending didSave (bu...
1704 7678b7e46f2 Eglot: check server capability before sending didSave (bu...
1705 9ac12592781 Fix display of menu-bar bindings of commands in *Help* bu...
1706 9ac12592781 Fix display of menu-bar bindings of commands in *Help* bu...
1707 9e105d483fa Fix c-ts-mode indentation for statement after preproc (bu...
1708 When running emacs in a terminal (or at least, in iTerm), keys are not
1709 b464e6c490b Make last change of w32 GUI dialogs conditional and rever...
1710 b916ec88b2f Make eglot-ensure's post-command-hook run a bit later (bu...
1711 e551dd72f79 * etc/PROBLEMS: Add entry about pinentry with gpgsm. (Bu...
1712 ed4cd3eddf7 dockerfile-ts-mode: Prevent empty categories in imenu (Bu...
1713 edd36786e1e ; * lisp/bookmark.el (bookmark-bmenu-locate): Doc fix (bu...
1714 f102145d381 ; * etc/PROBLEMS: Describe problems with MuPDF 1.21. (Bu...
1715 f49fe936abd * etc/NEWS: Note dotimes loop variable scoping change (bu...
1716 performance reasons. Fix a bug that could cause ghost (mis)matches
17172023-03-02 Sebastian Tennant <sdt@sebyte.me> (tiny change)
17182023-03-26 Andrew G Cohen <cohen@andy.bu.edu>
17192023-04-01 Andrew G Cohen <cohen@andy.bu.edu>
17202023-04-09 Andrew G Cohen <cohen@andy.bu.edu>
17212023-04-11 Andrew G Cohen <cohen@andy.bu.edu>
17222023-04-12 Andrew G Cohen <cohen@andy.bu.edu>
17232023-04-14 Andrew G Cohen <cohen@andy.bu.edu>
17242023-04-15 Andrew G Cohen <cohen@andy.bu.edu>
17252023-04-17 Andrew G Cohen <cohen@andy.bu.edu>
17262023-04-18 Andrew G Cohen <cohen@andy.bu.edu>
17272023-04-30 Andrew G Cohen <cohen@andy.bu.edu>
17282023-05-06 Andrew G Cohen <cohen@andy.bu.edu>
17292023-06-20 Andrew G Cohen <cohen@andy.bu.edu>
17302023-07-05 Andrew G Cohen <cohen@andy.bu.edu>
17312024-05-10 Andrew G Cohen <cohen@andy.bu.edu>
1732 ce0ebb91f25 Improve documentation of read syntax and printed represen...
1733 e110312ad95 ; * doc/lispref/minibuf.texi (Text from Minibuffer): Ment...
17342023-07-08 Vladimir Sedach <vas@oneofus.la>
1735 90fc6b987ad * lisp/savehist.el (savehist-save): Preserve shared struc...
1736 ed3bab3cc72 Revert 'forward-sentence-default-function' to return poin...
1737 b3e930d328e Revert inadvertent change to lisp/icomplete.el in previou...
1738 973c1d24c6a ruby-ts-mode: Also don't reindent 'identifier' when insid...
1739 973c1d24c6a ruby-ts-mode: Also don't reindent 'identifier' when insid...
1740 e444115d026 Improve keymap-global-set and keymap-local-set interactiv...
1741 8e9783b4ce4 Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible wit...
1742 f12f72b0e09 ; * lisp/simple.el (primitive-undo): Clarify error messag...
1743 cf327766226 ; * doc/lispref/parsing.texi (Using Parser): Remove delet...
1744 b211a63455c Make tab-bar-tab-group-format-function also handle curren...
1745 a3c310c11a Create new "use-package" themse and use it for :custom wit...
1746 2a85d81c47 Add support for gathering statistics on use-package declar...
diff --git a/admin/codespell/codespell.ignore b/admin/codespell/codespell.ignore
index 4f145c290f7..befa845e9d8 100644
--- a/admin/codespell/codespell.ignore
+++ b/admin/codespell/codespell.ignore
@@ -1,4 +1,5 @@
1acknowledgements 1acknowledgements
2adviced
2advices 3advices
3afile 4afile
4ake 5ake
@@ -9,6 +10,8 @@ blocs
9callint 10callint
10checkin 11checkin
11clen 12clen
13clos
14configury
12debbugs 15debbugs
13dedented 16dedented
14dependant 17dependant
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 1b6d9744ecc..85a8ef2624d 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -210,7 +210,10 @@ General steps (for each step, check for possible errors):
210 should be committed separately, as described in step 3 above, to 210 should be committed separately, as described in step 3 above, to
211 avoid them being merged to master. The lisp/ldefs-boot.el file 211 avoid them being merged to master. The lisp/ldefs-boot.el file
212 should not be merged to master either, so it could be added to the 212 should not be merged to master either, so it could be added to the
213 same commit or committed separately. 213 same commit or committed separately. To make sure the changes to
214 ChangeLog.N and etc/AUTHORS are _not_ skipped, do NOT describe their
215 updates as "regenerate" or "re-generate", since gitmerge.el by
216 default skips such commits; instead, use "update" or some such.
214 217
215 The easiest way of doing that is "C-x v d ROOT-DIR RET", then go 218 The easiest way of doing that is "C-x v d ROOT-DIR RET", then go
216 to the first modified file, press 'M' to mark all modified files, 219 to the first modified file, press 'M' to mark all modified files,
diff --git a/admin/notes/git-workflow b/admin/notes/git-workflow
index d33f49a1aca..d873cac4269 100644
--- a/admin/notes/git-workflow
+++ b/admin/notes/git-workflow
@@ -138,6 +138,20 @@ When everything's done, look hard at the resulting merge. Skipping
138commits requires separate merges, so don't be surprised to see more 138commits requires separate merges, so don't be surprised to see more
139than one merge commit. If you're happy, push. 139than one merge commit. If you're happy, push.
140 140
141
142Long-lived feature branches
143===========================
144
145The conventions for formatting commit log messages set out in CONTRIBUTE
146don't apply to commits made to feature branches.
147Thus, feel free to commit little and often, with short and simple commit
148messages. This practice can ease development by making 'git bisect' and
149'git revert' more effective.
150
151The commit merging the feature branch to master, on the other hand,
152should follow the usual commit log message conventions.
153
154
141Warnings about X11 forwarding 155Warnings about X11 forwarding
142============================= 156=============================
143 157