aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ; elisp-scope.el: Recognize special variable declarationsEshel Yaron2025-10-062-10/+18
| * ; (elisp-scope-define-special-form-analyzer): Fix typo.Eshel Yaron2025-10-031-1/+1
| * ; (elisp-scope-describe-symbol-role): Minor clean up.Eshel Yaron2025-10-031-4/+0
| * ; elisp-scope.el: Support hooking into `describe-symbol-backends'.Eshel Yaron2025-10-031-2/+12
| * ; (elisp-scope-1): Add a "TODO".Eshel Yaron2025-10-031-0/+2
| * ; (elisp-scope-gen-id-alist): Remove, unused.Eshel Yaron2025-10-031-2/+0
| * ; elisp-scope.el: Fix 'custom-declare-face' analyzer.Eshel Yaron2025-10-031-2/+3
| * ; elisp-scope.el: Improve 'oclosure-define' 'slots' analysisEshel Yaron2025-10-031-1/+5
| * ; Rename 'elisp-scope-output-type' to 'elisp-scope-output-spec'.Eshel Yaron2025-10-031-116/+116
| * ; elisp-scope.el: Improve 'defclass' slots analysis.Eshel Yaron2025-10-031-28/+56
| * ; Rename 'elisp-scope--output-type' to make it publicEshel Yaron2025-10-021-30/+42
| * ; (elisp-scope-1): Analyze macros with (debug t) as prognEshel Yaron2025-10-021-2/+2
| * ; Expand ELisp semantic highlighting documentationEshel Yaron2025-10-022-7/+89
| * ; Use 'font-lock-keywords' for ELisp semantic highlightingEshel Yaron2025-10-021-21/+8
| * ; elisp-scope.el: Rename 'variable' role to 'free-variable'.Eshel Yaron2025-10-011-10/+13
| * ; Fix recent small mistake in recent refactor.Eshel Yaron2025-10-011-2/+2
| * ; elisp-scope.el: Simplify 'eval' analyzer.Eshel Yaron2025-10-011-3/+6
| * ; elisp-scope.el: Rename 'declaration' role.Eshel Yaron2025-10-012-7/+7
| * ; elisp-scope.el: Remove unused 'undefined-macro' role.Eshel Yaron2025-10-011-4/+0
| * ; elisp-scope.el: Fix 'define-completion-category' handler.Eshel Yaron2025-10-011-1/+1
| * ; (elisp-scope-define-symbol-role): Add docstring.Eshel Yaron2025-10-011-0/+8
| * ; Call it "symbol role" instead of "symbol type".Eshel Yaron2025-10-012-128/+128
| * (elisp-scope-get-symbol-type-property): Revise inheritance handling.Eshel Yaron2025-10-011-19/+14
| * ; (elisp-scope-define-symbol-type): Cease autoloading it.Eshel Yaron2025-09-301-1/+0
| * ; elisp-scope.el: Update multiple function handlers.Eshel Yaron2025-09-301-211/+278
| * ; Rename scope.el to elisp-scope.elEshel Yaron2025-09-293-2670/+2672
| * ; scope.el: Mark 'static-when/unless' as unsafe.Eshel Yaron2025-09-291-1/+8
| * Add optional semantic highlighting for Emacs Lisp.Eshel Yaron2025-09-292-0/+2948
* | Fix squashfs archives embedded in another archiveEli Zaretskii2025-10-121-2/+18
* | (read-only-keymap-*): Be more careful with the namespaceStefan Monnier2025-10-125-8/+11
* | Fix regression in Tramp file name completionMichael Albinus2025-10-121-0/+3
* | Make buffer-local decorations show up on new window-system frames (Bug#79606)Martin Rudalics2025-10-121-0/+28
* | * lisp/progmodes/hideshow.el: Small improvements (bug#79585).Juri Linkov2025-10-111-3/+5
* | Make cascaded archives working in tramp-archive.el work, againMichael Albinus2025-10-111-6/+5
* | hideshow: Fix cursor when using end-of-line indicators.Elías Gabriel Pérez2025-10-111-4/+6
* | Eglot: Add LSP server for TOML.Pooya Moradi2025-10-111-0/+1
* | Do not erase the output buffer upon empty async shell commandManuel Giraud2025-10-111-2/+5
* | Replace obsolete floatfig package with floatfltArash Esbati2025-10-101-4/+5
* | ; * lisp/progmodes/flymake.el (flymake-margin-indicators-string): Doc fix.Eli Zaretskii2025-10-101-2/+3
* | * lisp/progmodes/flymake.el: Improve flymake--resize-margins.Juri Linkov2025-10-091-9/+11
* | Treat a completion boundary change as completionSpencer Baugh2025-10-091-14/+26
* | * lisp/xdg.el (xdg-mime-apps): Fix recent regression.Juri Linkov2025-10-091-1/+2
* | Use shorter margin indicators in flymake-mode (bug#76254)Juri Linkov2025-10-091-7/+18
* | Remove setting of reference formatArash Esbati2025-10-091-2/+2
* | Fix font lock in csharp-ts-modeRoi Martin2025-10-091-334/+343
* | Fix font lock in java-ts-modeRoi Martin2025-10-091-130/+138
* | newsticker.el: fix escaping of XML stringsLdBeth2025-10-081-3/+3
* | Fix another inconsistency in auth-source.elMichael Albinus2025-10-081-4/+10
* | vc-dir-resynch-file: Be more defensive about default-directorySean Whitton2025-10-082-5/+18
* | define-globalized-minor-mode: Fix multiple globalized modesSean Whitton2025-10-081-6/+17