aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorPhilip Kaludercic2025-12-23 19:39:31 +0100
committerPhilip Kaludercic2026-01-10 12:38:05 +0100
commitc8d19034aa9997aed6a5ffe65064920b48c76e5f (patch)
tree1ce9ed57cc51be4ee9c1a6bf9e50df66c6087b58 /etc/NEWS
parent881be95cddcab3cf37373678002c35334c177c97 (diff)
downloademacs-c8d19034aa9997aed6a5ffe65064920b48c76e5f.tar.gz
emacs-c8d19034aa9997aed6a5ffe65064920b48c76e5f.zip
Allow 'package-isolate' to fetch missing packages
* lisp/emacs-lisp/package.el (package-isolate): Fetch missing packages and make them available in the new Emacs process, but not the current one. * etc/NEWS: Mention change.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6df77525bf6..98059ef15f6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2804,6 +2804,11 @@ When called from Lisp, it now only accepts a symbol.
2804When invoking the command in a Dired buffer with marked files, 2804When invoking the command in a Dired buffer with marked files,
2805the command will only copy those files. 2805the command will only copy those files.
2806 2806
2807---
2808*** 'package-isolate' can now also install packages.
2809If a package is missing, 'package-isolate' will fetch the missing
2810tarballs and prepare them to be activated in the sub-process.
2811
2807+++ 2812+++
2808*** package-x.el is now obsolete. 2813*** package-x.el is now obsolete.
2809 2814