aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (unfollow)
Commit message (Expand)AuthorFilesLines
2025-10-16; elisp-scope.el: Standardize copyright notice.Eshel Yaron1-4/+6
2025-10-16Return case common to all completions in try-completionSpencer Baugh1-1/+1
2025-10-16Improve color contrast of refine-related diff faces on dark backgroundsJuri Linkov3-6/+6
2025-10-16* lisp/treesit.el: Small fixes in navigation functions.Juri Linkov1-1/+5
2025-10-16Update VC-Dir contents upon revert-bufferSean Whitton2-9/+17
2025-10-16vc-auto-revert-mode: Fix an autoload problemSean Whitton1-1/+4
2025-10-16autorevert: Use defvar-local for the -mode variablesSean Whitton1-2/+6
2025-10-16; * lisp/minibuffer.el (minibuffer--nonselected-check): Fix typos.Martin Rudalics1-2/+2
2025-10-16In 'minibuffer--nonselected-check' consult 'completion-reference-buffer'Martin Rudalics1-4/+11
2025-10-16Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov22-50/+25
2025-10-15time-stamp: padding with mixed uni- and multibyteStephen Gildea1-10/+15
2025-10-15(remote-shell-program): SimplifyStefan Monnier1-6/+2
2025-10-15; elisp-scope.el: Rename some private symbols as suchEshel Yaron1-337/+363
2025-10-15* lisp/minibuffer.el: Fix recent change of scrolling truncated completionsJuri Linkov1-4/+1
2025-10-15; * lisp/progmodes/c-ts-mode.el (c-ts-mode, c++-ts-mode): Improve docstrings.Juri Linkov1-2/+2
2025-10-15(xdg-mime-apps): Restore corner case and simplifyStefan Monnier1-17/+16
2025-10-15; Refine a few 'elisp-*' faces for dark backgroundsEshel Yaron1-4/+14
2025-10-15Add support for su-rs and sudo-rs programsMichael Albinus4-15/+56
2025-10-14(font-lock-defaults): Clarify the use of SYNTAX-ALIST (bug#79586)Stefan Monnier1-2/+4
2025-10-14(rx): Remove the `rx--pcase-expand` middle manStefan Monnier1-7/+1
2025-10-14(define-minor-mode): Update `global-minor-modes` if init-value is non-nilStefan Monnier3-33/+28
2025-10-14Fix Tramp customizationMichael Albinus2-2/+1
2025-10-14Extend Tree-sitter support on MS-Windows to v0.26.xEli Zaretskii1-1/+3
2025-10-13Update to Transient v0.10.1-8-g188ec9a1Jonas Bernoulli1-15/+17
2025-10-13; * lisp/vc/vc-dir.el (vc-dir-resynch-file): Use cl-nset-difference.Sean Whitton1-1/+2
2025-10-13* lisp/vc/vc-dir.el (vc-dir-resynch-file): Use file-in-directory-p.Sean Whitton1-1/+1
2025-10-13; Fix recently introduced uses of "ELisp".Sean Whitton2-7/+7
2025-10-13; Improve 'elisp-unknown-call' face for dark backgroundsEshel Yaron1-1/+4
2025-10-13; Improve documentation of semantic highlightingEli Zaretskii2-90/+145
2025-10-13Rewrite 'minibuffer-nonselected-mode' to use 'window-state-change-functions'Martin Rudalics1-34/+66
2025-10-13; ido.el: Use find-program variable instead of literal "find" (bug#79620)Joyer Huang1-1/+1
2025-10-13; Improve 'elisp-free/bound-variable' faces.Eshel Yaron1-3/+3
2025-10-12; elisp-scope.el: Improve customization group name handling.Eshel Yaron1-10/+2
2025-10-12; elisp-scope.el: Improve widget-type handling.Eshel Yaron1-80/+80
2025-10-12Fix squashfs archives embedded in another archiveEli Zaretskii1-2/+18
2025-10-12(read-only-keymap-*): Be more careful with the namespaceStefan Monnier5-8/+11
2025-10-12Fix regression in Tramp file name completionMichael Albinus1-0/+3
2025-10-12; elisp-mode.el: Improve consistency among face names.feature/elisp-fontify-semanticallyEshel Yaron2-7/+7
2025-10-12; elisp-scope.el: Clean up symbol role definitions.Eshel Yaron2-129/+64
2025-10-12Make buffer-local decorations show up on new window-system frames (Bug#79606)Martin Rudalics1-0/+28
2025-10-11* lisp/progmodes/hideshow.el: Small improvements (bug#79585).Juri Linkov1-3/+5
2025-10-11Make cascaded archives working in tramp-archive.el work, againMichael Albinus1-6/+5
2025-10-11Document 'elisp-fontify-semantically' in the Emacs manualEshel Yaron1-3/+107
2025-10-11hideshow: Fix cursor when using end-of-line indicators.Elías Gabriel Pérez1-4/+6
2025-10-11Eglot: Add LSP server for TOML.Pooya Moradi1-0/+1
2025-10-11Do not erase the output buffer upon empty async shell commandManuel Giraud1-2/+5
2025-10-10Replace obsolete floatfig package with floatfltArash Esbati1-4/+5
2025-10-10; * lisp/progmodes/flymake.el (flymake-margin-indicators-string): Doc fix.Eli Zaretskii1-2/+3
2025-10-09* lisp/progmodes/flymake.el: Improve flymake--resize-margins.Juri Linkov1-9/+11
2025-10-09Treat a completion boundary change as completionSpencer Baugh1-14/+26