| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (Fprimitive_undo): Use base buffer's modtime field. | Richard M. Stallman | 1995-01-02 | 1 | -6/+15 |
| * | Adapt to new Lisp_Object format. | Richard M. Stallman | 1995-01-02 | 1 | -18/+40 |
| * | (regex_compile): Use putchar, not printchar. | Richard M. Stallman | 1994-12-30 | 1 | -11/+9 |
| * | (print): Get size of compiled function as pseudovector. | Richard M. Stallman | 1994-12-30 | 1 | -142/+161 |
| * | (VALBITS): Default now 28. | Richard M. Stallman | 1994-12-30 | 1 | -82/+96 |
| * | (mark_object): Don't use Lisp_Process, Lisp_Window. | Richard M. Stallman | 1994-12-30 | 1 | -70/+69 |
| * | (Faref): Handle compiled function as pseudovector. | Richard M. Stallman | 1994-12-30 | 1 | -3/+9 |
| * | (Flength): Handle compiled function as pseudovector. | Richard M. Stallman | 1994-12-30 | 1 | -1/+3 |
| * | (XSETFRAME): Use pseudovector. | Richard M. Stallman | 1994-12-30 | 1 | -1/+1 |
| * | (x_scroll_bar_handle_click): Use GC_WINDOWP. | Richard M. Stallman | 1994-12-30 | 1 | -23/+22 |
| * | Make size field an EMACS_INT. | Richard M. Stallman | 1994-12-29 | 1 | -1/+1 |
| * | (Vmouse_leave_buffer_hook, Qmouse_leave_buffer_hook): New variables. | Richard M. Stallman | 1994-12-28 | 1 | -0/+16 |
| * | [! sparc] (REL_INFO_TYPE): Use `struct relocation_info'. | Richard M. Stallman | 1994-12-28 | 1 | -1/+1 |
| * | (make_lispy_event) [USE_X_TOOLKIT]: Turn off | Richard M. Stallman | 1994-12-27 | 1 | -8/+11 |
| * | (XTupdate_begin): Fix backward test in previous change. | Richard M. Stallman | 1994-12-27 | 1 | -3/+13 |
| * | (x_figure_window_size): Treat missing user-position parm as nil. | Richard M. Stallman | 1994-12-26 | 1 | -1/+1 |
| * | (scrolling_1): When scroll_region_ok is set, use a | Richard M. Stallman | 1994-12-26 | 1 | -9/+451 |
| * | (scroll_region_cost): New variable. | Richard M. Stallman | 1994-12-26 | 1 | -0/+4 |
| * | (scroll_region_cost): Declared. | Richard M. Stallman | 1994-12-26 | 1 | -0/+2 |
| * | (scrolling): Fewer restrictions if scroll_region_ok is | Richard M. Stallman | 1994-12-26 | 1 | -2/+5 |
| * | (syms_of_buffer): Doc fix for buffer-file-type. | Richard M. Stallman | 1994-12-25 | 1 | -1/+4 |
| * | (set_search_regs): Really set search_regs.start and .end. | Richard M. Stallman | 1994-12-25 | 1 | -4/+4 |
| * | (read_minibuf): GCPRO things. | Richard M. Stallman | 1994-12-25 | 1 | -7/+15 |
| * | (wrong_type_argument): Use Lisp_Type_Limit. | Richard M. Stallman | 1994-12-25 | 1 | -1/+1 |
| * | (enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit. | Richard M. Stallman | 1994-12-25 | 1 | -1/+1 |
| * | (enum Lisp_Type): Add Max_Lisp_Type. | Richard M. Stallman | 1994-12-25 | 1 | -0/+3 |
| * | (wrong_type_argument): Abort if VALUE is invalid Lisp object. | Richard M. Stallman | 1994-12-25 | 1 | -0/+6 |
| * | (SET_REGS_MATCHED): Do nothing if set_regs_matched_done is 1. | Richard M. Stallman | 1994-12-24 | 1 | -13/+28 |
| * | (BASE_PURESIZE): Incremented by 20k. | Richard M. Stallman | 1994-12-24 | 1 | -2/+2 |
| * | (read_char): Don't echo keys when echo_keystrokes is 0. | Richard M. Stallman | 1994-12-24 | 1 | -2/+3 |
| * | entered into RCS | Richard M. Stallman | 1994-12-23 | 1 | -1/+3 |
| * | (XTupdate_begin): Discard records of prior mouse highlight | Richard M. Stallman | 1994-12-23 | 1 | -8/+21 |
| * | (x_set_frame_parameters): Handle icon-left, icon-top parms. | Richard M. Stallman | 1994-12-23 | 1 | -17/+70 |
| * | *** empty log message *** | Richard M. Stallman | 1994-12-22 | 1 | -0/+3 |
| * | (Fget_buffer_create): Copy the name, and clear text props. | Richard M. Stallman | 1994-12-21 | 1 | -1/+38 |
| * | (C_DEBUG_SWITCH): Define this only if __GNUC__. | Richard M. Stallman | 1994-12-21 | 1 | -0/+2 |
| * | (struct frame): New field buffer_predicate. | Richard M. Stallman | 1994-12-21 | 1 | -46/+56 |
| * | (Fmodify_frame_parameters): For non-X frames, | Richard M. Stallman | 1994-12-21 | 1 | -5/+22 |
| * | (mark_object): In a frame, mark the buffer_predicate. | Richard M. Stallman | 1994-12-21 | 1 | -3/+2 |
| * | (get_doc_string): Now static. Arg now Lisp_Object. | Richard M. Stallman | 1994-12-21 | 1 | -28/+149 |
| * | (Fdefvar): Fix minor error in previous change. | Richard M. Stallman | 1994-12-21 | 1 | -3/+14 |
| * | (Qload_file_name, Vload_file_name): New variables. | Richard M. Stallman | 1994-12-21 | 1 | -3/+49 |
| * | (tgetst1): Let ^? stand for DEL character. | Richard M. Stallman | 1994-12-17 | 1 | -1/+7 |
| * | Comment change. | Richard M. Stallman | 1994-12-17 | 1 | -0/+4 |
| * | (Fall_completions): New arg hide_spaces. | Richard M. Stallman | 1994-12-15 | 1 | -8/+17 |
| * | (main): Fix conversion of --display to -d. | Richard M. Stallman | 1994-12-15 | 1 | -1/+19 |
| * | (struct x_display): New field explicit_parent. | Richard M. Stallman | 1994-12-15 | 1 | -1/+7 |
| * | Don't include ../oldXMenu/XMenu.h if USE_X_TOOLKIT. | Richard M. Stallman | 1994-12-15 | 1 | -21/+39 |
| * | (readevalloop): Ignore ^M here. | Richard M. Stallman | 1994-12-15 | 1 | -1/+4 |
| * | (Fdefconst, Fdefvar): Error if too many arguments. | Richard M. Stallman | 1994-12-15 | 1 | -5/+11 |