Stefan Monnier
|
e28e67b3a3
|
* lisp/json.el (json-encode-char): Codes 127 isn't "ASCII printable" either.
|
2012-09-27 18:55:03 -04:00 |
|
Stefan Monnier
|
9cad61d6db
|
* lisp/json.el (json-encode-char): Codes 128-160 aren't "ASCII printable".
|
2012-09-27 09:10:54 -04:00 |
|
Edward O'Connor
|
94e0e5592a
|
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.
|
2012-08-21 21:29:22 -04:00 |
|
Glenn Morris
|
acaf905b11
|
Add 2012 to FSF copyright years for Emacs files
|
2012-01-05 01:46:05 -08:00 |
|
Juanma Barranquero
|
fe7a3057a3
|
Fix typos.
|
2011-11-20 20:35:27 +01:00 |
|
Ted Zlatanov
|
0bc0638017
|
* json.el: Bump version to 1.3; (json-alist-p, json-plist-p): Rewrite to avoid recursion.
|
2011-10-17 13:40:27 -04:00 |
|
Glenn Morris
|
73b0cd5003
|
Convert consecutive FSF copyright years to ranges.
|
2011-01-24 20:08:28 -08:00 |
|
Glenn Morris
|
0d9f702fd0
|
Nuke arch-tags.
|
2011-01-15 15:16:57 -08:00 |
|
Glenn Morris
|
5df4f04cd3
|
Add 2011 to FSF/AIST copyright years.
|
2011-01-02 15:50:46 -08:00 |
|
Juanma Barranquero
|
c8de140b34
|
Fix typos in docstrings.
* image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
(image-dired-read-comment): Doc fix.
* json.el (json-object-type, json-array-type, json-key-type, json-false)
(json-null, json-read-number):
* minibuffer.el (completion-in-region-functions):
* calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
(cal-tex-cursor-week):
* emacs-lisp/trace.el (trace-function):
* eshell/em-basic.el (eshell/printnl):
* eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
(eshell-read-last-dir-ring, eshell-write-last-dir-ring):
* obsolete/levents.el (allocate-event, event-key, event-object)
(event-point, event-process, event-timestamp, event-to-character)
(event-window, event-x, event-x-pixel, event-y, event-y-pixel):
* textmodes/reftex-vars.el (reftex-index-macros-builtin)
(reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
(reftex-cite-punctuation, reftex-search-unrecursed-path-first)
(reftex-highlight-selection): Fix typos in docstrings.
|
2010-03-22 17:50:29 +01:00 |
|
Glenn Morris
|
114f9c9679
|
Add 2010 to copyright years.
|
2010-01-13 00:35:10 -08:00 |
|
Glenn Morris
|
ae940284fa
|
Add 2009 to copyright years.
|
2009-01-05 03:18:22 +00:00 |
|
Chong Yidong
|
b111d5d054
|
(json-skip-whitespace): Fix last change.
|
2008-10-08 15:52:43 +00:00 |
|
Chong Yidong
|
ac611f4ffa
|
(json-advance): Use forward-char.
(json-skip-whitespace): Use skip-syntax-forward.
|
2008-10-07 16:18:22 +00:00 |
|
Chong Yidong
|
7712319db8
|
(json-read-number): New arg. Handle explicitly signed numbers.
(json-readtable): Add `+' and `.'.
|
2008-08-28 20:19:17 +00:00 |
|
Juanma Barranquero
|
398d17daba
|
(json-alist-p, json-plist-p): Don't use `iff' in docstrings.
|
2008-05-08 03:37:07 +00:00 |
|
Glenn Morris
|
eb3fa2cfcf
|
Switch to recommended form of GPLv3 permissions notice.
|
2008-05-06 08:06:51 +00:00 |
|
Miles Bader
|
2872062129
|
Add arch tagline
|
2008-02-23 08:28:42 +00:00 |
|
Glenn Morris
|
f62e3e0a29
|
(top-level): No need to require thingatpt.
(json-read-keyword): Use thing-at-point rather than word-at-point.
|
2008-02-22 03:56:25 +00:00 |
|
Michael Olson
|
00c03cbeba
|
Move lisp/net/json.el to lisp/json.el.
|
2008-02-22 01:14:03 +00:00 |
|