| Commit message (Expand) | Author | Age | Files | Lines |
* | * Account for `byte-compile-warnings' during native compilation (bug#63302). | Andrea Corallo | 2023-05-17 | 1 | -0/+2 |
* | Avoid duplicate VC packages in 'package-selected-packages' | Philip Kaludercic | 2023-05-16 | 1 | -3/+5 |
* | Fix building of VC package manuals with relative includes | Joseph Turner | 2023-05-13 | 1 | -1/+4 |
* | Ensure that package menu respects 'package-install-upgrade-built-in' | Philip Kaludercic | 2023-05-12 | 1 | -1/+3 |
* | Ensure that EXTRA-DATA are always written when generating autoloads | Philip Kaludercic | 2023-05-12 | 1 | -1/+14 |
* | define-minor-mode: sanitize mode function messages | Nicholas Vollmer | 2023-05-07 | 1 | -1/+1 |
* | ; Expand 'package-vc-install' documentation | Philip Kaludercic | 2023-05-06 | 1 | -5/+7 |
* | Fix doc strings of 'mark-sexp' and 'mark-word' | Eli Zaretskii | 2023-05-06 | 1 | -6/+16 |
* | (package-upgrade): Don't remove the package from 'package-selected-packages' | Dmitry Gutov | 2023-05-06 | 1 | -1/+1 |
* | Make loaddefs-generate slightly more tolerant | Robert Pluim | 2023-05-04 | 1 | -2/+5 |
* | Prevent unnecessary modifications of 'package-vc-selected-packages' | Philip Kaludercic | 2023-05-04 | 1 | -8/+9 |
* | Recognize defstruct slot names in various eieio functions | Thuna | 2023-05-03 | 1 | -0/+1 |
* | Prevent generating empty autoload files | Philip Kaludercic | 2023-04-30 | 1 | -66/+56 |
* | ; Remove some leftover text | Dmitry Gutov | 2023-04-28 | 1 | -4/+1 |
* | ; Minor improvements in doc strings of package-upgrade commands | Eli Zaretskii | 2023-04-28 | 1 | -3/+8 |
* | package-upgrade[-all]: Expand docstrings to note the current limitation | Dmitry Gutov | 2023-04-28 | 1 | -2/+10 |
* | Rename all functions called package-*-update-* to package-*-upgrade-* | Dmitry Gutov | 2023-04-28 | 2 | -26/+26 |
* | Documentation copyedits for 'package-install-upgrade-built-in' etc | Eli Zaretskii | 2023-04-16 | 1 | -5/+5 |
* | Allow upgrading built-in packages with 'package-install' | Philip Kaludercic | 2023-04-16 | 1 | -8/+39 |
* | Add more documentation for the keys of `package-vc-selected-packages`. | Earl Hyatt | 2023-04-12 | 1 | -26/+4 |
* | ; * lisp/emacs-lisp/package-vc.el: Remove completed item from TODO | Philip Kaludercic | 2023-03-30 | 1 | -3/+0 |
* | ; * lisp/emacs-lisp/package-vc.el (package-vc): Fix manual reference | Philip Kaludercic | 2023-03-30 | 1 | -1/+1 |
* | Comp fix calls to redefined primtives with op-bytecode (bug#61917) | Andrea Corallo | 2023-03-29 | 1 | -18/+23 |
* | Revert "Comp fix calls to redefined primtives with op-bytecode (bug#61917)" | Andrea Corallo | 2023-03-28 | 1 | -19/+11 |
* | Revert "* lisp/emacs-lisp/comp.el (comp-emit-set-call-subr): Improve..." | Andrea Corallo | 2023-03-28 | 1 | -1/+1 |
* | ; Fix edebug spec for 'gv-define-simple-setter' (bug#62256) | Matus Goljer | 2023-03-26 | 1 | -1/+1 |
* | ; Improve documentation of :predicate in globalized minor modes | Eli Zaretskii | 2023-03-23 | 1 | -9/+17 |
* | Fix :predicate handling in globalized minor modes | Stefan Monnier | 2023-03-23 | 1 | -1/+1 |
* | * lisp/emacs-lisp/comp.el (comp-emit-set-call-subr): Improve 263d6c38539 | Andrea Corallo | 2023-03-21 | 1 | -1/+1 |
* | Comp fix calls to redefined primtives with op-bytecode (bug#61917) | Andrea Corallo | 2023-03-20 | 1 | -11/+19 |
* | Remove 'package-vc--query-spec' | Philip Kaludercic | 2023-03-15 | 1 | -9/+0 |
* | Do not store :lisp-dir in package descriptors | Philip Kaludercic | 2023-03-15 | 1 | -16/+9 |
* | Use 'package-vc-selected-packages' to store package specs | Philip Kaludercic | 2023-03-15 | 1 | -16/+22 |
* | * Make sure `default-directory' exists before spawning processes (bug#62004) | Andrea Corallo | 2023-03-08 | 1 | -1/+3 |
* | * lisp/emacs-lisp/comp.el (comp-prettyformat-insn): Fix (bug#61917) | Andrea Corallo | 2023-03-06 | 1 | -4/+6 |
* | ; Minor fix of last change | Eli Zaretskii | 2023-03-05 | 1 | -1/+1 |
* | * Warn when certain primitives are redefined (bug#61880) | Andrea Corallo | 2023-03-05 | 1 | -0/+11 |
* | * lisp/emacs-lisp/debug-early.el (debug-early-backtrace): Fix bug#61847 | Stefan Monnier | 2023-03-01 | 1 | -4/+4 |
* | Revert "Don't disable eldoc when doing edebug" | Eli Zaretskii | 2023-03-01 | 1 | -0/+1 |
* | Avoid reusing :lisp-dir twice in 'package-vc--main-file' | Philip Kaludercic | 2023-02-24 | 1 | -1/+0 |
* | Ensure right package-desc-type before installing package | Philip Kaludercic | 2023-02-24 | 1 | -3/+5 |
* | ; * lisp/emacs-lisp/eldoc.el (eldoc-display-in-echo-area): Fix typo. | Yuan Fu | 2023-02-22 | 1 | -1/+1 |
* | Add 'process-status' to process shortdoc | Robert Pluim | 2023-02-21 | 1 | -0/+3 |
* | * lisp/emacs-lisp/comp.el (comp--trampoline-abs-filename): Improve 5d0b45cd67b | Andrea Corallo | 2023-02-21 | 1 | -4/+2 |
* | Make the native compiler always use `make-temp-file' for temporary files | Andrea Corallo | 2023-02-20 | 1 | -2/+2 |
* | Merge from origin/emacs-28 | Stefan Kangas | 2023-02-19 | 1 | -1/+1 |
|\ |
|
* | | Fix invocation of File->Close from the menu bar | Eli Zaretskii | 2023-02-19 | 1 | -13/+14 |
* | | * Fix `native-comp-enable-subr-trampolines' semantic | Andrea Corallo | 2023-02-18 | 1 | -1/+2 |
* | | ; Fix typo | Stefan Kangas | 2023-02-18 | 1 | -1/+1 |
* | | ; Improve and update documentation of native compilation | Eli Zaretskii | 2023-02-17 | 1 | -3/+2 |