aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.