diff options
| author | Edward O'Connor | 2012-08-21 21:29:22 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-21 21:29:22 -0400 |
| commit | 94e0e5592ad531a577f4249564da8688d9d9ebea (patch) | |
| tree | 25bebd2bfa1cdacd0f9b83ce33d4fb8d4559a889 /lisp/ChangeLog | |
| parent | da485f5e6b5fd38d202a0f6682f6fec28963cf1e (diff) | |
| download | emacs-94e0e5592ad531a577f4249564da8688d9d9ebea.tar.gz emacs-94e0e5592ad531a577f4249564da8688d9d9ebea.zip | |
strict key encoding for json.el
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00642.html
* lisp/json.el (json-key-format): Add error properties.
(json-encode-key): New function.
(json-encode-hash-table, json-encode-alist, json-encode-plist):
Use json-encode-key.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 748fab9dbe0..4f8de2291db 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-08-22 Edward O'Connor <hober0@gmail.com> | ||
| 2 | |||
| 3 | * json.el (json-key-format): Add error properties. | ||
| 4 | (json-encode-key): New function. | ||
| 5 | (json-encode-hash-table, json-encode-alist, json-encode-plist): | ||
| 6 | Use json-encode-key. | ||
| 7 | |||
| 1 | 2012-08-22 Glenn Morris <rgm@gnu.org> | 8 | 2012-08-22 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * calendar/cal-tex.el (cal-tex-longday): New function, replacing... | 10 | * calendar/cal-tex.el (cal-tex-longday): New function, replacing... |