| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fexpand_file_name): Change conditional | Richard M. Stallman | 1998-05-17 | 1 | -1/+1 |
| * | (insert_1_both, insert_from_string_1, replace_range) | Richard M. Stallman | 1998-05-16 | 1 | -56/+119 |
| * | (Fexpand_file_name) [WINDOWSNT]: Be careful not to | Richard M. Stallman | 1998-05-16 | 1 | -1/+12 |
| * | (read_char): If redisplay is preempted, | Richard M. Stallman | 1998-05-16 | 1 | -53/+42 |
| * | (readchar): Use readchar_backlog again | Richard M. Stallman | 1998-05-16 | 1 | -13/+87 |
| * | (search_buffer): Set search regs for all success with an empty string. | Richard M. Stallman | 1998-05-15 | 1 | -6/+13 |
| * | (signal_quit): Add prototype. | Richard M. Stallman | 1998-05-15 | 1 | -0/+2 |
| * | (sys_select): Always wait on interrupt_handle, so that | Richard M. Stallman | 1998-05-15 | 1 | -2/+22 |
| * | (w32_wnd_proc): Call signal_quit when C-g is received. | Richard M. Stallman | 1998-05-15 | 1 | -1/+4 |
| * | (interrupt_handle): New variable. | Richard M. Stallman | 1998-05-15 | 1 | -0/+22 |
| * | Renamed "struct buffer" to "struct termcap_buffer" to | Richard M. Stallman | 1998-05-15 | 1 | -4/+4 |
| * | (w32_ring_bell): Flash window correctly. | Geoff Voelker | 1998-05-14 | 1 | -1/+11 |
| * | (Finsert_file_contents): Don't check non-regular | Richard M. Stallman | 1998-05-14 | 1 | -5/+9 |
| * | (init_environment): Set TMPDIR to an existing | Eli Zaretskii | 1998-05-13 | 1 | -0/+32 |
| * | (Finsert_file_contents): Check that a -*- coding: -*- spec | Richard M. Stallman | 1998-05-13 | 1 | -8/+85 |
| * | (skip_chars): When fetching char after \, | Richard M. Stallman | 1998-05-13 | 1 | -3/+7 |
| * | (Fminibuffer_complete_word): Fix the string-comparison loop. | Richard M. Stallman | 1998-05-13 | 1 | -3/+3 |
| * | (get_doc_string): New arg UNIBYTE | Richard M. Stallman | 1998-05-12 | 1 | -10/+17 |
| * | (Finsert_file_contents): Don't use the fast replace code | Richard M. Stallman | 1998-05-12 | 1 | -5/+8 |
| * | (parse_menu_item): Argument inmenubar < 0 now means | Richard M. Stallman | 1998-05-12 | 1 | -8/+31 |
| * | (stat, get_long_basename): Fail if filename contains any | Richard M. Stallman | 1998-05-12 | 1 | -2/+6 |
| * | (Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES. | Richard M. Stallman | 1998-05-12 | 1 | -2/+2 |
| * | (assoc_for_completion): Use Fcompare_strings. | Richard M. Stallman | 1998-05-12 | 1 | -14/+27 |
| * | (redisplay_window): Handle scroll_step along with | Richard M. Stallman | 1998-05-11 | 1 | -9/+22 |
| * | (unlock_file): Encode the file name. | Richard M. Stallman | 1998-05-11 | 1 | -0/+1 |
| * | (Fset_buffer_multibyte): Error if marker is put | Richard M. Stallman | 1998-05-11 | 1 | -0/+6 |
| * | (unchain_marker): Abort if the marker is not in its buffer's chain. | Richard M. Stallman | 1998-05-11 | 1 | -7/+17 |
| * | Comment change. | Richard M. Stallman | 1998-05-11 | 1 | -0/+4 |
| * | (code_convert_region1): Set Vlast_coding_system_used. | Richard M. Stallman | 1998-05-10 | 1 | -6/+20 |
| * | (Fstart_process): Remove the special case for | Richard M. Stallman | 1998-05-10 | 1 | -120/+114 |
| * | (TAGS): Specify directory when running etags. | Richard M. Stallman | 1998-05-10 | 1 | -1/+2 |
| * | (Fbyte_code): Don't use Bmark. | Richard M. Stallman | 1998-05-10 | 1 | -3/+0 |
| * | (xstring): Handle unibyte strings. | Richard M. Stallman | 1998-05-10 | 1 | -43/+65 |
| * | (redisplay_window): Don't use last_point_x and last_point_y | Richard M. Stallman | 1998-05-10 | 1 | -1/+5 |
| * | (Qbuffer_name_history): New variable. | Richard M. Stallman | 1998-05-09 | 1 | -2/+6 |
| * | (detect_coding_mask): Check also coding-category-binary. | Richard M. Stallman | 1998-05-09 | 1 | -6/+9 |
| * | (scan_lists, scan_sexps_forward): Move complex expressions | Richard M. Stallman | 1998-05-09 | 1 | -4/+17 |
| * | Fix previous change. | Kenichi Handa | 1998-05-09 | 1 | -1/+2 |
| * | (Fcall_process): Fix test for when to call Ffind_operation_coding_system. | Richard M. Stallman | 1998-05-08 | 1 | -1/+1 |
| * | Comment change. | Richard M. Stallman | 1998-05-08 | 1 | -2/+3 |
| * | (compute_motion): Fix, in a different way, the bug of handling | Kenichi Handa | 1998-05-08 | 1 | -2/+1 |
| * | (compute_motion): Undo both May 7 changes. | Richard M. Stallman | 1998-05-08 | 1 | -3/+19 |
| * | (doprnt1): Cast arg to CHAR_STRING. | Richard M. Stallman | 1998-05-08 | 1 | -1/+1 |
| * | (compute_motion): Fix previous change. | Kenichi Handa | 1998-05-08 | 1 | -1/+1 |
| * | (Freplace_match): Fix the loop for copying text | Richard M. Stallman | 1998-05-07 | 1 | -12/+12 |
| * | (Fexpand_file_name) [DOS_NT]: Note when special escape | Richard M. Stallman | 1998-05-07 | 1 | -34/+39 |
| * | (Fintern): Properly compare lisp objects. | Richard M. Stallman | 1998-05-07 | 1 | -1/+1 |
| * | (set_internal): Properly compare lisp objects. | Richard M. Stallman | 1998-05-07 | 1 | -2/+2 |
| * | (init_process, syms_of_process): Make definition consistent with | Eli Zaretskii | 1998-05-07 | 1 | -0/+2 |
| * | (compute_motion): Fix bug of handling wide-column | Kenichi Handa | 1998-05-07 | 1 | -19/+3 |