aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from origin/emacs-30Stefan Monnier2024-07-1914-174/+170
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a478423d19f * lisp/progmodes/peg.el (peg-syntax-classes): Typo (bug#7... 951fb93956d * lisp/transient.el (static-if): Remove duplicated defini... 0218fb21437 Adapt file-remote-p doc 34c1094e607 ; Fix typo in etc/ORG-NEWS (Bug#72186) 5916b172bdc * etc/TODO: Delete item about merging Magit. a6cab228d4d ; Fix typos 41dc28244f2 * doc/man/emacs.1.in: Add "No warranty" notice. b2ac3435867 ; * doc/man/emacs.1.in: Improve wording. 110b3d08d73 Improve emacs man page description of --user flag 4911f08912a Checkdoc fixes in allout-widgets.el 109b592d77b Checkdoc fixes in subr.el 46436720787 Checkdoc fixes in touch-screen.el 9889774c62e Checkdoc fixes in treesit.el # Conflicts: # etc/NEWS
| * ; Fix typosStefan Kangas2024-07-1814-174/+170
| |
* | Merge from savannah/emacs-30Po Lu2024-06-243-3/+5
|\ \ | |/ | | | | | | | | | | | | | | 0edacf2aa7e Add jsdoc support to js-ts-mode cace0cbee93 ; Restore inadvertently removed line. 2b04effb13d ; * test/lisp/net/shr-tests.el (shr-test--rendering-check... 6619aec6bca ; Don't run new 'shr-test/zoom-image' when built without ... 5d19bfda321 ; * admin/release-branch.txt: Update and fix typo. fb11294d415 ; Fix typos
| * ; * admin/release-branch.txt: Update and fix typo.Eli Zaretskii2024-06-231-2/+3
| |
| * ; Fix typosStefan Kangas2024-06-232-1/+2
| |
* | Delete obsolete file process.cocciStefan Kangas2024-06-231-110/+0
|/ | | | | | * admin/coccinelle/process.cocci: Delete file. This semantic patch was converting code to use the PVAR macro, which was removed by Paul Eggert on 2012-08-17 (commit 6a09a33b5551).
* * admin/admin.el: (set-version): Fix regexp for configure.ac.Eli Zaretskii2024-06-231-1/+1
|
* Merge from origin/emacs-29Stefan Kangas2024-06-221-0/+166
|\ | | | | | | | | | | | | 9a02fce714c Update files for Emacs 29.4 d96c54d3883 * admin/authors.el: Update for Emacs 29.4 fd207432e50 * etc/NEWS: Update for Emacs 29.4 c645e1d8205 org-link-expand-abbrev: Do not evaluate arbitrary unsafe ...
| * * admin/authors.el: Update for Emacs 29.4Stefan Kangas2024-06-221-0/+19
| |
| * * admin/emacs-shell-lib: Backport to Bash 4.4 or older.Stefan Kangas2024-06-201-0/+3
| |
* | 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
| |