summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Expand)Author
2026-02-20Add a theme and minor mode for new usersPhilip Kaludercic
2026-02-20Optimise closed-over variables earlierMattias Engdegård
2026-02-20Remove two obsolete peephole optimisation rulesMattias Engdegård
2026-02-20; * lisp/subr.el (and-let*): Expand to 'and' not 'when'.Sean Whitton
2026-02-20Show "committing" pseudo-state in VC-Dir during an async checkinSean Whitton
2026-02-20Use git ls-files --deduplicate in project.el (bug#80409)Basil L. Contovounesios
2026-02-19Remove (featurep 'project) guards in python.elkobarity
2026-02-19Fix invalid vc-state after vc-revertSean Whitton
2026-02-19* lisp/vc/vc-dispatcher.el (vc-do-async-command): Call special-mode.Sean Whitton
2026-02-19Restore 'cond' one element clauses to 'cond*'Sean Whitton
2026-02-18Fixes to with-vc-propertiesSean Whitton
2026-02-18vc-dir-show-outgoing-count: Mark a safe local variableSean Whitton
2026-02-18elisp-scope.el: Add variable value specificationsEshel Yaron
2026-02-18Adapt mode-line faces to dark background mode (bug#80135)Juri Linkov
2026-02-18* lisp/net/goto-addr.el (goto-address-fontify): Fix unbalanced parens.Juri Linkov
2026-02-18Add frame-use-time, get-mru-frame, use mru frame in delete-frame (bug#80397)Stéphane Marks
2026-02-18New 'delete-files' VC backend function for faster mass deletionsSean Whitton
2026-02-18Fix vc-hg-delete-file on files in nonexistent directoriesSean Whitton
2026-02-18vc-git-pull, vc-git-incoming-revision: Use push remotesSean Whitton
2026-02-17; Docstring fix for outstanding changes commands.Sean Whitton
2026-02-17Use -outstanding not -outgoing-base in VC command namesSean Whitton
2026-02-17Mark add-log-always-start-new-record as safeBasil L. Contovounesios
2026-02-17; * lisp/treesit.el (treesit-hs-find-next-block): Add guard (bug#80422).Juri Linkov
2026-02-17project--delete-zombie-projects: Bind tramp-error-show-message-timeout to nilDmitry Gutov
2026-02-16Change the default value of 'split-width-threshold' from 160 to 150Juri Linkov
2026-02-16Add repeat-map for smerge-mode commandsPaul Nelson
2026-02-16* lisp/treesit.el (treesit-hs-find-next-block): Fix infloop. (bug#80232)Elias Gabriel Perez
2026-02-16* lisp/system-sleep.el (sleep-event-state): Define to autoload.Michael Albinus
2026-02-16; Unbreak the build broken by a recent commitEli Zaretskii
2026-02-16; * lisp/tutorial.el: Remove unneeded require.Basil L. Contovounesios
2026-02-16; Minor updates to system-sleep (bug#80348)Stéphane Marks
2026-02-15project.el: Fix in submodules with nonexistent git root (bug#80402)Heinz Fridolin
2026-02-15elisp--highlight-function-argument: Handle special syntax correctlyVili Aapro
2026-02-15elisp--highlight-function-argument: Use forward-sexpVili Aapro
2026-02-15elisp--highlight-function-argument: Use temporary bufferVili Aapro
2026-02-15Fix failing iCalendar tests when TZ=UTCRichard Lawrence
2026-02-15; * lisp/delsel.el: Load cl-lib when byte-compiling to avoid warning.Eli Zaretskii
2026-02-15Fix project-buffers error on buffers with nil default-directoryYikai Zhao
2026-02-14delsel.el: Improve the overlay for text replacementStefan Monnier
2026-02-14delsel.el: Use an overlay to track the replacement textKim F. Storm
2026-02-14Prefer value< with new 'sort' in json.elBasil L. Contovounesios
2026-02-14vc-pull-and-push: Fix when visiting untracked filesSean Whitton
2026-02-14* lisp/vc/vc.el (vc-push): Fix when visiting untracked files.Sean Whitton
2026-02-14Don't invoke Dired with -R when reviewing packagesPhilip Kaludercic
2026-02-14; Remove 'package-vc-version' declarationPhilip Kaludercic
2026-02-14; Remove unnecessary 'inline' require from package.elPhilip Kaludercic
2026-02-14Do not upgrade VC packages using 'package-upgrade'Philip Kaludercic
2026-02-14Fix vc-pull from buffers visiting untracked filesSean Whitton
2026-02-14vc-find-backend-function: Require vc for default implementationsSean Whitton
2026-02-14; vc-user-edit-command-history: Expand docstring.Sean Whitton