comparison src/ChangeLog @ 100317:7dde9e3fb6ae

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 10 Dec 2008 10:44:34 +0000
parents 4a0b3ca85ba9
children fc0ef4117779
comparison
equal deleted inserted replaced
100316:5d2112103019 100317:7dde9e3fb6ae
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>
8 8
9 * coding.c (QCdefault_char): Rename from QCdefalut_char. 9 * coding.c (QCdefault_char): Rename from QCdefalut_char.
207 category set to store in the table. 207 category set to store in the table.
208 208
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.
217 216
218 * charset.c (Vchar_unified_charset_table): Delete it. 217 * charset.c (Vchar_unified_charset_table): Delete it.
403 (hftctl.o): Remove dependency, file removed. 402 (hftctl.o): Remove dependency, file removed.
404 (keymap.o, print.o): Depend on charset.h. 403 (keymap.o, print.o): Depend on charset.h.
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
413 * dired.c (file_name_completion): If completion_ignore_case is 411 * dired.c (file_name_completion): If completion_ignore_case is
414 enabled, ignore case when checking completion-regexp-list. 412 enabled, ignore case when checking completion-regexp-list.
707 * lisp.h: Remove prototype for no_switch_window. 705 * lisp.h: Remove prototype for no_switch_window.
708 706
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
716 * coding.c (detect_coding_charset): For iso-8859-* coding systems, 714 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
717 check Vlatin_extra_code_table. 715 check Vlatin_extra_code_table.
1351 * composite.c (fill_gstring_body): Avoid compiler warnings. 1349 * composite.c (fill_gstring_body): Avoid compiler warnings.
1352 1350
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
1360 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in 1358 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
1361 LGLYPH_SET_CODE. 1359 LGLYPH_SET_CODE.
1712 (get_tty_terminal, get_named_tty, Ftty_type) 1710 (get_tty_terminal, get_named_tty, Ftty_type)
1713 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to 1711 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
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.
1721 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new 1719 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
1722 terminal devices. 1720 terminal devices.
2403 * emacs.c: 2401 * emacs.c:
2404 * dispnew.c: 2402 * dispnew.c:
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
2412 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return. 2410 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
2413 2411
3564 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte. 3562 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
3565 3563
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.
3573 3571
3574 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com> 3572 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>