aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (scan_sexps_forward): At startincomment,Richard M. Stallman1994-10-121-1/+13
* (Fbyte_code): Skip optimization for all Lisp_Misc types.Karl Heuer1994-10-121-4/+1
* (defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopro, defvar_per_buffer):Karl Heuer1994-10-121-24/+31
* (do_symval_forwarding, store_symval_forwarding, find_symbol_value, Fset,Karl Heuer1994-10-121-57/+64
* (buffer_slot_type_mismatch): Take just the offset as argument. Only checkKarl Heuer1994-10-121-13/+7
* (mark_object): Use the new substructure.Karl Heuer1994-10-121-8/+10
* (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Intfwd,Karl Heuer1994-10-121-42/+60
* (verify_interval_modification): Fix comment.Karl Heuer1994-10-121-1/+1
* (test_completion): Fix reversed condition.Karl Heuer1994-10-121-1/+1
* Install Hiroshi Nakano's rewrite to allow multiple heaps, for implementationsKarl Heuer1994-10-121-142/+449
* (scan_buffer): After temporarily turning immediate_quit off, turn itJim Blandy1994-10-111-2/+3
* (display_scan_buffer): Pass the correct number of arguments toJim Blandy1994-10-111-1/+1
* (x_term_init): Call XtSetLanguageProc or XSetLocaleModifiers.Richard M. Stallman1994-10-111-3/+15
* (read_key_sequence): The output of function-key-mapRichard M. Stallman1994-10-111-4/+16
* (print): Check the substructure.Karl Heuer1994-10-111-10/+18
* (internal_equal): Check the substructure.Karl Heuer1994-10-111-0/+1
* (buffer_slot_type_mismatch): Test against Lisp_Misc.Karl Heuer1994-10-111-1/+1
* (MARKER_BLOCK_SIZE, marker_block, marker_free_list): Now refers to theKarl Heuer1994-10-111-36/+69
* (OVERLAY_POSITION): Marker assert now tests substructure.Karl Heuer1994-10-111-2/+3
* (Lisp_Misc): new type code, replacing Lisp_Marker (and soon to replace otherKarl Heuer1994-10-111-7/+26
* (list_buffers_1): Fix indentation in header lines.Richard M. Stallman1994-10-111-2/+2
* (sys_subshell): Use NILP macro directly, not its expansion. Previous code wasKarl Heuer1994-10-111-2/+1
* entered into RCSDavid J. MacKenzie1994-10-101-0/+4
* (redisplay_window): Fix Oct 1 change:Richard M. Stallman1994-10-101-2/+4
* (syms_of_buffer): Doc fix for cache-long-line-scans.Jim Blandy1994-10-101-11/+23
* * xdisp.c (redisplay_window): Invalidate width_run_cache, if theJim Blandy1994-10-081-9/+66
* * syntax.c (find_defun_start): Call scan_buffer with new args.Jim Blandy1994-10-081-2/+2
* * search.c: #include "region-cache.h".Jim Blandy1994-10-081-72/+227
* * insdel.c (prepare_to_modify_buffer): Invalidate width run andJim Blandy1994-10-081-0/+9
* * indent.h (disptab_matches_widthtab, recompute_width_table): NewJim Blandy1994-10-081-0/+12
* * indent.c: #include "region-cache.h".Jim Blandy1994-10-081-77/+308
* * disptab.h (window_display_table): Doc fix.Jim Blandy1994-10-081-0/+4
* * cmds.c (Fforward_line): Call scan_buffer with new args.Jim Blandy1994-10-081-8/+2
* * buffer.h (struct buffer): New members: newline_cache,Jim Blandy1994-10-081-0/+30
* * buffer.c: #include region-cache.h.Jim Blandy1994-10-081-0/+35
* * Makefile.in.in (obj) Add region-cache.o to the list of files.Jim Blandy1994-10-081-3/+6
* (file_name_completion): Ignore files "." and ".." in first pass.Richard M. Stallman1994-10-081-8/+11
* (test_completion): New function, extracted from do_completion.Richard M. Stallman1994-10-081-29/+36
* (inhibit_local_menu_bar_menus): New variable.Richard M. Stallman1994-10-081-0/+14
* (enum Lisp_Misc_Type): New type.Karl Heuer1994-10-071-1/+8
* (make_gap): Keep input blocked till after we set BEG_ADDR.Richard M. Stallman1994-10-071-2/+7
* (check_writable, check_executable): Test HAVE_EACCESS.Richard M. Stallman1994-10-071-2/+2
* (HAVE_EACCESS): Add #undef.Richard M. Stallman1994-10-071-0/+2
* (Lisp_Void, VOIDP): Deleted.Karl Heuer1994-10-061-5/+0
* (Fboundp, Ffboundp, find_symbol_value, Fset, Fdefault_boundp, Fdefault_value):Karl Heuer1994-10-061-13/+6
* (Fbyte_code): Delete case Lisp_Void.Karl Heuer1994-10-061-1/+0
* (mark_object): Delete case Lisp_Void.Karl Heuer1994-10-061-1/+0
* (Flsh, Fadd1, Fsub1, Flognot): Don't use XFASTINT when negative.Karl Heuer1994-10-061-5/+5
* (Fabs): Don't use XFASTINT when negative.Karl Heuer1994-10-061-1/+1
* (Fset, default_value, Fset_default, Fkill_local_variable): AccessKarl Heuer1994-10-061-4/+7