aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-28 20:18:56 +0000
committerChong Yidong2008-08-28 20:18:56 +0000
commit15e102f6a05fa6c1846949e188ab073f39fe1fc8 (patch)
tree3210849559d62e4e4465fe54e411b7e67eaa6de8
parent236086405572017a5f71331550a8a94fd5751fbe (diff)
downloademacs-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/ChangeLog8
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 @@
12008-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
12008-08-28 Eli Zaretskii <eliz@gnu.org> 72008-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.
7x 13
82008-04-09 Lennart Borgman <lennart.borgman@gmail.com> 142008-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