]> code.delx.au - gnu-emacs-elpa/history - yasnippet.el
Fix: Ooops forgot to commit the actual fix for #281.
[gnu-emacs-elpa] / yasnippet.el
2012-08-15 João TávoraFix: Ooops forgot to commit the actual fix for #281.
2012-08-15 João TávoraCloses #281: jit-load in reverse order to maintain...
2012-08-15 João TávoraMerge branch '0.8-fsf-changes'
2012-08-06 João TávoraFix: Put buffers of `yas-tryout-snippet` in `yas-minor...
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-02 Joao TavoraBugfix: fix for #235 didn't load, usage before definition
2012-08-02 João TávoraCloses #235: implement `yas--init-yas-in-snippet-keymap`
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-31 João Távora(yas-choose-value): Accept strings as &rest argument
2012-07-27 Joao Tavorabugfix: use `yas-global-mode-hook` instead of advising...
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-22 João Távorabugfix: Support `yas-use-menu` with the value 'full...
2012-07-22 João TávoraCloses #254: don't show a menu at all if `yas-use-menu...
2012-07-22 João TávoraDon't forget to export `yas-hippie-try-expand`
2012-07-19 João TávoraRename all non-external symbols to `yas--`.
2012-07-18 João TávoraSome cleanup
2012-07-18 João TávoraFound some more vars than can be user-customized
2012-07-18 João TávoraRemove profanity
2012-07-18 João TávoraRename all symbols to `yas-*` but alias the old `yas...
2012-07-18 João TávoraUpgrade license headers to GPLv3
2012-07-17 João TávoraFix #266
2012-07-16 João TávoraOn `yas/reload-all` be clearer as to whether just-in...
2012-07-16 João TávoraFix #70
2012-07-13 Joao Tavorayasnippet now belongs to the FSF
2012-06-28 João Távorabugfix: `yas/reload-all` should reload all snippets...
2012-06-27 João Távorabugfix: error in `yas/add-template` when `omit-items...
2012-06-15 João Távorabugfix: fix issue #255, removing a keybinding from...
2012-06-05 João TávoraMerge pull request #251 from lewang/master
2012-06-04 Le Wangallow yas/dont-activate to take list of functions with...
2012-06-04 Le Wangonly hippie-expand when yas/minor-mode is on
2012-05-29 João Távoraenhancement: Update some meta-info for #217
2012-05-29 João Távoracleanup: remove `yas/find-snippets\', complicated and...
2012-05-29 João Távorabugfix: more tweaks to the interactive spec of `yas...
2012-05-29 João Távorabugfix: removed interactive spec of yas/reload-all
2012-05-23 Joao Tavoraenhancement: nicer `yas/new-snippet\' template
2012-05-23 Joao Tavorabugfix: fix #245
2012-05-22 Joao Tavoraenhancement: minor cleanup to the loading mechanism
2012-05-22 Joao Tavorabugfix: Fix #242
2012-05-21 Joao Tavoracleanup: minor whitespace and doc cleanup
2012-05-21 Joao Tavorabugfix: fix #233
2012-05-21 Joao Tavorafix: get rid of `yas/no-jit', interactive calls to...
2012-05-06 João TávoraMake jit-loading be the default. See issue #240.
2012-05-02 João TávoraMerge pull request #239 from ptpt/master
2012-05-02 Tao Pengtypo error in `yas/comleting-prompt'
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-28 João TávoraFix #237
2012-04-22 João TávoraMerge pull request #234 from rson/patch-1
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-04-12 Randy MorrisFix documentation typo.
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...
next