aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Eglot: support textDocument/prepareRename for more accurate eglot-renameJoão Távora2026-01-111-6/+16
| * | | Fix Emacs responsiveness when debugging many thread-exit eventsEli Zaretskii2026-01-111-3/+28
| * | | ; Don't use cl-letf with generic function in ERC testF. Jason Park2026-01-112-81/+82
| * | | Use seq-doseq for iterating over strings in ERCF. Jason Park2026-01-113-35/+3
| * | | Eglot: release version 1.21João Távora2026-01-112-1/+7
| * | | Eglot: properly announce semantic tokens support to serversJoão Távora2026-01-111-1/+1
| * | | Eglot: solve misc Elisp compatibility problems on Emacs 26.3João Távora2026-01-112-4/+4
| * | | Eglot: don't use text-property-search-forward unavailable on 26.3João Távora2026-01-112-18/+26
| * | | Avoid byte-compiled code in `ibuffer-maybe-show-predicates' value (bug#80117)Phil Sainty2026-01-111-6/+9
| * | | Fix crash where dead frame remains on list of live frames (Bug#80120)Martin Rudalics2026-01-113-3/+27
| * | | Don't use "make -j" when running testsMichael Albinus2026-01-112-3/+6
| * | | lisp/subr.el (insert-for-yank-1): Use `with-silent-modifications`Stefan Monnier2026-01-101-13/+7
| * | | Eglot: release version 1.20João Távora2026-01-112-2/+2
| * | | Eglot: add new command 'eglot-momentary-inlay-hints'João Távora2026-01-113-0/+65
| * | | Eglot: de-spam eglot-mode-line-progressJoão Távora2026-01-111-8/+10
| * | | Eglot: improve diagnostics testsJoão Távora2026-01-111-2/+56
| * | | Eglot: improve automated test machineryJoão Távora2026-01-111-35/+46
| * | | Eglot: enhance eglot-list-connections-modeJoão Távora2026-01-111-2/+8
| * | | Eglot: don't notify server of in-disk changes for managed filesJoão Távora2026-01-111-1/+5
| * | | Eglot: spectacular optimization in files with many diagnosticsJoão Távora2026-01-112-19/+79
| * | | Eglot: add support for experimental $/streamingDiagnosticsProviderJoão Távora2026-01-111-4/+75
| * | | Eglot: rework Flymake integration ahead of more changesJoão Távora2026-01-111-139/+182
| * | | Eglot: document LSP server multiplexer supportJoão Távora2026-01-113-14/+190
| * | | Flymake: clarify :region in docstring of f-diagnostic-functionsJoão Távora2026-01-111-62/+60
| * | | Jsonrpc: add major mode for events buffersJoão Távora2026-01-111-2/+29
| * | | Limit yanks to a single set of modification hook callsJD Smith2026-01-101-3/+5
| * | | ; NS: Fix typo in -resetCursorRects implementationsYavor Doganov2026-01-101-4/+4
| * | | ; 'holiday-float': Improve documentation of edge caseJacob S. Gordon2026-01-101-4/+11
| * | | ; * lisp/net/sieve-mode.el (sieve-indent-offset)pinmacs2026-01-101-1/+8
| * | | ; * doc/emacs/files.texi (Filesets): Fix long lines.Eli Zaretskii2026-01-101-2/+4
| * | | ; Doc fix: 'fileset-run-cmd' is not just for shellJames Thomas2026-01-101-2/+6
| * | | hideshow: Reword documentation (bug#80116)Elías Gabriel Pérez2026-01-103-64/+73
| * | | ; Spelling fix.Sean Whitton2026-01-101-2/+2
| * | | ; Fixes to last change.Sean Whitton2026-01-102-31/+23
| * | | Update cursor display using Xterm escape sequencesJared Finder2026-01-103-21/+152
| * | | ; Fix description of NS/GNUstep CPP conditionsEli Zaretskii2026-01-101-0/+2
| * | | NS: Use Cocoa implementation of EmacsBell -init if named image is declaredYavor Doganov2026-01-102-1/+6
| * | | ; Fix documentation of a recent commitEli Zaretskii2026-01-101-20/+21
| * | | Fix cursor position in calendar-generate-window (bug#80069)Liu Hui2026-01-101-3/+6
| * | | vc--apply-to-other-working-tree: Handle 'diff-default-read-only'.Sean Whitton2026-01-101-1/+2
| * | | ; Fix last change.Sean Whitton2026-01-101-1/+1
| * | | * lisp/vc/vc.el (vc-deduce-fileset): Don't return empty FILESET.Sean Whitton2026-01-101-1/+1
| * | | ; Fix order of @item and indices in help.texiPhilip Kaludercic2026-01-101-1/+1
| * | | Bind 'apropos-user-option' to C-h uPhilip Kaludercic2026-01-103-1/+8
| * | | Allow 'package-isolate' to fetch missing packagesPhilip Kaludercic2026-01-102-16/+31
| * | | Allow reviewing packages before installaionPhilip Kaludercic2026-01-103-57/+272
| * | | ; log-view-mode-map: Fix binding M-RET in text mode frames.Sean Whitton2026-01-101-1/+1
| * | | ; * doc/lispref/streams.texi (Output Functions): Fix markup (bug#80167).Arash Esbati2026-01-101-1/+1
| * | | cl-generic.el: Avoid an O(N^2) behaviorStefan Monnier2026-01-091-21/+37
| * | | (cl--generic-build-combined-method): Fix lingering error (bug#80154)Stefan Monnier2026-01-091-28/+31