Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 874:d4ba25667ff4
[xemacs-hg @ 2002-06-22 17:14:43 by michaels]
2002-06-22 Mike Sperber <mike@xemacs.org>
* faces.c (face_property_matching_instance): Only set cdr of
matchspec if it's actually a cons.
* console.h: Define opaque console_methods to unbreak the build.
* objects.c (initialize_charset_font_caches):
(invalidate_charset_font_caches): Only define if we're MULE.
(font_instantiate): Unbreak for non-MULE.
author | michaels |
---|---|
date | Sat, 22 Jun 2002 17:14:45 +0000 |
parents | 79c6ff3eef26 |
children | 890f3cafe600 |
comparison
equal
deleted
inserted
replaced
873:26f7cf2a4792 | 874:d4ba25667ff4 |
---|---|
1 2002-06-22 Mike Sperber <mike@xemacs.org> | |
2 | |
3 * faces.c (face_property_matching_instance): Only set cdr of | |
4 matchspec if it's actually a cons. | |
5 | |
6 * console.h: Define opaque console_methods to unbreak the build. | |
7 | |
8 * objects.c (initialize_charset_font_caches): | |
9 (invalidate_charset_font_caches): Only define if we're MULE. | |
10 (font_instantiate): Unbreak for non-MULE. | |
11 | |
1 2002-06-20 Ben Wing <ben@xemacs.org> | 12 2002-06-20 Ben Wing <ben@xemacs.org> |
2 | 13 |
3 * s/cygwin32.h: | 14 * s/cygwin32.h: |
4 Allow pdump to work under Cygwin (mmap is broken, so need to undefine | 15 Allow pdump to work under Cygwin (mmap is broken, so need to undefine |
5 HAVE_MMAP). | 16 HAVE_MMAP). |