emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (2967356891 -> 17889dd828)


From: Philip Kaludercic
Subject: master updated (2967356891 -> 17889dd828)
Date: Thu, 17 Nov 2022 14:56:15 -0500 (EST)

zge pushed a change to branch master.

      from  2967356891 Avoid raw control characters in two files
       new  e55be31d55 ; Fix interactive spec for 'package-vc-refresh'
       new  a4e4ceb47a Handle strings as keys in 'package-vc-ensure-packages'
       new  9d3c6205ae Rename '-ensure-packages' to -install-selected-packages'
       new  e1ce202ad1 Mark 'package-vc-install-selected-packages' as 
interactive
       new  aadf07f5b8 Autoload 'package-vc-install-selected-packages'
       new  3ff8310cc3 Mark 'package-vc-update' as interactive
       new  83ff0de4ce Fix 'package-vc-selected-packages' documentation
       new  32758c6da0 Fix the docstring for 'package-vc--version'
       new  f939859fe4 Clarify 'package-vc--build-documentation' docstring
       new  b0200a37e4 Expand 'package-vc--unpack-1' documentation
       new  13d051b443 Remove references to internal symbols from public 
docstrings
       new  9f4a433b27 Fix generation of documentation for source packages
       new  d67b66f8ab Respect :lisp-dir in package specs by loading a 
sub-directory
       new  2ec02024ab Track 'default-directory' while updating source packages
       new  c53c5f3884 Rename 'package-vc-refresh' to 'package-vc-rebuild'
       new  2b93d0e6f1 Fix type error in package-vc prompt function
       new  348f7d263c Move package spec documentation to 
'package-vc-selected-packages'
       new  a6cd44734d Remove unused variable in 'package-vc--unpack'
       new  7c3d3fa44e Improve robustness of documentation generation
       new  ccd7ab84c5 Fix edebug spec for 'package--with-response-buffer'
       new  2ed115fc3c Fix indefinite loading of asynchronous downloads
       new  496c578d9c Have 'package-vc-selected-packages' consider all 
installed packages
       new  aa56e50fe2 Raise 'wrong-type-argument' when installing package nil
       new  c8e5069e6d Add new command 'package-vc-update-all'
       new  a467afbd98 Mention package name when package is lacking VC data
       new  4aee4cde3a Explain that 'package-vc-install' doesn't remove tarball 
packages
       new  d0ea38b5fe Have 'vc-prepare-patch' handle prefix arguments.
       new  fd4da9151f * lisp/vc/vc.el (vc-default-last-change): Use 'vc-call'
       new  7ab556b576 Improve robustness of 'package-vc-update'
       new  3326337776 Avoid destructive manipulation of 
'package-vc--archive-spec-alist'
       new  345bfd376e Add missing elpa-package.eld to package test resources
       new  11cb810356 Fix the behaviour of 'byte-compile-ignore-files'
       new  32f51f17c4 Remove temporary .texi files if used to build 
documentation
       new  228c247e6f Remove duplicate package descriptions after updating
       new  874d8a418f Only fetch elpa-packages.eld when necessary
       new  4bd7ae833f Allow the direct installation of package specifications
       new  53c90abfa8 ; * lisp/emacs-lisp/package-vc.el: Update TODO
       new  5b8f165f75 Fix issues related to 'package-vc-install-from-checkout'
       new  0b77909cac Avoid duplicate source packages in 'package-alist'
       new  db28ba29dd Ensure 'package-vc-prepare-patch' runs in the right 
directory
       new  fb6d62f881 ; Clarify what a package specification is
       new  17889dd828 * lisp/emacs-lisp/package-vc.el: Autoload 
package-vc-update{,-all}


Summary of changes:
 doc/emacs/package.texi                             |   8 +-
 lisp/emacs-lisp/bytecomp.el                        |   7 +-
 lisp/emacs-lisp/package-vc.el                      | 407 ++++++++++++---------
 lisp/emacs-lisp/package.el                         |  37 +-
 lisp/vc/vc.el                                      |  52 ++-
 .../emacs-lisp/package-resources/elpa-packages.eld |   3 +
 .../newer-versions/elpa-packages.eld               |   3 +
 .../package-resources/signed/elpa-packages.eld     |   3 +
 .../package-resources/signed/elpa-packages.eld.sig | Bin 0 -> 119 bytes
 .../package-resources/signed/update-signatures.sh  |   1 +
 .../with-nil-entry/elpa-packages.eld               |   3 +
 11 files changed, 305 insertions(+), 219 deletions(-)
 create mode 100644 test/lisp/emacs-lisp/package-resources/elpa-packages.eld
 create mode 100644 
test/lisp/emacs-lisp/package-resources/newer-versions/elpa-packages.eld
 create mode 100644 
test/lisp/emacs-lisp/package-resources/signed/elpa-packages.eld
 create mode 100644 
test/lisp/emacs-lisp/package-resources/signed/elpa-packages.eld.sig
 create mode 100644 
test/lisp/emacs-lisp/package-resources/with-nil-entry/elpa-packages.eld



reply via email to

[Prev in Thread] Current Thread [Next in Thread]