aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2003-10-063-4/+26
|
* (x_get_font_repertory): Handle the case that theKenichi Handa2003-10-061-15/+62
| | | | encoding of font is other than Unicode.
* (load_font_get_repertory): Pay attention to the caseKenichi Handa2003-10-061-1/+6
| | | | that ENCODING of a font is specified by a char-table.
* (Fdefine_coding_system_alias): Update Vcoding_system_list.Kenichi Handa2003-10-061-4/+5
|
* (char_table_translate): Use CHARACTERP, not INETEGERP.Kenichi Handa2003-10-061-3/+2
|
* (charset_unicode): Extern it.Kenichi Handa2003-10-061-0/+1
|
* (string_xstring_p): Check by (C >= 0x100).Kenichi Handa2003-10-061-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 Handa2003-10-021-0/+8
|
* (encode_terminal_code): Don't handle glyph-table. CheckKenichi Handa2003-10-021-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 Handa2003-10-011-0/+15
|
* (terminal_encode_buffer, terminal_encode_buf_size): NewKenichi Handa2003-10-011-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 Handa2003-10-011-7/+12
|
* *** empty log message ***Kenichi Handa2003-09-301-0/+6
|
* *** empty log message ***Kenichi Handa2003-09-301-0/+21
|
* (handle_auto_composed_prop): Check if the lastKenichi Handa2003-09-301-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 Love2003-09-291-0/+49
|
* (find_and_call_menu_selection): Make menu_bar_items_usedDave Love2003-09-291-1/+1
| | | | EMACS_INT.
* (DefaultDepthOfScreen, x_encode_text): Remove unused vars.Dave Love2003-09-291-2/+0
|
* (face_numeric_value): Declare dim size_t.Dave Love2003-09-291-12/+2
| | | | (Finternal_lisp_face_equal_p): Remove unused f.
* (regex_compile): Remove unused var.Dave Love2003-09-291-9/+7
|
* (Fminibuffer_complete_word): Remove unused var.Dave Love2003-09-291-1/+0
|
* (Fset_keymap_parent, map_keymap, Fcopy_keymap)Dave Love2003-09-291-9/+1
| | | | (Faccessible_keymaps, where_is_internal): Remove unused vars.
* (cancel_hourglass_unwind): Return Qnil.Dave Love2003-09-291-0/+1
|
* (frame_name_fnn_p): Make len EMACS_INT.Dave Love2003-09-291-1/+1
|
* (Fwrite_region): Remove unused var.Dave Love2003-09-291-1/+0
|
* (adjust_frame_glyphs_for_frame_redisplay)Dave Love2003-09-291-14/+0
| | | | (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
* (Fremove_list_of_text_properties): Declare.Dave Love2003-09-291-0/+2
|
* (inhibit_pre_post_conversion): Removed (unused).Dave Love2003-09-291-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 Love2003-09-291-6/+3
| | | | | (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for byte/char counts.
* (set_case_table): Remove unused var.Dave Love2003-09-291-1/+0
|
* (Fdisplay_buffer, Fframe_selected_window): RemoveDave Love2003-09-291-4/+4
| | | | unsued vars.
* *** empty log message ***Kenichi Handa2003-09-281-2/+2
|
* (char_string): Use ASCII_CHAR_P instead of SINGLE_BYTE_CHAR_P.Kenichi Handa2003-09-281-3/+3
|
* *** empty log message ***Dave Love2003-09-262-0/+7
|
* (x_bitmap_mask): Declare.Dave Love2003-09-261-1/+1
|
* *** empty log message ***Kenichi Handa2003-09-261-5/+0
|
* (concat): Don't change multibyteness of the result byKenichi Handa2003-09-261-2/+2
| | | | concatenating an 8-bit character.
* (Faset): Check newelt by CHECK_CHARACTER. Don't changeKenichi Handa2003-09-261-2/+3
| | | | multibyteness of the result when newelt is an 8-bit character.
* *** empty log message ***Dave Love2003-09-171-0/+11
|
* (ccl_driver): Fix arg of CHARACTERP.Dave Love2003-09-171-1/+1
|
* (x_term_init): Fix type error.Dave Love2003-09-171-1/+1
|
* Add Funibyte_char_to_multibyte.Dave Love2003-09-171-0/+1
|
* (Fread_coding_system): Fix arg of XSETSTRING.Dave Love2003-09-171-2/+4
| | | | (Fset_coding_system_priority): Doc fix.
* Sync with HEAD version.Dave Love2003-09-171-64/+27
|
* Don't include varargs.h.Dave Love2003-09-171-1/+0
|
* *** empty log message ***Dave Love2003-09-171-0/+24
|
* (get_property_and_range): Make start and end EMACS_INT.Dave Love2003-09-172-2/+2
|
* (adjust_point_for_property): Make beg and endDave Love2003-09-171-1/+1
| | | | EMACS_INT.
* (find_composition, update_compositions): MakeDave Love2003-09-171-2/+2
| | | | position args EMACS_INT.
* (handle_composition_prop, check_point_in_composition):Dave Love2003-09-171-2/+2
| | | | Make buffer positions EMACS_INT.