summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-04Drop use of `yas--version' in doc/yas-doc-helper.elexternals/yasnippetXiyue Deng
2025-06-02yasnippet.el: Bump version to trigger releaseStefan Monnier
2025-06-01Try and fix issue #1214Stefan Monnier
2025-04-03yasnippet.el (yas--version): Delete variable.Stefan Monnier
2025-04-03yasnippet.el: Bug fix release 0.14.2Stefan Monnier
2025-04-03Misc minor pending tweaksStefan Monnier
2025-01-12Misc fixes found via compilation warningsStefan Monnier
2025-01-12yasnippet.el (yas--font-lock-keywords): Avoid `font-lock-*-face` varsStefan Monnier
2025-01-12yasnippet.el (yas-maybe-load-snippet-buffer): Don't move point (#1146)Stefan Monnier
2024-10-13Merge pull request #1149 from pestctrl/quit-undo-treemonnier
2024-10-13Push modifications to buffer-undo-list, even if unwindingBenson Chu
2024-04-06Merge pull request #1196 from VitoVan/mastermonnier
2024-04-06(yas--all-parents): delete-dups for fundamental-modeVito Van
2024-03-08(yas-reload-all): Flush the `all-parents` caches (issue #1194)Stefan Monnier
2024-03-01Merge pull request #1194 from gutron/mastermonnier
2024-02-28Undo all-parents memoization in testRon Gut
2024-02-15NEWS: Give a few more detailsStefan Monnier
2024-02-15(yas--all-parents): Obey `derived-mode-extra-parents` (Issue #1193)Stefan Monnier
2024-02-12yasnippet.el: Recognize `${N}` as an alternative syntax for `$N`Stefan Monnier
2024-01-23yasnippet.el: Bug fix release 0.14.1Stefan Monnier
2024-01-22yasnippet.el (yas--indent-region): Workaround for issue #1183Stefan Monnier
2024-01-22yasnippet.el (yas-define-snippets): Remove costly no-opStefan Monnier
2024-01-22Merge pull request #1184 from martenlienen/local-condition-closuremonnier
2024-01-22* yasnippel.el (yas-buffer-local-condition): Check functionp before consp to ...Marten Lienen
2024-01-19* yasnippet.el (yas-buffer-local-condition): Accept functionsStefan Monnier
2024-01-19Avoid shadowing the `tab` => TAB remappingStefan Monnier
2024-01-19Fix remaining failing testsStefan Monnier
2024-01-18(yas--on-protection-overlay-modification): Fix thinkoStefan Monnier
2024-01-17yasnippet.el: Work around Emacs bug#65929 (see also issue#1175)Stefan Monnier
2024-01-17yasnippet.el: Minor simplificationsStefan Monnier
2024-01-15README.mdown: Minor tweaksStefan Monnier
2024-01-15yasnippet-tests.el: Fix some failuresStefan Monnier
2024-01-14* yasnippet.el (yas--all-parents): Don't add `fundamental-mode` to itselfStefan Monnier
2024-01-08(yas--all-parents): Fix stale cache issue #1180Stefan Monnier
2024-01-04yasnippet.el: Use `derived-mode-all-parents` when availableStefan Monnier
2024-01-01* yasnippet.el (yas--snippet-create): Remove CC-mode workaround for #953Stefan Monnier
2024-01-01yasnippet.el (yas-about): Use `package-get-version`Stefan Monnier
2024-01-01yasnippet.el: Use `setq-local` and `defvar-local`Stefan Monnier
2024-01-01* yasnippet.el: Remove compatibility for Emacs<24.4Stefan Monnier
2024-01-01* yasnippet.el (yas-wrap-around-region): Fix warningStefan Monnier
2024-01-01* README.mdown: Tweak install instructionsStefan Monnier
2024-01-01(yas--modes-to-activate): Pay attention to `major-mode-remap-alist`Stefan Monnier
2023-09-14* yasnippet.el (debug-ignored-errors): Don't modify itscratch/yasnippetStefan Monnier
2023-09-14* yasnippet.el: Cosmetic changesStefan Monnier
2023-09-14* yasnippet.el (yas-minor-mode-map): Don't bind to `tab`Stefan Monnier
2023-09-14* yasnippet-debug.el: Use `advice-add` i.s.o `defadvice`.Stefan Monnier
2023-09-14* yasnippet.el: Use `add-function` and remove left-over debug codeStefan Monnier
2023-09-14* yasnippet.el: Use `lexical-binding`Stefan Monnier
2023-09-14* yasnippet-tests.el: Minor cosmetic changesStefan Monnier
2023-09-14* doc/yas-doc-helper.el: Use `cl-lib` and `lexical-binding`Stefan Monnier