aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ; Fix last change (do not merge to master).Eli Zaretskii2025-04-301-11/+0
| * | Add 3 scripts to fontset setupEli Zaretskii2025-04-301-0/+17
* | | ; * lisp/textmodes/markdown-ts-mode.el (treesit-node-child): Declare.Eli Zaretskii2025-05-031-0/+1
* | | Add `next-error' support for flymake diagnostics buffersMatthew Tromp2025-05-031-1/+28
* | | Fix 'Skip' behavior in erts files (bug#76839)Roi Martin2025-05-034-1/+37
* | | Improve native--compile-skip-on-battery-pSean Whitton2025-05-031-5/+22
* | | (decode_coding): Avoid nested *-change-functions (bug#78042)Stefan Monnier2025-05-022-5/+29
* | | ; Fix last change in tramp-tests.elMichael Albinus2025-05-021-23/+27
* | | Fix completion boundaries for TRAMP file namesSpencer Baugh2025-05-022-10/+36
* | | ; * lisp/progmodes/cc-fonts.el (cl-delete-duplicates): Declare.Eli Zaretskii2025-05-021-0/+1
* | | Move documentation of this-command buffer display condition entrySean Whitton2025-05-024-15/+29
* | | New user option native-comp-async-on-battery-powerSean Whitton2025-05-022-1/+34
* | | Embed html, yaml and toml in markdown-ts-mode.Juri Linkov2025-05-014-19/+98
* | | Improve elixir-ts--thing-settings.Juri Linkov2025-05-013-9/+12
* | | Avoid adding duplicate items to 'treesit-language-source-alist'.Juri Linkov2025-05-014-11/+9
* | | register.el (register--jumpable-p): Fix bug#78186Stefan Monnier2025-05-011-3/+4
* | | Implement C23 features:Alan Mackenzie2025-05-014-365/+597
* | | ; Fix last changeMichael Albinus2025-05-011-19/+19
* | | ; Fix wording of recently added documentationEli Zaretskii2025-05-012-4/+4
* | | ; Fix sectioning of recent changes in the Emacs user manualEli Zaretskii2025-05-012-1/+3
* | | New this-command buffer display action alist entrySean Whitton2025-05-014-0/+27
* | | ; * lisp/emacs-lisp/package.el (dired-get-marked-files): Declare.Sean Whitton2025-05-011-0/+2
* | | Improve treesitter tests on embaMichael Albinus2025-05-012-11/+32
* | | Fix compilation-mode matches for csharp-mode (bug#78128)Jostein Kjønigsen2025-05-011-2/+2
* | | Improve python-ts-mode fontification (bug#78129)Jostein Kjønigsen2025-05-011-5/+18
* | | Improve csharp-ts-mode fontification (bug#78130)Jostein Kjønigsen2025-05-011-6/+56
* | | ; Fix invalid 'expand-file-name' call from 4226eb2bPhilip Kaludercic2025-05-011-2/+2
* | | Replace cl-remove-if with seq-remove in minibuffer.elSpencer Baugh2025-05-011-2/+2
* | | Eglot: tweak previous change (clear Flymake 'Wait' state)João Távora2025-04-301-8/+16
* | | Allow selecting what to copy when installing a local packagePhilip Kaludercic2025-04-302-3/+13
* | | Improve detection of VC package revisionsPhilip Kaludercic2025-04-301-1/+3
* | | Avoid using symbolic links when installing local VC packagesPhilip Kaludercic2025-04-301-9/+10
* | | Do a deep-copy when installing a package from a local packagePhilip Kaludercic2025-04-301-3/+2
* | | Fix typo in bug#19867 correction (CC Mode indentation bugs)Alan Mackenzie2025-04-301-1/+1
* | | Fix the match data in elisp-outline-search.Juri Linkov2025-04-301-2/+5
* | | * test/infra/Dockerfile.emba: Avoid duplication of tree-sitter data.Juri Linkov2025-04-301-33/+9
* | | Add python tree-sitter grammar data to 'treesit-language-source-alist'.Juri Linkov2025-04-301-1/+8
* | | Merge branch 'cleanup-register-preview'Stefan Monnier2025-04-302-292/+159
|\ \ \
| * | | (register-type, register--type): Delete functionsStefan Monnier2025-04-302-55/+29
| * | | (register-preview-1): Delete functionStefan Monnier2025-04-301-30/+12
| * | | (register-command-info): Delete functionStefan Monnier2025-04-301-35/+31
| * | | (register-type): Change arg to be the "regval"Stefan Monnier2025-04-301-7/+7
| * | | (register-read-with-preview): Add optional `pred` argStefan Monnier2025-04-301-28/+44
| * | | (register-preview-info): Delete struct typeStefan Monnier2025-04-301-49/+16
| * | | (register-preview-info): Delete slot `act`Stefan Monnier2025-04-301-41/+27
| * | | (register-preview-info): Delete slot `smatch`Stefan Monnier2025-04-301-42/+26
| * | | (register-preview-info): Delete `msg` slotStefan Monnier2025-04-301-19/+6
| * | | (register-preview-info): Delete `noconfirm` slotStefan Monnier2025-04-301-30/+15
| * | | (register-preview-function): Use a single default againStefan Monnier2025-04-301-34/+7
| * | | (register-read-with-preview-fancy): Fix handling of control charsStefan Monnier2025-04-301-20/+35