comparison src/ChangeLog @ 68670:7559e2581420

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 07 Feb 2006 09:22:56 +0000
parents 82590f3df577
children fb5a31085a6f c5406394f567
comparison
equal deleted inserted replaced
68669:82590f3df577 68670:7559e2581420
4 of Fget_text_property (other field functions word with overlays as 4 of Fget_text_property (other field functions word with overlays as
5 well as text-properties). 5 well as text-properties).
6 6
7 2006-02-07 Kenichi Handa <handa@m17n.org> 7 2006-02-07 Kenichi Handa <handa@m17n.org>
8 8
9 * dispextern.h (unibyte_display_via_language_environment): Extern 9 * dispextern.h (unibyte_display_via_language_environment): Extern it.
10 it. 10
11 11 * xterm.h (unibyte_display_via_language_environment):
12 * xterm.h (unibyte_display_via_language_environment): Delete 12 * w32term.h (unibyte_display_via_language_environment):
13 extern. 13 * macterm.h (unibyte_display_via_language_environment): Delete extern.
14
15 * w32term.h (unibyte_display_via_language_environment): Delete
16 extern.
17
18 * macterm.h (unibyte_display_via_language_environment): Delete
19 extern.
20 14
21 2006-02-07 Kenichi Handa <handa@m17n.org> 15 2006-02-07 Kenichi Handa <handa@m17n.org>
22 16
23 * term.c (append_glyph): Refer to it->char_to_display instead of 17 * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
24 it->c.
25 (produce_glyphs): Set the character to print in 18 (produce_glyphs): Set the character to print in
26 it->char_to_display. Handle 19 it->char_to_display. Handle unibyte-display-via-language-environment.
27 unibyte-display-via-language-environment. 20 (produce_stretch_glyph): Set character to print in it->char_to_display.
28 (produce_stretch_glyph): Set the character to print in
29 it->char_to_display.
30 21
31 2006-02-06 Kenichi Handa <handa@m17n.org> 22 2006-02-06 Kenichi Handa <handa@m17n.org>
32 23
33 * lread.c (openp): Initialized encoded_fn before GCPRO it. 24 * lread.c (openp): Initialize encoded_fn before GCPRO it.
34 25
35 2006-02-05 Ken Raeburn <raeburn@raeburn.org> 26 2006-02-05 Ken Raeburn <raeburn@raeburn.org>
36 27
37 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup. 28 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
38 29