branch: elpa/yaml-mode
commit 522d46488a5041254cd11e7bdee223627e653329
Author: Yoshiki Kurihara <[email protected]>
Commit: Yoshiki Kurihara <[email protected]>
added changes
---
.gitignore | 1 +
Changes | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index c531d98..e0b9fba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
*.elc
+*~
diff --git a/Changes b/Changes
index 3abbbcf..7ef838f 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.0.8 Tue Feb 28 13:06:42 2012
+ * Replaced `last-command-char` to `last-command-event` (sugyan)
+ * Ignore *.elc in .gitignore (semperos)
+ * Added autoload comments. (arthuraa)
0.0.7 Thu Aug 5 14:35:14 2010 JST
* Fixed bug for 5th level's indentation becomes TAB character.
See YAML spec 1.2 section 5.5. White Space Characters (ochko)