]> code.delx.au - gnu-emacs-elpa/history - yasnippet-tests.el
Add: .gitignore ignores local ert files (needed for testing in Emacs 23)
[gnu-emacs-elpa] / yasnippet-tests.el
2012-08-07 Joao TavoraFix: recursive `delete-directory` does not exist in...
2012-08-07 Joao TavoraFix: default value for `yas-trigger-key` is not "<tab...
2012-08-06 João TávoraEnhancement: add some keybinding tests
2012-08-05 João TávoraCleanup: remove unneeded test and reorganize
2012-08-03 Joao TavoraCloses #271: 4th try, with backquote, need protection...
2012-08-03 Joao TavoraCloses #271: 3rd try, protect escapes after collecting...
2012-08-02 Joao TavoraCloses #271: 2nd try, remove unescaping of backquote...
2012-08-01 João TávoraCloses #271: save backquoted elisp and re-insert at...
2012-08-01 João Távoraincomplete: preparing tests to fix #271
2012-07-22 João TávoraMerge branch 'revamp-doc' into 0.8-fsf-changes.
2012-07-22 João Távorarefactor: redo and document some of the menu-bar code...
2012-07-19 João TávoraRename all non-external symbols to `yas--`.
2012-07-18 João TávoraRename all symbols to `yas-*` but alias the old `yas...
2012-06-30 João Távoracleanup: remove crlf line endings
2012-06-30 João Távorabugfix: better `with-snippet-dirs` macro
2012-05-10 Joao TavoraMerge remote-tracking branch 'origin/master' into revam...
2012-05-07 Joao Tavoraremoved executable permissions
2012-04-29 João TávoraMerge branch 'jit-loading', implementing #160.
2012-04-29 João Távorajit-loading: some minor refactoring and better tests
2012-04-22 João TávoraMerge remote-tracking branch 'origin/master' into jit...
2012-04-22 João Távoraenhancement: test snippet compilation and loading....
2012-04-22 João Távorabugfix: also exit all snippets at end of should-expand...
2012-04-22 João Távorawith-snippet-dirs: correct use of `unwind-protect`
2012-04-21 João Távorawith-snippet-dirs: use UNWIND-PROTECT
2012-03-26 João TávoraRicher tests
2012-03-25 João TávoraMerge branch 'master' into jit-loading
2012-03-20 Joao TavoraSome loading/reloading with useful fixture code
2012-03-13 Joao TavoraAdded a few ert unit tests, mostly for very basic snipp...