diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-22 03:48:30 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-22 03:48:30 +0000 |
commit | 5ca1bb2d097d4960607e046513e3f2f9311b3cc7 (patch) | |
tree | 6f926c1ea622d21942235b8e9857ac43dbcfbe5c /lisp | |
parent | 4a4bdfc7a62632566cce6fd4b4a2da24029bd6fe (diff) | |
download | emacs-5ca1bb2d097d4960607e046513e3f2f9311b3cc7.tar.gz emacs-5ca1bb2d097d4960607e046513e3f2f9311b3cc7.tar.bz2 emacs-5ca1bb2d097d4960607e046513e3f2f9311b3cc7.zip |
Fix attribution.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2d010ee523b..cee818996a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -44,12 +44,15 @@ 2008-02-21 Michael Olson <mwolson@gnu.org> - * json.el: Install new file by Edward O'Connor. json.el is a - JavaScript Object Notation parser / generator. Replace XEmacs - compatibility code to get rid of compiler warnings. + * json.el: Replace XEmacs compatibility code to get rid of + compiler warnings. * time.el: Fix compiler warning. +2008-02-21 Edward O'Connor <ted@oconnor.cx> + + * json.el: New file (JavaScript Object Notation parser / generator). + 2008-02-21 Dave Love <fx@gnu.org> * progmodes/sym-comp.el: New file. |