aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorJoão Távora2014-04-05 00:31:02 +0100
committerJoão Távora2014-04-05 00:31:02 +0100
commit5cb0cc903f64607a07b4cb3129f28e2cc072f5d7 (patch)
treefbfc3b0f3be3d9018b10a562adf5a89496b82030 /test/ChangeLog
parent6b31e6b1ec3bc8b69c522dcabe0bf1e2eab03710 (diff)
downloademacs-5cb0cc903f64607a07b4cb3129f28e2cc072f5d7.tar.gz
emacs-5cb0cc903f64607a07b4cb3129f28e2cc072f5d7.zip
Improve on previous quote autopairing change
* lisp/elec-pair.el: (electric-pair--syntax-ppss): When inside comments parse from comment beginning. (electric-pair--balance-info): Fix typo in comment. (electric-pair--in-unterminated-string-p): Delete. (electric-pair--unbalanced-strings-p): New function. (electric-pair-string-bound-function): New var. (electric-pair-inhibit-if-helps-balance): Decide quote pairing according to `electric-pair--in-unterminated-string-p' * test/automated/electric-tests.el (define-electric-pair-test): Don't overtest.. (inhibit-in-mismatched-string-inside-ruby-comments): New test. (inhibit-in-mismatched-string-inside-c-comments): New test.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index be845db162a..4b1e352051b 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,10 @@
12014-04-04 João Távora <joaotavora@gmail.com>
2
3 * automated/electric-tests.el (define-electric-pair-test): Don't
4 overtest..
5 (inhibit-in-mismatched-string-inside-ruby-comments): New test.
6 (inhibit-in-mismatched-string-inside-c-comments): New test.
7
12014-04-02 João Távora <joaotavora@gmail.com> 82014-04-02 João Távora <joaotavora@gmail.com>
2 9
3 * automated/electric-tests.el (inhibit-if-strings-mismatched): 10 * automated/electric-tests.el (inhibit-if-strings-mismatched):