aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include character.h. Use terminal_encode_buffer from term.c.Jason Rumney2003-10-111-11/+13
* (w32_load_bdf_font): Clear font_info before filling.Jason Rumney2003-10-111-2/+3
* (terminal_encode_buffer): Make externally visible.Jason Rumney2003-10-111-1/+1
* Add character.h dependancies.Jason Rumney2003-10-111-15/+70
* (Finsert_file_contents) [DOS_NT]: Fix previous change.Kenichi Handa2003-10-091-1/+1
* *** empty log message ***Kenichi Handa2003-10-091-0/+5
* (Finsert_file_contents) [DOS_NT]: Use the macro CODING_ID_EOL_TYPE..Kenichi Handa2003-10-091-2/+2
* *** empty log message ***Andreas Schwab2003-10-061-0/+4
* (produce_chars): Revert last change.Andreas Schwab2003-10-061-2/+2
* *** empty log message ***Kenichi Handa2003-10-063-4/+26
* (x_get_font_repertory): Handle the case that theKenichi Handa2003-10-061-15/+62
* (load_font_get_repertory): Pay attention to the caseKenichi Handa2003-10-061-1/+6
* (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
* *** empty log message ***Kenichi Handa2003-10-021-0/+8
* (encode_terminal_code): Don't handle glyph-table. CheckKenichi Handa2003-10-021-10/+30
* *** empty log message ***Kenichi Handa2003-10-011-0/+15
* (terminal_encode_buffer, terminal_encode_buf_size): NewKenichi Handa2003-10-011-105/+77
* (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
* *** empty log message ***Dave Love2003-09-291-0/+49
* (find_and_call_menu_selection): Make menu_bar_items_usedDave Love2003-09-291-1/+1
* (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
* (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
* (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
* (Fremove_list_of_text_properties): Declare.Dave Love2003-09-291-0/+2
* (inhibit_pre_post_conversion): Removed (unused).Dave Love2003-09-291-14/+5
* (syms_of_charset): Remove unused var p.Dave Love2003-09-291-6/+3
* (set_case_table): Remove unused var.Dave Love2003-09-291-1/+0
* (Fdisplay_buffer, Fframe_selected_window): RemoveDave Love2003-09-291-4/+4
* *** 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
* (Faset): Check newelt by CHECK_CHARACTER. Don't changeKenichi Handa2003-09-261-2/+3
* *** 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