summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-12Fix display of keys in 'help-form' buffers (bug#77118)Stephen Berman
2025-04-12Improve documentation of 'user-emacs-directory'Eli Zaretskii
2025-04-12Update remarks on name prefixes in coding conventionsSean Whitton
2025-04-12vc-do-async-command: Ellipse later lines in multiline argumentsSean Whitton
2025-04-12; * etc/NEWS: Move new variables only for Lisp programmers downwards.Sean Whitton
2025-04-11Rename treesit-toggle-sexp-type to treesit-cycle-sexp-type.Juri Linkov
2025-04-11; * etc/NEWS: Expand description of vc-buffer-overriding-fileset.Sean Whitton
2025-04-11; * etc/NEWS: Fix typos.Michael Albinus
2025-04-11; * doc/emacs/files.texi (Image Mode): Fix a typo (bug#77723).Eli Zaretskii
2025-04-11; Delete FIXME in vc-print-logSean Whitton
2025-04-11New buffer-local vc-buffer-overriding-fileset and vc-buffer-revisionSean Whitton
2025-04-11; Normalize spacing in last changeSean Whitton
2025-04-10Add `lexical-binding` cookie to generated filesStefan Monnier
2025-04-10Fix treesit-forward-sexp/list navigation in the middle of a node.Juri Linkov
2025-04-10Rename treesit-toggle-sexp-mode to treesit-toggle-sexp-type.Juri Linkov
2025-04-10; Fix an error in 'package-quickstart-refresh'Eli Zaretskii
2025-04-10; Update ldefs-boot.elEli Zaretskii
2025-04-10Fix one more case of unnecessary lexbind warningsEli Zaretskii
2025-04-10Avoid warnings about lexbind cookies where they aren't neededEli Zaretskii
2025-04-10; * test/infra/android/test-controller.el (ats-eval): Correct punctuation.Po Lu
2025-04-10; * etc/NEWS: Document previous change.Po Lu
2025-04-10Respond to display configuration updates on AndroidPo Lu
2025-04-10; * lisp/minibuffer.el (read-file-name): Fix a typo in the doc string.Eli Zaretskii
2025-04-10; Fix recently-added documentationEli Zaretskii
2025-04-09New command 'treesit-toggle-sexp-mode' (bug#76676).Juri Linkov
2025-04-09Improve 'treesit-outline-search'.Juri Linkov
2025-04-09* lisp/subr.el (defvar-local): Change 'indent' to 'defun' (bug#77256).Juri Linkov
2025-04-09; Fix doc strings of a few Dired commandsEli Zaretskii
2025-04-09Rename some of the new window layout commandsSean Whitton
2025-04-09VC-Dir: Offer to register files before checking inSean Whitton
2025-04-09; vc-setup-buffer: Don't pass a string to buffer-live-p.Sean Whitton
2025-04-09; * src/minibuf.c (syms_of_minibuf): Improve some wording.Sean Whitton
2025-04-08Eglot: announce support for diagnostic version checks (bug#77588)João Távora
2025-04-08Use relative names where possible in package-quickstart.elSpencer Baugh
2025-04-08Preserve an explicit * in pcm-try-completionSpencer Baugh
2025-04-08* lisp/treesit.el (treesit--after-change): New function.Juri Linkov
2025-04-08New function treesit-parsers-at for treesit-language-at (bug#77256).Juri Linkov
2025-04-08(internal--get-default-lexical-binding): Be more failsafeStefan Monnier
2025-04-08Fix prettify-symbols-mode with composition rulesEli Zaretskii
2025-04-08Fix window selection after log-edit-show-diff, againSean Whitton
2025-04-08; * CONTRIBUTE: Clarify single-line commit should end with a period.Jeremy Bryant
2025-04-08Eglot: check textDocument/publishDiagnostics version (bug#77588)João Távora
2025-04-08; Fix last change: ensure-list does not ensure a proper listSean Whitton
2025-04-08Factor out vc-only-files-state-and-modelSean Whitton
2025-04-08; Drop Mtn from comment now vc-mtn is obsoleteSean Whitton
2025-04-08Update descriptions of VC's capabilities for Git and MercurialSean Whitton
2025-04-07lisp/files.el (internal--get-default-lexical-binding): Buttonize the M-xStefan Monnier
2025-04-07lisp/files.el (internal--get-default-lexical-binding): Handle nested loadsStefan Monnier
2025-04-08Replace some calls to `intern' with DEFSYMsPo Lu
2025-04-08; * src/lread.c (get_lexical_binding): Fix coding style.Po Lu