diff options
| author | Dmitry Gutov | 2012-08-10 16:19:09 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-08-10 16:19:09 -0400 |
| commit | 9cd80478d6b6e8fd0eaac516e2f7bb6a5e0041bf (patch) | |
| tree | 993bc6d6f79a492ed56c98dcaac4b12d936eaa22 /test/ChangeLog | |
| parent | d301b4133f855c96f425b4793fa13dae3463f392 (diff) | |
| download | emacs-9cd80478d6b6e8fd0eaac516e2f7bb6a5e0041bf.tar.gz emacs-9cd80478d6b6e8fd0eaac516e2f7bb6a5e0041bf.zip | |
Merge stuff from upsteam ruby-mode, part 1.
* lisp/progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
binding (use `M-;' instead).
(ruby-expr-beg, ruby-parse-partial): ?, _, and : are symbol
constituents, ! is not (but kinda should be).
(ruby-singleton-class-p): New function.
(ruby-expr-beg, ruby-in-here-doc-p)
(ruby-syntax-propertize-heredoc): Use it.
(ruby-syntax-propertize-function): Adjust for changes in
`ruby-syntax-propertize-heredoc'.
* test/automated/ruby-mode-tests.el (ruby-should-indent)
(ruby-assert-state): New functions.
Add new tests.
Fixes: debbugs:12169
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 03d43d72b54..86f3019cb08 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-08-09 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * automated/ruby-mode-tests.el (ruby-should-indent) | ||
| 4 | (ruby-assert-state): New functions. | ||
| 5 | Add new tests. | ||
| 6 | |||
| 1 | 2012-07-29 David Engster <deng@randomsample.de> | 7 | 2012-07-29 David Engster <deng@randomsample.de> |
| 2 | 8 | ||
| 3 | * automated/xml-parse-tests.el (xml-parse-tests--qnames): New | 9 | * automated/xml-parse-tests.el (xml-parse-tests--qnames): New |