Mercurial > emacs
comparison src/ChangeLog @ 95131:6e3731ebb80b
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 20 May 2008 06:44:03 +0000 |
parents | 8ca290d8b9c1 |
children | 72e820e4f87d |
comparison
equal
deleted
inserted
replaced
95130:d6c524254ee9 | 95131:6e3731ebb80b |
---|---|
1 2008-05-20 Kenichi Handa <handa@m17n.org> | 1 2008-05-20 Kenichi Handa <handa@m17n.org> |
2 | 2 |
3 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to | 3 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to |
4 font.h through out the file. | 4 font.h through out the file. |
5 (FONT_DRIVERS): Renamed from FONTOBJ. | 5 (FONT_DRIVERS): Renamed from FONTOBJ. |
6 (obj): Delete $(FONTOBJ). Add font.o. | 6 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o. |
7 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS). | 7 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS). |
8 | 8 |
9 * emacs.c (main): Call syms_of_font unconditionally. | 9 * emacs.c (main): Call syms_of_font unconditionally. |
10 | 10 |
11 * font.h (find_font_encoding): Extern it. | 11 * font.h (find_font_encoding): Extern it. |