diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2025-01-27 06:46:01 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2025-02-18 05:42:12 +0100 |
| commit | be7625cae7303a3c9adc810a23c15e8d9c07eebe (patch) | |
| tree | 3fd2d9f8cb23d9d3bc179abdb08be1a1f5830af6 /ChangeLog.4 | |
| parent | d447cd9fcc0408e36705bfddd3150fa718fa4b83 (diff) | |
; Fix typos
Diffstat (limited to 'ChangeLog.4')
| -rw-r--r-- | ChangeLog.4 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog.4 b/ChangeLog.4 index 499e203beb4..6fa988dc127 100644 --- a/ChangeLog.4 +++ b/ChangeLog.4 @@ -233,7 +233,7 @@ 2025-01-24 Stefan Kangas <stefankangas@gmail.com> - Avoid double spaces around abbrevations in Texinfo + Avoid double spaces around abbreviations in Texinfo * doc/emacs/custom.texi (Init Rebinding): * doc/emacs/dired.texi (Operating on Files): @@ -568,7 +568,7 @@ Fix comment indent in 'lua-ts-mode' and old grammar * lisp/progmodes/lua-ts-mode.el (lua-ts--simple-indent-rules): - Improve multi-line comment indention for pre-0.0.19 grammars that + Improve multi-line comment indentation for pre-0.0.19 grammars that used a different structure for comment start/end markers. (Bug#75107) @@ -578,19 +578,19 @@ This patch fixes various problems preventing this script from working. The job of this script is to collect Emacs' dependanicies and - the (MSYS2/MinGW64) source archives for dependancies (including 2nd - etc. order dependancies) into zip archives. GPL requires distributing such + the (MSYS2/MinGW64) source archives for dependencies (including 2nd + etc. order dependencies) into zip archives. GPL requires distributing such archives (along with Emacs' own sources) when distributing GPL binaries. Most principle of the changes is support for MSYS2 "w64" source archives in zst format; previously this script assumed all sources were available - as tar.gz files. Additionaly several DLLs are added to list of + as tar.gz files. Additionally several DLLs are added to list of required, including sqllite3 and tree-sitter. - In general this is a maintaince fix to ensure others have access to the + In general this is a maintenance fix to ensure others have access to the code used to create pretest (and, presumably release) version of Emacs 30. Additional changes are required to progmatically identify changes - in Emacs' dependancies (e.g. after building a new Emacs binary for + in Emacs' dependencies (e.g. after building a new Emacs binary for distribution). There is commented out code to this effect in the changes I've installed which did work, for a brief period in time; I suspect some changes in MSYS2 made it more difficult (or impossible?) to @@ -599,7 +599,7 @@ script as a way to orchistrate/invoke both MSYS2 and MING64 but I'm currently still messing with a Makefile based approach (which would run under MINGW64), in any event I believe we're all agreed this script - must interigate Emacs to create the "starting list" of dependancies to + must interigate Emacs to create the "starting list" of dependencies to include as a way to resolve this issue (missing/incorrect deps are frequent source of broken binary releases). (bug#65206) |
