Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e17d0337
Commit
e17d0337
authored
Feb 03, 2015
by
Artur Malabarba
Browse files
NEWS: Document package.el's improved dependency-handling.
parent
24fa4ff9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+18
-4
No files found.
etc/ChangeLog
View file @
e17d0337
2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com>
* NEWS: Document package.el's improved dependency-handling.
2015-01-29 Francesc Rocher <francesc.rocher@gmail.com>
2015-01-29 Francesc Rocher <francesc.rocher@gmail.com>
* images/splash.svg, images/splash.png:
* images/splash.svg, images/splash.png:
...
...
etc/NEWS
View file @
e17d0337
...
@@ -66,10 +66,6 @@ so if you want to use it, you can always take a copy from an older Emacs.
...
@@ -66,10 +66,6 @@ so if you want to use it, you can always take a copy from an older Emacs.
* Changes in Emacs 25.1
* Changes in Emacs 25.1
** `package-install-from-buffer' and `package-install-file' work on directories.
This follows the same rules as installing from a .tar file, except the
-pkg file is optional.
** New function `custom-prompt-customize-unsaved-options' checks for
** New function `custom-prompt-customize-unsaved-options' checks for
unsaved customizations and prompts user to customize (if found).
unsaved customizations and prompts user to customize (if found).
...
@@ -201,6 +197,24 @@ Unicode standards.
...
@@ -201,6 +197,24 @@ Unicode standards.
* Changes in Specialized Modes and Packages in Emacs 25.1
* Changes in Specialized Modes and Packages in Emacs 25.1
** package.el
*** `package-install-from-buffer' and `package-install-file' work on directories.
This follows the same rules as installing from a .tar file, except the
-pkg file is optional.
*** Packages which are dependencies of other packages cannot be deleted.
The FORCE argument to `package-delete' overrides this.
*** New custom variable `package-selected-packages' tracks packages
which were installed by the user (as opposed to installed as
dependencies). This variable can also be manually customized.
*** New command `package-install-user-selected-packages' installs all
packages from `package-selected-packages' which are currently missing.
*** New command `package-autoremove' removes all packages which were
installed strictly as dependencies but are no longer needed.
** Shell
** Shell
When you invoke `shell' interactively, the *shell* buffer will now
When you invoke `shell' interactively, the *shell* buffer will now
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment