summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package-vc.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure 'package-vc-prepare-patch' runs in the right directoryPhilip Kaludercic2022-11-171-2/+3
* Avoid duplicate source packages in 'package-alist'Philip Kaludercic2022-11-171-1/+1
* Fix issues related to 'package-vc-install-from-checkout'Philip Kaludercic2022-11-171-12/+12
* ; * lisp/emacs-lisp/package-vc.el: Update TODOPhilip Kaludercic2022-11-171-0/+3
* Allow the direct installation of package specificationsPhilip Kaludercic2022-11-171-17/+28
* Only fetch elpa-packages.eld when necessaryPhilip Kaludercic2022-11-171-1/+0
* Remove duplicate package descriptions after updatingPhilip Kaludercic2022-11-171-0/+5
* Remove temporary .texi files if used to build documentationPhilip Kaludercic2022-11-171-3/+7
* Avoid destructive manipulation of 'package-vc--archive-spec-alist'Philip Kaludercic2022-11-171-1/+1
* Improve robustness of 'package-vc-update'Philip Kaludercic2022-11-171-17/+12
* Have 'vc-prepare-patch' handle prefix arguments.Philip Kaludercic2022-11-171-9/+9
* Explain that 'package-vc-install' doesn't remove tarball packagesPhilip Kaludercic2022-11-171-1/+3
* Mention package name when package is lacking VC dataPhilip Kaludercic2022-11-171-2/+3
* Add new command 'package-vc-update-all'Philip Kaludercic2022-11-171-0/+10
* Raise 'wrong-type-argument' when installing package nilPhilip Kaludercic2022-11-171-0/+2