diff options
| author | Juanma Barranquero | 2008-06-09 11:30:20 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-06-09 11:30:20 +0000 |
| commit | 1f204af3e435a7bd5c1336487484a9fb7cf077d6 (patch) | |
| tree | f1d0e22f93cb1ddc7d42b5c2a59b708a4710a41c /src | |
| parent | f37e787e552406c8ab8c5609fb92eba25b0e8a61 (diff) | |
| download | emacs-1f204af3e435a7bd5c1336487484a9fb7cf077d6.tar.gz emacs-1f204af3e435a7bd5c1336487484a9fb7cf077d6.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 547011a87c5..9218f13193b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -188,7 +188,7 @@ | |||
| 188 | * doprnt.c (doprnt1): Likewise. | 188 | * doprnt.c (doprnt1): Likewise. |
| 189 | * frame.c (frame): Likewise. | 189 | * frame.c (frame): Likewise. |
| 190 | * keyboard.c (wipe_kboard): Likewise. | 190 | * keyboard.c (wipe_kboard): Likewise. |
| 191 | * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap): | 191 | * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap) |
| 192 | (init_font_name_table, mac_unload_font, x_delete_display): Likewise. | 192 | (init_font_name_table, mac_unload_font, x_delete_display): Likewise. |
| 193 | * term.c (tty_default_color_capabilities, maybe_fatal) | 193 | * term.c (tty_default_color_capabilities, maybe_fatal) |
| 194 | (delete_tty): Likewise. | 194 | (delete_tty): Likewise. |
| @@ -704,7 +704,7 @@ | |||
| 704 | 704 | ||
| 705 | * ftfont.c (cs_iso8859_1): Delete. | 705 | * ftfont.c (cs_iso8859_1): Delete. |
| 706 | (ft_face_cache): New variable. | 706 | (ft_face_cache): New variable. |
| 707 | (struct ftfont_info): New member fc_charset_idx; | 707 | (struct ftfont_info): New member fc_charset_idx. |
| 708 | (ftfont_build_basic_charsets): Delete. | 708 | (ftfont_build_basic_charsets): Delete. |
| 709 | (fc_charset_table): New variable. | 709 | (fc_charset_table): New variable. |
| 710 | (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME | 710 | (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME |
| @@ -906,7 +906,7 @@ | |||
| 906 | (font_family_alist): Delete it. | 906 | (font_family_alist): Delete it. |
| 907 | (Qnormal): Extern it. | 907 | (Qnormal): Extern it. |
| 908 | (QCextra, QClanguage): Delete it. | 908 | (QCextra, QClanguage): Delete it. |
| 909 | (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables. | 909 | (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables. |
| 910 | (font_make_spec, font_make_entity, font_make_object) | 910 | (font_make_spec, font_make_entity, font_make_object) |
| 911 | (font_intern_prop): Renamed from intern_downcase. Don't downcase | 911 | (font_intern_prop): Renamed from intern_downcase. Don't downcase |
| 912 | the string. Callers changed. | 912 | the string. Callers changed. |
| @@ -3240,7 +3240,7 @@ | |||
| 3240 | (x_window): Reparent frame if embedded. | 3240 | (x_window): Reparent frame if embedded. |
| 3241 | (Fx_create_frame): Don't set border width if embedded. | 3241 | (Fx_create_frame): Don't set border width if embedded. |
| 3242 | 3242 | ||
| 3243 | * emacs.c (USAGE3): Add --parent-id | 3243 | * emacs.c (USAGE3): Add --parent-id. |
| 3244 | (standard_args): Ditto. | 3244 | (standard_args): Ditto. |
| 3245 | 3245 | ||
| 3246 | 2008-02-07 Jan Djärv <jan.h.d@swipnet.se> | 3246 | 2008-02-07 Jan Djärv <jan.h.d@swipnet.se> |
| @@ -3758,7 +3758,7 @@ | |||
| 3758 | (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct. | 3758 | (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct. |
| 3759 | (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf) | 3759 | (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf) |
| 3760 | (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt) | 3760 | (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt) |
| 3761 | (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.s | 3761 | (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function. |
| 3762 | (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro. | 3762 | (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro. |
| 3763 | (otf_gstring, gstring, m17n_flt_initialized): New variables. | 3763 | (otf_gstring, gstring, m17n_flt_initialized): New variables. |
| 3764 | 3764 | ||
| @@ -4185,7 +4185,7 @@ | |||
| 4185 | GetGlyphOutline. Never look up by glyph index. Avoid looping | 4185 | GetGlyphOutline. Never look up by glyph index. Avoid looping |
| 4186 | twice. Use unicode version of GetTexExtentPoint32 instead of | 4186 | twice. Use unicode version of GetTexExtentPoint32 instead of |
| 4187 | glyph index version. | 4187 | glyph index version. |
| 4188 | (set_fonts_frame): Remove | 4188 | (set_fonts_frame): Remove. |
| 4189 | (w32_enumfont_pattern_entity): Add frame parameter, use it to | 4189 | (w32_enumfont_pattern_entity): Add frame parameter, use it to |
| 4190 | set frame parameter. Use backward compatible fake foundries. | 4190 | set frame parameter. Use backward compatible fake foundries. |
| 4191 | Save generic family in extra slot under QCfamily. Make width slot | 4191 | Save generic family in extra slot under QCfamily. Make width slot |
| @@ -4560,12 +4560,6 @@ | |||
| 4560 | 4560 | ||
| 4561 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 4561 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 4562 | 4562 | ||
| 4563 | (get_next_display_element): Set it->face_id for the | ||
| 4564 | first component of a composition. | ||
| 4565 | (x_produce_glyphs): Check if the font is changed or not for composition. | ||
| 4566 | |||
| 4567 | 2008-02-01 Kenichi Handa <handa@m17n.org> | ||
| 4568 | |||
| 4569 | * fontset.c (Qlatin): New variable. | 4563 | * fontset.c (Qlatin): New variable. |
| 4570 | (syms_of_fontset): Define it as a lisp symbol. | 4564 | (syms_of_fontset): Define it as a lisp symbol. |
| 4571 | (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII. | 4565 | (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII. |
| @@ -5823,7 +5817,7 @@ | |||
| 5823 | * emacs.c (main): Call init_charset after syms_of_XXX. | 5817 | * emacs.c (main): Call init_charset after syms_of_XXX. |
| 5824 | 5818 | ||
| 5825 | * charset.c (Vcharset_map_directory): Delete. | 5819 | * charset.c (Vcharset_map_directory): Delete. |
| 5826 | (Vcharset_map_path): New variable | 5820 | (Vcharset_map_path): New variable. |
| 5827 | (load_charset_map_from_file): Use Vcharset_map_path instead. | 5821 | (load_charset_map_from_file): Use Vcharset_map_path instead. |
| 5828 | (init_charset): Initialize Vcharset_map_path. | 5822 | (init_charset): Initialize Vcharset_map_path. |
| 5829 | (syms_of_charset): Delete declaration of "charset-map-directory", | 5823 | (syms_of_charset): Delete declaration of "charset-map-directory", |
| @@ -5941,8 +5935,7 @@ | |||
| 5941 | FONT_DEF format. | 5935 | FONT_DEF format. |
| 5942 | (fontset_face): New arg id. Change caller. | 5936 | (fontset_face): New arg id. Change caller. |
| 5943 | (face_for_char): New args pos and object. | 5937 | (face_for_char): New args pos and object. |
| 5944 | (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF | 5938 | (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format. |
| 5945 | format.n | ||
| 5946 | (fs_query_fontset): Check NAME by Fassoc too. | 5939 | (fs_query_fontset): Check NAME by Fassoc too. |
| 5947 | (Fset_fontset_font): Allow non-XLFD font name. | 5940 | (Fset_fontset_font): Allow non-XLFD font name. |
| 5948 | (Ffontset_info): Adjust for the change of FONT_DEF format. | 5941 | (Ffontset_info): Adjust for the change of FONT_DEF format. |
| @@ -6116,7 +6109,7 @@ | |||
| 6116 | 6109 | ||
| 6117 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 6110 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 6118 | 6111 | ||
| 6119 | * fontset.c (fontset_face): Create a fallback fontset on demand | 6112 | * fontset.c (fontset_face): Create a fallback fontset on demand. |
| 6120 | (make_fontset): Don't create a fallback fontset here. | 6113 | (make_fontset): Don't create a fallback fontset here. |
| 6121 | (free_face_fontset): Free a fallback fontset (if any) too. | 6114 | (free_face_fontset): Free a fallback fontset (if any) too. |
| 6122 | (n_auto_fontsets): Delete this variable. | 6115 | (n_auto_fontsets): Delete this variable. |
| @@ -7491,7 +7484,7 @@ | |||
| 7491 | (EMACS_MULE_LEADING_CODE_PRIVATE_11) | 7484 | (EMACS_MULE_LEADING_CODE_PRIVATE_11) |
| 7492 | (EMACS_MULE_LEADING_CODE_PRIVATE_12) | 7485 | (EMACS_MULE_LEADING_CODE_PRIVATE_12) |
| 7493 | (EMACS_MULE_LEADING_CODE_PRIVATE_21) | 7486 | (EMACS_MULE_LEADING_CODE_PRIVATE_21) |
| 7494 | (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros | 7487 | (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros. |
| 7495 | (Funify_charset): Adjust for the change of Funify_charset. | 7488 | (Funify_charset): Adjust for the change of Funify_charset. |
| 7496 | 7489 | ||
| 7497 | * charset.c (charset_ordered_list_tick): New variable. | 7490 | * charset.c (charset_ordered_list_tick): New variable. |
| @@ -7701,7 +7694,7 @@ | |||
| 7701 | * charset.h (charset_jisx0201_roman, charset_jisx0208_1978) | 7694 | * charset.h (charset_jisx0201_roman, charset_jisx0208_1978) |
| 7702 | (charset_jisx0208): Extern them. | 7695 | (charset_jisx0208): Extern them. |
| 7703 | 7696 | ||
| 7704 | * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro | 7697 | * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro. |
| 7705 | (CODING_ISO_FLAG_USE_OLDJIS): New macro. | 7698 | (CODING_ISO_FLAG_USE_OLDJIS): New macro. |
| 7706 | (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition. | 7699 | (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition. |
| 7707 | (setup_iso_safe_charsets): Fix arguments to Fassq. | 7700 | (setup_iso_safe_charsets): Fix arguments to Fassq. |
| @@ -8707,7 +8700,7 @@ | |||
| 8707 | 2007-12-30 Michael Albinus <michael.albinus@gmx.de> | 8700 | 2007-12-30 Michael Albinus <michael.albinus@gmx.de> |
| 8708 | 8701 | ||
| 8709 | * dbusbind.c: Fix several errors and compiler warnings. | 8702 | * dbusbind.c: Fix several errors and compiler warnings. |
| 8710 | Reported by Tom Tromey <tromey@redhat.com> | 8703 | Reported by Tom Tromey <tromey@redhat.com>. |
| 8711 | (XD_ERROR, XD_DEBUG_MESSAGE) | 8704 | (XD_ERROR, XD_DEBUG_MESSAGE) |
| 8712 | (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)". | 8705 | (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)". |
| 8713 | (xd_append_arg): Part for basic D-Bus types rewitten. | 8706 | (xd_append_arg): Part for basic D-Bus types rewitten. |
| @@ -10714,7 +10707,7 @@ | |||
| 10714 | Access foreground_pixel and background_pixel directly from the frame. | 10707 | Access foreground_pixel and background_pixel directly from the frame. |
| 10715 | (tty_display): Delete. | 10708 | (tty_display): Delete. |
| 10716 | (struct frame): Add buried_buffer_list, foreground_pixel, | 10709 | (struct frame): Add buried_buffer_list, foreground_pixel, |
| 10717 | background_pixel and terminal. Delete kboard | 10710 | background_pixel and terminal. Delete kboard. |
| 10718 | (union output_data): Add tty. | 10711 | (union output_data): Add tty. |
| 10719 | (FRAME_KBOARD): Get the kboard from the terminal. | 10712 | (FRAME_KBOARD): Get the kboard from the terminal. |
| 10720 | (FRAME_INITIAL_P): New macro. | 10713 | (FRAME_INITIAL_P): New macro. |
| @@ -10855,7 +10848,6 @@ | |||
| 10855 | (syms_of_keyboard): Defsubr them. | 10848 | (syms_of_keyboard): Defsubr them. |
| 10856 | (Fset_input_meta_mode, Fset_quit_char): New functions. | 10849 | (Fset_input_meta_mode, Fset_quit_char): New functions. |
| 10857 | (Fset_input_mode): Split to above functions. | 10850 | (Fset_input_mode): Split to above functions. |
| 10858 | |||
| 10859 | (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf | 10851 | (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf |
| 10860 | parameter. Use it in call to `read_char'. | 10852 | parameter. Use it in call to `read_char'. |
| 10861 | (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'. | 10853 | (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'. |
| @@ -10968,7 +10960,7 @@ | |||
| 10968 | * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED | 10960 | * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED |
| 10969 | so no Lisp code is executed. | 10961 | so no Lisp code is executed. |
| 10970 | (file_for_image, find_rtl_image): New functions. | 10962 | (file_for_image, find_rtl_image): New functions. |
| 10971 | (xg_get_image_for_pixmap): Use file_for_image | 10963 | (xg_get_image_for_pixmap): Use file_for_image. |
| 10972 | (update_frame_tool_bar): If direction is RTL, use RTL image if | 10964 | (update_frame_tool_bar): If direction is RTL, use RTL image if |
| 10973 | defined. Use Gtk stock images if defined. | 10965 | defined. Use Gtk stock images if defined. |
| 10974 | 10966 | ||