Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-08 | Update erlang-pkg.el | Bozhidar Batsov | |
2013-03-04 | Remove Flymake dependency in erlang-pkg.el | Magnus Henoch | |
The dependency was incorrect, as the package is called flymake, not flymake-mode. It also used to suggest a newer version of flymake than the one that comes with Emacs, even though the Erlang mode works well with the older version. Removing the dependency instead of depending on version 0.3 (the one shipped with Emacs), since the downloadable version of package.el for Emacs 23 and earlier doesn't recognise Emacs built-in libraries as packages. (Thanks to Steve Purcell for pointing this out.) | |||
2012-02-14 | Make erlang-mode more compatible with package.el | Gleb Peregud | |
Package.el and Emacs package repositories (like ELPA or Marmalade place some requirements onto packages which are uploaded to them. This commit does minor cosmetic changes which makes it easier to create appropriate package file for those repositories. |