comparison src/ChangeLog @ 3895:a3c2418313d5

[xemacs-hg @ 2007-04-05 02:09:06 by stephent] Refactor separate_textual_runs, part 1 <87648fwhqx.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Thu, 05 Apr 2007 02:09:08 +0000
parents 1b6a5c6e012d
children 7bde3a686fda
comparison
equal deleted inserted replaced
3894:714d319f4739 3895:a3c2418313d5
1 2007-03-30 Olivier Galibert <galibert@pobox.com>
2
3 * redisplay-x.c (separate_textual_runs_xft_mule): Create.
4 (separate_textual_runs_xft_nomule): Create.
5 (separate_textual_runs_mule): Create.
6 (separate_textual_runs_nomule): Create.
7 (separate_textual_runs): Split the ifdef mess into 4 separate
8 functions and simplify each.
9
1 2007-03-26 Stephen J. Turnbull <stephen@xemacs.org> 10 2007-03-26 Stephen J. Turnbull <stephen@xemacs.org>
2 11
3 * chartab.c (Fcopy_char_table): Use EQ, not ==. 12 * chartab.c (Fcopy_char_table): Use EQ, not ==.
4 13
5 2007-03-24 Olivier Galibert <galibert@pobox.com> 14 2007-03-24 Olivier Galibert <galibert@pobox.com>