summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/package-vc.el: Expand commentaryfeature/package+vcPhilip Kaludercic2022-11-041-0/+11
* ; * lisp/emacs-lisp/package-vc.el (package-vc): Add missing :prefixPhilip Kaludercic2022-11-041-0/+1
* Link to Manual from the package-vc groupPhilip Kaludercic2022-11-041-0/+1
* ; * doc/emacs/package.texi: Rename to "Fetching Package Sources"Philip Kaludercic2022-11-041-3/+3
* Document 'package-vc-selected-packages'Philip Kaludercic2022-11-043-10/+40
* Autoload all entry functionsPhilip Kaludercic2022-11-031-0/+3
* ; Mention that 'package-vc-checkout' open a directoryPhilip Kaludercic2022-11-031-1/+1
* ; Explicitly mark internal functions as suchPhilip Kaludercic2022-11-031-64/+64
* * lisp/emacs-lisp/package-vc.el (package-vc-version): Use main filePhilip Kaludercic2022-11-031-11/+7
* Add command 'package-vc-checkout'Philip Kaludercic2022-11-033-42/+87
* ; Update TODO sectionPhilip Kaludercic2022-11-021-8/+0
* ; Handle case that was forgotten in the last commitPhilip Kaludercic2022-11-021-1/+1
* Track file name in 'package--downloads-in-progress'Philip Kaludercic2022-11-021-10/+10
* ; Replace 'let*' with 'let' where possiblePhilip Kaludercic2022-11-021-4/+4
* Ensure 'package-vc-update' runs 'package-vc-unpack-1' only oncePhilip Kaludercic2022-11-011-11/+32
* ; Avoid loading package-vc in 'package-load-descriptor'Philip Kaludercic2022-10-311-4/+0
* ; Actually check if NAME-OR-URL is a stringPhilip Kaludercic2022-10-311-1/+1
* Allow specifying and pinning source packages to be installedPhilip Kaludercic2022-10-311-0/+45
* ; Update TODO sectionPhilip Kaludercic2022-10-301-3/+0
* Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-30212-3715/+17622
|\
| * * lisp/url/url-util.el (url-insert-entities-in-string): SimplifyStefan Monnier2022-10-301-24/+13
| * dom-print: Fix missing entities quotingStefan Monnier2022-10-301-39/+29
| * elide-head: Make trailing "/" in URL optionalStefan Kangas2022-10-302-7/+18
| * Make previous-buffer and next-buffer repeatableDamien Cassou2022-10-301-0/+8
| * ; Fix unclean code in w32fns.cEli Zaretskii2022-10-301-2/+1
| * Make winner key sequences repeatable in repeat-modeDamien Cassou2022-10-301-0/+8
| * Prefer defvar-keymap in etags.elStefan Kangas2022-10-301-12/+10
| * ; Change parent language-environment of KharoshthiEli Zaretskii2022-10-302-10/+17
| * Fix set-language-info-alist when multiple PARENTS are givenVisuwesh2022-10-301-45/+41
| * ; * src/sqlite.c (Fsqlite_select): Doc fix. (Bug#58885)Eli Zaretskii2022-10-301-8/+9
| * * lisp/tab-bar.el: Minibuffer follows selected tabs (bug#58728)Juri Linkov2022-10-301-4/+19
| * Plug big leaks upon display IO errorPo Lu2022-10-301-8/+12
| * ; Silence warning in last hierarchy.el change.Basil L. Contovounesios2022-10-301-1/+1
| * ; * lisp/dired.el (dired--make-directory-clickable): Fix typo.Eli Zaretskii2022-10-291-1/+1
| * Set 'native-comp-debug' to zero on MS-WindowsEli Zaretskii2022-10-291-2/+2
| * Prefer defvar-keymap in ps-mode.elStefan Kangas2022-10-291-27/+23
| * ; Remove redundant declares of w3m-minor-mode-mapStefan Kangas2022-10-292-2/+0
| * ; * etc/NEWS: Add entry about more performant overlays.Eli Zaretskii2022-10-291-18/+25
| * Fix the subr-arity returned by native compiled functions with lots of argsAlan Mackenzie2022-10-293-14/+17
| * Make Dired header clickable on non-Posix systems as wellEli Zaretskii2022-10-291-2/+6
| * Display the Dired buffer as unmodified initiallyEli Zaretskii2022-10-291-1/+1
| * Fix another GCC warningPo Lu2022-10-291-2/+2
| * Fix crash destroying NS frame tool barPo Lu2022-10-291-1/+7
| * c-get-fontification-context: Refine the last non-default arm of the condAlan Mackenzie2022-10-291-122/+133
| * Prefer defvar-keymap in help.elStefan Kangas2022-10-291-60/+62
| * Prefer defvar-keymap in page-ext.elStefan Kangas2022-10-291-21/+17
| * ; Minor cleanups in make-mode.elStefan Kangas2022-10-291-38/+33
| * Fix last changePo Lu2022-10-291-4/+4
| * Fix function declarations in itree headersPo Lu2022-10-291-32/+33
| * Fix coding style of latest feature branch mergePo Lu2022-10-291-200/+211