aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-09-01 16:13:21 +0900
committerKenichi Handa2010-09-01 16:13:21 +0900
commit9e69cb054d5c124bdf913c82453518ac4d9d6d53 (patch)
tree95537c8c17759cef4da7241d914059d15d7dc0c4 /src/ChangeLog
parent0a46a12f7a484e3fab96ea2f46fa738e90dabf1c (diff)
parentd419e1d94e885388b86f8753d741befa1855d333 (diff)
downloademacs-9e69cb054d5c124bdf913c82453518ac4d9d6d53.tar.gz
emacs-9e69cb054d5c124bdf913c82453518ac4d9d6d53.zip
merge changes in emacs-23 branch
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fc98bcc11e3..d1f789f5dcb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,33 @@
12010-08-31 Kenichi Handa <handa@m17n.org>
2
3 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
4 characters.
5
6 * term.c (encode_terminal_code): Fix the previous change.
7 (produce_glyphs): Don't set it->char_to_display here. Don't
8 handle unibyte-display-via-language-environment here.
9 (produce_special_glyphs): Set temp_it.char_to_display before
10 calling produce_glyphs.
11
12 * xdisp.c (get_next_display_element): Set it->char_to_display
13 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
14 characters.
15 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
16 calling PRODUCE_GLYPHS.
17 (append_space_for_newline): Save and store it->char_to_display.
18 Set it->char_to_display before calling PRODUCE_GLYPHS.
19 (extend_face_to_end_of_line): Set it->char_to_display before
20 calling PRODUCE_GLYPHS.
21 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
22 character to its byte value.
23 (get_char_glyph_code): New function.
24 (produce_stretch_glyph): Set it2.char_to_display too before
25 calling x_produce_glyphs.
26 (x_produce_glyphs): Simplify by using the same code for ASCII and
27 non-ASCII characters. Don't set it->char_to_display here. Don't
28 handle unibyte-display-via-language-environment here. For a
29 charater of no glyph, use font->space_width instead of FONT_WIDTH.
30
12010-08-31 Stefan Monnier <monnier@iro.umontreal.ca> 312010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2 32
3 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE. 33 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
@@ -15,6 +45,11 @@
15 * composite.c (composition_update_it): Fix computing of 45 * composite.c (composition_update_it): Fix computing of
16 cmp_it->width. 46 cmp_it->width.
17 47
482010-08-29 Kenichi Handa <handa@m17n.org>
49
50 * term.c (encode_terminal_code): Encode byte chars to the
51 correspnding bytes.
52
182010-08-29 Jan Djärv <jan.h.d@swipnet.se> 532010-08-29 Jan Djärv <jan.h.d@swipnet.se>
19 54
20 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L. 55 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.