aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-04-24 13:08:55 -0400
committerStefan Monnier2012-04-24 13:08:55 -0400
commit1ec00a232a98f971c7b4c46f74636d14e48990a2 (patch)
treefd11dadb7d6b2b9b18271fd53cc81f2ea6adec49 /lisp/ChangeLog
parentb613912badfb9050e6310ee14fddc90e0fd16b2c (diff)
parentdfbd787fe6a5684d699926d698aaf9166812a81b (diff)
downloademacs-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/ChangeLog22
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 @@
12012-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
82012-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
12012-04-24 Michael Albinus <michael.albinus@gmx.de> 232012-04-24 Michael Albinus <michael.albinus@gmx.de>
2 24
3 * notifications.el (notifications-interface) 25 * notifications.el (notifications-interface)