Age | Commit message (Collapse) | Author |
|
Changelog
=========
Use destructive list functions in yas--s-a-p (23ee54e)
Fix #587; set `this-command' on fallback. (6c46878)
Closes #632: Use `user-emacs-directory' instead of hardcoded "~/emacs.d" (2100b89)
Ignore trailing spaces in snippet definitions (1cf723a)
M-x delete-trailing-whitespace (3aa7cb2)
* CONTRIBUTING.md: Add note about changelog only messages. (beb02e5)
Fix #607; avoid Emacs bug #21824 (f121645)
* README.mdown (Use `yas-minor-mode`): Reword. (fb28ec8)
Activate extra and major modes first (cd05da6)
Avoid double snippet loading messages (b8687bb)
Fix #617; ensure point is visible before x prompt (b055f13)
Simplify string matching. (35642ac)
Fix #618; save match data in yas--scan-sexps (72c6c4c)
* yasnippet.el (yas--scan-sexps): Use ignore-errors. (b6d924c)
Merge pull request #621 from npostavs/dfs-extra-modes2 (ac3fe83)
Fix #619; find parents for extra-modes too (fb6ec67)
Build a single `explored' list. (e56aa6f)
Add (failing) yas--modes-to-activate test (00b84ce)
Update snippets module (710ea4d)
Fix invalid yas-key-syntaxes element warning (8df6a6e)
* doc/snippet-organization.org (.yas-skip): Add info. (7703a55)
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
Changelog
=========
Closes #632: Use `user-emacs-directory' instead of hardcoded "~/emacs.d" (2100b89)
Ignore trailing spaces in snippet definitions (1cf723a)
M-x delete-trailing-whitespace (3aa7cb2)
* CONTRIBUTING.md: Add note about changelog only messages. (beb02e5)
Fix #607; avoid Emacs bug #21824 (f121645)
* README.mdown (Use `yas-minor-mode`): Reword. (fb28ec8)
Activate extra and major modes first (cd05da6)
Avoid double snippet loading messages (b8687bb)
Fix #617; ensure point is visible before x prompt (b055f13)
Simplify string matching. (35642ac)
Fix #618; save match data in yas--scan-sexps (72c6c4c)
* yasnippet.el (yas--scan-sexps): Use ignore-errors. (b6d924c)
Merge pull request #621 from npostavs/dfs-extra-modes2 (ac3fe83)
Fix #619; find parents for extra-modes too (fb6ec67)
Build a single `explored' list. (e56aa6f)
Add (failing) yas--modes-to-activate test (00b84ce)
Update snippets module (710ea4d)
Fix invalid yas-key-syntaxes element warning (8df6a6e)
* doc/snippet-organization.org (.yas-skip): Add info. (7703a55)
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
Changelog
=========
Ignore trailing spaces in snippet definitions (1cf723a)
M-x delete-trailing-whitespace (3aa7cb2)
* CONTRIBUTING.md: Add note about changelog only messages. (beb02e5)
Fix #607; avoid Emacs bug #21824 (f121645)
* README.mdown (Use `yas-minor-mode`): Reword. (fb28ec8)
Activate extra and major modes first (cd05da6)
Avoid double snippet loading messages (b8687bb)
Fix #617; ensure point is visible before x prompt (b055f13)
Simplify string matching. (35642ac)
Fix #618; save match data in yas--scan-sexps (72c6c4c)
* yasnippet.el (yas--scan-sexps): Use ignore-errors. (b6d924c)
Merge pull request #621 from npostavs/dfs-extra-modes2 (ac3fe83)
Fix #619; find parents for extra-modes too (fb6ec67)
Build a single `explored' list. (e56aa6f)
Add (failing) yas--modes-to-activate test (00b84ce)
Update snippets module (710ea4d)
Fix invalid yas-key-syntaxes element warning (8df6a6e)
* doc/snippet-organization.org (.yas-skip): Add info. (7703a55)
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
Changelog
=========
* CONTRIBUTING.md: Add note about changelog only messages. (beb02e5)
Fix #607; avoid Emacs bug #21824 (f121645)
* README.mdown (Use `yas-minor-mode`): Reword. (fb28ec8)
Activate extra and major modes first (cd05da6)
Avoid double snippet loading messages (b8687bb)
Fix #617; ensure point is visible before x prompt (b055f13)
Simplify string matching. (35642ac)
Fix #618; save match data in yas--scan-sexps (72c6c4c)
* yasnippet.el (yas--scan-sexps): Use ignore-errors. (b6d924c)
Merge pull request #621 from npostavs/dfs-extra-modes2 (ac3fe83)
Fix #619; find parents for extra-modes too (fb6ec67)
Build a single `explored' list. (e56aa6f)
Add (failing) yas--modes-to-activate test (00b84ce)
Update snippets module (710ea4d)
Fix invalid yas-key-syntaxes element warning (8df6a6e)
* doc/snippet-organization.org (.yas-skip): Add info. (7703a55)
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
Changelog
=========
Fix #607; avoid Emacs bug #21824 (f121645)
* README.mdown (Use `yas-minor-mode`): Reword. (fb28ec8)
Activate extra and major modes first (cd05da6)
Avoid double snippet loading messages (b8687bb)
Fix #617; ensure point is visible before x prompt (b055f13)
Simplify string matching. (35642ac)
Fix #618; save match data in yas--scan-sexps (72c6c4c)
* yasnippet.el (yas--scan-sexps): Use ignore-errors. (b6d924c)
Merge pull request #621 from npostavs/dfs-extra-modes2 (ac3fe83)
Fix #619; find parents for extra-modes too (fb6ec67)
Build a single `explored' list. (e56aa6f)
Add (failing) yas--modes-to-activate test (00b84ce)
Update snippets module (710ea4d)
Fix invalid yas-key-syntaxes element warning (8df6a6e)
* doc/snippet-organization.org (.yas-skip): Add info. (7703a55)
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
Changelog
=========
* README.mdown (Use `yas-minor-mode`): Reword. (fb28ec8)
Activate extra and major modes first (cd05da6)
Avoid double snippet loading messages (b8687bb)
Fix #617; ensure point is visible before x prompt (b055f13)
Simplify string matching. (35642ac)
Fix #618; save match data in yas--scan-sexps (72c6c4c)
* yasnippet.el (yas--scan-sexps): Use ignore-errors. (b6d924c)
Merge pull request #621 from npostavs/dfs-extra-modes2 (ac3fe83)
Fix #619; find parents for extra-modes too (fb6ec67)
Build a single `explored' list. (e56aa6f)
Add (failing) yas--modes-to-activate test (00b84ce)
Update snippets module (710ea4d)
Fix invalid yas-key-syntaxes element warning (8df6a6e)
* doc/snippet-organization.org (.yas-skip): Add info. (7703a55)
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
Changelog
=========
Fix #617; ensure point is visible before x prompt (b055f13)
Simplify string matching. (35642ac)
Fix #618; save match data in yas--scan-sexps (72c6c4c)
* yasnippet.el (yas--scan-sexps): Use ignore-errors. (b6d924c)
Merge pull request #621 from npostavs/dfs-extra-modes2 (ac3fe83)
Fix #619; find parents for extra-modes too (fb6ec67)
Build a single `explored' list. (e56aa6f)
Add (failing) yas--modes-to-activate test (00b84ce)
Update snippets module (710ea4d)
Fix invalid yas-key-syntaxes element warning (8df6a6e)
* doc/snippet-organization.org (.yas-skip): Add info. (7703a55)
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
Changelog
=========
Simplify string matching. (35642ac)
Fix #618; save match data in yas--scan-sexps (72c6c4c)
* yasnippet.el (yas--scan-sexps): Use ignore-errors. (b6d924c)
Merge pull request #621 from npostavs/dfs-extra-modes2 (ac3fe83)
Fix #619; find parents for extra-modes too (fb6ec67)
Build a single `explored' list. (e56aa6f)
Add (failing) yas--modes-to-activate test (00b84ce)
Update snippets module (710ea4d)
Fix invalid yas-key-syntaxes element warning (8df6a6e)
* doc/snippet-organization.org (.yas-skip): Add info. (7703a55)
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
Changelog
=========
Merge pull request #621 from npostavs/dfs-extra-modes2 (ac3fe83)
Fix #619; find parents for extra-modes too (fb6ec67)
Build a single `explored' list. (e56aa6f)
Add (failing) yas--modes-to-activate test (00b84ce)
Update snippets module (710ea4d)
Fix invalid yas-key-syntaxes element warning (8df6a6e)
* doc/snippet-organization.org (.yas-skip): Add info. (7703a55)
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
Changelog
=========
Update snippets module (710ea4d)
Fix invalid yas-key-syntaxes element warning (8df6a6e)
* doc/snippet-organization.org (.yas-skip): Add info. (7703a55)
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
Changelog
=========
Fix invalid yas-key-syntaxes element warning (8df6a6e)
* doc/snippet-organization.org (.yas-skip): Add info. (7703a55)
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
Changelog
=========
* doc/snippet-organization.org (.yas-skip): Add info. (7703a55)
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
Changelog
=========
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory. (01139a2)
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen. (041821a)
Test visiting compiled snippets (e3f03ca)
Accept documented snippet list formats (68b0ab6)
Fix #597; use SAVE-FILE to visit compiled snippets (215ad9b)
Reorganize snippet construction from list code (cc1c758)
Closes #601: updated snippets submodule (2f6cfef)
Merge pull request #599 from zmwangx/snippet-compilation-doc (4bd3d98)
Add documentation for snippet compilation (0ada0fc)
Simplify some code (c91a588)
Merge pull request #596 from npostavs/lookup-snippet (e8934ce)
Add new function yas-lookup-snippet (7bce1a6)
Minor doc fixes (5ebf347)
Merge pull request #578 from aluaces/patch-1 (197db9f)
Fix "invalid function: quote" (4692c81)
Closes #549: Adjust `load' verbosity to `yas-verbosity' (5aebe46)
Merge pull request #571 from PhilHudson/master (7f4f6be)
Replaced 'shadow' with 'override' throughout documentation (0e7ea94)
Update README.mdown (23133da)
Merge pull request #569 from npostavs/doc-obsolete (890bd7e)
yasnippet.el (yas-initialize): Mark obsolete (d619107)
README.mdown (per-buffer): Remove needless lambda (4fd8ab1)
README.mdown (el-get): Remove obsolete information (fdef445)
`yas-minor-mode' assertion broke a test. Good. Fix it. (a467019)
Add useful development assertion (885237a)
Closes #562: Deleting inner numberless snippet causes error (316435e)
Getting rid of low-level assumptions in yasnippet (d19ef74)
Merge pull request #568 from npostavs/contrib (fc5052b)
Add a CONTRIBUTING.md file (b9989f8)
Implements #566: Remove dead major modes code (3e7b56e)
Merge pull request #559 from mineo/patch-1 (21ffe4b)
yas-expand-snippet: Clarify EXPAND-ENV (3c13348)
Merge pull request #552 from treese/master (197ef7f)
Clarify what happens with yas-new-snippet. (07734a1)
Closes #546: backport `yas-initialize' and provide `yas/initialize' (b62bdf3)
Merge pull request #542 from tarsius/nosearch (e161fc0)
Add file doc/.nosearch (bb6bbad)
Update README.mdown (50ca8d3)
Clean up previous change (175e0a3)
Closes #537: Be lenient to extensions operating on snippet fields (596e6b2)
Closes #536: Fix navigation to zero-length fields at snippet end (1c97671)
Update snippets submodule (51d4ed1)
Update README.mdown (b22961a)
Tweak README.mdown to simplify bug reporting paragraph (e2b876b)
Closes #527: Unbreak case where yas-fallback-behaviour is a list (6053db0)
Closes #525, closes #526: Prevent some keybinding fallback loops (70151f4)
Merge pull request #524 from npostavs/fallback-loop (6877bc6)
Signal an error on recursive yas--fallback calls (e731451)
Merge pull request #519 from syohex/use-cl-macro (08b044e)
Use cl-incf instead of cl (783cc33)
Merge pull request #518 from rnkn/master (8e9bf3c)
Compatibility with custom-unlispify-remove-prefixes (6f7c915)
Update snippets submodule (41cb5f5)
|
|
|
|
|
|
|
|
|
|
|