| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * cmds.c (Fforward_line): Call scan_buffer with new args. | Jim Blandy | 1994-10-08 | 1 | -8/+2 |
| * | * buffer.h (struct buffer): New members: newline_cache, | Jim Blandy | 1994-10-08 | 1 | -0/+30 |
| * | * buffer.c: #include region-cache.h. | Jim Blandy | 1994-10-08 | 1 | -0/+35 |
| * | * Makefile.in.in (obj) Add region-cache.o to the list of files. | Jim Blandy | 1994-10-08 | 1 | -3/+6 |
| * | (file_name_completion): Ignore files "." and ".." in first pass. | Richard M. Stallman | 1994-10-08 | 1 | -8/+11 |
| * | (test_completion): New function, extracted from do_completion. | Richard M. Stallman | 1994-10-08 | 1 | -29/+36 |
| * | (inhibit_local_menu_bar_menus): New variable. | Richard M. Stallman | 1994-10-08 | 1 | -0/+14 |
| * | (enum Lisp_Misc_Type): New type. | Karl Heuer | 1994-10-07 | 1 | -1/+8 |
| * | (make_gap): Keep input blocked till after we set BEG_ADDR. | Richard M. Stallman | 1994-10-07 | 1 | -2/+7 |
| * | (check_writable, check_executable): Test HAVE_EACCESS. | Richard M. Stallman | 1994-10-07 | 1 | -2/+2 |
| * | (HAVE_EACCESS): Add #undef. | Richard M. Stallman | 1994-10-07 | 1 | -0/+2 |
| * | (Lisp_Void, VOIDP): Deleted. | Karl Heuer | 1994-10-06 | 1 | -5/+0 |
| * | (Fboundp, Ffboundp, find_symbol_value, Fset, Fdefault_boundp, Fdefault_value): | Karl Heuer | 1994-10-06 | 1 | -13/+6 |
| * | (Fbyte_code): Delete case Lisp_Void. | Karl Heuer | 1994-10-06 | 1 | -1/+0 |
| * | (mark_object): Delete case Lisp_Void. | Karl Heuer | 1994-10-06 | 1 | -1/+0 |
| * | (Flsh, Fadd1, Fsub1, Flognot): Don't use XFASTINT when negative. | Karl Heuer | 1994-10-06 | 1 | -5/+5 |
| * | (Fabs): Don't use XFASTINT when negative. | Karl Heuer | 1994-10-06 | 1 | -1/+1 |
| * | (Fset, default_value, Fset_default, Fkill_local_variable): Access | Karl Heuer | 1994-10-06 | 1 | -4/+7 |
| * | (defvar_per_buffer): Access buffer_local_flags as Lisp_Object, not int. | Karl Heuer | 1994-10-06 | 1 | -4/+4 |
| * | (init_buffer_once): Don't use XSETFASTINT when negative. | Karl Heuer | 1994-10-06 | 1 | -17/+21 |
| * | (Fload, load_unwind): Store stream pointer as a cons of two integers, | Karl Heuer | 1994-10-06 | 1 | -9/+6 |
| * | (Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTREAMP): Deleted. | Karl Heuer | 1994-10-06 | 1 | -8/+0 |
| * | (mark_object): Delete case Lisp_Internal_Stream. | Karl Heuer | 1994-10-06 | 1 | -1/+0 |
| * | (read1): New argument for returning out-of-band data, obviating the need for | Karl Heuer | 1994-10-06 | 1 | -40/+37 |
| * | (Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted. | Karl Heuer | 1994-10-06 | 1 | -7/+0 |
| * | (x_set_icon_type): Remove period from error message. | Richard M. Stallman | 1994-10-06 | 1 | -1/+13 |
| * | (make_hdr): Undo June 16 change. | Richard M. Stallman | 1994-10-06 | 1 | -2/+3 |
| * | (Ffile_regular_p): New function. | Richard M. Stallman | 1994-10-05 | 1 | -37/+61 |
| * | (Finteractive): Doc fix. | Richard M. Stallman | 1994-10-04 | 1 | -1/+1 |
| * | (single_keymap_panes, Fx_popup_menu): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -3/+3 |
| * | (construct_mouse_click): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
| * | (Fx_popup_menu, Fx_popup_dialog): Use new accessor macros instead of calling | Karl Heuer | 1994-10-04 | 1 | -5/+5 |
| * | (x_new_focus_frame, construct_mouse_click, construct_menu_click, | Karl Heuer | 1994-10-04 | 1 | -44/+43 |
| * | (input_signal_count): New variable. | Richard M. Stallman | 1994-10-04 | 1 | -5/+32 |
| * | (widget_id_tick): Move definition into conditional. | Richard M. Stallman | 1994-10-04 | 1 | -94/+8 |
| * | (validate_region): Swap using temp Lisp_Object, not int. | Karl Heuer | 1994-10-04 | 1 | -5/+2 |
| * | (read_process_output): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
| * | (Fmodify_syntax_entry): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -9/+9 |
| * | (Fself_insert_command, Fnewline): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+4 |
| * | (validate_interval_range): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
| * | (try_window_id): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+4 |
| * | (x_set_menu_bar_lines_1): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
| * | (XFASTINT): Changed to non-lvalue syntax, to ensure that callers will use | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
| * | (Fx_open_connection): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -1/+1 |
| * | (compute_char_face): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
| * | (redisplay, mark_window_display_accurate, redisplay_window, try_window, | Karl Heuer | 1994-10-04 | 1 | -30/+28 |
| * | (make_window, Fset_window_hscroll, Fset_window_start, set_window_height, | Karl Heuer | 1994-10-04 | 1 | -46/+49 |
| * | (create_process): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -3/+3 |
| * | (record_delete, record_first_change): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -5/+5 |
| * | (Fnext_property_change, property_change_between_p, | Karl Heuer | 1994-10-04 | 1 | -8/+8 |