aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index db4cc8e7fab..875ab5d3188 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -10,6 +10,9 @@
10 (ruby-syntax-propertize-percent-literal): Only propertize when not 10 (ruby-syntax-propertize-percent-literal): Only propertize when not
11 inside a simple string or comment. When the literal is unclosed, 11 inside a simple string or comment. When the literal is unclosed,
12 leave the text after it unpropertized. 12 leave the text after it unpropertized.
13 (ruby-syntax-methods-before-regexp): New constant.
14 (ruby-syntax-propertize-function): Use it to recognize regexps.
15 Don't look at the text after regexp, just use the whitelist.
13 16
142012-08-14 Andreas Schwab <schwab@linux-m68k.org> 172012-08-14 Andreas Schwab <schwab@linux-m68k.org>
15 18