comparison src/ChangeLog @ 4940:9113c5044de8

(for main branch) add long comment about types of magic symbols -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-01-20 Ben Wing <ben@xemacs.org> * symbols.c: Add long comment about the types of magic symbols, and the various declarations that go along with them.
author Ben Wing <ben@xemacs.org>
date Wed, 20 Jan 2010 22:30:33 -0600
parents 349f01075eb7
children 4ce4d519bdd8
comparison
equal deleted inserted replaced
4939:349f01075eb7 4940:9113c5044de8
66 66
67 * number.h: 67 * number.h:
68 Remove `extern Lisp_Object' decls that duplicate lisp.h, 68 Remove `extern Lisp_Object' decls that duplicate lisp.h,
69 since they have different C vs. C++ linkage. 69 since they have different C vs. C++ linkage.
70 70
71 2010-01-20 Ben Wing <ben@xemacs.org>
72
73 * symbols.c:
74 Add long comment about the types of magic symbols, and the various
75 declarations that go along with them.
76
71 2010-01-20 Ben Wing <ben@xemacs.org> 77 2010-01-20 Ben Wing <ben@xemacs.org>
72 78
73 * .gdbinit.in.in: 79 * .gdbinit.in.in:
74 Moved here from etc/.gdbinit.in. 80 Moved here from etc/.gdbinit.in.
75 Put @srcdir@ in various places rather than just `..' whenever 81 Put @srcdir@ in various places rather than just `..' whenever