summaryrefslogtreecommitdiff
path: root/admin
Commit message (Collapse)AuthorAge
* * Generate elisp_type_hierarchy.txt with top level types on top of itAndrea Corallo2024-04-23
| | | | | * 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-23
|
* Merge from origin/emacs-29Eli Zaretskii2024-04-06
|\ | | | | | | | | | | | | 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-04
| | | | | | | | | | | | * 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-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-30
|\| | | | | | | | | | | | | | | | | | | | | 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-24
| |
* | Merge from origin/emacs-29Eli Zaretskii2024-03-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-17
| |
| * ; * admin/notes/bugtracker: Minor copyedit.Eli Zaretskii2024-03-17
| |
* | Update source repository of the Modus themesProtesilaos Stavrou2024-03-17
| | | | | | | | * admin/MAINTAINERS: Update URL and remove outdated references.
* | ; * admin/MAINTAINERS: Add Daniel Pettersson.Eli Zaretskii2024-03-12
| |
* | syncdoc-type-hierarchy.el: Sort and remove `comp` dependencyStefan Monnier2024-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-09
| | | | | | | | * admin/syncdoc-type-hierarchy.el (syncdoc-all-types): Update.
* | Rename type_hierarchy.* -> elisp_type_hierarchy.*Andrea Corallo2024-03-06
| | | | | | | | | | | | | | | | | | | | * 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-06
| | | | | | | | | | | | | | | | | | | | | | | | * 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-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-04
| | | | | | | | | | | | | | | | * 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-04
| | | | | | | | AFAICT `admin` is where we keep these kinds of files.
* | Merge from origin/emacs-29Eli Zaretskii2024-02-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-24
| |
| * ; Normalize Morgan Smith's attributions.Morgan Smith2024-02-24
| |
* | ; * admin/CPP-DEFINES: Fix typos.Po Lu2024-02-22
| |
* | ; * admin/CPP-DEFINES: Update with Android defines.Po Lu2024-02-22
| |
* | ; Update URL of the tree-sitter-lua grammarjohn muhl2024-02-21
| | | | | | | | | | | | * 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-17
| | | | | | | | | | | | | | | | | | | | | | | | 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-14
| | | | | | | | | | * admin/merge-gnulib (AVOIDED_MODULES): Add localename. * configure.ac (REQUIRE_GNUISH_STRFTIME_AM_PM): Define.
* | Merge from origin/emacs-29Eli Zaretskii2024-02-10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-08
| |
* | (gitmerge-mode-font-lock-keywords): Don't use font-lock-*-face varsStefan Monnier2024-02-05
| | | | | | | | | | * admin/gitmerge.el (gitmerge-mode-font-lock-keywords): Refer to the faces directly.
* | ; Fix typosStefan Kangas2024-02-04
| |
* | ; Fix typosStefan Kangas2024-01-28
| |
* | Merge from origin/emacs-29Eli Zaretskii2024-01-27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-20
| |
| * * admin/README: Document the run-codespell script.Stefan Kangas2024-01-20
| |
| * * admin/README: Fix entry on coccinelle subdirectory.Stefan Kangas2024-01-20
| |
| * Add script admin/run-codespell and supporting filesStefan Kangas2024-01-20
| | | | | | | | | | | | | | | | | | * 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-27
|\| | | | | | | | | | | | | | | 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-18
| |
* | Fix cus-test-depsMichael Albinus2024-01-23
| | | | | | | | | | * admin/cus-test.el (cus-test-deps): Add the "quail/" subdirectory to default-directory, temporarily.
* | ; Fix typos in symbol namesStefan Kangas2024-01-21
| |
* | Be more systematic about parens in C source codePaul Eggert2024-01-20
| | | | | | | | | | | | | | | | | | Be more systematic about putting space before paren in calls, and in avoiding unnecessary parentheses in macros. This was partly inspired by my wading through gcc -E output while debugging something else, and seeing too many parens. This patch does not change the generated .o files on my platform.
* | Fix autogen.sh’s spurious ‘git diff’ outputPaul Eggert2024-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem reported by Gerd Möllmann (Bug#68464). * .gitignore: Ignore files in exec that are now copied from build-aux. * admin/merge-gnulib (avoided_flags): Instead of clearing autom4te.cache here ... * autogen.sh (do_git): ... clear it here. Use config.guess, config.sub and install-sh from the Emacs repository, as they are more likely to be up to date. This avoids unnecessary differences among different builders, and avoids unnecessary ‘git diff’ output after autogen.sh. Also, copy these files from build-aux to exec since there should be no difference between the two copies. * exec/config.guess, exec/config.sub, exec/install-sh: Remove from repository, as autogen.sh now copies them from build-aux.
* | Avoid Gnulib ‘access’ modulePaul Eggert2024-01-20
| | | | | | | | | | | | | | | | * admin/merge-gnulib (AVOIDED_MODULES): Add ‘access’, since I don’t think Emacs cares about the Mac OS X 10.5 bug where faccessat ignores a trailing slash on a symlink to a directory. This will matter the next time we run admin/merge-gnulib.
* | Merge from origin/emacs-29Eli Zaretskii2024-01-20
|\| | | | | | | | | | | | | | | | | | | | | 5bb5590dec9 Fix blunder in labeled_narrow_to_region 78ddb32fadb Fix documentation of icon-elements 725a3f32f8b ; Fix typos in symbol names 6653ee66ca5 Improve two docstrings in ox-latex 7d869a04029 Doc fix in auth-source-read-char-choice f149de223bf Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/... 1f97a878795 Fix info-xref-tests 51f391998b1 Add @kindex in manuals for existing keybindings on 'C-x x...
| * ; Fix typos in symbol namesStefan Kangas2024-01-14
| |
* | ; * admin/git-bisect-start: Update failing commitsGregory Heytings2024-01-15
| |
* | Add Ruby to the tree-sitter build-module scriptjohn muhl2024-01-10
| | | | | | | | | | * admin/notes/tree-sitter/build-module/batch.sh (languages): Add Ruby. (Bug#65739)
* | Remove redundant casts from void* with malloc functionsStefan Kangas2024-01-10
| | | | | | | | | | | | | | | | | | | | * src/msdos.c (IT_menu_make_room): * src/pgtkterm.c (pgtk_define_fringe_bitmap): * src/w16select.c (set_clipboard_data): * src/w32term.c (w32_define_fringe_bitmap): * src/w32uniscribe.c (uniscribe_shape): Remove redundant cast from void* with xrealloc. * admin/coccinelle/alloc_cast.cocci: New semantic patch.
* | Support string literals in build_string.cocciStefan Kangas2024-01-08
| | | | | | | | * admin/coccinelle/build_string.cocci: Support string literals.