diff options
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a68f44d6c22..b6f7178e5fa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2008-12-10 Kenichi Handa <handa@m17n.org> | 1 | 2008-12-10 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * ftfont.c (fc_charset_table): Add "unicode-sip". | 3 | * ftfont.c (fc_charset_table): Add "unicode-sip". |
| 4 | (ftfont_spec_pattern): Lookup fc_charset_table for the regisry | 4 | (ftfont_spec_pattern): Lookup fc_charset_table for the registry |
| 5 | Qunicode_sip. | 5 | Qunicode_sip. |
| 6 | 6 | ||
| 7 | 2008-12-10 Juanma Barranquero <lekktu@gmail.com> | 7 | 2008-12-10 Juanma Barranquero <lekktu@gmail.com> |
| @@ -209,8 +209,7 @@ | |||
| 209 | * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of | 209 | * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of |
| 210 | Funify_charset. | 210 | Funify_charset. |
| 211 | 211 | ||
| 212 | * charset.h (enum charset_method): Delete | 212 | * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED. |
| 213 | CHARSET_METHOD_MAP_DEFERRED. | ||
| 214 | (DECODE_CHAR): Check if the decoder vector is ready. | 213 | (DECODE_CHAR): Check if the decoder vector is ready. |
| 215 | (ENCODE_CHAR): Check if the encoder char-table is ready. | 214 | (ENCODE_CHAR): Check if the encoder char-table is ready. |
| 216 | (maybe_unify_char): Extern it. | 215 | (maybe_unify_char): Extern it. |
| @@ -405,8 +404,7 @@ | |||
| 405 | 404 | ||
| 406 | 2008-11-10 Kenichi Handa <handa@m17n.org> | 405 | 2008-11-10 Kenichi Handa <handa@m17n.org> |
| 407 | 406 | ||
| 408 | * character.c (Fget_byte): Fix and make it faster for unibyte | 407 | * character.c (Fget_byte): Fix and make it faster for unibyte target. |
| 409 | target. | ||
| 410 | 408 | ||
| 411 | 2008-11-08 Chong Yidong <cyd@stupidchicken.com> | 409 | 2008-11-08 Chong Yidong <cyd@stupidchicken.com> |
| 412 | 410 | ||
| @@ -709,7 +707,7 @@ | |||
| 709 | 2008-10-21 Jan Djärv <jan.h.d@swipnet.se> | 707 | 2008-10-21 Jan Djärv <jan.h.d@swipnet.se> |
| 710 | 708 | ||
| 711 | * emacs.c (main): Unconditionally set PER_LINUX32 and exec | 709 | * emacs.c (main): Unconditionally set PER_LINUX32 and exec |
| 712 | temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined | 710 | temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined. |
| 713 | 711 | ||
| 714 | 2008-10-21 Kenichi Handa <handa@m17n.org> | 712 | 2008-10-21 Kenichi Handa <handa@m17n.org> |
| 715 | 713 | ||
| @@ -1353,7 +1351,7 @@ | |||
| 1353 | * font.c (font_fill_lglyph_metrics): Use EMACS_INT in | 1351 | * font.c (font_fill_lglyph_metrics): Use EMACS_INT in |
| 1354 | LGLYPH_SET_CODE to avoid compiler warnings. | 1352 | LGLYPH_SET_CODE to avoid compiler warnings. |
| 1355 | 1353 | ||
| 1356 | * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h | 1354 | * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h. |
| 1357 | 1355 | ||
| 1358 | * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT. | 1356 | * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT. |
| 1359 | 1357 | ||
| @@ -1714,7 +1712,7 @@ | |||
| 1714 | output_termcap. | 1712 | output_termcap. |
| 1715 | (Fresume_tty, Fsuspend_tty, init_tty, delete_tty): | 1713 | (Fresume_tty, Fsuspend_tty, init_tty, delete_tty): |
| 1716 | Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor | 1714 | Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor |
| 1717 | only when subprocesses are supported | 1715 | only when subprocesses are supported. |
| 1718 | 1716 | ||
| 1719 | * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of | 1717 | * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of |
| 1720 | f->output_data.x. | 1718 | f->output_data.x. |
| @@ -2405,7 +2403,7 @@ | |||
| 2405 | * dispextern.h: | 2403 | * dispextern.h: |
| 2406 | * config.in: | 2404 | * config.in: |
| 2407 | * atimer.c: | 2405 | * atimer.c: |
| 2408 | * Makefile.in: Remove code for Carbon | 2406 | * Makefile.in: Remove code for Carbon. |
| 2409 | 2407 | ||
| 2410 | 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2408 | 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2411 | 2409 | ||
| @@ -3566,7 +3564,7 @@ | |||
| 3566 | 2008-07-02 Jason Rumney <jasonr@gnu.org> | 3564 | 2008-07-02 Jason Rumney <jasonr@gnu.org> |
| 3567 | 3565 | ||
| 3568 | * xfns.c (syms_of_xfns): Only define x-select-font when both | 3566 | * xfns.c (syms_of_xfns): Only define x-select-font when both |
| 3569 | HAVE_FREETYPE and USE_GTK | 3567 | HAVE_FREETYPE and USE_GTK. |
| 3570 | 3568 | ||
| 3571 | * xdisp.c (next_element_from_display_vector): Move assignment out | 3569 | * xdisp.c (next_element_from_display_vector): Move assignment out |
| 3572 | of if statement. | 3570 | of if statement. |