Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5627:37fb945697f5
text_width_single_run cleanup.
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2011-12-28 Didier Verna <didier@xemacs.org>
* redisplay-xlike-inc.c (XLIKE_text_width_single_run): Get only
what's needed as argument: an XLIKE_DISPLAY instead of a frame
pointer.
* redisplay-xlike-inc.c (XLIKE_text_width):
* redisplay-xlike-inc.c (XLIKE_output_string): Update accordingly.
Use the generic XLIKE_ name instead of the specific x_ one.
author | Didier Verna <didier@xemacs.org> |
---|---|
date | Wed, 28 Dec 2011 10:53:38 +0100 |
parents | eb41da9b4469 |
children | 81fee4aee9b6 |
comparison
equal
deleted
inserted
replaced
5626:eb41da9b4469 | 5627:37fb945697f5 |
---|---|
1 2011-12-28 Didier Verna <didier@xemacs.org> | |
2 | |
3 * redisplay-xlike-inc.c (XLIKE_text_width_single_run): Get only | |
4 what's needed as argument: an XLIKE_DISPLAY instead of a frame | |
5 pointer. | |
6 * redisplay-xlike-inc.c (XLIKE_text_width): | |
7 * redisplay-xlike-inc.c (XLIKE_output_string): Update accordingly. | |
8 Use the generic XLIKE_ name instead of the specific x_ one. | |
9 | |
1 2011-12-27 Didier Verna <didier@xemacs.org> | 10 2011-12-27 Didier Verna <didier@xemacs.org> |
2 | 11 |
3 * glyphs.c (update_image_instance): | 12 * glyphs.c (update_image_instance): |
4 * glyphs.c (image_instantiate): More comments about the current | 13 * glyphs.c (image_instantiate): More comments about the current |
5 glyphs cache coherency problem. | 14 glyphs cache coherency problem. |