diff options
| author | Paul Eggert | 2015-03-29 14:14:15 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-03-29 14:14:15 -0700 |
| commit | 0479a1b62ceeb9586168146e2c8f49f2a5ebaf2f (patch) | |
| tree | 1fd646daf290a63564bd8823b8a0ba32e8190ae3 /lisp/ChangeLog | |
| parent | 4a7004369824ea46fd5222a3f57cf3ee67e988e0 (diff) | |
| parent | 5e0314f6fabca1af214240177a28d3822d6ef3e5 (diff) | |
| download | emacs-0479a1b62ceeb9586168146e2c8f49f2a5ebaf2f.tar.gz emacs-0479a1b62ceeb9586168146e2c8f49f2a5ebaf2f.zip | |
Merge from origin/emacs-24
5e0314f * smie.el (smie*ward-sexp-command): Don't pretend the arg is optional
13cf575 Don't round up scroll bar width with GTK3 (Bug#20182).
921dd0d * doc/lispref/objects.texi (Equality Predicates): Fix typo in example.
Conflicts:
doc/lispref/ChangeLog
lisp/ChangeLog
src/ChangeLog
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c8e84a3c729..fd346f05afb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2015-03-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/smie.el (smie-backward-sexp-command) | ||
| 4 | (smie-forward-sexp-command): Don't pretend the arg is optional | ||
| 5 | (bug#20205). | ||
| 6 | |||
| 7 | 2015-03-29 Dmitry Gutov <dgutov@yandex.ru> | ||
| 8 | |||
| 9 | * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re): | ||
| 10 | Detect regexps after `!'. (Bug#19285) | ||
| 11 | |||
| 12 | * progmodes/ruby-mode.el (ruby-font-lock-keywords): | ||
| 13 | Use `font-lock-constant-face' for nil, true and false. | ||
| 14 | Highlight `self' as a keyword. (Bug#17733) | ||
| 15 | |||
| 16 | 2015-03-29 Nobuyoshi Nakada <nobu@ruby-lang.org> | ||
| 17 | |||
| 18 | * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re): | ||
| 19 | Expect beginning of regexp also after open brace or vertical bar. | ||
| 20 | (Bug#20026) | ||
| 21 | |||
| 1 | 2015-03-28 Jan Djärv <jan.h.d@swipnet.se> | 22 | 2015-03-28 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 23 | ||
| 3 | * emacs-lisp/package.el (package-refresh-contents): Fix spelling | 24 | * emacs-lisp/package.el (package-refresh-contents): Fix spelling |