diff options
| author | Chong Yidong | 2008-08-28 20:18:56 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-28 20:18:56 +0000 |
| commit | 15e102f6a05fa6c1846949e188ab073f39fe1fc8 (patch) | |
| tree | 3210849559d62e4e4465fe54e411b7e67eaa6de8 | |
| parent | 236086405572017a5f71331550a8a94fd5751fbe (diff) | |
| download | emacs-15e102f6a05fa6c1846949e188ab073f39fe1fc8.tar.gz emacs-15e102f6a05fa6c1846949e188ab073f39fe1fc8.zip | |
* json.el (json-read-number): New arg. Handle explicitly signed
numbers.
(json-readtable): Add `+' and `.'.
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e8c93592c02..10f2c292e34 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,16 @@ | |||
| 1 | 2008-08-28 "Edward O'Connor" <hober0@gmail.com> | ||
| 2 | |||
| 3 | * json.el (json-read-number): New arg. Handle explicitly signed | ||
| 4 | numbers. | ||
| 5 | (json-readtable): Add `+' and `.'. | ||
| 6 | |||
| 1 | 2008-08-28 Eli Zaretskii <eliz@gnu.org> | 7 | 2008-08-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * term/pc-win.el (msdos-previous-message): New variable. | 9 | * term/pc-win.el (msdos-previous-message): New variable. |
| 4 | (msdos-show-help): New function. | 10 | (msdos-show-help): New function. |
| 5 | (msdos-initialize-window-system): Set show-help-function to | 11 | (msdos-initialize-window-system): Set show-help-function to |
| 6 | msdos-show-help. | 12 | msdos-show-help. |
| 7 | x | 13 | |
| 8 | 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com> | 14 | 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com> |
| 9 | 15 | ||
| 10 | * emacs-lisp/debug.el (debug): When killing a noninteractive | 16 | * emacs-lisp/debug.el (debug): When killing a noninteractive |