comparison src/ChangeLog @ 1414:56496b493888

[xemacs-hg @ 2003-04-15 16:09:46 by stephent] re_match charset bug fix <87of37bv7n.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 15 Apr 2003 16:09:47 +0000
parents 9d77c73d4103
children d47e87058e8f
comparison
equal deleted inserted replaced
1413:aa15a2bbba1a 1414:56496b493888
1 2003-04-04 Daiki Ueno <daiki@xemacs.org>
2
3 * regex.c (re_match_2_internal): Fix charset/charset_not matching
4 for extended characters. Fixes KNOWN BUG matching ASCII character
5 classes to mule characters.
6
1 2003-04-14 Steve Youngs <youngs@xemacs.org> 7 2003-04-14 Steve Youngs <youngs@xemacs.org>
2 8
3 * glyphs.c: 9 * glyphs.c:
4 * glyphs.c (nothing_instantiate): 10 * glyphs.c (nothing_instantiate):
5 * glyphs.c (Fmake_glyph_internal): 11 * glyphs.c (Fmake_glyph_internal):
6 * glyphs.c (Fglyphp): 12 * glyphs.c (Fglyphp):
7 * glyphs.c (glyph_image_instance): 13 * glyphs.c (glyph_image_instance):
8 * glyphs.c (glyph_image_instance_maybe): 14 * glyphs.c (glyph_image_instance_maybe):
9 * glyphs.c (glyph_width): 15 * glyphs.c (glyph_width):
10 Work around a problem compiling with --use-union-type using 16 Work around a problem compiling with --use-union-type using
11 Intel's ICC compiler. 17 Intel's ICC compiler. From Martin Buchholz <martin@xemacs.org>
12 From Martin Buchholz <martin@xemacs.org>
13 See 18 See
14 <http://list-archive.xemacs.org/xemacs-patches/200301/msg00132.html> 19 <http://list-archive.xemacs.org/xemacs-patches/200301/msg00132.html>
15 20
16 2003-04-08 Mike Sperber <mike@xemacs.org> 21 2003-04-08 Mike Sperber <mike@xemacs.org>
17 22
18 * Makefile.in.in ($(BLDSRC)/NEEDTODUMP): Depends on $(RAW_EXE). 23 * Makefile.in.in ($(BLDSRC)/NEEDTODUMP): Depends on $(RAW_EXE).
19 24