]> code.delx.au - gnu-emacs-elpa/blob - ChangeLog
Add `yas-after-reload-hook' and run it at the end of `yas-reload-all'
[gnu-emacs-elpa] / ChangeLog
1 2014-01-06 João Távora <joaotavora@gmail.com>
2
3 * yasnippet.el (yas-reload-all): run `yas-after-reload-hook'.
4 (yas-after-reload-hook): add it.
5
6 2013-12-31 João Távora <joaotavora@gmail.com>
7
8 * yasnippet.el (require): require cl-lib during byte-compilation
9 and load.
10
11 * yasnippet-tests.el (example-for-issue-404-external-emacs): Use
12 `yas-with-snippet-dirs' to not depend on bundled snippets.
13 (yas--call-with-temporary-redefinitions): Use `cl-labels' since no
14 cl-flet in emacs-24.3's cl-lib.el.
15 (loading-with-cyclic-parenthood): prog-mode doesn't exist in emacs
16 24.3.
17 (yas-batch-run-tests): remove it.
18
19 * Rakefile: use ert-run-tests-batch-and-exit.
20
21 * README.mdown: Add Travis CI badge.
22
23 * .travis.yml: new file
24
25
26 ;; Local Variables:
27 ;; coding: utf-8
28 ;; End: