diff options
| author | Stefan Monnier | 2012-04-24 13:08:55 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-04-24 13:08:55 -0400 |
| commit | 1ec00a232a98f971c7b4c46f74636d14e48990a2 (patch) | |
| tree | fd11dadb7d6b2b9b18271fd53cc81f2ea6adec49 /lisp/ChangeLog | |
| parent | b613912badfb9050e6310ee14fddc90e0fd16b2c (diff) | |
| parent | dfbd787fe6a5684d699926d698aaf9166812a81b (diff) | |
| download | emacs-1ec00a232a98f971c7b4c46f74636d14e48990a2.tar.gz emacs-1ec00a232a98f971c7b4c46f74636d14e48990a2.zip | |
* ruby-mode.el: Handle general delimited literals.
Fixes: debbugs:6286
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 269d72e3754..0eda6b28936 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/ruby-mode.el: Simplify last change, and cleanup code. | ||
| 4 | (ruby-syntax-propertize-regexp): Remove. | ||
| 5 | (ruby-syntax-propertize-function): Split regexp into chunks. | ||
| 6 | Match following code directly. | ||
| 7 | |||
| 8 | 2012-04-24 Dmitry Gutov <dgutov@yandex.ru> | ||
| 9 | |||
| 10 | * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286). | ||
| 11 | (ruby-syntax-propertize-regexp): New function. | ||
| 12 | (ruby-syntax-propertize-function): Use it to handle regexp not preceded | ||
| 13 | by a special keyword. | ||
| 14 | |||
| 15 | * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286). | ||
| 16 | (ruby-syntax-general-delimiters-goto-beg) | ||
| 17 | (ruby-syntax-propertize-general-delimiters): New functions. | ||
| 18 | (ruby-syntax-propertize-function): Use them to handle GDL. | ||
| 19 | (ruby-font-lock-keywords): Move old handling of GDL... | ||
| 20 | (ruby-font-lock-syntactic-keywords): .. to here. | ||
| 21 | (ruby-calculate-indent): Adjust indentation for GDL. | ||
| 22 | |||
| 1 | 2012-04-24 Michael Albinus <michael.albinus@gmx.de> | 23 | 2012-04-24 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 24 | ||
| 3 | * notifications.el (notifications-interface) | 25 | * notifications.el (notifications-interface) |