diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 630265a0f4c..9448e0514e6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-03-23 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * json.el (json-decode-char0): Delete this alias as well. | ||
| 4 | (json-read-escaped-char): Don't call it (bug#20154). | ||
| 5 | |||
| 1 | 2015-03-23 Daniel Colascione <dancol@dancol.org> | 6 | 2015-03-23 Daniel Colascione <dancol@dancol.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp/lisp-mode.el (lisp--el-non-funcall-position-p): New function. | 8 | * emacs-lisp/lisp-mode.el (lisp--el-non-funcall-position-p): New function. |
| @@ -33,7 +38,7 @@ | |||
| 33 | 38 | ||
| 34 | 2015-03-22 Dmitry Gutov <dgutov@yandex.ru> | 39 | 2015-03-22 Dmitry Gutov <dgutov@yandex.ru> |
| 35 | 40 | ||
| 36 | * json.el (json-decode-char0): Delete this alias. | 41 | * json.el (json-encode-char0): Delete this alias. |
| 37 | (json-encode-string): Rewrite to improve performance (bug#20154). | 42 | (json-encode-string): Rewrite to improve performance (bug#20154). |
| 38 | (json-encode-char): Fold into `json-encode-string'. | 43 | (json-encode-char): Fold into `json-encode-string'. |
| 39 | 44 | ||