aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorJoão Távora <[email protected]>2014-04-07 00:09:19 +0100
committerJoão Távora <[email protected]>2014-04-07 00:09:19 +0100
commit89f20f76d8fa700d2a534834bf178ac8796d35cf (patch)
tree8b3a2f1a6bd427320ddb303d69a25dfb87ba5b8a /test/ChangeLog
parentaa5ccb01a59901cb15a25995b70a7f49d2b03b57 (diff)
Fix electric-pair-skip-whitespace with quotes in text-mode
* lisp/elec-pair.el (electric-pair-post-self-insert-function): Don't skip whitespace for quote syntax when `electric-pair-text-pairs' and `electric-pair-pairs' were used. * test/automated/electric-tests.el (electric-pair-define-test-form): More readable test docstrings. (whitespace-skipping-for-quotes-not-ouside) (whitespace-skipping-for-quotes-only-inside) (whitespace-skipping-not-without-proper-syntax): Fixes: debbugs:17183
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 5e5a8ae73a..846da9621f 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,11 @@
+2014-04-06 João Távora <[email protected]>
+
+ * automated/electric-tests.el (electric-pair-define-test-form):
+ More readable test docstrings.
+ (whitespace-skipping-for-quotes-not-ouside)
+ (whitespace-skipping-for-quotes-only-inside)
+ (whitespace-skipping-for-quotes-in-text-mode): New tests.
+
2014-03-24 Barry O'Reilly <[email protected]>
* automated/undo-tests.el (undo-test-marker-adjustment-nominal):