690 Commits

Author SHA1 Message Date
Joao Tavora
c967f74847 Closes #271: 4th try, with backquote, need protection before collection
* Add one more test, probably will need even more.
2012-08-03 18:36:29 +01:00
Joao Tavora
197104b450 Closes #271: 3rd try, protect escapes after collecting backquote elisp
* Add more tests
* Now only need to escape backslashes in mirror/field
  transformations
2012-08-03 11:03:11 +01:00
Joao Tavora
6aff6a0894 Closes #271: 2nd try, remove unescaping of backquote replacements
* Fixes previous fix (big blunder, expansion unusable)
* Added more tests
* Fixed previously broken tests.
2012-08-02 16:48:13 +01:00
Joao Tavora
12c21c6c62 Bugfix: fix for #235 didn't load, usage before definition 2012-08-02 16:05:44 +01:00
João Távora
cffd1aa095 Closes #235: implement yas--init-yas-in-snippet-keymap 2012-08-02 08:22:14 +01:00
João Távora
f35d2dba11 Closes #271: save backquoted elisp and re-insert at end of expansion 2012-08-01 23:38:19 +01:00
João Távora
6be1de4a09 incomplete: preparing tests to fix #271 2012-08-01 21:49:46 +01:00
Joao Tavora
c13abb7520 doc/yas-doc-helper.el: write documentation for "exported" symbols from docstrings
doc/manual.org: some tweaks, use new yas--document-symbols
2012-08-01 21:48:58 +01:00
João Távora
71c8e0ea46 (yas-choose-value): Accept strings as &rest argument 2012-07-31 08:43:03 +01:00
Joao Tavora
c566c929c0 bugfix: use yas-global-mode-hook instead of advising yas-global-mode 2012-07-27 14:54:06 +01:00
Joao Tavora
6e8b698e6e fix: reverts commit c2ce16a510bb1e533a6df19190c16982344d5303, packages should be .tar files 2012-07-24 12:14:13 +01:00
João Távora
6b35140c72 a little bitt more work on the documentation 2012-07-23 00:33:55 +01:00
João Távora
2c3d80fcac Merge branch 'revamp-doc' into 0.8-fsf-changes.
Doc development will continue in this branch.

Conflicts:
	README.mdown
	doc/changelog.rst
	doc/faq.rst
	doc/index.rst
	doc/snippet-development.rst
	doc/snippet-expansion.rst
	doc/snippet-menu.rst
	doc/snippet-organization.rst
2012-07-23 00:06:26 +01:00
João Távora
c2ce16a510 Create tar.gz packages 2012-07-22 19:17:29 +01:00
João Távora
668efefdd4 refactor: redo and document some of the menu-bar code, also add tests 2012-07-22 19:11:28 +01:00
João Távora
e7f22535fb bugfix: Support yas-use-menu with the value 'full and JIT-loading
new: introduces `yas--table-mode`
2012-07-22 15:40:15 +01:00
João Távora
d4011a57d4 Closes #254: don't show a menu at all if yas-use-menu is nil. 2012-07-22 11:54:42 +01:00
João Távora
79d39c81a3 Don't forget to export yas-hippie-try-expand 2012-07-22 10:22:24 +01:00
João Távora
90cd855c14 Rename all non-external symbols to yas--.
Maitain list of external symbols in `yas--exported-syms`
2012-07-19 02:39:12 +01:00
João Távora
96638af80e Rename symbol references from yas/* to yas-* in bundled snippets 2012-07-19 02:34:03 +01:00
João Távora
e12a8bf188 Rename symbol references to from yas/* to yas-* in docs as well 2012-07-19 02:31:48 +01:00
João Távora
1c90e08a39 Some cleanup 2012-07-18 16:14:56 +01:00
João Távora
195997e120 Found some more vars than can be user-customized 2012-07-18 16:14:56 +01:00
João Távora
1a31a5a358 Remove profanity 2012-07-18 16:14:56 +01:00
João Távora
a51adba93d Rename all symbols to yas-* but alias the old yas/* for backward compatibility
Bump version to 0.8
All files use unix file endings
2012-07-18 16:14:56 +01:00
João Távora
d7921cfc22 Use UTF-8 when reading in yasnippet.el 2012-07-18 16:12:07 +01:00
João Távora
19180200d9 Upgrade license headers to GPLv3 2012-07-18 12:16:30 +01:00
João Távora
52ce7438a3 Clarify ideas about textmate snippet importation 2012-07-18 02:57:02 +01:00
João Távora
ec0a0fa88f doc: be even clearer about snippet contribution policy 2012-07-18 02:56:08 +01:00
João Távora
d3fc5cd747 ignore .yas-compiled-snippets.el files 2012-07-17 04:13:01 +01:00
João Távora
7e39aa3e56 Fix #266 2012-07-17 04:11:22 +01:00
João Távora
aae62703f4 On yas/reload-all be clearer as to whether just-in-time loading is active 2012-07-16 14:16:44 +01:00
João Távora
19dd43cb52 Fix #70 2012-07-16 14:13:42 +01:00
Joao Tavora
3b26af4233 yasnippet now belongs to the FSF 2012-07-13 17:34:34 +01:00
Joao Tavora
245e267e1d package file was being generated incorrectly 2012-07-13 17:32:02 +01:00
João Távora
d48c4cee90 Actually, mention MELPA before el-get 2012-07-13 12:01:11 +02:00
Joao Tavora
a9f6180a84 Reflect MELPA availability and el-get quirks 2012-07-13 10:41:46 +01:00
João Távora
1e3fdfd318 cleanup: remove crlf line endings 2012-06-30 20:01:25 +01:00
João Távora
b347b61360 bugfix: better with-snippet-dirs macro 2012-06-30 20:00:11 +01:00
João Távora
275ac7fe00 bugfix: yas/reload-all should reload all snippets bypassing jit when called interactively. 2012-06-28 22:34:22 +01:00
Joao Tavora
72e2c5d2aa docfix: YASnippet -> yasnippet
cleanup: some trailing whitespace
2012-06-28 14:29:11 +01:00
Joao Tavora
e263de79ed docfix: add the workaround for using yasnippet as a non-global minor mode. See issue #253 2012-06-28 14:28:26 +01:00
João Távora
ee398f4d5a bugfix: error in yas/add-template when omit-items was used in yas/define-menu 2012-06-27 17:04:17 +01:00
João Távora
73073f9078 bugfix: fix issue #255, removing a keybinding from a snippet doesn't really unbind it if it's the last one
enhancement: internal doc update with ascii diagram
2012-06-15 01:27:51 +01:00
João Távora
28cd4ca0c9 Merge pull request #251 from lewang/master
bugfix: don't hippie-expand unless in `yas/minor-mode`
enhancement: yas/dont-activate can now be a list of functions
2012-06-05 14:38:38 -07:00
Le Wang
6b841dd247 allow yas/dont-activate to take list of functions with default being (minibufferp)
- This allows the user to configure whether yasnippet should be enabled in
  minibuffer while preserving the current default.
2012-06-05 00:40:21 +08:00
Le Wang
5ed6adadce only hippie-expand when yas/minor-mode is on 2012-06-05 00:08:44 +08:00
Joao Tavora
7a88722371 more formatting mostly 2012-05-30 18:47:57 +01:00
Joao Tavora
68b0bce76a a little more work, but very little 2012-05-30 17:24:22 +01:00
João Távora
b7c54b8c6c bugfix: more correctly create the Marmelade package for #217 2012-05-29 22:40:05 +01:00