aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-02-22 03:48:30 +0000
committerGlenn Morris2008-02-22 03:48:30 +0000
commit5ca1bb2d097d4960607e046513e3f2f9311b3cc7 (patch)
tree6f926c1ea622d21942235b8e9857ac43dbcfbe5c
parent4a4bdfc7a62632566cce6fd4b4a2da24029bd6fe (diff)
downloademacs-5ca1bb2d097d4960607e046513e3f2f9311b3cc7.tar.gz
emacs-5ca1bb2d097d4960607e046513e3f2f9311b3cc7.zip
Fix attribution.
-rw-r--r--lisp/ChangeLog9
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 @@
44 44
452008-02-21 Michael Olson <mwolson@gnu.org> 452008-02-21 Michael Olson <mwolson@gnu.org>
46 46
47 * json.el: Install new file by Edward O'Connor. json.el is a 47 * json.el: Replace XEmacs compatibility code to get rid of
48 JavaScript Object Notation parser / generator. Replace XEmacs 48 compiler warnings.
49 compatibility code to get rid of compiler warnings.
50 49
51 * time.el: Fix compiler warning. 50 * time.el: Fix compiler warning.
52 51
522008-02-21 Edward O'Connor <ted@oconnor.cx>
53
54 * json.el: New file (JavaScript Object Notation parser / generator).
55
532008-02-21 Dave Love <fx@gnu.org> 562008-02-21 Dave Love <fx@gnu.org>
54 57
55 * progmodes/sym-comp.el: New file. 58 * progmodes/sym-comp.el: New file.