| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fscroll_other_window): On small windows, scroll by 1 line. | Karl Heuer | 1995-01-10 | 1 | -4/+5 |
| * | (store_in_keymap): Copy a cons only if car is a string. | Richard M. Stallman | 1995-01-08 | 1 | -3/+4 |
| * | Don't include param.h. | Richard M. Stallman | 1995-01-08 | 1 | -1/+2 |
| * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1995-01-08 | 1 | -7/+7 |
| * | Include config.h first. | Roland McGrath | 1995-01-07 | 1 | -5/+6 |
| * | (VALBITS, GCTYPEBITS): Deleted; default is better. | Karl Heuer | 1995-01-07 | 7 | -35/+6 |
| * | (VALBITS): Adjust for new bit layout. | Karl Heuer | 1995-01-07 | 2 | -5/+3 |
| * | [XENIX|SOLARIS2] (VALBITS, GCTYPEBITS): Deleted; default is better. | Karl Heuer | 1995-01-07 | 1 | -8/+0 |
| * | (VALBITS, XTYPE): Adjust for new bit layout. | Karl Heuer | 1995-01-07 | 2 | -7/+6 |
| * | Fix comment. | Karl Heuer | 1995-01-07 | 2 | -8/+8 |
| * | Delete obsolete comment. | Karl Heuer | 1995-01-06 | 1 | -7/+0 |
| * | [!MULTI_FRAME] (window_frame): New function. | Richard M. Stallman | 1995-01-05 | 1 | -0/+15 |
| * | Fix typo in last change. | Roland McGrath | 1995-01-05 | 3 | -4/+4 |
| * | (store_function_docstring, Fdocumentation): Use & PSEUDOVECTOR_SIZE_MASK on | Roland McGrath | 1995-01-05 | 1 | -4/+4 |
| * | (Fcall_interactively): Use & PSEUDOVECTOR_SIZE_MASK on `size' field of | Roland McGrath | 1995-01-05 | 1 | -2/+2 |
| * | (Fcommandp): Use & PSEUDOVECTOR_SIZE_MASK on `size' field of compiled | Roland McGrath | 1995-01-05 | 1 | -3/+3 |
| * | (mark_object, mark_buffer): Don't mark buffer twice. | Karl Heuer | 1995-01-04 | 1 | -2/+5 |
| * | [EXPLICIT_SIGN_EXTEND] (XINT): Use symbolic constants. | Karl Heuer | 1995-01-04 | 1 | -1/+1 |
| * | (xcar, xcdr): Use correct shift and mask values. | Karl Heuer | 1995-01-04 | 1 | -2/+2 |
| * | (xint): Use correct mask. | Karl Heuer | 1995-01-04 | 1 | -1/+1 |
| * | (term_init): Fatal error if screen is too small. | Richard M. Stallman | 1995-01-04 | 1 | -0/+5 |
| * | Use SAVE_MODIFF and BUF_SAVE_MODIFF | Richard M. Stallman | 1995-01-04 | 1 | -6/+6 |
| * | (store_function_docstring): Arg is now EMACS_INT. | Richard M. Stallman | 1995-01-04 | 1 | -1/+2 |
| * | Use consistent spelling in comments. | Karl Heuer | 1995-01-03 | 1 | -3/+3 |
| * | (enum Lisp_Type): Don't use trailing comma. | Karl Heuer | 1995-01-03 | 1 | -22/+22 |
| * | (mark_object): Make `else' visible outside MULTI_FRAME. | Karl Heuer | 1995-01-03 | 1 | -1/+1 |
| * | (enum Lisp_Type): Delete Lisp_Buffer. | Richard M. Stallman | 1995-01-02 | 1 | -51/+63 |
| * | Use BUF_MARKERS throughout. | Richard M. Stallman | 1995-01-02 | 1 | -10/+13 |
| * | (Fmake_indirect_buffer): New function. | Richard M. Stallman | 1995-01-02 | 1 | -25/+275 |
| * | Use BUF_INTERVALS throughout. | Richard M. Stallman | 1995-01-02 | 1 | -32/+35 |
| * | (validate_interval_range): Use BUF_INTERVALS. | Richard M. Stallman | 1995-01-02 | 1 | -1/+1 |
| * | Use SAVE_MODIFF and BUF_SAVE_MODIFF | Richard M. Stallman | 1995-01-02 | 1 | -11/+12 |
| * | (struct buffer): Fields markers and intervals moved out. | Richard M. Stallman | 1995-01-02 | 1 | -105/+153 |
| * | Use SAVE_MODIFF and BUF_SAVE_MODIFF | Richard M. Stallman | 1995-01-02 | 1 | -1/+1 |
| * | Use SAVE_MODIFF and BUF_SAVE_MODIFF | Richard M. Stallman | 1995-01-02 | 1 | -4/+4 |
| * | (mark_buffer, gc_sweep): Use BUF_INTERVALS. | Richard M. Stallman | 1995-01-02 | 1 | -8/+13 |
| * | (store_in_keymap): While dumping, copy DEF if a cons. | Richard M. Stallman | 1995-01-02 | 1 | -2/+7 |
| * | Use SAVE_MODIFF and BUF_SAVE_MODIFF | Richard M. Stallman | 1995-01-02 | 1 | -7/+19 |
| * | Use SAVE_MODIFF and BUF_SAVE_MODIFF | Richard M. Stallman | 1995-01-02 | 1 | -15/+26 |
| * | (temp_output_buffer_show): Use BUF_SAVE_MODIFF. | Richard M. Stallman | 1995-01-02 | 1 | -1/+1 |
| * | (print): Don't drop thru to error for markers and overlays. | Richard M. Stallman | 1995-01-02 | 1 | -13/+16 |
| * | (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 |