]> code.delx.au - gnu-emacs-elpa/blob - ChangeLog
Add Travis CI and update tests. Start a Changelog.
[gnu-emacs-elpa] / ChangeLog
1 2013-12-31 João Távora <joaotavora@gmail.com>
2
3 * yasnippet.el (require): require cl-lib during byte-compilation
4 and load.
5
6 * yasnippet-tests.el (example-for-issue-404-external-emacs): Use
7 `yas-with-snippet-dirs' to not depend on bundled snippets.
8 (yas--call-with-temporary-redefinitions): Use `cl-labels' since no
9 cl-flet in emacs-24.3's cl-lib.el.
10 (loading-with-cyclic-parenthood): prog-mode doesn't exist in emacs
11 24.3.
12 (yas-batch-run-tests): remove it.
13
14 * Rakefile: use ert-run-tests-batch-and-exit.
15
16 * README.mdown: Add Travis CI badge.
17
18 * .travis.yml: new file