diff options
| author | Kenichi Handa | 2004-01-13 01:44:46 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-01-13 01:44:46 +0000 |
| commit | e852aed25e37aa3324668d52291b92bd11211811 (patch) | |
| tree | dcca0baddf6d85b4134f1866254272b2af8f9336 /src | |
| parent | e3c7c6a56d3f03b960de85f1e03691f15a88f78a (diff) | |
| download | emacs-e852aed25e37aa3324668d52291b92bd11211811.tar.gz emacs-e852aed25e37aa3324668d52291b92bd11211811.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 31 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-01-03 Jason Rumney <jasonr@gnu.org> | 32 | 2004-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 |