summaryrefslogtreecommitdiff
path: root/lisp/json.el
Commit message (Collapse)AuthorAgeFilesLines
* * json.el: Bump version to 1.3; (json-alist-p, json-plist-p): Rewrite to ↵Ted Zlatanov2011-10-171-8/+13
| | | | avoid recursion.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Fix typos in docstrings.Juanma Barranquero2010-03-221-6/+6
| | | | | | | | | | | | | | | | | | | | | | * 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.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (json-skip-whitespace): Fix last change.Chong Yidong2008-10-081-1/+1
|
* (json-advance): Use forward-char.Chong Yidong2008-10-071-7/+2
| | | | (json-skip-whitespace): Use skip-syntax-forward.
* (json-read-number): New arg. Handle explicitly signed numbers.Chong Yidong2008-08-281-10/+18
| | | | (json-readtable): Add `+' and `.'.
* (json-alist-p, json-plist-p): Don't use `iff' in docstrings.Juanma Barranquero2008-05-081-2/+2
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Add arch taglineMiles Bader2008-02-231-0/+1
|
* (top-level): No need to require thingatpt.Glenn Morris2008-02-221-3/+2
| | | | (json-read-keyword): Use thing-at-point rather than word-at-point.
* Move lisp/net/json.el to lisp/json.el.Michael Olson2008-02-221-0/+529