aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Eglot: add two semtok testsJoão Távora2025-11-131-0/+52
* | | | Eglot: tweak some semtok functions to be more debug-friendlyJoão Távora2025-11-131-21/+23
* | | | Eglot: tidy overlay cleanup codeJoão Távora2025-11-131-5/+11
* | | | hideshow: Fix indicator mouse clicks on TTYElías Gabriel Pérez2025-11-131-5/+4
* | | | ; * lisp/vc/vc.el (vc-revert-revision): Fix line length.Sean Whitton2025-11-131-3/+3
* | | | read_key_sequence: Additional check for fix_current_bufferSean Whitton2025-11-131-5/+12
* | | | New dummy defmacro for bind*Sean Whitton2025-11-131-0/+7
* | | | ; * lisp/vc/vc-dispatcher.el (vc-do-async-command): Limit precision.Sean Whitton2025-11-131-1/+1
* | | | VC revert commands: Facilities to entirely delete revisionsSean Whitton2025-11-135-94/+343
* | | | Revised bindings for diff-revert-and-kill-hunkSean Whitton2025-11-133-4/+11
* | | | Support unqualified keycap emojiRobert Pluim2025-11-131-1/+2
* | | | * lisp/replace.el (replace--push-stack, perform-replace): Use markersStefan Monnier2025-11-131-21/+22
* | | | etc/NEWS.28: Mention `read-symbol-shorthands` to improve `C-h v` infoStefan Monnier2025-11-131-2/+4
* | | | lisp/emacs-lisp/bytecomp.el (define-widget): Add `funarg-positions`Stefan Monnier2025-11-131-9/+11
* | | | (loaddefs-generate--emacs-batch): Fix bug#79821Stefan Monnier2025-11-131-1/+1
* | | | ; Eglot: tweak manual's wording of "language server"João Távora2025-11-121-18/+18
* | | | Eglot: document semantic tokens (semtok) feature (bug#79374)João Távora2025-11-122-1/+56
* | | | Eglot: don't use eglot--semtok-idle-timer (bug#79374)João Távora2025-11-121-13/+1
* | | | Eglot: rework semtok defcustoms and face calculation (bug#79374)João Távora2025-11-121-118/+92
* | | | Eglot: debounce consecutive semtok full/delta requests (bug#79374)João Távora2025-11-121-30/+45
* | | | Eglot: rework semtok again to use only font-lock (bug#79374)João Távora2025-11-121-27/+52
* | | | Eglot: rework semtok to use only jit-lock (bug#79374)João Távora2025-11-121-198/+148
* | | | Eglot: fix bug on server-intiated semtok refresh (bug#79374)João Távora2025-11-121-2/+1
* | | | Eglot: rework semtok code (bug#79374)João Távora2025-11-121-154/+152
* | | | Eglot: add semantic token (semtok) support (bug#79374)Lua Viana Reis2025-11-121-3/+333
* | | | vc-do-async-command: Print how long command took to runSean Whitton2025-11-121-4/+24
* | | | ; * lisp/vc/vc-dispatcher.el (vc-do-command): Improve docstring.Sean Whitton2025-11-121-8/+11
* | | | vc-do-command: Restore using a pipe in the async caseSean Whitton2025-11-121-1/+1
* | | | ; * lisp/progmodes/hideshow.el (hs-hideable-region-p): Doc fix.Eli Zaretskii2025-11-111-2/+2
* | | | Merge from savannah/emacs-30Po Lu2025-11-121-6/+2
|\ \ \ \ | |/ / /
| * | | Fix crash on Android 2.2Po Lu2025-11-121-6/+2
* | | | Extend Tramp direct async processes for further methodsMichael Albinus2025-11-113-6/+15
* | | | ; * lisp/progmodes/hideshow.el (hs-minor-mode): Style fixes.Sean Whitton2025-11-111-2/+3
* | | | ; * lisp/vc/vc-hooks.el: Note vc-after-revert in after-revert-hook.Sean Whitton2025-11-111-1/+2
* | | | ; minibuffer-default-add-shell-commands: Use 'and' not 'unless'.Sean Whitton2025-11-111-2/+2
* | | | hideshow: Fix indicators for multiple block in the same lineElías Gabriel Pérez2025-11-111-24/+34
* | | | Improve hideshow support for heex-ts-mode and yaml-ts-modeJuri Linkov2025-11-102-2/+6
* | | | Improve hideshow support for elixir-ts-mode and heex-ts-modeJuri Linkov2025-11-102-4/+7
* | | | vc-do-command: Support discarding standard errorSean Whitton2025-11-103-27/+119
* | | | ; vc-start-logentry: Require log-edit (bug#79803)Sean Whitton2025-11-101-1/+2
* | | | ; Eglot: unbreak "lsp-abiding-column" test for newer clangdJoão Távora2025-11-101-7/+12
* | | | Flymake: fix compatibility to older emacsen (bug#79769)João Távora2025-11-101-8/+8
* | | | Eglot: consider invisibility in eldoc one-liners (bug#79779)Spencer Baugh2025-11-101-4/+6
* | | | ; * lisp/progmodes/hideshow.el (hs-minor-mode, hs-grok-mode-type): Fix code.Elías Gabriel Pérez2025-11-101-5/+5
* | | | * lisp/progmodes/grep.el (grep-menu-map): Add "Edit Grep Buffer" (bug#79793).Elías Gabriel Pérez2025-11-101-1/+3
* | | | Port Android build system to Autoconf < 2.70Po Lu2025-11-101-1/+7
* | | | Zone multi-window and -frame supportMichael R. Mauger2025-11-092-57/+415
* | | | ; * lisp/progmodes/hideshow.el: Spelling fixes (bug#79585)Michael Heerdegen2025-11-091-20/+24
* | | | * lisp/progmodes/flymake.el (flymake-start): Use 'when-let*' (bug#79796).Juri Linkov2025-11-091-4/+5
* | | | * lisp/vc/diff-mode.el (diff-changed-unspecified): Restore old colors.Juri Linkov2025-11-091-3/+3