aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Coccinelle URLStefan Kangas2024-06-181-2/+4
| | | | * admin/coccinelle/README: Update URL.
* ; Fix typosStefan Kangas2024-06-164-6/+75
|
* ; Fix typosStefan Kangas2024-06-101-1/+14
|
* ; Fix typosStefan Kangas2024-06-074-1/+17
|
* Spelling fixesPaul Eggert2024-06-041-1/+1
|
* Merge from origin/emacs-29Eli Zaretskii2024-06-011-1/+1
|\ | | | | | | | | bf50aa38f9d Improve documentation of case-conversion commands 225b426f256 ; Fix typos
| * ; Fix typosStefan Kangas2024-05-271-1/+1
| |
* | * admin/syncdoc-type-hierarchy.el (syncdoc-make-type-table): Clean-up quote.Andrea Corallo2024-05-181-1/+1
| |
* | Prefer stdbit.h to count-one-bits.h etcPaul Eggert2024-05-181-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C23's <stdbit.h> in the long run should be better supported than Gnulib's count-one-bits.h and similar headers, so switch to the C23 primitives, with a Gnulib fallback for platforms lacking C23. * admin/merge-gnulib (GNULIB_MODULES): Remove count-leading-zeros, count-one-bits, count-trailing-zeros. Add stdc_bit_width, stdc_count_ones, stdc_trailing_zeros. * lib/count-leading-zeros.c, lib/count-leading-zeros.h: * lib/count-one-bits.c, lib/count-one-bits.h: * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h: Remove. * lib/stdbit.c, lib/stdbit.in.h, lib/stdc_bit_width.c: * lib/stdc_count_ones.c, lib/stdc_leading_zeros.c: * lib/stdc_trailing_zeros.c, m4/stdbit_h.m4: New files, copied from Gnulib. * lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate. * src/data.c: Do not include count-one-bits.h, count-trailing-zeros.h. Instead, rely on lisp.h including stdbit.h. (Flogcount, Fbool_vector_count_population) (Fbool_vector_count_consecutive): Use stdbit.h macros instead of count-one-bits.h and count-trailing-zeros.h macros. (shift_right_ull, count_one_bits_word, pre_value) (count_trailing_zero_bits): Remove; no longer needed. * src/lisp.h: Include stdbit.h instead of count-leading-zeros.h. (elogb): Use stdbit.h macro instead of count-leading-zeros.h macro.
* | * admin/MAINTAINERS: Add myself in (co-)maintainers.Andrea Corallo2024-05-151-0/+1
| |
* | Adjust to recent Gnulib changesPaul Eggert2024-05-111-0/+1
| | | | | | | | | | | | * admin/merge-gnulib: Also remove the new Gnulib file m4/off64_t.m4, as Emacs doesn’t need off64_t. * configure.ac (gl_TYPE_OFF64_T): Define a nearly no-op.
* | * Generate elisp_type_hierarchy.txt with top level types on top of itAndrea Corallo2024-04-231-1/+1
| | | | | | | | | | * admin/syncdoc-type-hierarchy.el (syncdoc-make-type-table): Prioratize to level types.
* | * admin/syncdoc-type-hierarchy.el (org): Add missing require.Andrea Corallo2024-04-231-0/+1
| |
* | Merge from origin/emacs-29Eli Zaretskii2024-04-061-0/+7
|\ \ | |/ | | | | | | | | | | 3d87d74a23d ; * etc/PROBLEMS: Entry about slow mouse-wheel with GTK3 ... c6899603b9c ; * doc/lispref/tips.texi (Documentation Tips): Improve (... bd2c4d825db ; Update admin/make-tarball.txt f107dc26e37 ; * etc/PROBLEMS: Add an entry about WebKitGTK (bug#66068).
| * ; Update admin/make-tarball.txtEli Zaretskii2024-04-041-0/+7
| | | | | | | | | | | | * admin/make-tarball.txt: Add text about preparing bundled packages for an emergency release. Suggested by Michael Albinus <michael.albinus@gmx.de>.
* | Always enable native JSON support and remove Jansson referencesMattias Engdegård2024-03-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/json.c (Fjson__available_p): Remove. * lisp/subr.el (json-available-p): Always return t. * admin/nt/dist-build/build-dep-zips.py: * configure.ac: * doc/lispref/text.texi (Parsing JSON): * java/INSTALL: * java/org/gnu/emacs/EmacsNative.java (EmacsNative): * lisp/term/w32-win.el (dynamic-library-alist): * m4/ndk-build.m4 (ndk_INIT): * msdos/sed1v2.inp: * nt/INSTALL: * nt/INSTALL.W64: * src/Makefile.in: * src/emacs.c (main): * src/lisp.h: Remove JSON configuration options and references to it and Jansson from documentation and build files. * etc/NEWS: Announce.
* | Merge from origin/emacs-29Eli Zaretskii2024-03-301-1/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | 7a5d7be52c5 org--confirm-resource-safe: Fix prompt when prompting in ... 2bc865ace05 org-file-contents: Consider all remote files unsafe 6f9ea396f49 org-latex-preview: Add protection when `untrusted-content... 937b9042ad7 * lisp/gnus/mm-view.el (mm-display-inline-fontify): Mark ... ccc188fcf98 * lisp/files.el (untrusted-content): New variable. befa9fcaae2 org-macro--set-templates: Prevent code evaluation 3221d8d4611 * admin/authors.el (authors-aliases): Add ignored authors. 8d8253f8991 * etc/NEWS: Update for Emacs 29.3
| * * admin/authors.el (authors-aliases): Add ignored authors.Eli Zaretskii2024-03-241-1/+3
| |
* | Merge from origin/emacs-29Eli Zaretskii2024-03-231-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | 689f04a2ddf Clarify description of format-spec truncation 759dedfab07 More accurate documentation of 'rmail-mail-new-frame' fa79de7c6b8 ; * lisp/calendar/calendar.el: Remove extra space. 7f6e335f4b4 Fix documentation of M-SPC in user manual 5bdc2436c64 ; * lisp/emacs-lisp/cl-macs.el (cl-labels): Fix stray dif... 8014dbb2ad8 * admin/notes/bugtracker: Minor copyedit. 06a991e7e87 ; * admin/notes/bugtracker: Minor copyedit. c890622e1a9 Tweak regexp for object initializers in csharp-mode (bug#... f48babb1120 `term-mode': mention the keymap to add keybindings to 8cf05d9be12 Fix 'shortdoc-copy-function-as-kill' d5901f3f05e Improve documentation of 'edebug-print-*' variables
| * * admin/notes/bugtracker: Minor copyedit.Michael Albinus2024-03-171-1/+1
| |
| * ; * admin/notes/bugtracker: Minor copyedit.Eli Zaretskii2024-03-171-2/+2
| |
* | Update source repository of the Modus themesProtesilaos Stavrou2024-03-171-3/+1
| | | | | | | | * admin/MAINTAINERS: Update URL and remove outdated references.
* | ; * admin/MAINTAINERS: Add Daniel Pettersson.Eli Zaretskii2024-03-121-0/+3
| |
* | syncdoc-type-hierarchy.el: Sort and remove `comp` dependencyStefan Monnier2024-03-101-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * admin/syncdoc-type-hierarchy.el: Delay loading `org-table` so as not to "pollute" the table with Org-specific types. (syncdoc-all-types): Sort the types topologically from the root. (syncdoc-hierarchy): Use `cl--class-parents` instead if `comp--direct-supertypes` so we don't depend on `comp-cstr`. (syncdoc-make-type-table): Sort the table so supertypes always come before their subtypes. (syncdoc-make-type-table): Require `org-table` here. * doc/lispref/elisp_type_hierarchy.jpg: * doc/lispref/elisp_type_hierarchy.txt: Refresh.
* | * 'syncdoc-type-hierarchy.el' update due to recent changesAndrea Corallo2024-03-091-4/+0
| | | | | | | | * admin/syncdoc-type-hierarchy.el (syncdoc-all-types): Update.
* | Rename type_hierarchy.* -> elisp_type_hierarchy.*Andrea Corallo2024-03-061-2/+2
| | | | | | | | | | | | | | | | | | | | * doc/lispref/elisp_type_hierarchy.txt: Renamed. * doc/lispref/elisp_type_hierarchy.jpg: Likewise. * doc/lispref/Makefile.in (auxfiles) ($(buildinfodir)/elisp_type_hierarchy.txt) ($(buildinfodir)/elisp_type_hierarchy.jpg): Update. * admin/syncdoc-type-hierarchy.el (syncdoc-update-type-hierarchy0): Likewise. * Makefile.in (install-info, uninstall): Likewise.
* | * Update syncdoc to dump all preloaded type hierarchyAndrea Corallo2024-03-061-35/+39
| | | | | | | | | | | | | | | | | | | | | | | | * admin/syncdoc-type-hierarchy.el (syncdoc-file) (syncdoc-emacs-repo-dir): New constants. (syncdoc-lispref-dir): Make use of. (syncdoc-all-types): New function. (comp--direct-supertypes): Declare. (syncdoc-hierarchy): Update. (syncdoc-update-type-hierarchy0): Rename from 'syncdoc-update-type-hierarchy' and make non interactive. (syncdoc-update-type-hierarchy): New function.
* | cl-preloaded.el: Further fine-tuningStefan Monnier2024-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/cl-preloaded.el (cl--direct-supertypes-of-type): Fix some left over issues: - Remove redundant `number-or-marker` from `marker`s parents. - Add `function` to the types, since it was missing. (cl--typeof-types): Add a warning for missing type info. * admin/syncdoc-type-hierarchy.el (syncdoc-hierarchy): Fix parent of `oclosure`. * doc/lispref/type_hierarchy.txt: * doc/lispref/type_hierarchy.jpg: Update.
* | syncdoc-type-hierarchy.el: Adjust to changes in `cl-preloaded.el`Stefan Monnier2024-03-041-22/+61
| | | | | | | | | | | | | | | | * admin/syncdoc-type-hierarchy.el (syncdoc-lispref-dir): Use `macroexp-file-name`. (syncdoc-hierarchy): New var. (syncdoc-insert-dot-content, syncdoc-make-type-table): Use it. (syncdoc-update-type-hierarchy): Don't crash if `dot` is absent.
* | admin/syncdoc-type-hierarchy.el: Move from `etc`Stefan Monnier2024-03-041-0/+86
| | | | | | | | AFAICT `admin` is where we keep these kinds of files.
* | Merge from origin/emacs-29Eli Zaretskii2024-02-241-0/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 01ebc95114f Fix 'help-quick-toggle' afe49c7e2a2 ; * admin/authors.el (authors-aliases): Fix last change. 8b1f10f8cf4 ; Normalize Morgan Smith's attributions. 70cf4b694b3 ; * etc/PROBLEMS: Describe input lags due to GTK IM (bug#... f28a557c7d4 * doc/lispref/modes.texi (Tabulated List Mode): Update. d6131b5902a * lisp/net/tramp.el (tramp-methods): Fix typo in docstrin... 2eb85a9de1a ; * lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): Ano... 4c6653f23ae ; * lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): Doc... 5a64d2c7595 java-ts-mode: Indentation for opening brace on a separate... 9e56bd5ed87 Removed decommissioned PGP keyservers e56f0ef51bf org: Fix security prompt for downloading remote resource 65ba3274652 Revert "Update to Org 9.6.19" 07a392f445e Update to Org 9.6.19
| * ; * admin/authors.el (authors-aliases): Fix last change.Eli Zaretskii2024-02-241-1/+1
| |
| * ; Normalize Morgan Smith's attributions.Morgan Smith2024-02-241-0/+1
| |
* | ; * admin/CPP-DEFINES: Fix typos.Po Lu2024-02-221-2/+2
| |
* | ; * admin/CPP-DEFINES: Update with Android defines.Po Lu2024-02-221-4/+11
| |
* | ; Update URL of the tree-sitter-lua grammarjohn muhl2024-02-211-1/+1
| | | | | | | | | | | | * admin/notes/tree-sitter/build-module/build.sh: * lisp/progmodes/lua-ts-mode.el: * test/infra/Dockerfile.emba: Use the new URL. (bug#69304)
* | Adjust to yesterday’s Gnulib nstrftime changesPaul Eggert2024-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bruno Haible fixed Gnulib so that nstrftime no longer requires locking code, which means we no longer need to avoid localename. However, nstrftime now requires localename-unsafe-limited which pulls in some Gnulib-specific locale code, and it’s likely this needs to be replaced with Emacs-specific locale code. In the meantime let’s continue to finess this by avoiding localename-unsafe-limited. * admin/merge-gnulib (AVOIDED_MODULES): Avoid localename-unsafe-limited instead of localename.
* | Adjust to recent Gnulib nstrftime changesPaul Eggert2024-02-141-1/+1
| | | | | | | | | | * admin/merge-gnulib (AVOIDED_MODULES): Add localename. * configure.ac (REQUIRE_GNUISH_STRFTIME_AM_PM): Define.
* | Merge from origin/emacs-29Eli Zaretskii2024-02-101-0/+21
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d3a1444864 ; Mention defface's and their :version tags in CONTRIBUTE. 09c53b717d4 * admin/notes/kind-communication: New file. 31ca4e5501f ; And another fix of CONTRIBUTE. d65499e7908 ; Another clarification in CONTRIBUTE. 571ec583d64 ; Clarify "ChangeLog entries" in CONTRIBUTE. e2682316867 Don't skip links to "." and ".." in Dired when marking files e25d11314d8 Pass unquoted filename to user-supplied MUSTMATCH predicate 47496993703 * doc/lispref/parsing.texi (Retrieving Nodes): Improve do... d0673ea0d42 ; * etc/PROBLEMS: Workaround for Windows key "stuck" (bug... * lisp/emacs-lisp/trace.el: * java/org/gnu/emacs/EmacsWindow.java (onDragEvent): Remove training whitespace.
| * * admin/notes/kind-communication: New file.Stefan Kangas2024-02-081-0/+21
| |
* | (gitmerge-mode-font-lock-keywords): Don't use font-lock-*-face varsStefan Monnier2024-02-051-4/+4
| | | | | | | | | | * admin/gitmerge.el (gitmerge-mode-font-lock-keywords): Refer to the faces directly.
* | ; Fix typosStefan Kangas2024-02-041-0/+2
| |
* | ; Fix typosStefan Kangas2024-01-281-18/+52
| |
* | Merge from origin/emacs-29Eli Zaretskii2024-01-277-6/+1720
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 53481cc9546 Fix description of when "\xNNN" is considered a unibyte c... 1ef8b90ae06 Simplify imenu setup for {cmake,dockerfile}-ts-modes 7338af9c986 ; * etc/PROBLEMS: Document that GnuPG 2.4.4 solves the Ea... 5483a1df99c Improve documentation of profiler commands fb4cf0ab46d ; Fix xref under Output Overrides in Elisp manual. aa6c24da61f Fix broken links to Freedesktop notifications spec 14d68221d26 Fix nasty cut'n'waste error in Tramp 51ca049608c Fix image-dired-tags-db-file void variable error c450eec07ff typescript-ts-mode: Skip test if tsx grammar missing 9841ced147f ; Fix typos 557ed9c0463 * admin/README: Document the run-codespell script. 5701f96335c * admin/README: Fix entry on coccinelle subdirectory. 1805f4bfd62 Add script admin/run-codespell and supporting files
| * ; Fix typosStefan Kangas2024-01-201-0/+1
| |
| * * admin/README: Document the run-codespell script.Stefan Kangas2024-01-201-0/+6
| |
| * * admin/README: Fix entry on coccinelle subdirectory.Stefan Kangas2024-01-201-6/+6
| |
| * Add script admin/run-codespell and supporting filesStefan Kangas2024-01-206-0/+1707
| | | | | | | | | | | | | | | | | | * admin/codespell/README: * admin/codespell/codespell.dictionary: * admin/codespell/codespell.exclude: * admin/codespell/codespell.ignore: * admin/codespell/codespell.rc: * admin/run-codespell: New files.
* | Merge from origin/emacs-29Eli Zaretskii2024-01-271-0/+2
|\ \ | |/ | | | | | | | | | | | | 20125ad97b4 ; admin/authors.el (authors-aliases): Update for Emacs 29.2. 92a7132bd6c ; * etc/NEWS: Clean up for Emacs 29.2. 314ac2e4317 ; * lisp/mail/rmail.el (rmail-show-message-verbose-min): ... 2cb1b76696b diff-mode: Support committing diff with file deletions b96aa528f64 * lisp/net/eww.el (eww-retrieve): Fix args of eww-render ...
| * ; admin/authors.el (authors-aliases): Update for Emacs 29.2.Eli Zaretskii2024-01-181-0/+2
| |