summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * Account for `byte-compile-warnings' during native compilation (bug#63302).Andrea Corallo2023-05-171-0/+2
* Avoid duplicate VC packages in 'package-selected-packages'Philip Kaludercic2023-05-161-3/+5
* Fix building of VC package manuals with relative includesJoseph Turner2023-05-131-1/+4
* Ensure that package menu respects 'package-install-upgrade-built-in'Philip Kaludercic2023-05-121-1/+3
* Ensure that EXTRA-DATA are always written when generating autoloadsPhilip Kaludercic2023-05-121-1/+14
* define-minor-mode: sanitize mode function messagesNicholas Vollmer2023-05-071-1/+1
* ; Expand 'package-vc-install' documentationPhilip Kaludercic2023-05-061-5/+7
* Fix doc strings of 'mark-sexp' and 'mark-word'Eli Zaretskii2023-05-061-6/+16
* (package-upgrade): Don't remove the package from 'package-selected-packages'Dmitry Gutov2023-05-061-1/+1
* Make loaddefs-generate slightly more tolerantRobert Pluim2023-05-041-2/+5
* Prevent unnecessary modifications of 'package-vc-selected-packages'Philip Kaludercic2023-05-041-8/+9
* Recognize defstruct slot names in various eieio functionsThuna2023-05-031-0/+1
* Prevent generating empty autoload filesPhilip Kaludercic2023-04-301-66/+56
* ; Remove some leftover textDmitry Gutov2023-04-281-4/+1
* ; Minor improvements in doc strings of package-upgrade commandsEli Zaretskii2023-04-281-3/+8
* package-upgrade[-all]: Expand docstrings to note the current limitationDmitry Gutov2023-04-281-2/+10
* Rename all functions called package-*-update-* to package-*-upgrade-*Dmitry Gutov2023-04-282-26/+26
* Documentation copyedits for 'package-install-upgrade-built-in' etcEli Zaretskii2023-04-161-5/+5
* Allow upgrading built-in packages with 'package-install'Philip Kaludercic2023-04-161-8/+39
* Add more documentation for the keys of `package-vc-selected-packages`.Earl Hyatt2023-04-121-26/+4
* ; * lisp/emacs-lisp/package-vc.el: Remove completed item from TODOPhilip Kaludercic2023-03-301-3/+0
* ; * lisp/emacs-lisp/package-vc.el (package-vc): Fix manual referencePhilip Kaludercic2023-03-301-1/+1
* Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-291-18/+23
* Revert "Comp fix calls to redefined primtives with op-bytecode (bug#61917)"Andrea Corallo2023-03-281-19/+11
* Revert "* lisp/emacs-lisp/comp.el (comp-emit-set-call-subr): Improve..."Andrea Corallo2023-03-281-1/+1
* ; Fix edebug spec for 'gv-define-simple-setter' (bug#62256)Matus Goljer2023-03-261-1/+1
* ; Improve documentation of :predicate in globalized minor modesEli Zaretskii2023-03-231-9/+17
* Fix :predicate handling in globalized minor modesStefan Monnier2023-03-231-1/+1
* * lisp/emacs-lisp/comp.el (comp-emit-set-call-subr): Improve 263d6c38539Andrea Corallo2023-03-211-1/+1
* Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-201-11/+19
* Remove 'package-vc--query-spec'Philip Kaludercic2023-03-151-9/+0
* Do not store :lisp-dir in package descriptorsPhilip Kaludercic2023-03-151-16/+9
* Use 'package-vc-selected-packages' to store package specsPhilip Kaludercic2023-03-151-16/+22
* * Make sure `default-directory' exists before spawning processes (bug#62004)Andrea Corallo2023-03-081-1/+3
* * lisp/emacs-lisp/comp.el (comp-prettyformat-insn): Fix (bug#61917)Andrea Corallo2023-03-061-4/+6
* ; Minor fix of last changeEli Zaretskii2023-03-051-1/+1
* * Warn when certain primitives are redefined (bug#61880)Andrea Corallo2023-03-051-0/+11
* * lisp/emacs-lisp/debug-early.el (debug-early-backtrace): Fix bug#61847Stefan Monnier2023-03-011-4/+4
* Revert "Don't disable eldoc when doing edebug"Eli Zaretskii2023-03-011-0/+1
* Avoid reusing :lisp-dir twice in 'package-vc--main-file'Philip Kaludercic2023-02-241-1/+0
* Ensure right package-desc-type before installing packagePhilip Kaludercic2023-02-241-3/+5
* ; * lisp/emacs-lisp/eldoc.el (eldoc-display-in-echo-area): Fix typo.Yuan Fu2023-02-221-1/+1
* Add 'process-status' to process shortdocRobert Pluim2023-02-211-0/+3
* * lisp/emacs-lisp/comp.el (comp--trampoline-abs-filename): Improve 5d0b45cd67bAndrea Corallo2023-02-211-4/+2
* Make the native compiler always use `make-temp-file' for temporary filesAndrea Corallo2023-02-201-2/+2
* Merge from origin/emacs-28Stefan Kangas2023-02-191-1/+1
|\
* | Fix invocation of File->Close from the menu barEli Zaretskii2023-02-191-13/+14
* | * Fix `native-comp-enable-subr-trampolines' semanticAndrea Corallo2023-02-181-1/+2
* | ; Fix typoStefan Kangas2023-02-181-1/+1
* | ; Improve and update documentation of native compilationEli Zaretskii2023-02-171-3/+2