diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0295afa866f..c715059c135 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2012-08-09 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | Merge stuff from upsteam ruby-mode, part 1 (bug#12169). | ||
| 4 | * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated | ||
| 5 | binding (use `M-;' instead). | ||
| 6 | (ruby-expr-beg, ruby-parse-partial): ?, _, and : are symbol | ||
| 7 | constituents, ! is not (but kinda should be). | ||
| 8 | (ruby-singleton-class-p): New function. | ||
| 9 | (ruby-expr-beg, ruby-in-here-doc-p) | ||
| 10 | (ruby-syntax-propertize-heredoc): Use it. | ||
| 11 | (ruby-syntax-propertize-function): Adjust for changes in | ||
| 12 | `ruby-syntax-propertize-heredoc'. | ||
| 13 | |||
| 1 | 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 15 | ||
| 3 | * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec. | 16 | * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec. |