aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.8
diff options
context:
space:
mode:
authorJoakim Verona2010-10-18 22:05:07 +0200
committerJoakim Verona2010-10-18 22:05:07 +0200
commit13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (patch)
tree723f254768f9e503504ab4c8b68801f80a56591a /src/ChangeLog.8
parent35f4b80a934b299b3b18e62f5db44f64c240e65b (diff)
parente48eb34332dc91de823314090451459ba2ffacbf (diff)
downloademacs-13cfe8df462ab8da9f0028e16cc84dcaceaca3d1.tar.gz
emacs-13cfe8df462ab8da9f0028e16cc84dcaceaca3d1.zip
merge from upstream
Diffstat (limited to 'src/ChangeLog.8')
-rw-r--r--src/ChangeLog.815
1 files changed, 7 insertions, 8 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index 4dd3d0dd071..9c38b29ff32 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -3686,7 +3686,7 @@
3686 * lread.c (read_escape): For Control modifier, pay attention to 3686 * lread.c (read_escape): For Control modifier, pay attention to
3687 multibyte character. 3687 multibyte character.
3688 (read1): Likewise. Signal error or a multibyte character which 3688 (read1): Likewise. Signal error or a multibyte character which
3689 has a modifer bit. Check validity of Shift modifer. 3689 has a modifier bit. Check validity of Shift modifier.
3690 3690
3691 * charset.c (non_ascii_char_to_string): Handle modifier bits as 3691 * charset.c (non_ascii_char_to_string): Handle modifier bits as
3692 the same as Lisp reader. 3692 the same as Lisp reader.
@@ -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 @@
138691998-08-31 Kenichi Handa <handa@etl.go.jp> 138681998-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