diff options
| author | Dmitry Gutov | 2012-12-14 08:55:23 +0400 |
|---|---|---|
| committer | Dmitry Gutov | 2012-12-14 08:55:23 +0400 |
| commit | dbb530d9887fd51de9f8e338b325537d9eac0a3a (patch) | |
| tree | 491ec463feca7a9993c5462a28e18e68ae70fb3c /test/ChangeLog | |
| parent | fd1b1e2ed2efb9891ae3a709d62151a52e937bd6 (diff) | |
| download | emacs-dbb530d9887fd51de9f8e338b325537d9eac0a3a.tar.gz emacs-dbb530d9887fd51de9f8e338b325537d9eac0a3a.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.
* test/automated/ruby-mode-tests.el
Rename one interpolation test; add three more.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 142dfcb42fd..ccebdda7411 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-12-14 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * automated/ruby-mode-tests.el | ||
| 4 | Rename one interpolation test; add three more. | ||
| 5 | |||
| 1 | 2012-12-11 Glenn Morris <rgm@gnu.org> | 6 | 2012-12-11 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * automated/f90.el (f90-test-bug13138): New test. | 8 | * automated/f90.el (f90-test-bug13138): New test. |