comparison src/ChangeLog @ 2642:368e26e0b1e3

[xemacs-hg @ 2005-03-09 19:47:40 by crestani] Subject: Fix bug in KKCC marking of unions. 2005-03-02 Marcus Crestani <crestani@informatik.uni-tuebingen.de> * redisplay.h (struct rune): make type field an int, to fix KKCC marking of unions.
author crestani
date Wed, 09 Mar 2005 19:47:41 +0000
parents cd00e5eeb22a
children 0b4097b3552f
comparison
equal deleted inserted replaced
2641:f7e2b977e15c 2642:368e26e0b1e3
1 2005-03-02 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
2
3 * redisplay.h (struct rune): make type field an int, to fix
4 KKCC marking of unions.
5
1 2005-01-13 Stephen J. Turnbull <stephen@xemacs.org> 6 2005-01-13 Stephen J. Turnbull <stephen@xemacs.org>
2 7
3 * regex.c (re_match_2_internal): 8 * regex.c (re_match_2_internal):
4 * regex.h (struct re_pattern_buffer): 9 * regex.h (struct re_pattern_buffer):
5 Improve comments. Add a DEBUG_PRINT2 for null matches. 10 Improve comments. Add a DEBUG_PRINT2 for null matches.