diff options
| author | Juanma Barranquero | 2008-09-24 01:16:16 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-09-24 01:16:16 +0000 |
| commit | 10d1d0af5f6421603cd841e0c1c5805e2b2fb67d (patch) | |
| tree | 436363ca801b4cdde313689c044e37c02c25b681 /src/ChangeLog | |
| parent | d6a3febd83a52db53f665b0987075af590c720a5 (diff) | |
| download | emacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.tar.gz emacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.zip | |
Fix typos.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 64fee82aa61..f2b82b231bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -408,7 +408,7 @@ | |||
| 408 | 408 | ||
| 409 | * composite.h (enum composition_method): Delete | 409 | * composite.h (enum composition_method): Delete |
| 410 | COMPOSITION_WITH_GLYPH_STRING. | 410 | COMPOSITION_WITH_GLYPH_STRING. |
| 411 | (COMPOSITION_METHOD): Dont' check COMPOSITION_WITH_GLYPH_STRING. | 411 | (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING. |
| 412 | (Vcomposition_function_table): Extern it. | 412 | (Vcomposition_function_table): Extern it. |
| 413 | (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h. | 413 | (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h. |
| 414 | (composition_gstring_put_cache, composition_gstring_from_id) | 414 | (composition_gstring_put_cache, composition_gstring_from_id) |
| @@ -836,7 +836,7 @@ | |||
| 836 | 836 | ||
| 837 | * font.c (Vfont_log_deferred): New variable. | 837 | * font.c (Vfont_log_deferred): New variable. |
| 838 | (font_add_log): Check Vfont_log_deferred. | 838 | (font_add_log): Check Vfont_log_deferred. |
| 839 | (font_deferred_log): New funciton. | 839 | (font_deferred_log): New function. |
| 840 | 840 | ||
| 841 | * font.h (font_deferred_log): Extern it. | 841 | * font.h (font_deferred_log): Extern it. |
| 842 | 842 | ||
| @@ -987,7 +987,7 @@ | |||
| 987 | 987 | ||
| 988 | * config.in: Regenerate. | 988 | * config.in: Regenerate. |
| 989 | 989 | ||
| 990 | * Makefile.in (emacs): Remove ndef NS conditional for 'emacs | 990 | * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs |
| 991 | -list-load-path-shadows'. | 991 | -list-load-path-shadows'. |
| 992 | (nsgui.h): Reduce number of things depending on it. | 992 | (nsgui.h): Reduce number of things depending on it. |
| 993 | 993 | ||
| @@ -1730,7 +1730,7 @@ | |||
| 1730 | 1730 | ||
| 1731 | 2008-07-21 Kenichi Handa <handa@m17n.org> | 1731 | 2008-07-21 Kenichi Handa <handa@m17n.org> |
| 1732 | 1732 | ||
| 1733 | * ftfont.c (adjust_anchor): Check if DetalValue is not NULL. | 1733 | * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL. |
| 1734 | 1734 | ||
| 1735 | 2008-07-20 Andreas Schwab <schwab@suse.de> | 1735 | 2008-07-20 Andreas Schwab <schwab@suse.de> |
| 1736 | 1736 | ||
| @@ -1983,7 +1983,7 @@ | |||
| 1983 | * m/m68k.h (linux): Use GNU_LINUX instead. | 1983 | * m/m68k.h (linux): Use GNU_LINUX instead. |
| 1984 | Remove boilerplate comments. | 1984 | Remove boilerplate comments. |
| 1985 | 1985 | ||
| 1986 | * m/intel386.h: Undo reactoring from previous change. | 1986 | * m/intel386.h: Undo refactoring from previous change. |
| 1987 | (LIB_STANDARD): All systems that define USG define LIB_STANDARD | 1987 | (LIB_STANDARD): All systems that define USG define LIB_STANDARD |
| 1988 | too, remove dead code. | 1988 | too, remove dead code. |
| 1989 | (linux): Use GNU_LINUX instead. | 1989 | (linux): Use GNU_LINUX instead. |
| @@ -2466,7 +2466,7 @@ | |||
| 2466 | (fontset_find_font): Change the format of an element of a realized | 2466 | (fontset_find_font): Change the format of an element of a realized |
| 2467 | fontset. Use fontset_get_font_group. | 2467 | fontset. Use fontset_get_font_group. |
| 2468 | (fontset_font): Try the current fontset, the default fontset, the | 2468 | (fontset_font): Try the current fontset, the default fontset, the |
| 2469 | fallbacks of the current fonset, and the fallbacks of the default | 2469 | fallbacks of the current fontset, and the fallbacks of the default |
| 2470 | fontset in this order. | 2470 | fontset in this order. |
| 2471 | (face_for_char): Delete the shortcut to use the current font. | 2471 | (face_for_char): Delete the shortcut to use the current font. |
| 2472 | (fontset_from_font): Don't set fonts for Latin in the fontset. | 2472 | (fontset_from_font): Don't set fonts for Latin in the fontset. |
| @@ -3062,7 +3062,7 @@ | |||
| 3062 | 3062 | ||
| 3063 | 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca> | 3063 | 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 3064 | 3064 | ||
| 3065 | * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param' | 3065 | * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param' |
| 3066 | for explicit `font' parameters. | 3066 | for explicit `font' parameters. |
| 3067 | 3067 | ||
| 3068 | * frame.c (x_set_font): Remove unexplained call to fix inf-recursion. | 3068 | * frame.c (x_set_font): Remove unexplained call to fix inf-recursion. |
| @@ -3084,7 +3084,7 @@ | |||
| 3084 | 3084 | ||
| 3085 | * font.c (font_parse_xlfd): Fix previous change. | 3085 | * font.c (font_parse_xlfd): Fix previous change. |
| 3086 | (font_parse_fcname): Don't use :fc-unknown-spec. | 3086 | (font_parse_fcname): Don't use :fc-unknown-spec. |
| 3087 | (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height. | 3087 | (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height. |
| 3088 | (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA. | 3088 | (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA. |
| 3089 | (font_add_log): Prepend the driver name to the resulting fonts. | 3089 | (font_add_log): Prepend the driver name to the resulting fonts. |
| 3090 | 3090 | ||
| @@ -4501,7 +4501,7 @@ | |||
| 4501 | struct font. Get underline_thickness and underline_position from | 4501 | struct font. Get underline_thickness and underline_position from |
| 4502 | font property. Don't update dpyinfo->smallest_font_height and | 4502 | font property. Don't update dpyinfo->smallest_font_height and |
| 4503 | dpyinfo->smallest_char_width. | 4503 | dpyinfo->smallest_char_width. |
| 4504 | (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts. | 4504 | (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts. |
| 4505 | (ftxfont_draw): Adjusted for the change of struct font. | 4505 | (ftxfont_draw): Adjusted for the change of struct font. |
| 4506 | 4506 | ||
| 4507 | * image.c (image_ascent): Don't include "charset.h". Include | 4507 | * image.c (image_ascent): Don't include "charset.h". Include |
| @@ -4628,7 +4628,7 @@ | |||
| 4628 | 4628 | ||
| 4629 | * xftfont.c (xftfont_list): Adjusted for the change of `list' | 4629 | * xftfont.c (xftfont_list): Adjusted for the change of `list' |
| 4630 | callback function. | 4630 | callback function. |
| 4631 | (xftfont_match): Adjusted for the fontmat change of font-entity. | 4631 | (xftfont_match): Adjusted for the format change of font-entity. |
| 4632 | (xftfont_open): Adjusted for the format change of font-entity and | 4632 | (xftfont_open): Adjusted for the format change of font-entity and |
| 4633 | font-object. Adjusted for the change of struct font. Return a | 4633 | font-object. Adjusted for the change of struct font. Return a |
| 4634 | font-object. Don't update dpyinfo->smallest_font_height and | 4634 | font-object. Don't update dpyinfo->smallest_font_height and |
| @@ -6107,7 +6107,7 @@ | |||
| 6107 | (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing. | 6107 | (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing. |
| 6108 | (x_wm_set_size_hint): Set size hints on the edit widget only, not | 6108 | (x_wm_set_size_hint): Set size hints on the edit widget only, not |
| 6109 | the whole frame. | 6109 | the whole frame. |
| 6110 | (xg_create_tool_bar): Move attachement of the tool bar to | 6110 | (xg_create_tool_bar): Move attachment of the tool bar to |
| 6111 | xg_pack_tool_bar. Do not attach the tool bar if there are no items. | 6111 | xg_pack_tool_bar. Do not attach the tool bar if there are no items. |
| 6112 | (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED. | 6112 | (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED. |
| 6113 | 6113 | ||
| @@ -6447,7 +6447,7 @@ | |||
| 6447 | when enable_font_backend is set. | 6447 | when enable_font_backend is set. |
| 6448 | 6448 | ||
| 6449 | * xdisp.c (handle_composition_prop): Set it->c to the fist | 6449 | * xdisp.c (handle_composition_prop): Set it->c to the fist |
| 6450 | characte of the composed region. | 6450 | character of the composed region. |
| 6451 | (fill_composite_glyph_string): Set base_face->font_info to | 6451 | (fill_composite_glyph_string): Set base_face->font_info to |
| 6452 | s->font_info. Get a face for ascii from base_face->ascii_face. | 6452 | s->font_info. Get a face for ascii from base_face->ascii_face. |
| 6453 | (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string | 6453 | (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string |
| @@ -6574,8 +6574,8 @@ | |||
| 6574 | 6574 | ||
| 6575 | * frame.c (Qnoelisp): New symbol. | 6575 | * frame.c (Qnoelisp): New symbol. |
| 6576 | (syms_of_frame): Initialize it. | 6576 | (syms_of_frame): Initialize it. |
| 6577 | (Fdelete_frame): Use it to distinguish a mere `force' passed from | 6577 | (Fdelete_frame): Use it to distinguish a mere `force' passed from some |
| 6578 | someharmles Elisp code, from a strong `force' from x_connection_closed. | 6578 | harmless Elisp code, from a strong `force' from x_connection_closed. |
| 6579 | * frame.h (Qnoelisp): Declare. | 6579 | * frame.h (Qnoelisp): Declare. |
| 6580 | * xterm.c (x_connection_closed): Pass `noelisp'. | 6580 | * xterm.c (x_connection_closed): Pass `noelisp'. |
| 6581 | 6581 | ||
| @@ -6676,7 +6676,7 @@ | |||
| 6676 | (x_iconify_frame): Ditto. | 6676 | (x_iconify_frame): Ditto. |
| 6677 | 6677 | ||
| 6678 | * xterm.h (struct x_display_info): Add AtomXatom_XEMBED. | 6678 | * xterm.h (struct x_display_info): Add AtomXatom_XEMBED. |
| 6679 | (enum xembed_info, enum xerm srmbed_message, enum xembed_focus) | 6679 | (enum xembed_info, enum xembed_message, enum xembed_focus) |
| 6680 | (enum xembed_modifier, enum xembed_accelerator): New. | 6680 | (enum xembed_modifier, enum xembed_accelerator): New. |
| 6681 | (xembed_set_info, xembed_send_message): Declare. | 6681 | (xembed_set_info, xembed_send_message): Declare. |
| 6682 | (FRAME_X_EMBEDDED_P): New. | 6682 | (FRAME_X_EMBEDDED_P): New. |
| @@ -7485,7 +7485,7 @@ | |||
| 7485 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 7485 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 7486 | 7486 | ||
| 7487 | * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info, | 7487 | * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info, |
| 7488 | create a temporal XftDraw object. | 7488 | create a temporary XftDraw object. |
| 7489 | 7489 | ||
| 7490 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 7490 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 7491 | 7491 | ||
| @@ -7630,7 +7630,7 @@ | |||
| 7630 | (w32font_open): Don't populate subranges. | 7630 | (w32font_open): Don't populate subranges. |
| 7631 | (w32font_has_char): Use script Lisp symbols, not subrange bitmask. | 7631 | (w32font_has_char): Use script Lisp symbols, not subrange bitmask. |
| 7632 | (w32font_encode_char): Always return unicode code-point as-is. | 7632 | (w32font_encode_char): Always return unicode code-point as-is. |
| 7633 | (w32font_text_extents): Supply a tranformation matrix to | 7633 | (w32font_text_extents): Supply a transformation matrix to |
| 7634 | GetGlyphOutline. Never look up by glyph index. Avoid looping | 7634 | GetGlyphOutline. Never look up by glyph index. Avoid looping |
| 7635 | twice. Use unicode version of GetTexExtentPoint32 instead of | 7635 | twice. Use unicode version of GetTexExtentPoint32 instead of |
| 7636 | glyph index version. | 7636 | glyph index version. |
| @@ -7924,7 +7924,7 @@ | |||
| 7924 | 7924 | ||
| 7925 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 7925 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 7926 | 7926 | ||
| 7927 | * xrdb.c (x_load_resources): Setup the default fontSet X reource. | 7927 | * xrdb.c (x_load_resources): Setup the default fontSet X resource. |
| 7928 | 7928 | ||
| 7929 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 7929 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 7930 | 7930 | ||
| @@ -7980,7 +7980,7 @@ | |||
| 7980 | (ftfont_open): Set font->format. | 7980 | (ftfont_open): Set font->format. |
| 7981 | (ftfont_font_format): New function. | 7981 | (ftfont_font_format): New function. |
| 7982 | 7982 | ||
| 7983 | * font.h (struct font): New memeber format. | 7983 | * font.h (struct font): New member format. |
| 7984 | 7984 | ||
| 7985 | * font.c (Qopentype): New variable. | 7985 | * font.c (Qopentype): New variable. |
| 7986 | (syms_of_font): Defsym it. | 7986 | (syms_of_font): Defsym it. |
| @@ -8052,7 +8052,7 @@ | |||
| 8052 | 8052 | ||
| 8053 | * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw | 8053 | * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw |
| 8054 | TAB. Adjust for the change of s->char2b which always points to | 8054 | TAB. Adjust for the change of s->char2b which always points to |
| 8055 | the first elememnt of allocated memory. | 8055 | the first element of allocated memory. |
| 8056 | 8056 | ||
| 8057 | * xftfont.c (xftfont_text_extents): Fix calculation of descent value. | 8057 | * xftfont.c (xftfont_text_extents): Fix calculation of descent value. |
| 8058 | 8058 | ||
| @@ -8095,7 +8095,7 @@ | |||
| 8095 | (ftfont_list): Don't check :name property. | 8095 | (ftfont_list): Don't check :name property. |
| 8096 | (ftfont_match): New function. | 8096 | (ftfont_match): New function. |
| 8097 | (ftfont_pattern_entity): If the pattern doesn't contain | 8097 | (ftfont_pattern_entity): If the pattern doesn't contain |
| 8098 | FC_SPACING, don't assuce FC_MONO. | 8098 | FC_SPACING, don't assume FC_MONO. |
| 8099 | 8099 | ||
| 8100 | * font.h (struct font_driver): New member `match'. | 8100 | * font.h (struct font_driver): New member `match'. |
| 8101 | (font_update_drivers): Adjust prototype. | 8101 | (font_update_drivers): Adjust prototype. |
| @@ -8369,14 +8369,14 @@ | |||
| 8369 | (enum font_spacing): New enum. | 8369 | (enum font_spacing): New enum. |
| 8370 | (FONT_PIXEL_SIZE_QUANTUM): New macro. | 8370 | (FONT_PIXEL_SIZE_QUANTUM): New macro. |
| 8371 | 8371 | ||
| 8372 | * font.c (POINT_TO_PIXEL): Don't divice POINT by 10. | 8372 | * font.c (POINT_TO_PIXEL): Don't divide POINT by 10. |
| 8373 | (QCspacing, QCdpi): New variables. | 8373 | (QCspacing, QCdpi): New variables. |
| 8374 | (syms_of_font): Initialize them. | 8374 | (syms_of_font): Initialize them. |
| 8375 | (font_pixel_size): New function. | 8375 | (font_pixel_size): New function. |
| 8376 | (font_put_extra): New function. | 8376 | (font_put_extra): New function. |
| 8377 | (font_parse_xlfd): Fix handling of font size. Add QCdpi property | 8377 | (font_parse_xlfd): Fix handling of font size. Add QCdpi property |
| 8378 | in FONT_EXTRA. | 8378 | in FONT_EXTRA. |
| 8379 | (font_parse_fcname): Handle enumenrated values (e.g. bold). | 8379 | (font_parse_fcname): Handle enumerated values (e.g. bold). |
| 8380 | Fix handling font size. Add QCname property that contains only | 8380 | Fix handling font size. Add QCname property that contains only |
| 8381 | unknown properties. | 8381 | unknown properties. |
| 8382 | (font_score): Change argument. Change caller. Pay attention to | 8382 | (font_score): Change argument. Change caller. Pay attention to |
| @@ -8564,7 +8564,7 @@ | |||
| 8564 | (register_xftdraw, check_xftdraw): Delete them. | 8564 | (register_xftdraw, check_xftdraw): Delete them. |
| 8565 | (xftfont_prepare_face): Don't call register_xftdraw. | 8565 | (xftfont_prepare_face): Don't call register_xftdraw. |
| 8566 | (xftfont_done_face): Don't call check_xftdraw. | 8566 | (xftfont_done_face): Don't call check_xftdraw. |
| 8567 | (xftfont_draw): Get backroudn color only when with_background is | 8567 | (xftfont_draw): Get background color only when with_background is |
| 8568 | nonzero. | 8568 | nonzero. |
| 8569 | 8569 | ||
| 8570 | * xfont.c (xfont_encode_char): Fix calculation of char2b. | 8570 | * xfont.c (xfont_encode_char): Fix calculation of char2b. |
| @@ -8977,7 +8977,7 @@ | |||
| 8977 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 8977 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 8978 | 8978 | ||
| 8979 | * xdisp.c (get_next_display_element): In unibyte case, decide to | 8979 | * xdisp.c (get_next_display_element): In unibyte case, decide to |
| 8980 | display in octal form by checking a chacter by | 8980 | display in octal form by checking a character by |
| 8981 | UNIBYTE_CHAR_HAS_MULTIBYTE_P. | 8981 | UNIBYTE_CHAR_HAS_MULTIBYTE_P. |
| 8982 | 8982 | ||
| 8983 | * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table. | 8983 | * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table. |
| @@ -9008,13 +9008,13 @@ | |||
| 9008 | 9008 | ||
| 9009 | * lread.c (read1): Fix reading of a char-table. | 9009 | * lread.c (read1): Fix reading of a char-table. |
| 9010 | 9010 | ||
| 9011 | * print.c (print_object): Include sub char-table in cicularities | 9011 | * print.c (print_object): Include sub char-table in circularities |
| 9012 | detection. | 9012 | detection. |
| 9013 | 9013 | ||
| 9014 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 9014 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 9015 | 9015 | ||
| 9016 | * keymap.c (where_is_internal_2): Fix for the case that KEY is a | 9016 | * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons. |
| 9017 | cons. Append the found sequences in car of ARGS instead of prepending. | 9017 | Append the found sequences in car of ARGS instead of prepending. |
| 9018 | 9018 | ||
| 9019 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 9019 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 9020 | 9020 | ||
| @@ -9060,7 +9060,7 @@ | |||
| 9060 | refer to face->font. | 9060 | refer to face->font. |
| 9061 | (split_font_name_into_vector, build_font_name_from_vector) | 9061 | (split_font_name_into_vector, build_font_name_from_vector) |
| 9062 | (lookup_non_ascii_face, realize_non_ascii_face): Define them only | 9062 | (lookup_non_ascii_face, realize_non_ascii_face): Define them only |
| 9063 | whne HAVE_WINDOW_SYSTEM is defined. | 9063 | when HAVE_WINDOW_SYSTEM is defined. |
| 9064 | 9064 | ||
| 9065 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 9065 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 9066 | 9066 | ||
| @@ -9128,7 +9128,7 @@ | |||
| 9128 | to get a font name. | 9128 | to get a font name. |
| 9129 | (Ffontset_info): Adjust for the change of fontset_font. | 9129 | (Ffontset_info): Adjust for the change of fontset_font. |
| 9130 | 9130 | ||
| 9131 | * coding.c (emacs_mule_char): Check invalid code more regidly. | 9131 | * coding.c (emacs_mule_char): Check invalid code more rigidly. |
| 9132 | 9132 | ||
| 9133 | * character.h (LEADING_CODE_LATIN_1_MIN) | 9133 | * character.h (LEADING_CODE_LATIN_1_MIN) |
| 9134 | (LEADING_CODE_LATIN_1_MAX): Delete these macros. | 9134 | (LEADING_CODE_LATIN_1_MAX): Delete these macros. |
| @@ -9464,7 +9464,7 @@ | |||
| 9464 | 9464 | ||
| 9465 | * fileio.c (kill_workbuf_unwind): Delete this function. | 9465 | * fileio.c (kill_workbuf_unwind): Delete this function. |
| 9466 | (Finsert_file_contents): Adjust the call of detect_coding_system. | 9466 | (Finsert_file_contents): Adjust the call of detect_coding_system. |
| 9467 | Get conversion_buffer by code_conversion_save. Use the macor | 9467 | Get conversion_buffer by code_conversion_save. Use the macro |
| 9468 | CODING_MAY_REQUIRE_DECODING. After decoding, update | 9468 | CODING_MAY_REQUIRE_DECODING. After decoding, update |
| 9469 | coding_system. | 9469 | coding_system. |
| 9470 | 9470 | ||
| @@ -9483,7 +9483,7 @@ | |||
| 9483 | (detect_coding): Don't detect eol. Fix for utf-16 detection. | 9483 | (detect_coding): Don't detect eol. Fix for utf-16 detection. |
| 9484 | (decode_eol): In case of CRLF->LF conversion, use del_range_2 on | 9484 | (decode_eol): In case of CRLF->LF conversion, use del_range_2 on |
| 9485 | each change. | 9485 | each change. |
| 9486 | (decode_coding): Pay attention to undo_list. Do eol convesion for | 9486 | (decode_coding): Pay attention to undo_list. Do eol conversion for |
| 9487 | all types of coding-systems (if necessary). | 9487 | all types of coding-systems (if necessary). |
| 9488 | (Vcode_conversion_work_buf_list): Delete it. | 9488 | (Vcode_conversion_work_buf_list): Delete it. |
| 9489 | (Vcode_conversion_reused_workbuf): Rename from | 9489 | (Vcode_conversion_reused_workbuf): Rename from |
| @@ -9663,7 +9663,7 @@ | |||
| 9663 | change of find_charsets_in_text. | 9663 | change of find_charsets_in_text. |
| 9664 | (Fsplit_char): Fix doc. Never return unknown. | 9664 | (Fsplit_char): Fix doc. Never return unknown. |
| 9665 | 9665 | ||
| 9666 | * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP. | 9666 | * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP. |
| 9667 | 9667 | ||
| 9668 | * coding.c (Fdefine_coding_system_alias): Update | 9668 | * coding.c (Fdefine_coding_system_alias): Update |
| 9669 | Vcoding_system_list. | 9669 | Vcoding_system_list. |
| @@ -9935,7 +9935,7 @@ | |||
| 9935 | instead of record_unwind_protect. | 9935 | instead of record_unwind_protect. |
| 9936 | (decode_coding_object, encode_coding_object): Likewise. Recover PT. | 9936 | (decode_coding_object, encode_coding_object): Likewise. Recover PT. |
| 9937 | (detect_coding_system): Delete unused variable `mask'. | 9937 | (detect_coding_system): Delete unused variable `mask'. |
| 9938 | (Fdefine_coding_system_internal): Delete unused vaiable id. | 9938 | (Fdefine_coding_system_internal): Delete unused variable id. |
| 9939 | 9939 | ||
| 9940 | * fileio.c (kill_workbuf_unwind): New function. | 9940 | * fileio.c (kill_workbuf_unwind): New function. |
| 9941 | (Finsert_file_contents): On replacing, call | 9941 | (Finsert_file_contents): On replacing, call |
| @@ -10471,7 +10471,7 @@ | |||
| 10471 | convert it to the corresponding byte value. | 10471 | convert it to the corresponding byte value. |
| 10472 | 10472 | ||
| 10473 | * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is | 10473 | * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is |
| 10474 | not 1, singals an error. Update the elements of | 10474 | not 1, signals an error. Update the elements of |
| 10475 | unibyte_to_multibyte_table. | 10475 | unibyte_to_multibyte_table. |
| 10476 | (init_charset_once): Initialize unibyte_to_multibyte_table. | 10476 | (init_charset_once): Initialize unibyte_to_multibyte_table. |
| 10477 | (syms_of_charset): Define the charset `iso-8859-1'. | 10477 | (syms_of_charset): Define the charset `iso-8859-1'. |
| @@ -10595,7 +10595,7 @@ | |||
| 10595 | 10595 | ||
| 10596 | * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros. | 10596 | * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros. |
| 10597 | 10597 | ||
| 10598 | * character.c (_fetch_multibyte_char_len): Delet this variable. | 10598 | * character.c (_fetch_multibyte_char_len): Delete this variable. |
| 10599 | (syms_of_character): Setup Vprintable_chars. | 10599 | (syms_of_character): Setup Vprintable_chars. |
| 10600 | 10600 | ||
| 10601 | * editfns.c (Fchar_equal): Fix for the unibyte case. | 10601 | * editfns.c (Fchar_equal): Fix for the unibyte case. |
| @@ -10895,7 +10895,7 @@ | |||
| 10895 | (read_multibyte): Delete. | 10895 | (read_multibyte): Delete. |
| 10896 | (readbyte_for_lambda, readbyte_from_file, readbyte_from_string) | 10896 | (readbyte_for_lambda, readbyte_from_file, readbyte_from_string) |
| 10897 | (read_emacs_mule_char): New functions. | 10897 | (read_emacs_mule_char): New functions. |
| 10898 | (Fload): Even if the file doesn't have the extention ".elc", if | 10898 | (Fload): Even if the file doesn't have the extension ".elc", if |
| 10899 | safe_to_load_p returns a positive version number, assume that the | 10899 | safe_to_load_p returns a positive version number, assume that the |
| 10900 | file contains bytecompiled code. If the version is less than 22, | 10900 | file contains bytecompiled code. If the version is less than 22, |
| 10901 | load the file while decoding multibyte sequences by emacs-mule. | 10901 | load the file while decoding multibyte sequences by emacs-mule. |
| @@ -10941,7 +10941,7 @@ | |||
| 10941 | (Funify_charset): New optional arg DEUNIFY. If it is non-nil, | 10941 | (Funify_charset): New optional arg DEUNIFY. If it is non-nil, |
| 10942 | deunify intead of unify a charset. | 10942 | deunify intead of unify a charset. |
| 10943 | (string_xstring_p): Add `const' to local variables. | 10943 | (string_xstring_p): Add `const' to local variables. |
| 10944 | (find_charsets_in_text): Add `const' to arguemnts and local variables. | 10944 | (find_charsets_in_text): Add `const' to arguments and local variables. |
| 10945 | (encode_char): Adjust for the change of Funify_charset. Fix | 10945 | (encode_char): Adjust for the change of Funify_charset. Fix |
| 10946 | detecting of invalid code. | 10946 | detecting of invalid code. |
| 10947 | (Fset_charset_priority): Increment charset_ordered_list_tick. | 10947 | (Fset_charset_priority): Increment charset_ordered_list_tick. |
| @@ -10967,7 +10967,7 @@ | |||
| 10967 | 10967 | ||
| 10968 | * fns.c: Move coding.h. | 10968 | * fns.c: Move coding.h. |
| 10969 | (Qcodeset, Qdays, Qmonths): New. | 10969 | (Qcodeset, Qdays, Qmonths): New. |
| 10970 | (concat): Use CHARACTERP instead of INTERGERP. | 10970 | (concat): Use CHARACTERP instead of INTEGERP. |
| 10971 | (Flocale_codeset): Delete. | 10971 | (Flocale_codeset): Delete. |
| 10972 | (Flanginfo): New function. | 10972 | (Flanginfo): New function. |
| 10973 | (syms_of_fns): Change accordingly. | 10973 | (syms_of_fns): Change accordingly. |
| @@ -11341,7 +11341,7 @@ | |||
| 11341 | 2008-02-01 Yong Lu <lyongu@asia-infonet.com> | 11341 | 2008-02-01 Yong Lu <lyongu@asia-infonet.com> |
| 11342 | 11342 | ||
| 11343 | * charset.c (read_hex): Don't treat SPC as a comment starter. | 11343 | * charset.c (read_hex): Don't treat SPC as a comment starter. |
| 11344 | (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1. | 11344 | (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1. |
| 11345 | (Fdecode_char): Fix typo. | 11345 | (Fdecode_char): Fix typo. |
| 11346 | 11346 | ||
| 11347 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 11347 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| @@ -11379,7 +11379,7 @@ | |||
| 11379 | 11379 | ||
| 11380 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 11380 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 11381 | 11381 | ||
| 11382 | * search.c (boyer_moore): Fix handling of mulitbyte character | 11382 | * search.c (boyer_moore): Fix handling of multibyte character |
| 11383 | translation. | 11383 | translation. |
| 11384 | 11384 | ||
| 11385 | * xdisp.c (display_mode_element): When the variable `elt' is | 11385 | * xdisp.c (display_mode_element): When the variable `elt' is |
| @@ -11412,7 +11412,7 @@ | |||
| 11412 | alloc_destination. | 11412 | alloc_destination. |
| 11413 | (Fdefine_coding_system_alias): Register ALIAS in | 11413 | (Fdefine_coding_system_alias): Register ALIAS in |
| 11414 | Vcoding_system_alist. | 11414 | Vcoding_system_alist. |
| 11415 | (syms_of_coding): Define `no-convesion' coding system at the tail. | 11415 | (syms_of_coding): Define `no-conversion' coding system at the tail. |
| 11416 | 11416 | ||
| 11417 | * fileio.c (Finsert_file_contents): Set coding_system instead of | 11417 | * fileio.c (Finsert_file_contents): Set coding_system instead of |
| 11418 | val. If the current buffer is multibyte, always call | 11418 | val. If the current buffer is multibyte, always call |
| @@ -12152,7 +12152,7 @@ | |||
| 12152 | Reported by Tom Tromey <tromey@redhat.com>. | 12152 | Reported by Tom Tromey <tromey@redhat.com>. |
| 12153 | (XD_ERROR, XD_DEBUG_MESSAGE) | 12153 | (XD_ERROR, XD_DEBUG_MESSAGE) |
| 12154 | (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)". | 12154 | (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)". |
| 12155 | (xd_append_arg): Part for basic D-Bus types rewitten. | 12155 | (xd_append_arg): Part for basic D-Bus types rewritten. |
| 12156 | (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and | 12156 | (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and |
| 12157 | DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not | 12157 | DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not |
| 12158 | appropriate. | 12158 | appropriate. |