aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ; Add a couple of tests for ELisp semantic highlightingEshel Yaron2025-10-032-0/+37
| * | | | ; (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-023-8/+91
| * | | | ; 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-293-0/+2955
* | | | | 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
* | | | | ; * doc/misc/gnus.texi (Optional Back End Functions): Add newer (bug#79484).James Thomas2025-10-121-0/+13
* | | | | ; * doc/misc/gnus.texi: Fix formatting (bug#79484).James Thomas2025-10-121-28/+27
* | | | | Make buffer-local decorations show up on new window-system frames (Bug#79606)Martin Rudalics2025-10-121-0/+28
* | | | | Update MS-Windows manifest for EmacsEli Zaretskii2025-10-122-2/+2
* | | | | * lisp/progmodes/hideshow.el: Small improvements (bug#79585).Juri Linkov2025-10-111-3/+5
* | | | | ; Simplify last change slightly, improve wording, add xref.Sean Whitton2025-10-111-6/+8
* | | | | ; use-package manual: Discuss defvar-keymap ':prefix t'Pedro Andres Aranda Gutierrez2025-10-111-2/+24
* | | | | Make cascaded archives working in tramp-archive.el work, againMichael Albinus2025-10-113-17/+85
* | | | | Fix MS-Windows tray notifications from different Emacs framesEli Zaretskii2025-10-112-14/+32
* | | | | Merge from origin/emacs-30Eli Zaretskii2025-10-116-5/+13
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ; Document %i formatEli Zaretskii2025-10-112-2/+3
| * | | | ; * doc/lispref/nonascii.texi (Explicit Encoding): Fix a typo (bug#79613).Eli Zaretskii2025-10-111-1/+1
| * | | | ; * doc/lispref/tips.texi (Documentation Tips): Document \\+`foo'.Eli Zaretskii2025-10-081-0/+9
* | | | | hideshow: Fix cursor when using end-of-line indicators.Elías Gabriel Pérez2025-10-111-4/+6
* | | | | ; * doc/emacs/mini.texi (Minibuffer History): Improve indexing.Eli Zaretskii2025-10-111-2/+4
* | | | | Eglot: Add LSP server for TOML.Pooya Moradi2025-10-111-0/+1
* | | | | Fix last changeEli Zaretskii2025-10-111-0/+4
* | | | | Stop monitoring fds after receiving EOFSpencer Baugh2025-10-111-1/+1
* | | | | Allow creating a pipe process without a bufferSpencer Baugh2025-10-113-6/+19