aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2012-12-14 10:58:15 +0400
committerDmitry Gutov2012-12-14 10:58:15 +0400
commitbb808526ae2847f1e9aa6559835da2a10545a273 (patch)
tree98fea65f31b2de5192163bea1d25beab29cb5044 /test/ChangeLog
parentdbb530d9887fd51de9f8e338b325537d9eac0a3a (diff)
downloademacs-bb808526ae2847f1e9aa6559835da2a10545a273.tar.gz
emacs-bb808526ae2847f1e9aa6559835da2a10545a273.zip
* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):
Extract `ruby-syntax-propertize-expansions'. (ruby-syntax-propertize-expansions): Only change syntax on certain string delimiters, to punctuation. This way the common functions like forward-word and thing-at-point still work. (ruby-match-expression-expansion): Improve readability. (ruby-block-contains-point): New function. (ruby-add-log-current-method): Handle several edge cases. * test/automated/ruby-mode-tests.el Rename one interpolation test; add three more. (ruby-with-temp-buffer): New macro, use it where appropriate. (ruby-add-log-current-method-examples): Use "_" for target point. Add four tests for ruby-add-log-current-method.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index ccebdda7411..e7e7c755d02 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 * automated/ruby-mode-tests.el 3 * automated/ruby-mode-tests.el
4 Rename one interpolation test; add three more. 4 Rename one interpolation test; add three more.
5 (ruby-with-temp-buffer): New macro, use it where appropriate.
6 (ruby-add-log-current-method-examples): Use "_" for target point.
7 Add four new tests for ruby-add-log-current-method.
5 8
62012-12-11 Glenn Morris <rgm@gnu.org> 92012-12-11 Glenn Morris <rgm@gnu.org>
7 10