aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.2231
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index d7ff0f27acf..2cce53840c8 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,3 +1,34 @@
12004-01-13 Kenichi Handa <handa@m17n.org>
2
3 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
4
5 * fontset.c (reorder_font_vector): Adjusted for the change of
6 FONT_DEF format.
7 (fontset_face): New arg id. Caller changed.
8 (face_for_char): New args pos and object.
9 (make_fontset_for_ascii_face): Adjusted for the change of FONT_DEF
10 format.n
11 (fs_query_fontset): Check NAME by Fassoc too.
12 (Fset_fontset_font): Allow non-XLFD font name.
13 (Ffontset_info): Adjusted for the change of FONT_DEF format.
14
15 * fontset.h (face_for_char): Prototype adjusted.
16
17 * xdisp.c (face_before_or_after_it_pos): Call FACE_FOR_CHAR with
18 POS and OBJECT args.
19 (get_next_display_element): Likewise.
20 (append_space): Likewise.
21 (extend_face_to_end_of_line): Likewise.
22 (get_char_face_and_encoding): Likewise.
23 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
24 (x_produce_glyphs): Likewise.
25
26 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
27 POS and OBJECT args.
28
29 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
30 POS and OBJECT args.
31
12004-01-03 Jason Rumney <jasonr@gnu.org> 322004-01-03 Jason Rumney <jasonr@gnu.org>
2 33
3 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc 34 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc