comparison src/ChangeLog @ 5092:3aa3888729c3

move inclusion point of text.h to clean things up a bit -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-03-02 Ben Wing <ben@xemacs.org> * lisp.h: * text.h: Move inclusion point of text.h earlier in lisp.h -- just before the definition of characters, which needs some of the stuff in text.h. With text.h later, some basic character properties had to be defined in lisp.h -- put them back into text.h where they belong. Move some text in lisp.h at the point of text.h inclusion into text.h -- it serves as a mini-introduction.
author Ben Wing <ben@xemacs.org>
date Tue, 02 Mar 2010 06:19:51 -0600
parents ed624ab64583
children 33bc58a32dc2
comparison
equal deleted inserted replaced
5091:ed624ab64583 5092:3aa3888729c3
1 2010-03-02 Ben Wing <ben@xemacs.org>
2
3 * lisp.h:
4 * text.h:
5 Move inclusion point of text.h earlier in lisp.h -- just before
6 the definition of characters, which needs some of the stuff in
7 text.h. With text.h later, some basic character properties had to
8 be defined in lisp.h -- put them back into text.h where they belong.
9 Move some text in lisp.h at the point of text.h inclusion into
10 text.h -- it serves as a mini-introduction.
11
1 2010-03-02 Ben Wing <ben@xemacs.org> 12 2010-03-02 Ben Wing <ben@xemacs.org>
2 13
3 * Makefile.in.in: 14 * Makefile.in.in:
4 * Makefile.in.in (objs): 15 * Makefile.in.in (objs):
5 glyphs-shared.o, glyphs-eimage.o only needed when HAVE_WINDOW_SYSTEM. 16 glyphs-shared.o, glyphs-eimage.o only needed when HAVE_WINDOW_SYSTEM.