aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.org
diff options
context:
space:
mode:
authorFrank Fischer <frank.fischer@mathematik.tu-chemnitz.de>2013-02-27 17:47:46 +0100
committerFrank Fischer <frank.fischer@mathematik.tu-chemnitz.de>2013-02-27 17:47:46 +0100
commit7cfbac9d1fe8b56ebbbd54b6946f6864dc5940ad (patch)
treee168e4faf26d4132b00937db8326e69f37cfba35 /CHANGES.org
parent8b1f477481d791ead2a88260266aa3f2606b05d6 (diff)
Add CHANGES.org
Diffstat (limited to 'CHANGES.org')
-rw-r--r--CHANGES.org27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGES.org b/CHANGES.org
new file mode 100644
index 0000000..1d6f42d
--- /dev/null
+++ b/CHANGES.org
@@ -0,0 +1,27 @@
+* Changes and New Features in Evil
+
+** News since 1.0.0
+
+*** Improvements
+
+ * An ELPA package built by =make elpa= contains COPYING file.
+
+ * Bind =[tab]= like =\t= in =evil-ex-completion-map=, so that it
+ cannot be overwritten by a =[tab]= binding in the parent keymap
+ =minibuffer-local-completion-map=.
+
+ * Improve worst case performance of internal functions
+ =evil-in-string-p=, =evil-string-beginning= and
+ =evil-string-end=. This functions are used, e.g., in certain text
+ objects to detect whether point is within a string.
+
+ * Update authors list.
+
+*** Fixes
+
+ * The interactive code =<state>= is fixed and used correctly in
+ =evil-ex-set-initial-state=.
+
+ * =evil-ex-global= always generates a single undo-step.
+
+ * Resolved issues: #249, #250, #253 and #257.