aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEdward O'Connor2012-08-21 21:29:22 -0400
committerGlenn Morris2012-08-21 21:29:22 -0400
commit94e0e5592ad531a577f4249564da8688d9d9ebea (patch)
tree25bebd2bfa1cdacd0f9b83ce33d4fb8d4559a889 /lisp/ChangeLog
parentda485f5e6b5fd38d202a0f6682f6fec28963cf1e (diff)
downloademacs-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/ChangeLog7
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 @@
12012-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
12012-08-22 Glenn Morris <rgm@gnu.org> 82012-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...