summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2026-01-20; * README: Update dates.Sean Whitton
2026-01-12README: Say to review package code and package namesSean Whitton
2025-02-13; README: Minor clarification.Stefan Kangas
2022-11-03* README (=:branch BRANCH=): Doc that this is ignored when :url is nilStephen Leake
2022-10-29README (Getting the source): Sync with the `admin/README`Stefan Monnier
2022-10-26Merge branch 'main' of git.savannah.gnu.org:/srv/git/emacs/elpaStephen Leake
2022-10-26Describe :release-branch with :url nilStephen Leake
* README: Match admin/readme more closely, fix typo, describe :release-branch with :url nil.
2022-10-25* README: Sync with admin/READMEStefan Monnier
2022-06-05Add support for GNU GuixPhilip Kaludercic
* .gitignore: Ignore changes to manifest.scm. * Makefile: Add manifest.scm by linking it from the admin directory. * README: Document how to use Guix.
2022-04-10* README: build/[PKGNAME] can be used to test docs extractionSean Whitton
2022-01-17Add .dir-locals.elYugaEgo
* .dir-locals.el: New file. * README (Local variables): Move fill-column to .dir-locals.el. * elpa-packages (Local Variables): Move indent-tabs-mode to .dir-locals.el.
2022-01-05Update copyright yearsStefan Kangas
2021-12-30* README: Copyedits.Stefan Kangas
2021-10-21* README: Add comment noting this file exists in two locations.Jonas Bernoulli
As of now the two instances of this file are nearly identical. Ask contributors to keep it that way.
2021-10-21* README: Add new sections from elpa-admin branch.Jonas Bernoulli
2021-10-21* README (Directory layout): Update with changes from elpa-admin branch.Jonas Bernoulli
2021-09-25* README: Update copyright year.Stefan Kangas
2021-08-05* README (Release and devel archives): New sectionStephen Leake
2021-04-28The =Version:= must be acceptable to =version-to-list=.Sam Steingold
2021-04-21Prefer HTTPS to HTTP in many linksStefan Kangas
2021-04-03Talk about elpa's main branch, not masterTassilo Horn
2021-01-11* README (Getting the source): Add setup, move checkout packages hereStephen Leake
2020-12-24* README: Don't recommend sending patchesStefan Monnier
2020-12-18* elpa-packages: Rename from `externals-list`. Use `:url`.Stefan Monnier
* elpa-config: Adjust accordingly. * README (External branches): Remove obsolete references to the word "external".
2020-12-14Finalize the new master branchStefan Monnier
* README: Adjust to the new deployment system * .gitignore: Re-add the file. Adjust to new generated subdirectories. * Makefile: New file. * copyright_exceptions: Re-add the file.
2020-11-28* README: Convert to org-mode and prepare for export.Stefan Kangas
2020-11-27* README: Don't recommend to keep code on `master` any moreStefan Monnier
2020-10-23* README: Fix typos.Thien-Thi Nguyen
2020-09-11* README: Clarify deployment process.Stefan Kangas
2020-08-29; Update copyright yearStefan Kangas
2019-06-25README: Mention that the copyright in ELPA is with the FSFPhil Sainty
* README: Mention that the copyright in ELPA is with the FSF (bug#23972).
2019-05-23More specific externals example.rocky
2019-01-15* GNUmakefile (%.elc): Use load-prefer-newerStefan Monnier
* admin/archive-contents.el (archive--pull): Skip uptodate worktrees.
2018-12-18* README (PACKAGES/Externals): Clarify useStefan Monnier
Don't give the impression that there's a need to checkout the whole elpa.git archive. Suggested by Feng Shu <tumashu@163.com>.
2018-12-04* README: Recommend "externals" and add some recommendationsStefan Monnier
(Coding Style): New subsection. (External branches): Recommend "externals" over "subtree". (Externals): Use `git worktree`.
2018-06-21Warn about transfer.fsckObjectsPaul Eggert
2018-04-29* GNUmakefile (org-fetch): Use https and stick to wgetStefan Monnier
* README: org-synch.sh is not used. * admin/org-synch.el, admin/org-synch.sh: Remove.
2018-04-11* README: Don't clone a clone.Paul Eggert
2017-12-16* README: Clarify the right fix for check_copyrights failureStefan Monnier
2017-12-14* README: mention make check_copyrightsTed Zlatanov
2017-08-14Add explicit instructions for new external packagesEric Abrahamsen
* README: Spell out the process for new external packages.
2016-12-05README: Fix copyright years.Bastien
2016-04-19Fix a typo in the readmeArtur Malabarba
2015-11-30* admin/archive-contents.el: Make :core handling optionalStefan Monnier
(archive--sync-emacs-repo): Drop support for $EMACS_CLONE_REFERENCE and don't auto-use ../emacs/master if present. (archive--insert-repolinks): Mark arg as unused. (archive--metadata): Remove unused var `pv'.
2015-11-08* README: TyposArtur Malabarba
2015-11-08* README: Add submission guidelineArtur Malabarba
2015-10-23README: Fix typos.Juanma Barranquero
2015-10-14* README: Revert change about package.el headersArtur Malabarba
2015-10-14* README: Expand instructionsArtur Malabarba
Reference the info manual when explaining package formats. Improve the explanation of external packages and the instructions on subtrees.
2015-10-13* README: Improve subtree instructionsArtur Malabarba