You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `straight-recipe-repositories'.
* Add functions `straight--recipes', `straight--recipes-retrieve', and
`straight--recipes-list'.
* Add variable `straight--recipe-repository-stack'.
* Add implementations of the recipes interface for gnu-elpa, melpa,
and emacsmirror.
* Remove `straight--lookup-recipe', as it is replaced by
`straight--recipes-retrieve',
* Update `straight--convert-recipe' and
`straight--get-recipe-interactively' to use new recipe handling
functions.
* Add support for a new `:no-build' keyword in `straight-use-package',
which is used for recipe repository recipes.
* Support the symbol `only-if-installed' being passed as the value for
ONLY-IF-INSTALLED in `straight-use-package', even if a function of
the same name is defined.
* Make the invocation of `straight-use-package' in the use-package
integration more robust.
* Add `straight-use-package' declarations for gnu-elpa, melpa, and
emacsmirror to bootstrap.el.
* Remove `straight--gnu-elpa-recipe', `straight--melpa-recipe', and
`straight--emacsmirror-recipe'.
* Add `straight--get-call-raw'.
* Rename "Recipe repository support" and "The main event" sections.
* Handle malformed or missing version lockfiles more gracefully.
* Handle skipped and canceled repositories correctly in
`straight--map-repos-interactively'.
* Correct spacing in "dirty worktree" popup.
* Add missing Custom keywords.
* Change let* to let.
Closes#30.
Closes#26.
MELPA/GNU ELPA/Emacsmirror is hardcoded in. This is bad, it should be extensible.
The text was updated successfully, but these errors were encountered: