-
0.3.1 / 2008-03-17
+
+
-- Bug fix: Emacs get confused when a field is deleted. See issue 10.
+- Bug fix: Emacs get confused when a field is deleted. See issue 10.
-
-
0.3.0 / 2008-03-16
+
+
- Add a yas/after-exit-snippet-hook so that you can do something like
indent-region or fill-region after finish the snippet.
- Use minor-mode instead of global-set-key to bind the trigger
key. Now the trigger key and fall-back behavior can be more
flexible. Not constrained to <tab>. Thanks to Trey Jackson. See
-this thread
+this thread
for more details.
- Now user can customize the popup function for selecting multiple
candidate for the same snippet key.
@@ -253,48 +246,48 @@ candidate for the same snippet key.
candidate when in text mode.
-
-
0.2.3 / 2008-03-15
+
+
- Bug in non-window (-nw) mode when there's multiple candidate to
-expand. See issue 7.
+expand. See issue 7.
- Allow expanding another snippet as long as not currently inside a
field.
-
-
0.2.2 / 2008-03-13
+
+
- Added customized face for fields and mirrors. Better in dark
background. And users can customize it.
-
-
0.2.1 / 2008-03-10
+
+
- Fix the insert-behind problem under both Emacs 22 and Emacs 23.
-
-
0.2.0 / 2008-03-10
+
+
- Use big keymap overlay to detect insert-behind event manually to
-avoid sometimes missed hook calls. See issue 3 for more
+avoid sometimes missed hook calls. See issue 3 for more
details.
- Support parent snippet table. Now you can set (for example)
cc-mode as common mode for c++-mode, c-mode and
java-mode. They'll share snippets defined for cc-mode.
-
-
0.1.1 / 2008-03-08
+
+
- Add a rake task to upload to google code.
- Use elisp compile-bundle function instead of python scrip
-
-
0.1.0 / 2008-03-07
+
+
- Embedded elisp support.
- Fields navigation support.
@@ -306,12 +299,6 @@ details.
- Load directory support.
- Compile bundle support.
-
-
-
-
-
-
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 5a762a3..a91b91a 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -6,6 +6,14 @@ ChangeLog
:Contact: pluskid@gmail.com
:Date: 2008-03-22
+0.6.0c / 2009-07-27
+===================
+
+* Now byte compiles correctly with no warnings.
+* Fixed `Issue 68
+
`_ with
+ mouse-clicking alternatives in ``ido-mode``.
+* Added ``yas/also-auto-indent-first-line`` customization variable.
0.6.0b / 2009-07-25
===================
diff --git a/yasnippet.el b/yasnippet.el
index acc11eb..0ee7c09 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -4,7 +4,7 @@
;; Authors: pluskid , joaotavora
;; Version: 0.6.0
-;; Package-version: 0.6.0b
+;; Package-version: 0.6.0c
;; X-URL: http://code.google.com/p/yasnippet/
;; Keywords: snippet, textmate
;; URL: http://code.google.com/p/yasnippet/