diff options
Diffstat (limited to 'src/ChangeLog.8')
| -rw-r--r-- | src/ChangeLog.8 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 4dd3d0dd071..5033a055576 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -10392,7 +10392,7 @@ | |||
| 10392 | * term.c (get_char_info): Use WHAT field of CHAR_INFO. | 10392 | * term.c (get_char_info): Use WHAT field of CHAR_INFO. |
| 10393 | Use tabs as multiples of spaces. | 10393 | Use tabs as multiples of spaces. |
| 10394 | 10394 | ||
| 10395 | * dispextern.h (struct char_info ): WHAT field. | 10395 | * dispextern.h (struct char_info): WHAT field. |
| 10396 | 10396 | ||
| 10397 | * term.c (encode_terminal_code): Don't use GLYPH_CHAR, use | 10397 | * term.c (encode_terminal_code): Don't use GLYPH_CHAR, use |
| 10398 | FAST_GLYPH_CHAR instead because GLYPH_CHAR won't remove faces. | 10398 | FAST_GLYPH_CHAR instead because GLYPH_CHAR won't remove faces. |
| @@ -10407,8 +10407,7 @@ | |||
| 10407 | 10407 | ||
| 10408 | * xterm.c (XTget_char_info): Check WANT_ELLIPSIS_P. | 10408 | * xterm.c (XTget_char_info): Check WANT_ELLIPSIS_P. |
| 10409 | 10409 | ||
| 10410 | * dispextern.h (struct char_info ): GLYPH_ROW for intermediate | 10410 | * dispextern.h (struct char_info): GLYPH_ROW for intermediate glyphs. |
| 10411 | glyphs. | ||
| 10412 | 10411 | ||
| 10413 | * dispnew.c (init_char_info): Init GLYPH_ROW to NULL. CHAR_CURSOR | 10412 | * dispnew.c (init_char_info): Init GLYPH_ROW to NULL. CHAR_CURSOR |
| 10414 | moved to xdisp.c. | 10413 | moved to xdisp.c. |
| @@ -10436,7 +10435,7 @@ | |||
| 10436 | 10435 | ||
| 10437 | * term.c (get_char_info): Set MAX_PIXEL_WIDTH in CHAR_INFO. | 10436 | * term.c (get_char_info): Set MAX_PIXEL_WIDTH in CHAR_INFO. |
| 10438 | 10437 | ||
| 10439 | * dispextern.h (struct char_info ): Use LISP_CHAR_TABLE for DP. | 10438 | * dispextern.h (struct char_info): Use LISP_CHAR_TABLE for DP. |
| 10440 | New member MAX_PIXEL_HEIGHT. | 10439 | New member MAX_PIXEL_HEIGHT. |
| 10441 | 10440 | ||
| 10442 | * xterm.c (x_per_char_metric): Get per character metrics. | 10441 | * xterm.c (x_per_char_metric): Get per character metrics. |
| @@ -13869,10 +13868,10 @@ | |||
| 13869 | 1998-08-31 Kenichi Handa <handa@etl.go.jp> | 13868 | 1998-08-31 Kenichi Handa <handa@etl.go.jp> |
| 13870 | 13869 | ||
| 13871 | * charset.c (unibyte_char_to_multibyte): | 13870 | * charset.c (unibyte_char_to_multibyte): |
| 13872 | Vnonacii_translation_table will convert a 7-bit charcater. | 13871 | Vnonacii_translation_table will convert a 7-bit character. |
| 13873 | (multibyte_char_to_unibyte): Handle the case that | 13872 | (multibyte_char_to_unibyte): Handle the case that |
| 13874 | Vnonacii_translation_table converts a multibyte charcater to a | 13873 | Vnonacii_translation_table converts a multibyte character to a |
| 13875 | unibyte charcter of less than 128. | 13874 | unibyte character of less than 128. |
| 13876 | (init_charset_once): Initialize nonascii_insert_offset and | 13875 | (init_charset_once): Initialize nonascii_insert_offset and |
| 13877 | Vnonacii_translation_table. | 13876 | Vnonacii_translation_table. |
| 13878 | 13877 | ||