aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2012-04-24 12:00:08 -0400
committerStefan Monnier2012-04-24 12:00:08 -0400
commit51a8ea2acf100a3a0ab783632c5fbcdb665a2e14 (patch)
tree7bd18fb78b99187d57975b0d34b236693de4b431 /lisp/ChangeLog
parent85222d4485aaaf5b308859988ac3d06212e6bf3f (diff)
downloademacs-51a8ea2acf100a3a0ab783632c5fbcdb665a2e14.tar.gz
emacs-51a8ea2acf100a3a0ab783632c5fbcdb665a2e14.zip
* lisp/progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
(ruby-syntax-propertize-regexp): New function. (ruby-syntax-propertize-function): Use it to handle regexp not preceded by a special keyword.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 03fbfd83255..2328cf99c1a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12012-04-24 Dmitry Gutov <dgutov@yandex.ru> 12012-04-24 Dmitry Gutov <dgutov@yandex.ru>
2 2
3 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4 (ruby-syntax-propertize-regexp): New function.
5 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
6 by a special keyword.
7
3 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286). 8 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4 (ruby-syntax-general-delimiters-goto-beg) 9 (ruby-syntax-general-delimiters-goto-beg)
5 (ruby-syntax-propertize-general-delimiters): New functions. 10 (ruby-syntax-propertize-general-delimiters): New functions.