diff --git a/CHANGELOG b/CHANGELOG index 7326a8e..5486b88 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,16 @@ # -*- mode: org -*- +* v3.2.0 2019/01/18 + +- Add the ~epkg-elpa-core-package~ class, making it possible to mirror + packages that GNU Elpa imports from the ~master~ branch of the Emacs + repository. + +- Rename the ~gelpa-builtin-recipe~ class to ~gelpa-core-recipe~, because + GNU Elpa itself uses the type ~core~ for such recipes. + +- No longer set ~x-strech-cursor~ globally when we only intended to set + it in an ~epkg-list-mode~ buffer. + * v3.1.2 2018/11/27 - Require ~subr-x~ only at compile-time. diff --git a/epkg.org b/epkg.org index a25dfe1..ac11f64 100644 --- a/epkg.org +++ b/epkg.org @@ -8,7 +8,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: Epkg: (epkg). #+TEXINFO_DIR_DESC: Browse the Emacsmirror's database -#+SUBTITLE: for version 3.1.2 (v3.1.2+1) +#+SUBTITLE: for version 3.2.0 #+TEXINFO_DEFFN: t #+OPTIONS: H:4 num:4 toc:2 @@ -18,7 +18,7 @@ With Epkg you can browse the Emacsmirror package database using an interface similar to that of ~package.el~. #+TEXINFO: @noindent -This manual is for Epkg version 3.1.2 (v3.1.2+1). +This manual is for Epkg version 3.2.0. #+BEGIN_QUOTE Copyright (C) 2016-2019 Jonas Bernoulli diff --git a/epkg.texi b/epkg.texi index 7daf695..f1da227 100644 --- a/epkg.texi +++ b/epkg.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Epkg User Manual -@subtitle for version 3.1.2 (v3.1.2+1) +@subtitle for version 3.2.0 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -48,7 +48,7 @@ With Epkg you can browse the Emacsmirror package database using an interface similar to that of @code{package.el}. @noindent -This manual is for Epkg version 3.1.2 (v3.1.2+1). +This manual is for Epkg version 3.2.0. @quotation Copyright (C) 2016-2019 Jonas Bernoulli