aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2013-05-31 10:04:33 +0400
committerDmitry Gutov2013-05-31 10:04:33 +0400
commit19bb8e629352f9438e95e62559bf73940cd3d885 (patch)
treee3961dcd8917d9bd15873252ac0c87534119cac5 /test/ChangeLog
parentfc186a96df6853da2a94b76b40b6f3f8b24e52ac (diff)
downloademacs-19bb8e629352f9438e95e62559bf73940cd3d885.tar.gz
emacs-19bb8e629352f9438e95e62559bf73940cd3d885.zip
* lisp/progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): New
function, checks if expression expansion is allowed in given parse state. (ruby-syntax-propertize-expansion): Use it. (ruby-syntax-propertize-function): Bind `case-fold-search' to nil around the body. * test/automated/ruby-mode-tests.el: New tests, for percent literals and expression expansion.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 56e019ec4af..98fb2e3da1f 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
12013-05-31 Dmitry Gutov <dgutov@yandex.ru>
2
3 * automated/ruby-mode-tests.el: New tests, for percent literals
4 and expression expansion.
5
12013-05-29 Leo Liu <sdl.web@gmail.com> 62013-05-29 Leo Liu <sdl.web@gmail.com>
2 7
3 * indent/octave.m: Tweak. 8 * indent/octave.m: Tweak.