summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
AgeCommit message (Expand)Author
2026-05-29Merge from origin/emacs-31Sean Whitton
2026-05-25lisp/emacs-lisp/package.el (package-quickstart-refresh): Delete stale elcStefan Monnier
2026-05-24native--compile-skip-on-battery-p: Try to fix ?b, ?B conditionsSean Whitton
2026-05-23vc-refresh-state: Use cond*Sean Whitton
2026-05-23Merge from origin/emacs-31Eli Zaretskii
2026-05-23let-alist.el: Use 'elt' instead of 'nth'Augusto Stoffel
2026-05-22Adapt ert-remote-temporary-file-directory settingsMichael Albinus
2026-05-16Copy changes from tarballs when installing VC packagesPhilip Kaludercic
2026-05-14Eldoc: display documentation in visual-line-modeJoão Távora
2026-05-11Update "timeout" to 2.1.6Philip Kaludercic
2026-05-08; package-activate-all: Drop requiring package now not preloaded.Sean Whitton
2026-05-07Unpreload package-activate-allSean Whitton
2026-05-06; * lisp/emacs-lisp/elisp-scope.el (elisp-scope-analyze-form): Doc fix.Eli Zaretskii
2026-05-06; Expand 'elisp-fontify-symbol' and 'elisp-scope-analyze-form' docsEshel Yaron
2026-05-05; More 'elisp-scope' and 'elisp-fontify-semantically' doc improvementsEshel Yaron
2026-05-05; (elisp-scope-analyze-form): Improve docstring.Eshel Yaron
2026-05-05; Fix doc strings of timer-set-* functionsEli Zaretskii
2026-05-04nadvice.el: Make it easier to find how to change an interactive-formStefan Monnier
2026-05-04lisp/emacs-lisp/lisp-mode.el (lisp-fdefs): Avoid obsolete "face vars"Stefan Monnier
2026-05-03Ensure package archives are loaded for 'package-isolate'Philip Kaludercic
2026-05-03(package--builtin-alist): Don't use `defconst` since we later change itStefan Monnier
2026-05-02; * lisp/emacs-lisp/subr-x.el (work-buffer--release): Autoload (bug#80947).Eli Zaretskii
2026-05-02; * lisp/emacs-lisp/pcase.el (pcase-exhaustive): Doc fix.Eli Zaretskii
2026-04-30; * lisp/emacs-lisp/let-alist.el (let-alist): Fix typo.Eshel Yaron
2026-04-30(seq-concatenate): Fix docstring (bug#80810)Stefan Monnier
2026-04-30cl-lambda-list, cl-lambda-list1: Fix &key specSean Whitton
2026-04-30; Fix shortdoc for seq-concatenate (bug#80810).Sean Whitton
2026-04-29; Spelling fixes.Paul Eggert
2026-04-29(loaddefs-generate--make-autoload): Fix autoload for `emoji-insert`Stefan Monnier
2026-04-28lisp/emacs-lisp/crm.el (crm-complete-and-exit): Simplify docstringStefan Monnier
2026-04-27Do not warn about 'lexical-binding' if buffer is not compiledPhilip Kaludercic
2026-04-27Do not regard selected packages as removablePhilip Kaludercic
2026-04-27Ensure that 'package--builtin-alist' can be populatedPhilip Kaludercic
2026-04-25Use 'package-get-descriptor' in 'package--query-desc'Philip Kaludercic
2026-04-25Improve 'package-get-descriptor' performancePhilip Kaludercic
2026-04-25Prevent force reloading of package archive contentsPhilip Kaludercic
2026-04-25Replace 'package--builtin-alist' function with constantPhilip Kaludercic
2026-04-25Restore previous 'package-get-descriptor' signaturePhilip Kaludercic
2026-04-23(work-buffer--release): Fix bug#80813Stefan Monnier
2026-04-22(loaddefs--defining-macros): Delete varStefan Monnier
2026-04-21Show executed tests from erts files via the ERT results bufferRoi Martin
2026-04-21; Add a comment to elaborate changes in 0051e2b7Philip Kaludercic
2026-04-21Extend utility of 'package-get-descriptor'Philip Kaludercic
2026-04-20; Additional small tweaks of map.el methodsMichael Heerdegen
2026-04-19(js-jsx--detect-after-change): Fix test regressionStefan Monnier
2026-04-18; Fix cl-loop related typo from 27434c0fPhilip Kaludercic
2026-04-18Suppress queries when installing package from filePhilip Kaludercic
2026-04-18Use git-diff(1) in 'package-review-diff-command' if availablePhilip Kaludercic
2026-04-18; Add missing docstring for 'package-matches-selector-p'Philip Kaludercic
2026-04-16Update 'crm-complete-and-exit' from 'minibuffer-complete-and-exit'Juri Linkov