summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-03Merge from origin/emacs-30Sean Whitton
2025-10-03; TRAMP docs: "cherry pick"->"cherry-pick" (see bug#79408).Sean Whitton
2025-10-03; Add a couple of tests for ELisp semantic highlightingEshel Yaron
2025-10-03; (elisp-scope-define-special-form-analyzer): Fix typo.Eshel Yaron
2025-10-03; (elisp-scope-describe-symbol-role): Minor clean up.Eshel Yaron
2025-10-03; elisp-scope.el: Support hooking into `describe-symbol-backends'.Eshel Yaron
2025-10-03; (elisp-scope-1): Add a "TODO".Eshel Yaron
2025-10-03; (elisp-scope-gen-id-alist): Remove, unused.Eshel Yaron
2025-10-03; elisp-scope.el: Fix 'custom-declare-face' analyzer.Eshel Yaron
2025-10-03; elisp-scope.el: Improve 'oclosure-define' 'slots' analysisEshel Yaron
2025-10-03; Rename 'elisp-scope-output-type' to 'elisp-scope-output-spec'.Eshel Yaron
2025-10-03; elisp-scope.el: Improve 'defclass' slots analysis.Eshel Yaron
2025-10-03; * doc/emacs/maintaining.texi (VC Change Log): Missing annotations.Sean Whitton
2025-10-03vc--prompt-other-working-tree: Better handle no other working treesSean Whitton
2025-10-03Eglot: make markup invisible instead of deleting it (bug#79552)Spencer Baugh
2025-10-02Log View marking: Fix lambda listsSean Whitton
2025-10-02; * lisp/vc/vc.el (vc-print-root-log): Use plusp.Sean Whitton
2025-10-02; Rename 'elisp-scope--output-type' to make it publicEshel Yaron
2025-10-02; (elisp-scope-1): Analyze macros with (debug t) as prognEshel Yaron
2025-10-02; Expand ELisp semantic highlighting documentationEshel Yaron
2025-10-02* lisp/term/w32-nt.el (dynamic-library-alist): Add libxml2-16.dll.Eli Zaretskii
2025-10-02* lisp/term/w32-win.el (dynamic-library-alist): Add libxml2-16.dll.Eli Zaretskii
2025-10-02; Use 'font-lock-keywords' for ELisp semantic highlightingEshel Yaron
2025-10-02Fix 'restart-emacs' on MS-WindowsEli Zaretskii
2025-10-01; * doc/emacs/vc1-xtra.texi (Other Working Trees): Better example.Sean Whitton
2025-10-01New command vc-kill-other-working-tree-buffersSean Whitton
2025-10-01; elisp-scope.el: Rename 'variable' role to 'free-variable'.Eshel Yaron
2025-10-01; Fix recent small mistake in recent refactor.Eshel Yaron
2025-10-01Fix process name matching in 'tramp-process-running-p'Renato Ferreira
2025-10-01; project-prompt-project-name: Fix pcase usage.Sean Whitton
2025-10-01vc-add-working-tree: Finish by starting DiredSean Whitton
2025-10-01; elisp-scope.el: Simplify 'eval' analyzer.Eshel Yaron
2025-10-01; elisp-scope.el: Rename 'declaration' role.Eshel Yaron
2025-10-01* lisp/hl-line.el (global-hl-line-buffers): Skip internal buffers (bug#79547).Juri Linkov
2025-10-01; elisp-scope.el: Remove unused 'undefined-macro' role.Eshel Yaron
2025-10-01; elisp-scope.el: Fix 'define-completion-category' handler.Eshel Yaron
2025-10-01; (elisp-scope-define-symbol-role): Add docstring.Eshel Yaron
2025-10-01; Call it "symbol role" instead of "symbol type".Eshel Yaron
2025-10-01(elisp-scope-get-symbol-type-property): Revise inheritance handling.Eshel Yaron
2025-09-30; (elisp-scope-define-symbol-type): Cease autoloading it.Eshel Yaron
2025-09-30; elisp-scope.el: Update multiple function handlers.Eshel Yaron
2025-09-30vc-test--checkin-patch: Use atomic change groupsSean Whitton
2025-09-30VC: Allow deleting or moving current working treeSean Whitton
2025-09-30Fix debug specs in minibuffer-tests.el macros (bug#79499)Stephen Berman
2025-09-29New value 'window' of 'global-hl-line-sticky-flag'Juri Linkov
2025-09-29Fix completions truncated on scrolling (bug#79506)Juri Linkov
2025-09-29; Rename scope.el to elisp-scope.elEshel Yaron
2025-09-29; scope.el: Mark 'static-when/unless' as unsafe.Eshel Yaron
2025-09-29Fix macOS build with SDK version 26Robert Pluim
2025-09-29Add optional semantic highlighting for Emacs Lisp.Eshel Yaron