summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (term_init): Fatal error if screen is too small.Richard M. Stallman1995-01-041-0/+5
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-041-6/+6
* (store_function_docstring): Arg is now EMACS_INT.Richard M. Stallman1995-01-041-1/+2
* Use consistent spelling in comments.Karl Heuer1995-01-031-3/+3
* (enum Lisp_Type): Don't use trailing comma.Karl Heuer1995-01-031-22/+22
* (mark_object): Make `else' visible outside MULTI_FRAME.Karl Heuer1995-01-031-1/+1
* (enum Lisp_Type): Delete Lisp_Buffer.Richard M. Stallman1995-01-021-51/+63
* Use BUF_MARKERS throughout.Richard M. Stallman1995-01-021-10/+13
* (Fmake_indirect_buffer): New function.Richard M. Stallman1995-01-021-25/+275
* Use BUF_INTERVALS throughout.Richard M. Stallman1995-01-021-32/+35
* (validate_interval_range): Use BUF_INTERVALS.Richard M. Stallman1995-01-021-1/+1
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-11/+12
* (struct buffer): Fields markers and intervals moved out.Richard M. Stallman1995-01-021-105/+153
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-1/+1
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-4/+4
* (mark_buffer, gc_sweep): Use BUF_INTERVALS.Richard M. Stallman1995-01-021-8/+13
* (store_in_keymap): While dumping, copy DEF if a cons.Richard M. Stallman1995-01-021-2/+7
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-7/+19
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-15/+26
* (temp_output_buffer_show): Use BUF_SAVE_MODIFF.Richard M. Stallman1995-01-021-1/+1
* (print): Don't drop thru to error for markers and overlays.Richard M. Stallman1995-01-021-13/+16
* (Fprimitive_undo): Use base buffer's modtime field.Richard M. Stallman1995-01-021-6/+15
* Adapt to new Lisp_Object format.Richard M. Stallman1995-01-021-18/+40
* (regex_compile): Use putchar, not printchar.Richard M. Stallman1994-12-301-11/+9
* (print): Get size of compiled function as pseudovector.Richard M. Stallman1994-12-301-142/+161
* (VALBITS): Default now 28.Richard M. Stallman1994-12-301-82/+96
* (mark_object): Don't use Lisp_Process, Lisp_Window.Richard M. Stallman1994-12-301-70/+69
* (Faref): Handle compiled function as pseudovector.Richard M. Stallman1994-12-301-3/+9
* (Flength): Handle compiled function as pseudovector.Richard M. Stallman1994-12-301-1/+3
* (XSETFRAME): Use pseudovector.Richard M. Stallman1994-12-301-1/+1
* (x_scroll_bar_handle_click): Use GC_WINDOWP.Richard M. Stallman1994-12-301-23/+22
* Make size field an EMACS_INT.Richard M. Stallman1994-12-291-1/+1
* (Vmouse_leave_buffer_hook, Qmouse_leave_buffer_hook): New variables.Richard M. Stallman1994-12-281-0/+16
* [! sparc] (REL_INFO_TYPE): Use `struct relocation_info'.Richard M. Stallman1994-12-281-1/+1
* (make_lispy_event) [USE_X_TOOLKIT]: Turn offRichard M. Stallman1994-12-271-8/+11
* (XTupdate_begin): Fix backward test in previous change.Richard M. Stallman1994-12-271-3/+13
* (x_figure_window_size): Treat missing user-position parm as nil.Richard M. Stallman1994-12-261-1/+1
* (scrolling_1): When scroll_region_ok is set, use aRichard M. Stallman1994-12-261-9/+451
* (scroll_region_cost): New variable.Richard M. Stallman1994-12-261-0/+4
* (scroll_region_cost): Declared.Richard M. Stallman1994-12-261-0/+2
* (scrolling): Fewer restrictions if scroll_region_ok isRichard M. Stallman1994-12-261-2/+5
* (syms_of_buffer): Doc fix for buffer-file-type.Richard M. Stallman1994-12-251-1/+4
* (set_search_regs): Really set search_regs.start and .end.Richard M. Stallman1994-12-251-4/+4
* (read_minibuf): GCPRO things.Richard M. Stallman1994-12-251-7/+15
* (wrong_type_argument): Use Lisp_Type_Limit.Richard M. Stallman1994-12-251-1/+1
* (enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit.Richard M. Stallman1994-12-251-1/+1
* (enum Lisp_Type): Add Max_Lisp_Type.Richard M. Stallman1994-12-251-0/+3
* (wrong_type_argument): Abort if VALUE is invalid Lisp object.Richard M. Stallman1994-12-251-0/+6
* (SET_REGS_MATCHED): Do nothing if set_regs_matched_done is 1.Richard M. Stallman1994-12-241-13/+28
* (BASE_PURESIZE): Incremented by 20k.Richard M. Stallman1994-12-241-2/+2