Age | Commit message (Collapse) | Author |
|
|
|
|
|
- use ruby-rake build the package following upstream
|
|
|
|
|
|
|
|
Changelog
=========
Set test to fail with newer org version (4ab9cb5)
Let whitespace-global-mode work in new snippet buffers (35a4df7)
Add test relying on overlay hook inhibition in `yas-expand-snippet' (1fc3426)
* yasnippet-debug.el (yas-debug-snippet): Handle non-numbered fields. (ba4e5c1)
|
|
Changelog
=========
Let whitespace-global-mode work in new snippet buffers (35a4df7)
Add test relying on overlay hook inhibition in `yas-expand-snippet' (1fc3426)
* yasnippet-debug.el (yas-debug-snippet): Handle non-numbered fields. (ba4e5c1)
|
|
Changelog
=========
Add test relying on overlay hook inhibition in `yas-expand-snippet' (1fc3426)
* yasnippet-debug.el (yas-debug-snippet): Handle non-numbered fields. (ba4e5c1)
|
|
Changelog
=========
|
|
Changelog
=========
Add yas-also-indent-empty-lines to allow old indent behavior (c79c8df)
Don't keep region active when expanding from keymap (e371c11)
|
|
Changelog
=========
Don't keep region active when expanding from keymap (e371c11)
|
|
Changelog
=========
|
|
Changelog
=========
Avoid to indent snippets having setup `(yas-indent-line 'fixed)' (7365f9e)
|
|
Changelog
=========
|
|
Changelog
=========
Update CONTRIBUTING.md information (2a3a0cd)
; Merge yasnippet-debug.el updates (1436d21)
* yasnippet-debug.el (yas-debug-snippet): Show modified flag. (164acd6)
Optionally add undo list to debug info (b0e729b)
Handle dead snippets better (7b03ac2)
Make yas-debug-process-command-line easier to debug (2f5cb2e)
Provide command line interface from yasnippet-debug.el (274406e)
Fixup yasnippet-debug.el (c98672e)
Allow customizing overlay priority (65952e3)
Make sure tests don't rely on running order (e8ed276)
Fix undo information recording for multiline snippets (1a860bd)
Handle undo of snippet 1st line indent properly (6102ff5)
Restore syntax-propertize-function before indenting mirrors (1043b6c)
Don't delete snippets more than once. (82818e5)
Fix field parsing in modes that use the `syntax-table' property (1bf7a4c)
* .travis.yml: Use Emacs 25.2 (0f6d82f)
* doc/snippet-expansion.org: Complete sentence fragment. (8797a31)
Don't leave unreadable objects in the undo list (462f566)
Fix condition timestamps in key filter functions (c3a9447)
Fix ${0:soon-to-be-deleted} with no other fields (47f37f7)
Fix problems with auto-fill-mode interaction (3949421)
* yasnippet.el (yas-about): Fix compile warnings in previous commit. (1babe81)
Make `yas-about' more informative (ca04f69)
Correctly wrap auto-fill-function when it's toggled on later (5043a96)
Update snippets submodule (b4d2f9c)
Fix interaction with c auto-fill (22eeb1e)
Only update live snippets (30913fd)
Restore syntax-propertize-function before indenting snippet (c5fddf8)
Ensure inhibit-modification-hooks is nil while modifying buffer (63f44b4)
Fix nested snippet expansion (7f337f4)
Fix mirror transformation error with expand-env (0d9afb2)
Fix running hook variable set as buffer-local (6e9b7f9)
Merge: let snippets expand in strings/comments by default (cddb826)
Make yas-buffer-local-condition into a defcustom (14819c9)
Let snippets expand in strings/comments by default (4f37afd)
Merge: snippet-local exit hook; error handling improvements (c87afe0)
* yasnippet-tests.el (snippet-exit-hooks): New test. (f3d0e03)
Fix snippet local exit hook (6c4fbb2)
Remove lambda list building hack (b62cf52)
Use debug-on-error to simplify error handling (203df22)
Don't catch and rethrow yas-{-}exception (9c9547a)
Rework error handling (ac26024)
Enable snippet-mode automatically (9abf842)
Fix whitespace lossage between mirrors (e74f00e)
Make snippets work in org source blocks (0041efe)
Refactor snippet marker manipulating functions (d0c6fec)
Use :filter instead of yas--fallback (0311fe2)
Use more compact format for snippet menus (48cd716)
* doc/faq.org: Typos and grammar. (7b3c29d)
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changelog
=========
Correctly wrap auto-fill-function when it's toggled on later (5043a96)
Update snippets submodule (b4d2f9c)
Fix interaction with c auto-fill (22eeb1e)
Only update live snippets (30913fd)
Restore syntax-propertize-function before indenting snippet (c5fddf8)
Ensure inhibit-modification-hooks is nil while modifying buffer (63f44b4)
Fix nested snippet expansion (7f337f4)
Fix mirror transformation error with expand-env (0d9afb2)
Fix running hook variable set as buffer-local (6e9b7f9)
Merge: let snippets expand in strings/comments by default (cddb826)
Make yas-buffer-local-condition into a defcustom (14819c9)
Let snippets expand in strings/comments by default (4f37afd)
Merge: snippet-local exit hook; error handling improvements (c87afe0)
* yasnippet-tests.el (snippet-exit-hooks): New test. (f3d0e03)
Fix snippet local exit hook (6c4fbb2)
Remove lambda list building hack (b62cf52)
Use debug-on-error to simplify error handling (203df22)
Don't catch and rethrow yas-{-}exception (9c9547a)
Rework error handling (ac26024)
Enable snippet-mode automatically (9abf842)
Fix whitespace lossage between mirrors (e74f00e)
Make snippets work in org source blocks (0041efe)
Refactor snippet marker manipulating functions (d0c6fec)
Use :filter instead of yas--fallback (0311fe2)
Use more compact format for snippet menus (48cd716)
* doc/faq.org: Typos and grammar. (7b3c29d)
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Restore syntax-propertize-function before indenting snippet (c5fddf8)
Ensure inhibit-modification-hooks is nil while modifying buffer (63f44b4)
Fix nested snippet expansion (7f337f4)
Fix mirror transformation error with expand-env (0d9afb2)
Fix running hook variable set as buffer-local (6e9b7f9)
Merge: let snippets expand in strings/comments by default (cddb826)
Make yas-buffer-local-condition into a defcustom (14819c9)
Let snippets expand in strings/comments by default (4f37afd)
Merge: snippet-local exit hook; error handling improvements (c87afe0)
* yasnippet-tests.el (snippet-exit-hooks): New test. (f3d0e03)
Fix snippet local exit hook (6c4fbb2)
Remove lambda list building hack (b62cf52)
Use debug-on-error to simplify error handling (203df22)
Don't catch and rethrow yas-{-}exception (9c9547a)
Rework error handling (ac26024)
Enable snippet-mode automatically (9abf842)
Fix whitespace lossage between mirrors (e74f00e)
Make snippets work in org source blocks (0041efe)
Refactor snippet marker manipulating functions (d0c6fec)
Use :filter instead of yas--fallback (0311fe2)
Use more compact format for snippet menus (48cd716)
* doc/faq.org: Typos and grammar. (7b3c29d)
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Fix nested snippet expansion (7f337f4)
Fix mirror transformation error with expand-env (0d9afb2)
Fix running hook variable set as buffer-local (6e9b7f9)
Merge: let snippets expand in strings/comments by default (cddb826)
Make yas-buffer-local-condition into a defcustom (14819c9)
Let snippets expand in strings/comments by default (4f37afd)
Merge: snippet-local exit hook; error handling improvements (c87afe0)
* yasnippet-tests.el (snippet-exit-hooks): New test. (f3d0e03)
Fix snippet local exit hook (6c4fbb2)
Remove lambda list building hack (b62cf52)
Use debug-on-error to simplify error handling (203df22)
Don't catch and rethrow yas-{-}exception (9c9547a)
Rework error handling (ac26024)
Enable snippet-mode automatically (9abf842)
Fix whitespace lossage between mirrors (e74f00e)
Make snippets work in org source blocks (0041efe)
Refactor snippet marker manipulating functions (d0c6fec)
Use :filter instead of yas--fallback (0311fe2)
Use more compact format for snippet menus (48cd716)
* doc/faq.org: Typos and grammar. (7b3c29d)
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Fix mirror transformation error with expand-env (0d9afb2)
Fix running hook variable set as buffer-local (6e9b7f9)
Merge: let snippets expand in strings/comments by default (cddb826)
Make yas-buffer-local-condition into a defcustom (14819c9)
Let snippets expand in strings/comments by default (4f37afd)
Merge: snippet-local exit hook; error handling improvements (c87afe0)
* yasnippet-tests.el (snippet-exit-hooks): New test. (f3d0e03)
Fix snippet local exit hook (6c4fbb2)
Remove lambda list building hack (b62cf52)
Use debug-on-error to simplify error handling (203df22)
Don't catch and rethrow yas-{-}exception (9c9547a)
Rework error handling (ac26024)
Enable snippet-mode automatically (9abf842)
Fix whitespace lossage between mirrors (e74f00e)
Make snippets work in org source blocks (0041efe)
Refactor snippet marker manipulating functions (d0c6fec)
Use :filter instead of yas--fallback (0311fe2)
Use more compact format for snippet menus (48cd716)
* doc/faq.org: Typos and grammar. (7b3c29d)
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Fix running hook variable set as buffer-local (6e9b7f9)
Merge: let snippets expand in strings/comments by default (cddb826)
Make yas-buffer-local-condition into a defcustom (14819c9)
Let snippets expand in strings/comments by default (4f37afd)
Merge: snippet-local exit hook; error handling improvements (c87afe0)
* yasnippet-tests.el (snippet-exit-hooks): New test. (f3d0e03)
Fix snippet local exit hook (6c4fbb2)
Remove lambda list building hack (b62cf52)
Use debug-on-error to simplify error handling (203df22)
Don't catch and rethrow yas-{-}exception (9c9547a)
Rework error handling (ac26024)
Enable snippet-mode automatically (9abf842)
Fix whitespace lossage between mirrors (e74f00e)
Make snippets work in org source blocks (0041efe)
Refactor snippet marker manipulating functions (d0c6fec)
Use :filter instead of yas--fallback (0311fe2)
Use more compact format for snippet menus (48cd716)
* doc/faq.org: Typos and grammar. (7b3c29d)
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Merge: let snippets expand in strings/comments by default (cddb826)
Make yas-buffer-local-condition into a defcustom (14819c9)
Let snippets expand in strings/comments by default (4f37afd)
Merge: snippet-local exit hook; error handling improvements (c87afe0)
* yasnippet-tests.el (snippet-exit-hooks): New test. (f3d0e03)
Fix snippet local exit hook (6c4fbb2)
Remove lambda list building hack (b62cf52)
Use debug-on-error to simplify error handling (203df22)
Don't catch and rethrow yas-{-}exception (9c9547a)
Rework error handling (ac26024)
Enable snippet-mode automatically (9abf842)
Fix whitespace lossage between mirrors (e74f00e)
Make snippets work in org source blocks (0041efe)
Refactor snippet marker manipulating functions (d0c6fec)
Use :filter instead of yas--fallback (0311fe2)
Use more compact format for snippet menus (48cd716)
* doc/faq.org: Typos and grammar. (7b3c29d)
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Merge: snippet-local exit hook; error handling improvements (c87afe0)
* yasnippet-tests.el (snippet-exit-hooks): New test. (f3d0e03)
Fix snippet local exit hook (6c4fbb2)
Remove lambda list building hack (b62cf52)
Use debug-on-error to simplify error handling (203df22)
Don't catch and rethrow yas-{-}exception (9c9547a)
Rework error handling (ac26024)
Enable snippet-mode automatically (9abf842)
Fix whitespace lossage between mirrors (e74f00e)
Make snippets work in org source blocks (0041efe)
Refactor snippet marker manipulating functions (d0c6fec)
Use :filter instead of yas--fallback (0311fe2)
Use more compact format for snippet menus (48cd716)
* doc/faq.org: Typos and grammar. (7b3c29d)
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Enable snippet-mode automatically (9abf842)
Fix whitespace lossage between mirrors (e74f00e)
Make snippets work in org source blocks (0041efe)
Refactor snippet marker manipulating functions (d0c6fec)
Use :filter instead of yas--fallback (0311fe2)
Use more compact format for snippet menus (48cd716)
* doc/faq.org: Typos and grammar. (7b3c29d)
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Fix whitespace lossage between mirrors (e74f00e)
Make snippets work in org source blocks (0041efe)
Refactor snippet marker manipulating functions (d0c6fec)
Use :filter instead of yas--fallback (0311fe2)
Use more compact format for snippet menus (48cd716)
* doc/faq.org: Typos and grammar. (7b3c29d)
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Make snippets work in org source blocks (0041efe)
Refactor snippet marker manipulating functions (d0c6fec)
Use :filter instead of yas--fallback (0311fe2)
Use more compact format for snippet menus (48cd716)
* doc/faq.org: Typos and grammar. (7b3c29d)
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Use more compact format for snippet menus (48cd716)
* doc/faq.org: Typos and grammar. (7b3c29d)
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Update handling of markers during indentation (e878afb)
Use git describe for doc HTML output (28d5496)
Add timestamp of source revision to HTML doc (4ef1768)
Make the documentation build reproducible (cce2e0d)
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Use expand-env for all snippet evaluations (4ee3835)
Respect yas-indent-line for mirror updates (5534cab)
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Keep yas--snippets-at-point for compatibility (7b013db)
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Promote yas--snippets-at-point to a public API (2ca6321)
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Remove last use of flet (c485d13)
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Reword #744 yet again (8412d71)
Rework yas-reload-all message introduced by #744 (80a1098)
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
Improve final message produced by yas-reload-all (4fa52e6)
|
|
Changelog
=========
|
|
Changelog
=========
Replace all occurances of `capitaomorte' (eaaec30)
Replace yas--with-temp-redefs with cl-letf (ff6f31e)
Change cl dep to cl-lib for tests too (00be21c)
Explain about backquote expressions in doc (85a43ad)
Add test for snippet saving (a5e88b2)
Fix saving of new snippets (1532e66)
Fix test-rebindings (9cf9208)
* Rakefile: Handle unset `warnings' parameter (309fe15)
Don't warn about cl-functions with old cl-lib (4b12f7d)
Cleanup redundant cl dependency, :group & :require (5264379)
Use new name of python-in-string/comment in docs (7e0a0de)
Support yas/ symbols in yas-define-menu (5af9276)
Merge: Simplify `yas-new-snippet' load&save logic (244cdfa)
Fix yas--message verbosity levels (dc098cf)
Load snippet after saving (3129040)
Simplify `yas-new-snippet' load&save logic (0ee86a2)
Fix some quoting problems in doc strings (ea9581f)
Fix field navigation in the backwards direction (9500b00)
Don't clobber match data in modification hooks (0db65ee)
yasnippet.el (yas-escape-text): No error on nil text (7661dc1)
Don't warn about modifications to other buffers (42b0c26)
Fix removal of snippets by uuid (d4da806)
Add test for loading snippet with same uuid (a4fafc3)
yasnippet.el (yas--quote-string): Remove. (4296a86)
Escape yas-selected-text for new snippet. (8907fd1)
Merge: a different fix for #712. (8ca8c7d)
Add test for indentation of single line mirrors (9c9952c)
Do indent the first line of mirrors, but in correct order (d218ed8)
Don't indent first line of mirrors (351c1e3)
Fix some compilation warnings (ee6e7a9)
Say how to hide the backquote side-effect warning (6b785e1)
Merge: restore backquote evaluation behaviour (655bda8)
Warn about backquote exprs modifying the buffer (85f39ce)
Revert "Separate parsing from evaluation of backquote lisp" (ee4efdb)
Separate parsing from evaluation of backquote lisp (e21420a)
Make yas-describe-tables easier to use from lisp (c744148)
Add region contents to new snippet (1735a28)
.travis.yml: Don't notify on success (bc80f67)
|
|
Changelog
=========
Replace yas--with-temp-redefs with cl-letf (ff6f31e)
Change cl dep to cl-lib for tests too (00be21c)
Explain about backquote expressions in doc (85a43ad)
Add test for snippet saving (a5e88b2)
Fix saving of new snippets (1532e66)
Fix test-rebindings (9cf9208)
* Rakefile: Handle unset `warnings' parameter (309fe15)
Don't warn about cl-functions with old cl-lib (4b12f7d)
Cleanup redundant cl dependency, :group & :require (5264379)
Use new name of python-in-string/comment in docs (7e0a0de)
Support yas/ symbols in yas-define-menu (5af9276)
Merge: Simplify `yas-new-snippet' load&save logic (244cdfa)
Fix yas--message verbosity levels (dc098cf)
Load snippet after saving (3129040)
Simplify `yas-new-snippet' load&save logic (0ee86a2)
Fix some quoting problems in doc strings (ea9581f)
Fix field navigation in the backwards direction (9500b00)
Don't clobber match data in modification hooks (0db65ee)
yasnippet.el (yas-escape-text): No error on nil text (7661dc1)
Don't warn about modifications to other buffers (42b0c26)
Fix removal of snippets by uuid (d4da806)
Add test for loading snippet with same uuid (a4fafc3)
yasnippet.el (yas--quote-string): Remove. (4296a86)
Escape yas-selected-text for new snippet. (8907fd1)
Merge: a different fix for #712. (8ca8c7d)
Add test for indentation of single line mirrors (9c9952c)
Do indent the first line of mirrors, but in correct order (d218ed8)
Don't indent first line of mirrors (351c1e3)
Fix some compilation warnings (ee6e7a9)
Say how to hide the backquote side-effect warning (6b785e1)
Merge: restore backquote evaluation behaviour (655bda8)
Warn about backquote exprs modifying the buffer (85f39ce)
Revert "Separate parsing from evaluation of backquote lisp" (ee4efdb)
Separate parsing from evaluation of backquote lisp (e21420a)
Make yas-describe-tables easier to use from lisp (c744148)
Add region contents to new snippet (1735a28)
.travis.yml: Don't notify on success (bc80f67)
|
|
Changelog
=========
Fix test-rebindings (9cf9208)
* Rakefile: Handle unset `warnings' parameter (309fe15)
Don't warn about cl-functions with old cl-lib (4b12f7d)
Cleanup redundant cl dependency, :group & :require (5264379)
Use new name of python-in-string/comment in docs (7e0a0de)
Support yas/ symbols in yas-define-menu (5af9276)
Merge: Simplify `yas-new-snippet' load&save logic (244cdfa)
Fix yas--message verbosity levels (dc098cf)
Load snippet after saving (3129040)
Simplify `yas-new-snippet' load&save logic (0ee86a2)
Fix some quoting problems in doc strings (ea9581f)
Fix field navigation in the backwards direction (9500b00)
Don't clobber match data in modification hooks (0db65ee)
yasnippet.el (yas-escape-text): No error on nil text (7661dc1)
Don't warn about modifications to other buffers (42b0c26)
Fix removal of snippets by uuid (d4da806)
Add test for loading snippet with same uuid (a4fafc3)
yasnippet.el (yas--quote-string): Remove. (4296a86)
Escape yas-selected-text for new snippet. (8907fd1)
Merge: a different fix for #712. (8ca8c7d)
Add test for indentation of single line mirrors (9c9952c)
Do indent the first line of mirrors, but in correct order (d218ed8)
Don't indent first line of mirrors (351c1e3)
Fix some compilation warnings (ee6e7a9)
Say how to hide the backquote side-effect warning (6b785e1)
Merge: restore backquote evaluation behaviour (655bda8)
Warn about backquote exprs modifying the buffer (85f39ce)
Revert "Separate parsing from evaluation of backquote lisp" (ee4efdb)
Separate parsing from evaluation of backquote lisp (e21420a)
Make yas-describe-tables easier to use from lisp (c744148)
Add region contents to new snippet (1735a28)
.travis.yml: Don't notify on success (bc80f67)
|
|
Changelog
=========
* Rakefile: Handle unset `warnings' parameter (309fe15)
Don't warn about cl-functions with old cl-lib (4b12f7d)
Cleanup redundant cl dependency, :group & :require (5264379)
Use new name of python-in-string/comment in docs (7e0a0de)
Support yas/ symbols in yas-define-menu (5af9276)
Merge: Simplify `yas-new-snippet' load&save logic (244cdfa)
Fix yas--message verbosity levels (dc098cf)
Load snippet after saving (3129040)
Simplify `yas-new-snippet' load&save logic (0ee86a2)
Fix some quoting problems in doc strings (ea9581f)
Fix field navigation in the backwards direction (9500b00)
Don't clobber match data in modification hooks (0db65ee)
yasnippet.el (yas-escape-text): No error on nil text (7661dc1)
Don't warn about modifications to other buffers (42b0c26)
Fix removal of snippets by uuid (d4da806)
Add test for loading snippet with same uuid (a4fafc3)
yasnippet.el (yas--quote-string): Remove. (4296a86)
Escape yas-selected-text for new snippet. (8907fd1)
Merge: a different fix for #712. (8ca8c7d)
Add test for indentation of single line mirrors (9c9952c)
Do indent the first line of mirrors, but in correct order (d218ed8)
Don't indent first line of mirrors (351c1e3)
Fix some compilation warnings (ee6e7a9)
Say how to hide the backquote side-effect warning (6b785e1)
Merge: restore backquote evaluation behaviour (655bda8)
Warn about backquote exprs modifying the buffer (85f39ce)
Revert "Separate parsing from evaluation of backquote lisp" (ee4efdb)
Separate parsing from evaluation of backquote lisp (e21420a)
Make yas-describe-tables easier to use from lisp (c744148)
Add region contents to new snippet (1735a28)
.travis.yml: Don't notify on success (bc80f67)
|