aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change news.gmane.org to news.gmane.ioStefan Kangas2023-10-241-1/+1
| | | | | | | | | | | | | | | * admin/notes/emba: * doc/misc/gnus.texi (Group Parameters) (Non-ASCII Group Names, Filling In Threads) (Selection Groups, Spam Package Configuration Examples) (Terminology): * lisp/gnus/gnus-group.el (gnus-useful-groups): * lisp/gnus/gnus-sum.el (gnus-fetch-old-headers): * lisp/gnus/spam-report.el (spam-report-gmane-use-article-number) (spam-report-gmane-internal): * test/lisp/gnus/gnus-group-tests.el (gnus-short-group-name): Change news.gmane.org to news.gmane.io. Ref: https://news.gmane.io/
* Document assigning libraries to packages in make-tarball.txtStefan Kangas2023-10-011-0/+5
| | | | | * admin/make-tarball.txt: Add new step to ensure that new libraries are assigned to packages.
* Fix Unicode normalization of charactersEli Zaretskii2023-09-161-0/+5
| | | | | | | | | | | | | * lisp/international/ucs-normalize.el (ucs-normalize-composition-exclusions, check-range): Update from Unicode 15.0 data. (Bug#65996) * test/lisp/international/ucs-normalize-tests.el (ucs-normalize-tests--failing-lines-part1) (ucs-normalize-tests--failing-lines-part2): Update to reflect changes in ucs-normalize.el. * admin/notes/unicode: Mention the updates in ucs-normalize.el.
* ; * admin/authors.el (authors-aliases): Update.Stefan Kangas2023-09-101-0/+5
|
* Update docs for (co-)maintainer changesStefan Kangas2023-09-072-8/+17
| | | | | | | | | * admin/MAINTAINERS: Add information on current maintainers as a canonical place to find this information. * doc/emacs/ack.texi (Acknowledgments): Update for recent Emacs (co-)maintainer changes. * admin/make-tarball.txt: Add note as a reminder to update the above before making a new release.
* Add note on ELPA to admin/notes/bug-triageStefan Kangas2023-09-041-20/+51
| | | | | * admin/notes/bug-triage: Add section on (Non-)GNU ELPA packages and do some copy editing.
* Doc fixes for obsolete functions and variablesStefan Kangas2023-09-021-2/+0
| | | | | | | | | | | | | * admin/notes/multi-tty: * doc/emacs/building.texi (Debugger Operation): * doc/misc/efaq-w32.texi (Line ends by file system): * doc/misc/gnus.texi (Hashcash): * lisp/emacs-lisp/eieio.el (eieio-class-parents) (eieio-class-children): * lisp/progmodes/perl-mode.el: * lisp/textmodes/ispell.el (ispell-lookup-words): * src/buffer.h: Update or delete references to variables and functions made obsolete in Emacs 24.4.
* ; * admin/git-bisect-start: Update failing commitsGregory Heytings2023-08-111-6/+1
|
* ; * admin/git-bisect-start: Update failing commitsGregory Heytings2023-08-101-1/+25
|
* Merge branch 'emacs-29' of git.sv.gnu.org:/srv/git/emacs into emacs-29Eli Zaretskii2023-07-301-0/+7
|\
| * ; * admin/make-tarball.txt: Update based on latest experiences.Eli Zaretskii2023-07-301-0/+7
| |
* | ; Fix admin/upload-manuals scriptEli Zaretskii2023-07-301-4/+9
|/ | | | | | | * admin/upload-manuals (html_mono): Chdir to the right directory before committing. (html_node): Avoid computing $stale in newly-created or empty directories.
* ; * admin/notes/bugtracker: Fix punctuation.Eli Zaretskii2023-07-191-10/+10
|
* ; * admin/notes/bugtracker: Use 'e.g.' throughout the document.Arash Esbati2023-07-191-8/+9
|
* ; * admin/git-bisect-start: Update failing commitsGregory Heytings2023-07-091-1/+23
|
* ; * admin/notes/tree-sitter/treesit_record_change: Update.Yuan Fu2023-06-291-6/+174
|
* ; * admin/git-bisect-start: Update failing commitsGregory Heytings2023-06-101-1/+13
|
* * admin/unidata/emoji-zwj.awk: Avoid sprint buffer overflowMattias Engdegård2023-06-031-1/+1
| | | | | | | | | Some AWK implementations have a fixed buffer for sprintf; for mawk the default size is 8192 bytes. Hoist a string concatenation from a sprintf call to avoid running into that limit. See discussion at https://lists.gnu.org/archive/html/emacs-devel/2023-06/msg00090.html . (cherry picked from commit b5f17fe07c6624380ba8d0c7a400a6b89f225209)
* Make VS-15 and VS-16 compositions work correctlyRobert Pluim2023-06-021-1/+2
| | | | | | | | | | | There is a conflict between forward matching and backward matching composition rules involving the same codepoint, which can cause the backward matching ones not to be invoked. Ensure that VS-15 (U+FE0E) and VS-16 (U+FE0F) are composed by forward matching rules instead in order to avoid this issue. * admin/unidata/emoji-zwj.awk: Add rules for CHAR+VS-15 and CHAR+VS-16. * lisp/composite.el: remove backward matching rule for VS-15. (Bug#63731)
* Add instructions and test file for VS-15/VS-16Robert Pluim2023-05-282-1/+739
| | | | | | * admin/notes/unicode: Add instructions for emoji-variation-sequences.txt * admin/unidata/emoji-variation-sequences.txt: New file, imported from Unicode 15.
* ; * admin/make-tarball.txt: Minor copyedits.Eli Zaretskii2023-05-141-3/+4
|
* ; * admin/git-bisect-start: Update failing commitsGregory Heytings2023-05-131-1/+4
|
* ; Update make-tarball.txt for Emacs 29.Eli Zaretskii2023-04-101-8/+24
|
* Update ChangeLog and AUTHORS for Emacs 29Eli Zaretskii2023-04-091-13/+260
| | | | | | | | | | * admin/authors.el: Update for Emacs 29. * etc/AUTHORS: Re-generate for Emacs 29. * ChangeLog.4: New generated file. * Makefile.in (PREFERRED_BRANCH): Update to emacs-29. (CHANGELOG_HISTORY_INDEX_MAX): Bump to 4.
* ; Remove 'build-module' and 'html-manual' directories from 'admin'Eli Zaretskii2023-03-1915-3423/+0
| | | | | These files were temporarily in the repository and are no longer needed, once they fulfilled their job.
* ; * admin/notes/tree-sitter/starter-guide: Update starter-guide.Yuan Fu2023-03-181-77/+80
|
* ; * admin/git-bisect-start: Update failing commitsGregory Heytings2023-03-181-1/+14
|
* ; * admin/make-tarball.txt: Minor copyedit.Stefan Kangas2023-02-191-2/+3
|
* ; * admin/git-bisect-start: Update failing commitsGregory Heytings2023-02-131-1/+34
|
* ; * admin/notes/tree-sitter/starter-guide: Typos.Basil L. Contovounesios2023-02-101-2/+2
| | | | Reported by Romanos Skiadas <rom.skiad@gmail.com>.
* ; Fix incorrect function name in treesit manualSimon Pugnet2023-02-091-3/+3
| | | | | | | | | | | | An example in the documentation uses the function 'treesit-get-parser-create' which does not exist. Replace this with 'treesit-parser-create'. * admin/notes/tree-sitter/html-manual/Multiple-Languages.html: * doc/lispref/parsing.texi (Multiple Languages): Change example. Copyright-paperwork-exempt: yes
* ; Fix typosStefan Kangas2023-02-031-1/+1
|
* Call treesit_record_change in insert_from_gap_1Yuan Fu2023-02-021-0/+50
| | | | | | | | | | | | | | | Before this change, insert_from_gap calls treesit_record_change but insert_from_gap_1 doesn't. However, insert_from_gap_1 is a public function and is called in many other places outside of insdel.c. This could lead to tree-sitter's parse tree becoming out-of-sync with the buffer content. This change might fix bug#60650. * src/insdel.c (insert_from_gap_1): Call treesit_record_change. (insert_from_gap): Remove call to treesit_record_change. * admin/notes/tree-sitter/treesit_record_change: New file.
* Add support for building tree-sitter modules with MinGWRandy Taylor2023-01-251-6/+11
| | | | | * admin/notes/tree-sitter/build-module/build.sh: Add support for building tree-sitter modules with MinGW.
* Tree-sitter doc fixes (bug#60524)Juri Linkov2023-01-046-15/+15
| | | | | | | | | | | | | | | | * doc/lispref/modes.texi (Parser-based Font Lock): Replace :lang with :language. * doc/lispref/parsing.texi (Language Grammar): Replace treesit-load-suffixes with dynamic-library-suffixes. (Retrieving Nodes): Fix function names. (Tree-sitter Major Modes): Fix treesit-ready-p args. Fix pxref to Parser-based Indentation. (Tree-sitter C API): Fix function names. * lisp/treesit.el (treesit--simple-indent-eval): Remove cond BODY duplicated from CONDITION. (treesit)<define-short-documentation-group>: Fix function names.
* ; * admin/git-bisect-start: Update failing commitsGregory Heytings2023-01-021-1/+38
|
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-0163-75/+66
|
* ; Fix typosStefan Kangas2022-12-311-1/+1
|
* ; Fix typosStefan Kangas2022-12-261-1/+1
| | | | (cherry picked from commit a5d39e11443fa30c8e8bc58254a1a59550dcd99e)
* ; * admin/notes/git-workflow: Adding "Backport:" is optional.Sean Whitton2022-12-221-1/+1
|
* ; * admin/git-bisect-start: Add mistakenly ommitted commits to skipGregory Heytings2022-12-191-0/+149
|
* Improve and extend admin/git-bisect-startGregory Heytings2022-12-182-16/+1466
| | | | | | | | | | | | | * admin/git-bisect-start: Use 'git bisect skip' instead of 'git bisect good' for merges of external trees, which is equivalent but faster in some cases. Improve the explanation on external tree merges. Add list of commits in the last six years on which building Emacs fails, and call 'git bisect skip' on them. Also document how the script can be called automatically when 'git bisect start' is called in the Emacs repository. * admin/notes/repo (Bisecting): Adapt the explanation of the script accordingly.
* Add yaml-ts-mode (Bug#60105)Randy Taylor2022-12-162-0/+4
| | | | | | | | | * admin/notes/tree-sitter/build-module/batch.sh: * admin/notes/tree-sitter/build-module/build.sh: Add yaml support. * etc/NEWS: Mention it. * lisp/textmodes/yaml-ts-mode.el: New major mode with tree-sitter support. * lisp/progmodes/eglot.el (eglot-server-programs): Add it.
* Add go-ts-mode and go-mod-ts-mode (Bug#60025)Randy Taylor2022-12-152-0/+6
| | | | | | | | | * admin/notes/tree-sitter/build-module/batch.sh: * admin/notes/tree-sitter/build-module/build.sh: Add go-mod support. * etc/NEWS: Mention them. * lisp/progmodes/eglot.el (eglot-server-programs): Add them. * lisp/progmodes/go-ts-mode.el: New major modes with tree-sitter support.
* Introduce support for TOML config-formatJostein Kjønigsen2022-12-141-1/+3
| | | | | | | | | | | | | | | This commit introduces support for the semi-popular TOML config-format[1] through a new major-mode: toml-ts-mode. I've read through the full spec[2], and from what I can see this major-mode should provide correct syntax-highligting for every sort of config-declaration which adheres to the specification. Besides that it also adds support for imenu and basic tree-sitter based navigation. [1] https://toml.io/en/ [2] https://toml.io/en/v1.0.0
* ; * admin/notes/tree-sitter/build-module/build.sh: Minor name change.Yuan Fu2022-12-131-4/+4
|
* ; * admin/notes/tree-sitter/build-module/build.sh: Add -fPIC.lu4nx2022-12-121-1/+1
| | | | (bug#59967)
* Add cmake-ts-modeRandy Taylor2022-12-122-0/+4
| | | | | | | | | * admin/notes/tree-sitter/build-module/batch.sh: * admin/notes/tree-sitter/build-module/build.sh: Add cmake support. * etc/NEWS: Mention it. * lisp/progmodes/cmake-ts-mode.el: New major mode with tree-sitter support. * lisp/progmodes/eglot.el (eglot-server-programs): Add it.
* ; * admin/git-bisect-start: Fix commit hashGregory Heytings2022-12-111-1/+1
|
* ; * admin/notes/tree-sitter/starter-guide (Indent): Minor fix.Yuan Fu2022-12-091-1/+1
|