]> code.delx.au - gnu-emacs-elpa/history - yasnippet.el
jit-loading: some minor refactoring and better tests
[gnu-emacs-elpa] / yasnippet.el
2012-04-29 João Távorajit-loading: some minor refactoring and better tests
2012-04-22 João Távorayas/load-directory-1: also start supressing emacs-lisp...
2012-04-22 João Távorabugfix: needs to be interactive
2012-04-22 João Távorabugfix: print-legnth has to be infinity here
2012-04-22 João Távorabugfix: need to to go to end of buffer after inserting...
2012-04-22 João Távorabugfix: also use here
2012-04-22 João TávoraMerge remote-tracking branch 'origin/master' into jit...
2012-04-22 João Távorayas/load-directory: bugfix: `yas/define-parents` must...
2012-04-22 João Távoraenhancement: add `yas/recompile-all`
2012-04-21 João Távorayas/compile-directory: now works :-)
2012-04-21 João TávoraShould really exit all snippets
2012-04-20 João TávoraMerge pull request #236 from immerrr/patch-1
2012-04-19 immerrryas/ido-prompt: play nice with autoloading of ido-compl...
2012-03-25 João TávoraMerge branch 'master' into jit-loading
2012-03-25 João TávoraIntroduced 'yas/message and 'yas/verbosity, make everyt...
2012-03-25 João TávoraThis shouldn't be here
2012-03-25 João TávoraMerge branch 'master' into jit-loading
2012-03-20 Joao Tavoramakes 'yas/template' objects easier to read in the...
2012-03-20 Joao TavoraIf no 'key' or 'binding' directives fall back to filena...
2012-03-09 Joao TavoraDon\'t abort loading more snippet dirs if one of them...
2012-03-08 Joao TavoraRestructured mostly loading code, improved jit-loading...
2012-03-06 Joao Tavoraprototype, many bugs, especially with with parent modes...
2012-03-06 Joao TavoraSligthly saner `yas/load-directory-1'
2012-03-05 João TávoraMerge pull request #223 from lewang/master
2012-03-04 Le Wangremove redundant declaration of defaults for snippet...
2012-03-04 Le Wangadd comment definition for snippet-mode
2012-03-04 Le Wangclean up trailing white space
2012-02-28 João Távoraneed the comma when deferring errors to the future...
2012-02-27 João TávoraFix typo that resulted on error
2012-02-27 João TávoraLoad correct .yas-setup and .yas-compiled-snippets...
2012-02-26 João TávoraDocument yas/compute-major-mode-and-parents better
2012-02-26 João TávoraDocument yas/new-snippet better
2012-02-26 João Távoracosmetics
2012-02-26 João Távorayasnippet-bundle.el gone.
2012-02-22 Joao TavoraFix issue #215
2012-02-16 Joao TavoraFix issue reported in http://stackoverflow.com/question...
2012-02-16 Joao Tavorayas/ri uses yas/ri-executable
2012-02-14 João TávoraFix issue #208
2011-12-15 João TávoraFix issue #203
2011-12-15 João TávoraSlightly more uniform installation instructions for...
2011-12-12 João TávoraMerge pull request #201 from mgalgs/master
2011-12-09 Mitchel Humpherysusing let* instead of let for expand-env
2011-12-01 João TávoraWhen testing snippets for a specific mode, turn off...
2011-12-01 João TávoraImproved explanation of `yas/buffer-local-condition`
2011-11-30 João Távora`yas/exit-snippet` called interactively exits the most...
2011-10-31 Joao TavoraRemove support for filenames-as-triggers
2011-10-26 Joao TavoraAvoid too many `yas/reload' using `yas/global-mode...
2011-10-13 Joao TavoraAttempt to fix a bug with `yas/snippet-dirs` initializa...
2011-10-13 Joao TavoraMoved autoload from `yas/snippet-dirs` to `yas/global...
2011-10-09 João TávoraMerge branch 'TRY-better-inhibit-modification-hooks'
2011-10-07 capitaomorte* Corrected a snippet engine bug with this snippet
2011-10-06 capitaomortean attempt to fix issue 192
2011-09-19 capitaomorteFix issue 186
2011-09-19 capitaomortesimplify `yas/reload-all\', don\'t save and restore...
2011-09-11 capitaomorteFix issue 187
2011-08-24 capitaomorteFix issue 182
2011-08-24 capitaomorte* Reasonable default for `yas/snippet-dirs'. Should...
2011-05-08 capitaomorte* Fixed broken `yas/choose-keys-first'
2011-05-07 capitaomorteFix issue 169
2011-05-07 capitaomorteFix issue 163.
2011-05-07 capitaomorte* Fix issue 160
2010-10-30 capitaomorte* Remove a spurious test defun and incorporting a sugge...
2010-10-30 capitaomorte* Fix issues 153 and 97.
2010-10-30 capitaomorte* Some leftover past work in snippet loading
2010-10-25 capitaomorte* Fix Issue 151: yas-parents not working
2010-10-24 capitaomorte* spurious (and) in last commit
2010-10-24 capitaomorte* Fix issue 152. Don't require ido-mode to be t for...
2010-08-29 capitaomorte* Fix issue 141: Use (gensym) instead of a (make-symbol...
2010-08-29 capitaomorte* Fix some stacked expansion bugs (snippet-in-snippet)
2010-08-15 capitaomorteminor tweaks to the rails-related bundles import strate...
2010-07-26 capitaomorte* routine commit
2010-07-08 capitaomorte* 'permanent-local' _experiment_ for issue 143.
2010-05-15 capitaomorte* new default: (setq yas/show-menu-p 'abbreviate)
2010-05-12 capitaomorte* per-snippet exit hook implemented as primary transfor...
2010-05-07 capitaomorte* `yas/describe-tables' wasn't working at all. nobody...
2010-05-03 capitaomorteFix Issue 138
2010-04-28 capitaomorte* Fix issue with escaping "(", thanks Sebastian
2010-04-18 capitaomorteFix Issue 126.
2010-04-18 capitaomorteFixed Issue 136.
2010-04-18 capitaomorte* Fix a bug with `yas/hippie-try-expand'
2010-04-17 capitaomorte* minor fixes to `yas/guessed-modes'
2010-04-17 capitaomorte* Simplify `yas/load-snippet-buffer', keeping functionality
2010-04-16 capitaomorte* More work on yas/load-snippet-buffer, more intuitive...
2010-04-13 capitaomorte* Rewrite `yas/load-snippet-buffer' yet again, is better.
2010-04-11 capitaomorte* fields like ${0: } still need a little more work....
2010-04-09 capitaomortesorting fixed, sort of
2010-04-07 capitaomorte* Reacessing prompting code, fixed some bugs...
2010-04-07 capitaomorte* Fix Issue 132.
2010-04-05 capitaomorte* Add the `yas/unimplemented' helper and minor tweaks.
2010-04-04 capitaomorte* replace mirrors with "" when transformation returns nil
2010-04-03 capitaomorte* Fix Issue 131.
2010-04-01 capitaomorte* Soon, no tweaking on snippet importations...
2010-03-31 capitaomorte* Support exits in the form of ${0:ephemeral text}
2010-03-31 capitaomorte* slight changes to the `yas/define-menu' interface...
2010-03-30 capitaomorte`yas/direct-keymap-set-vars\' only run after minor...
2010-03-29 capitaomortebetter yas/describe-tables
2010-03-28 capitaomorteFix issue 125.
2010-03-25 capitaomorte* Added `yas/get-template-by-uid'
2010-03-21 capitaomorte* Fixed some little bugs. Bundle compilation works...
2010-03-20 capitaomorte* still shaky, but a new `yas/define-menu' added for...
next