summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package-vc.el
Commit message (Expand)AuthorAgeFilesLines
* Improve directory prompt used by package-vc-checkoutJoseph Turner2024-02-141-2/+2
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Fix typosStefan Kangas2023-12-031-1/+1
* Ensure that directory is expanded in package-vc-checkoutJoseph Turner2023-11-261-0/+1
* Fix order in which package-vc dependencies are resolvedPhilip Kaludercic2023-08-191-4/+2
* Fix building of VC package manuals with relative org links/includesJoseph Turner2023-08-191-1/+2
* Fix VC package build when doc file isn't in a subdirDaniel Semyonov2023-06-251-1/+1
* 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
* ; Expand 'package-vc-install' documentationPhilip Kaludercic2023-05-061-5/+7
* Prevent unnecessary modifications of 'package-vc-selected-packages'Philip Kaludercic2023-05-041-8/+9
* Rename all functions called package-*-update-* to package-*-upgrade-*Dmitry Gutov2023-04-281-9/+9
* 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
* 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
* 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
* ; Avoid installing VC package dependencies multiple timesPhilip Kaludercic2023-02-161-2/+2
* Attempt to recognise if a VC package has no Elisp filesPhilip Kaludercic2023-02-161-0/+15
* ; Raise an error if a VC package checkout is emptyPhilip Kaludercic2023-02-141-1/+4
* ; Fix the installation of dependencies for VC packagesPhilip Kaludercic2023-02-141-8/+13
* ; Use the right name when specifying VC packagesPhilip Kaludercic2023-02-121-3/+4
* Tolerate missing elpa-packages.eld filesPhilip Kaludercic2023-02-121-2/+2
* ; Fix installation of dependencies for VC packagesPhilip Kaludercic2023-02-121-2/+2
* ; Actually use dummy package descriptorPhilip Kaludercic2023-01-211-1/+1
* Ensure VC package names are not emptyPhilip Kaludercic2023-01-111-1/+5
* Handle missing package description when unpacking vc packagesPhilip Kaludercic2023-01-111-0/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add "src" to the heuristic sub-directory heuristicPhilip Kaludercic2022-12-271-12/+15
* ; Always consider :lisp-dir when locating main file of VC packagesPhilip Kaludercic2022-12-251-1/+3
* Add heuristic to locate lisp code in source packagesPhilip Kaludercic2022-12-251-0/+14
* Reorder optional arguments to 'package-vc-install'Philip Kaludercic2022-12-251-5/+9
* Handle missing dependencies for source packagesPhilip Kaludercic2022-12-251-87/+144
* Ensure package directories for source packages from checkoutsPhilip Kaludercic2022-12-151-0/+1
* Ensure 'package-vc--version' always returns a versionPhilip Kaludercic2022-12-101-1/+2
* Ensure 'package-vc--main-file' always returns an existing filePhilip Kaludercic2022-12-101-9/+29
* Check if package already exists before installing from checkoutPhilip Kaludercic2022-12-101-0/+4
* ; Fix reference in docstring to 'package-vc-install-from-checkout'Philip Kaludercic2022-12-101-5/+5
* Refresh the package quickstart file in package-vcMatt Armstrong2022-12-101-0/+1
* ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-091-3/+5
* Consistently refer to VC packages as suchPhilip Kaludercic2022-11-271-10/+10
* Show package name in package-vc--unpack promptDaanturo2022-11-251-1/+1
* Don't break when loading VC packages on older Emacs versionsPhilip Kaludercic2022-11-231-1/+2
* ; Fix typos (misspelled symbols)Stefan Kangas2022-11-211-1/+1
* ; Fix typosStefan Kangas2022-11-201-1/+1
* * lisp/emacs-lisp/package-vc.el: Autoload package-vc-update{,-all}Philip Kaludercic2022-11-171-0/+2
* ; Clarify what a package specification isPhilip Kaludercic2022-11-171-2/+3