aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (redisplay_window): Clear w->window_end_validRichard M. Stallman1998-10-121-0/+12
* (check_x_display_info): Don't use selected_frame if it is dead.Richard M. Stallman1998-10-101-1/+2
* (window_loop): New alternative CHECK_ALL_WINDOWS.Richard M. Stallman1998-10-101-9/+43
* (x_create_bitmap_from_file): Skip special files.Geoff Voelker1998-10-091-0/+35
* Doc fixes.Karl Heuer1998-10-081-13/+14
* (scan_lists): Bring FROM back into range BEGV...ZV.Richard M. Stallman1998-10-081-1/+6
* (code_convert_region): Set inhibit_modification_hooksKenichi Handa1998-10-081-2/+8
* (signal_before_change): If inhibit_modification_hooksKenichi Handa1998-10-081-0/+6
* (inhibit_modification_hooks): New variable.Kenichi Handa1998-10-081-0/+5
* (inhibit_modification_hooks): Extern it.Kenichi Handa1998-10-081-0/+3
* (invalid_character): Prepend `0' to octalKenichi Handa1998-10-081-1/+1
* (init_ntproc): Check for Windows init file.Geoff Voelker1998-10-071-36/+37
* Checkpoint changes. Bug fixes, mostly.Paul D. Smith1998-10-031-1/+1
* (adjust_after_replace): Don't delete text properties here.Kenichi Handa1998-09-281-4/+0
* (check_composing_code): Fix previous change. Now itKenichi Handa1998-09-281-82/+116
* (encode_terminal_code): Handle raw 8-bit codes correctly.Kenichi Handa1998-09-281-6/+12
* Treat __GNU__ line NeXT: undefine BSD and FSCALE.Richard M. Stallman1998-09-271-2/+8
* (NLIST_STRUCT, KERNEL_FILE, LDAV_SYMBOL): Add #undefs.Richard M. Stallman1998-09-271-0/+3
* (sort_args): Fill extra space with NULL ptrs.Richard M. Stallman1998-09-271-0/+4
* (Fformat): Check format control characters.Kenichi Handa1998-09-261-0/+5
* (check_composing_code): If the current composingKenichi Handa1998-09-261-41/+82