| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Kenichi Handa | 2003-10-06 | 3 | -4/+26 |
| | | |||||
| * | (x_get_font_repertory): Handle the case that the | Kenichi Handa | 2003-10-06 | 1 | -15/+62 |
| | | | | | encoding of font is other than Unicode. | ||||
| * | (load_font_get_repertory): Pay attention to the case | Kenichi Handa | 2003-10-06 | 1 | -1/+6 |
| | | | | | that ENCODING of a font is specified by a char-table. | ||||
| * | (Fdefine_coding_system_alias): Update Vcoding_system_list. | Kenichi Handa | 2003-10-06 | 1 | -4/+5 |
| | | |||||
| * | (char_table_translate): Use CHARACTERP, not INETEGERP. | Kenichi Handa | 2003-10-06 | 1 | -3/+2 |
| | | |||||
| * | (charset_unicode): Extern it. | Kenichi Handa | 2003-10-06 | 1 | -0/+1 |
| | | |||||
| * | (string_xstring_p): Check by (C >= 0x100). | Kenichi Handa | 2003-10-06 | 1 | -54/+47 |
| | | | | | | | | | (find_charsets_in_text): Format of the arc CHARSETS changed. New arg MULTIBYTE. (Ffind_charset_region, Ffind_charset_string): Adjusted for the change of find_charsets_in_text. (Fsplit_char): Fix doc. Never return unknown. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-10-02 | 1 | -0/+8 |
| | | |||||
| * | (encode_terminal_code): Don't handle glyph-table. Check | Kenichi Handa | 2003-10-02 | 1 | -10/+30 |
| | | | | | | | | if a character is encodable by the terminal coding system. If not, produces proper number of `?'s. Update terminal_encode_buffer and terminal_encode_buf_size if necessary. (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-10-01 | 1 | -0/+15 |
| | | |||||
| * | (terminal_encode_buffer, terminal_encode_buf_size): New | Kenichi Handa | 2003-10-01 | 1 | -105/+77 |
| | | | | | | | | | | | | variables. (encode_terminal_code): Argument changed. Encode multiple characters at once. Store the result of encoding in terminal_encode_buffer. (write_glyphs): Adjusted for the change of encode_terminal_code. (insert_glyphs): Likewise. (term_init): Initialize terminal_encode_buffer and terminal_encode_buf_size. | ||||
| * | (consume_chars): If coding->src_object is nil, don't check annotation. | Kenichi Handa | 2003-10-01 | 1 | -7/+12 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-09-30 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-09-30 | 1 | -0/+21 |
| | | |||||
| * | (handle_auto_composed_prop): Check if the last | Kenichi Handa | 2003-09-30 | 1 | -8/+48 |
| | | | | | | | | characters of auto-composed region is newly composed with the following characters. (handle_composition_prop): Fix checking of point being inside composition. | ||||
| * | *** empty log message *** | Dave Love | 2003-09-29 | 1 | -0/+49 |
| | | |||||
| * | (find_and_call_menu_selection): Make menu_bar_items_used | Dave Love | 2003-09-29 | 1 | -1/+1 |
| | | | | | EMACS_INT. | ||||
| * | (DefaultDepthOfScreen, x_encode_text): Remove unused vars. | Dave Love | 2003-09-29 | 1 | -2/+0 |
| | | |||||
| * | (face_numeric_value): Declare dim size_t. | Dave Love | 2003-09-29 | 1 | -12/+2 |
| | | | | | (Finternal_lisp_face_equal_p): Remove unused f. | ||||
| * | (regex_compile): Remove unused var. | Dave Love | 2003-09-29 | 1 | -9/+7 |
| | | |||||
| * | (Fminibuffer_complete_word): Remove unused var. | Dave Love | 2003-09-29 | 1 | -1/+0 |
| | | |||||
| * | (Fset_keymap_parent, map_keymap, Fcopy_keymap) | Dave Love | 2003-09-29 | 1 | -9/+1 |
| | | | | | (Faccessible_keymaps, where_is_internal): Remove unused vars. | ||||
| * | (cancel_hourglass_unwind): Return Qnil. | Dave Love | 2003-09-29 | 1 | -0/+1 |
| | | |||||
| * | (frame_name_fnn_p): Make len EMACS_INT. | Dave Love | 2003-09-29 | 1 | -1/+1 |
| | | |||||
| * | (Fwrite_region): Remove unused var. | Dave Love | 2003-09-29 | 1 | -1/+0 |
| | | |||||
| * | (adjust_frame_glyphs_for_frame_redisplay) | Dave Love | 2003-09-29 | 1 | -14/+0 |
| | | | | | (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim. | ||||
| * | (Fremove_list_of_text_properties): Declare. | Dave Love | 2003-09-29 | 1 | -0/+2 |
| | | |||||
| * | (inhibit_pre_post_conversion): Removed (unused). | Dave Love | 2003-09-29 | 1 | -14/+5 |
| | | | | | | | | (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts. (coding_inherit_eol_type): Remove unused attrs. (detect_coding): Cast arg of detect_eol. | ||||
| * | (syms_of_charset): Remove unused var p. | Dave Love | 2003-09-29 | 1 | -6/+3 |
| | | | | | | (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for byte/char counts. | ||||
| * | (set_case_table): Remove unused var. | Dave Love | 2003-09-29 | 1 | -1/+0 |
| | | |||||
| * | (Fdisplay_buffer, Fframe_selected_window): Remove | Dave Love | 2003-09-29 | 1 | -4/+4 |
| | | | | | unsued vars. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-09-28 | 1 | -2/+2 |
| | | |||||
| * | (char_string): Use ASCII_CHAR_P instead of SINGLE_BYTE_CHAR_P. | Kenichi Handa | 2003-09-28 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-09-26 | 2 | -0/+7 |
| | | |||||
| * | (x_bitmap_mask): Declare. | Dave Love | 2003-09-26 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2003-09-26 | 1 | -5/+0 |
| | | |||||
| * | (concat): Don't change multibyteness of the result by | Kenichi Handa | 2003-09-26 | 1 | -2/+2 |
| | | | | | concatenating an 8-bit character. | ||||
| * | (Faset): Check newelt by CHECK_CHARACTER. Don't change | Kenichi Handa | 2003-09-26 | 1 | -2/+3 |
| | | | | | multibyteness of the result when newelt is an 8-bit character. | ||||
| * | *** empty log message *** | Dave Love | 2003-09-17 | 1 | -0/+11 |
| | | |||||
| * | (ccl_driver): Fix arg of CHARACTERP. | Dave Love | 2003-09-17 | 1 | -1/+1 |
| | | |||||
| * | (x_term_init): Fix type error. | Dave Love | 2003-09-17 | 1 | -1/+1 |
| | | |||||
| * | Add Funibyte_char_to_multibyte. | Dave Love | 2003-09-17 | 1 | -0/+1 |
| | | |||||
| * | (Fread_coding_system): Fix arg of XSETSTRING. | Dave Love | 2003-09-17 | 1 | -2/+4 |
| | | | | | (Fset_coding_system_priority): Doc fix. | ||||
| * | Sync with HEAD version. | Dave Love | 2003-09-17 | 1 | -64/+27 |
| | | |||||
| * | Don't include varargs.h. | Dave Love | 2003-09-17 | 1 | -1/+0 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-09-17 | 1 | -0/+24 |
| | | |||||
| * | (get_property_and_range): Make start and end EMACS_INT. | Dave Love | 2003-09-17 | 2 | -2/+2 |
| | | |||||
| * | (adjust_point_for_property): Make beg and end | Dave Love | 2003-09-17 | 1 | -1/+1 |
| | | | | | EMACS_INT. | ||||
| * | (find_composition, update_compositions): Make | Dave Love | 2003-09-17 | 1 | -2/+2 |
| | | | | | position args EMACS_INT. | ||||
| * | (handle_composition_prop, check_point_in_composition): | Dave Love | 2003-09-17 | 1 | -2/+2 |
| | | | | | Make buffer positions EMACS_INT. | ||||