| Commit message (Expand) | Author | Age | Files | Lines |
| * | (message_dolog): Do set windows_or_buffers_changed, | Richard M. Stallman | 1998-05-24 | 1 | -2/+4 |
| * | (Fchar_after): Make nil fully equivalent to (point) as arg. | Richard M. Stallman | 1998-05-23 | 1 | -12/+14 |
| * | (Fother_buffer): Doc fix. | Richard M. Stallman | 1998-05-22 | 1 | -0/+2 |
| * | (frame_buffer_predicate, frame_buffer_list) | Richard M. Stallman | 1998-05-22 | 1 | -4/+4 |
| * | (Fother_buffer): New arg FRAME. Calls changed. | Richard M. Stallman | 1998-05-22 | 1 | -14/+21 |
| * | (frame_buffer_predicate): New arg FRAME. | Richard M. Stallman | 1998-05-22 | 1 | -9/+39 |
| * | (window_loop): Pass new arg to Fother_buffer. | Richard M. Stallman | 1998-05-22 | 1 | -5/+20 |
| * | Change term "character translation table" to "translation table". | Kenichi Handa | 1998-05-22 | 3 | -58/+50 |
| * | Change term "character translation table" to | Kenichi Handa | 1998-05-22 | 1 | -15/+22 |
| * | (STRING_CHAR_AND_CHAR_LENGTH): New macro. | Kenichi Handa | 1998-05-22 | 1 | -7/+16 |
| * | (print_string): Don't ignore garbage bytes following a | Kenichi Handa | 1998-05-22 | 1 | -4/+10 |
| * | (Ffile_name_directory, Ffile_name_nondirectory) | Richard M. Stallman | 1998-05-21 | 1 | -5/+19 |
| * | (init_buffer): Support DOS_NT absolute file names. | Richard M. Stallman | 1998-05-21 | 1 | -1/+2 |
| * | (find_charset_in_str): New arg CMPCHARP. | Kenichi Handa | 1998-05-21 | 1 | -5/+15 |
| * | (find_charset_in_str): Number of arguments fixed. | Kenichi Handa | 1998-05-21 | 1 | -1/+2 |
| * | (shrink_decoding_region): No short cut by | Kenichi Handa | 1998-05-21 | 1 | -3/+3 |
| * | (Fstring_make_multibyte): Call CHECK_STRING. | Kenichi Handa | 1998-05-21 | 1 | -0/+8 |
| * | (lisp_data_to_selection_data): Call | Kenichi Handa | 1998-05-21 | 1 | -1/+1 |
| * | (syms_of_minibuf): Doc fix. | Richard M. Stallman | 1998-05-20 | 1 | -1/+1 |
| * | (Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fixes. | Richard M. Stallman | 1998-05-20 | 1 | -4/+8 |
| * | (struct buffer): New slot display_time. | Richard M. Stallman | 1998-05-20 | 1 | -0/+3 |
| * | (syms_of_buffer): Set up Lisp variable buffer-display-time. | Richard M. Stallman | 1998-05-20 | 1 | -2/+19 |
| * | (Fselect_window): Doc fix. | Richard M. Stallman | 1998-05-19 | 1 | -3/+9 |
| * | (redisplay_window): Don't use window->start | Richard M. Stallman | 1998-05-19 | 1 | -2/+3 |
| * | (read_minibuf): If history list var is void, make it nil. | Richard M. Stallman | 1998-05-19 | 1 | -2/+6 |
| * | (skip_chars): Fix previous change. | Kenichi Handa | 1998-05-18 | 1 | -9/+10 |
| * | (Vnonascii_translation_table): Name changed from | Kenichi Handa | 1998-05-18 | 1 | -1/+1 |
| * | Change term translation to code conversion, then change | Kenichi Handa | 1998-05-18 | 1 | -208/+197 |
| * | Change terms unify/unification to | Kenichi Handa | 1998-05-18 | 1 | -27/+28 |
| * | Change terms unify/unification to | Kenichi Handa | 1998-05-18 | 1 | -4/+6 |
| * | Change terms unify/unification to | Kenichi Handa | 1998-05-18 | 1 | -147/+161 |
| * | Change terms unify/unification to | Kenichi Handa | 1998-05-18 | 1 | -3/+6 |
| * | (concat): Fix bug in concatinating a list of multibyte and | Kenichi Handa | 1998-05-18 | 1 | -2/+2 |
| * | (skip_chars): Fix bug in handling a range which | Kenichi Handa | 1998-05-18 | 1 | -8/+20 |
| * | (get_boot_time): Scan the whole wtmp file | Richard M. Stallman | 1998-05-18 | 1 | -5/+19 |
| * | (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 |