aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
1998-05-15(search_buffer): Set search regs for all success with an empty string.Richard M. Stallman1-6/+13
1998-05-15(signal_quit): Add prototype.Richard M. Stallman1-0/+2
1998-05-15(sys_select): Always wait on interrupt_handle, so thatRichard M. Stallman1-2/+22
1998-05-15(w32_wnd_proc): Call signal_quit when C-g is received.Richard M. Stallman1-1/+4
1998-05-15(interrupt_handle): New variable.Richard M. Stallman1-0/+22
1998-05-15Renamed "struct buffer" to "struct termcap_buffer" toRichard M. Stallman1-4/+4
1998-05-14(w32_ring_bell): Flash window correctly.Geoff Voelker1-1/+11
1998-05-14(Finsert_file_contents): Don't check non-regularRichard M. Stallman1-5/+9
1998-05-13(init_environment): Set TMPDIR to an existingEli Zaretskii1-0/+32
1998-05-13(Finsert_file_contents): Check that a -*- coding: -*- specRichard M. Stallman1-8/+85
1998-05-13(skip_chars): When fetching char after \,Richard M. Stallman1-3/+7
1998-05-13(Fminibuffer_complete_word): Fix the string-comparison loop.Richard M. Stallman1-3/+3
1998-05-12(get_doc_string): New arg UNIBYTERichard M. Stallman1-10/+17
1998-05-12(Finsert_file_contents): Don't use the fast replace codeRichard M. Stallman1-5/+8
1998-05-12(parse_menu_item): Argument inmenubar < 0 now meansRichard M. Stallman1-8/+31
1998-05-12(stat, get_long_basename): Fail if filename contains anyRichard M. Stallman1-2/+6
1998-05-12(Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES.Richard M. Stallman1-2/+2
1998-05-12(assoc_for_completion): Use Fcompare_strings.Richard M. Stallman1-14/+27
1998-05-11(redisplay_window): Handle scroll_step along withRichard M. Stallman1-9/+22
1998-05-11(unlock_file): Encode the file name.Richard M. Stallman1-0/+1
1998-05-11(Fset_buffer_multibyte): Error if marker is putRichard M. Stallman1-0/+6
1998-05-11(unchain_marker): Abort if the marker is not in its buffer's chain.Richard M. Stallman1-7/+17
1998-05-11Comment change.Richard M. Stallman1-0/+4
1998-05-10(code_convert_region1): Set Vlast_coding_system_used.Richard M. Stallman1-6/+20
1998-05-10(Fstart_process): Remove the special case forRichard M. Stallman1-120/+114
1998-05-10(TAGS): Specify directory when running etags.Richard M. Stallman1-1/+2
1998-05-10(Fbyte_code): Don't use Bmark.Richard M. Stallman1-3/+0
1998-05-10(xstring): Handle unibyte strings.Richard M. Stallman1-43/+65
1998-05-10(redisplay_window): Don't use last_point_x and last_point_yRichard M. Stallman1-1/+5
1998-05-09(Qbuffer_name_history): New variable.Richard M. Stallman1-2/+6
1998-05-09(detect_coding_mask): Check also coding-category-binary.Richard M. Stallman1-6/+9
1998-05-09(scan_lists, scan_sexps_forward): Move complex expressionsRichard M. Stallman1-4/+17
1998-05-09Fix previous change.Kenichi Handa1-1/+2
1998-05-08(Fcall_process): Fix test for when to call Ffind_operation_coding_system.Richard M. Stallman1-1/+1
1998-05-08Comment change.Richard M. Stallman1-2/+3
1998-05-08(compute_motion): Fix, in a different way, the bug of handlingKenichi Handa1-2/+1
1998-05-08(compute_motion): Undo both May 7 changes.Richard M. Stallman1-3/+19
1998-05-08(doprnt1): Cast arg to CHAR_STRING.Richard M. Stallman1-1/+1
1998-05-08(compute_motion): Fix previous change.Kenichi Handa1-1/+1
1998-05-07(Freplace_match): Fix the loop for copying textRichard M. Stallman1-12/+12
1998-05-07(Fexpand_file_name) [DOS_NT]: Note when special escapeRichard M. Stallman1-34/+39
1998-05-07(Fintern): Properly compare lisp objects.Richard M. Stallman1-1/+1
1998-05-07(set_internal): Properly compare lisp objects.Richard M. Stallman1-2/+2
1998-05-07(init_process, syms_of_process): Make definition consistent withEli Zaretskii1-0/+2
1998-05-07(compute_motion): Fix bug of handling wide-columnKenichi Handa1-19/+3
1998-05-07(syms_of_buffer) <buffer-file-coding-system>: Doc fix.Richard M. Stallman1-1/+1
1998-05-07(Fcall_process): If we must display received data onKenichi Handa1-10/+23
1998-05-06(regex_compile): When checking after exactnRichard M. Stallman1-6/+6
1998-05-06(main): Call the syms_of_... and keys_of_... functionsRichard M. Stallman1-24/+25
1998-05-05(create_process): Add cast when calling encode_codingRichard M. Stallman1-2/+2