comparison src/ChangeLog @ 4815:6540302eedf5

Fix query_string_geometry lookup domain
author Didier Verna <didier@lrde.epita.fr>
date Sat, 09 Jan 2010 15:31:25 +0100
parents ae2e0c1c8fae
children 576f09d387d5
comparison
equal deleted inserted replaced
4814:ae2e0c1c8fae 4815:6540302eedf5
1 2010-01-09 Didier Verna <didier@xemacs.org>
2
3 Fix query_string_geometry lookup domain.
4 * redisplay.c (redisplay_window_text_width_ichar_string): Formerly
5 named redisplay_text_width_ichar_string.
6 * redisplay.c (redisplay_window_text_width_string): Formerly named
7 redisplay_text_width_string. Make static.
8 * redisplay.c (redisplay_text_width_string): Formerly named
9 redisplay_frame_text_width_string. Generalize to accept any
10 Lisp_Object domain argument (instead of only frames).
11 * redisplay.c (add_ichar_rune_1): Update funcalls for the above
12 renaming.
13 * redisplay.c (generate_fstring_runes): Ditto.
14 * redisplay.h: Ditto.
15 * glyphs.c (query_string_geometry): Use proper domain for cachel
16 updating and in generalized version of redisplay_text_width_string.
17
1 2010-01-08 Aidan Kehoe <kehoea@parhasard.net> 18 2010-01-08 Aidan Kehoe <kehoea@parhasard.net>
2 19
3 * mule-charset.c (Fmake_charset): 20 * mule-charset.c (Fmake_charset):
4 Change build_string with an Ibyte argument to build_intstring, 21 Change build_string with an Ibyte argument to build_intstring,
5 fixing the build on Visual C++. Thank you for the report, Vin. 22 fixing the build on Visual C++. Thank you for the report, Vin.