summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/elisp-scope.el
AgeCommit message (Expand)Author
2026-05-06; * lisp/emacs-lisp/elisp-scope.el (elisp-scope-analyze-form): Doc fix.Eli Zaretskii
2026-05-06; Expand 'elisp-fontify-symbol' and 'elisp-scope-analyze-form' docsEshel Yaron
2026-05-05; More 'elisp-scope' and 'elisp-fontify-semantically' doc improvementsEshel Yaron
2026-05-05; (elisp-scope-analyze-form): Improve docstring.Eshel Yaron
2026-02-18elisp-scope.el: Add variable value specificationsEshel Yaron
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-10-29; elisp-scope.el: Improve face specification handling.Eshel Yaron
2025-10-29; elisp-scope.el: Simplify 'custom-declare-face' analyzer.Eshel Yaron
2025-10-26; (elisp-scope--symbol): Add a docstring.Eshel Yaron
2025-10-26; elisp-scope.el: Cease handling 'let-alist' specially.Eshel Yaron
2025-10-25elisp-scope.el: Require `cl-lib`Stefan Monnier
2025-10-21; elisp-scope.el: Fix error during widget args analysisEshel Yaron
2025-10-21; Simplify symbol role ':help' functions.Eshel Yaron
2025-10-21; Fix semantic highlighting in presence of shorthandsEshel Yaron
2025-10-16; elisp-scope.el: Standardize copyright notice.Eshel Yaron
2025-10-15; elisp-scope.el: Rename some private symbols as suchEshel Yaron
2025-10-13; Fix recently introduced uses of "ELisp".Sean Whitton
2025-10-13; Improve documentation of semantic highlightingEli Zaretskii
2025-10-12; elisp-scope.el: Improve customization group name handling.Eshel Yaron
2025-10-12; elisp-scope.el: Improve widget-type handling.Eshel Yaron
2025-10-12; elisp-mode.el: Improve consistency among face names.Eshel Yaron
2025-10-12; elisp-scope.el: Clean up symbol role definitions.Eshel Yaron
2025-10-11Document 'elisp-fontify-semantically' in the Emacs manualEshel Yaron
2025-10-08; (elisp-scope-if-let): Fix case where bindings entry is a symbolEshel Yaron
2025-10-08; * lisp/emacs-lisp/elisp-scope.el (if-let*): Add comment.Eshel Yaron
2025-10-08; elisp-scope.el: Fix 'wrong-type-argument' in local function analyzersEshel Yaron
2025-10-07; elisp-scope.el: Fix handling of 'if-let' and friendsEshel Yaron
2025-10-06; Rename 'elisp-scope--local' to 'elisp-scope-local-bindings'Eshel Yaron
2025-10-06; Drop 'elisp-scope-local-functions'Eshel Yaron
2025-10-06; elisp-scope.el: Drop special-form special handlingEshel Yaron
2025-10-06; Test semantic highlighting with 'cl-macrolet' and 'cl-flet'Eshel Yaron
2025-10-06elisp-scope.el: Unify and generalize local function/macro handlingEshel Yaron
2025-10-06; elisp-scope.el: Thread output spec though more macro analyzersEshel Yaron
2025-10-06; elisp-scope.el: Recognize special variable declarationsEshel 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-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-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-01; elisp-scope.el: Simplify 'eval' analyzer.Eshel Yaron