aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (adjust_after_replace): Correctly handle the case thatKenichi Handa1998-10-271-6/+17
* (Fsubst_char_in_region): Correctly handle the caseKenichi Handa1998-10-271-29/+69
* (Fformat): Increase buffer size for floating format.Richard M. Stallman1998-10-261-1/+1
* (syms_of_category): Doc-string modified.Kenichi Handa1998-10-261-2/+2
* (code_convert_region): Kill the work buffer created byKenichi Handa1998-10-261-3/+5
* (main) [HAVE_NTGUI]: Invoke syms_of_fontset().Geoff Voelker1998-10-251-0/+1
* (adjust_markers_for_insert): Adjust markers by takingKenichi Handa1998-10-241-37/+44
* (code_convert_region): While preserving the orignalKenichi Handa1998-10-241-5/+6
* (Fbase64_decode_region): Pay attention to the byteKenichi Handa1998-10-241-6/+16
* (Fgarbage_collect): Block input around most of the function.Richard M. Stallman1998-10-221-0/+4
* (Fx_list_fonts): Access frame parameters throughtKenichi Handa1998-10-211-5/+5
* Include frame.h before fontset.h.Kenichi Handa1998-10-211-3/+5
* (list_fonts_func): Fix prototype.Kenichi Handa1998-10-211-4/+4
* Include frame.h before fontset.h.Kenichi Handa1998-10-212-4/+4
* (setup_coding_system): Fix setting upKenichi Handa1998-10-211-10/+29
* (w32_use_unicode_for_codepage): Interpret w32_no_unicode_output properly.Geoff Voelker1998-10-201-2/+2
* Include charset.h and fontset.h.Geoff Voelker1998-10-201-1/+2
* Remove redundant font_info struct definition.Geoff Voelker1998-10-201-11/+24
* Include fontset.h. Define codepage macros.Geoff Voelker1998-10-201-142/+690
* (Vx_pixel_size_width): New global variable.Geoff Voelker1998-10-201-42/+517
* Update comments referring to obsolete structs.Geoff Voelker1998-10-201-30/+90
* (w32fns.c): Add x-list-font.c to dependancies.Geoff Voelker1998-10-201-0/+1
* (syms_of_syntax): Fix the setup of Qscan_error.Richard M. Stallman1998-10-201-1/+1
* (mouse_init): Reset the button press/release info of the mouse driver.Eli Zaretskii1998-10-201-5/+61
* (Vauto_fill_chars, Qauto_fill_chars): New variables.Kenichi Handa1998-10-191-0/+16
* (Vauto_fill_chars): Extern it.Kenichi Handa1998-10-191-0/+3
* (internal_self_insert): Check Vauto_fill_chars.Kenichi Handa1998-10-191-1/+3
* (casify_object): Use make_string instead ofKenichi Handa1998-10-171-4/+2
* (decode_coding_iso2022): Set coding->fake_multibyte toKenichi Handa1998-10-171-0/+2
* (Fcall_process): Use $TMPDIR instead of trying $TMPEli Zaretskii1998-10-141-2/+4
* (exec_sentinel, read_process_output):Richard M. Stallman1998-10-141-0/+11
* (parse_menu_item): Avoid initialization for Lisp_Object.Richard M. Stallman1998-10-141-4/+9
* (adjust_markers_for_combining): This function deleted.Kenichi Handa1998-10-141-52/+19
* (Faset): Fix previous change.Kenichi Handa1998-10-141-14/+12
* (Ffillarray): Fix previous change.Kenichi Handa1998-10-141-7/+9
* Fix previous change.Richard M. Stallman1998-10-131-6/+21
* (Fdisplay_completion_list): Put on mouse-face properties.Richard M. Stallman1998-10-131-6/+27
* (Fclear_this_command_keys): New function.Richard M. Stallman1998-10-131-0/+10
* (Fexecute_kbd_macro): Set real_this_command.Richard M. Stallman1998-10-121-0/+4
* (clear_string_char_byte_cache): Extern it.Kenichi Handa1998-10-121-0/+1
* (CCL_DECODE_SJIS, CCL_ENCODE_SJIS): Swap the definitions.Kenichi Handa1998-10-121-4/+4
* (Fstring): Call make_string instead ofKenichi Handa1998-10-121-9/+20
* (shrink_decoding_region): If a charset other than asciiKenichi Handa1998-10-121-0/+6
* (Faset): If ARRAY is a multibyte string, pay attention toKenichi Handa1998-10-121-6/+16
* (clear_string_char_byte_cache): New function.Kenichi Handa1998-10-121-2/+26
* (Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.Kenichi Handa1998-10-121-1/+1
* (Fw32_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.Kenichi Handa1998-10-121-1/+1
* (lisp_data_to_selection_data): Call find_charset_in_str with CMPCHARP arg 0.Kenichi Handa1998-10-121-1/+1
* (Fstring_to_number): Don't recognize floating point if base is not 10.Kenichi Handa1998-10-121-2/+2
* (parse_menu_item): For top level of menu bar,Richard M. Stallman1998-10-121-2/+6