Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4881:a4322ac49e37
break out common separate-into-runs routines into redisplay-xlike-inc.c
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-01-18 Ben Wing <ben@xemacs.org>
* redisplay-xlike-inc.c:
* redisplay-xlike-inc.c (separate_textual_runs_nomule):
* redisplay-xlike-inc.c (separate_textual_runs_xft_nomule):
* redisplay-xlike-inc.c (separate_textual_runs_xft_mule):
* redisplay-xlike-inc.c (separate_textual_runs_mule):
Break separate_textual_runs_* functions from redisplay-x.c.
(Code in redisplay-gtk.c should have been identical but was
bit-rotted.)
* redisplay-gtk.c:
* redisplay-x.c:
Delete code, replace with include statement.
* depend: Regenerate.
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Mon, 18 Jan 2010 06:21:05 -0600 |
| parents | ae81a2c00f4f |
| children | eab9498ecc0e |
comparison
equal
deleted
inserted
replaced
| 4880:ae81a2c00f4f | 4881:a4322ac49e37 |
|---|---|
| 1 2010-01-18 Ben Wing <ben@xemacs.org> | |
| 2 | |
| 3 * redisplay-xlike-inc.c: | |
| 4 * redisplay-xlike-inc.c (separate_textual_runs_nomule): | |
| 5 * redisplay-xlike-inc.c (separate_textual_runs_xft_nomule): | |
| 6 * redisplay-xlike-inc.c (separate_textual_runs_xft_mule): | |
| 7 * redisplay-xlike-inc.c (separate_textual_runs_mule): | |
| 8 Break separate_textual_runs_* functions from redisplay-x.c. | |
| 9 (Code in redisplay-gtk.c should have been identical but was | |
| 10 bit-rotted.) | |
| 11 | |
| 12 * redisplay-gtk.c: | |
| 13 * redisplay-x.c: | |
| 14 Delete code, replace with include statement. | |
| 15 | |
| 16 * depend: Regenerate. | |
| 17 | |
| 1 2010-01-18 Ben Wing <ben@xemacs.org> | 18 2010-01-18 Ben Wing <ben@xemacs.org> |
| 2 | 19 |
| 3 * lisp.h: | 20 * lisp.h: |
| 4 * print.c: | 21 * print.c: |
| 5 New variable `in_debug_print'. | 22 New variable `in_debug_print'. |
