(top_distclean): Don't rm build-install.
[bpt/emacs.git] / src /
1994-10-13 Richard M. StallmanInclude config.h.
1994-10-12 Richard M. Stallman(LD_SWITCH_SYSTEM): New definition.
1994-10-12 Richard M. StallmanComment changes.
1994-10-12 Richard M. Stallman(scan_sexps_forward): At startincomment,
1994-10-12 Karl Heuer(Fbyte_code): Skip optimization for all Lisp_Misc types.
1994-10-12 Karl Heuer(defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopr...
1994-10-12 Karl Heuer(do_symval_forwarding, store_symval_forwarding, find_sy...
1994-10-12 Karl Heuer(buffer_slot_type_mismatch): Take just the offset as...
1994-10-12 Karl Heuer(mark_object): Use the new substructure.
1994-10-12 Karl Heuer(enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_I...
1994-10-12 Karl Heuer(verify_interval_modification): Fix comment.
1994-10-12 Karl Heuer(test_completion): Fix reversed condition.
1994-10-12 Karl HeuerInstall Hiroshi Nakano's rewrite to allow multiple...
1994-10-11 Jim Blandy(scan_buffer): After temporarily turning immediate_quit...
1994-10-11 Jim Blandy(display_scan_buffer): Pass the correct number of argum...
1994-10-11 Richard M. Stallman(x_term_init): Call XtSetLanguageProc or XSetLocaleModi...
1994-10-11 Richard M. Stallman(read_key_sequence): The output of function-key-map
1994-10-11 Karl Heuer(print): Check the substructure.
1994-10-11 Karl Heuer(internal_equal): Check the substructure.
1994-10-11 Karl Heuer(buffer_slot_type_mismatch): Test against Lisp_Misc.
1994-10-11 Karl Heuer(MARKER_BLOCK_SIZE, marker_block, marker_free_list...
1994-10-11 Karl Heuer(OVERLAY_POSITION): Marker assert now tests substructure.
1994-10-11 Karl Heuer(Lisp_Misc): new type code, replacing Lisp_Marker ...
1994-10-11 Richard M. Stallman(list_buffers_1): Fix indentation in header lines.
1994-10-11 Karl Heuer(sys_subshell): Use NILP macro directly, not its expans...
1994-10-10 David J. MacKenzieentered into RCS
1994-10-10 Richard M. Stallman(redisplay_window): Fix Oct 1 change:
1994-10-10 Jim Blandy(syms_of_buffer): Doc fix for cache-long-line-scans.
1994-10-08 Jim Blandy* xdisp.c (redisplay_window): Invalidate width_run_cach...
1994-10-08 Jim Blandy* syntax.c (find_defun_start): Call scan_buffer with...
1994-10-08 Jim Blandy* search.c: #include "region-cache.h".
1994-10-08 Jim Blandy* insdel.c (prepare_to_modify_buffer): Invalidate width...
1994-10-08 Jim Blandy* indent.h (disptab_matches_widthtab, recompute_width_t...
1994-10-08 Jim Blandy* indent.c: #include "region-cache.h".
1994-10-08 Jim Blandy* disptab.h (window_display_table): Doc fix.
1994-10-08 Jim Blandy* cmds.c (Fforward_line): Call scan_buffer with new...
1994-10-08 Jim Blandy* buffer.h (struct buffer): New members: newline_cache,
1994-10-08 Jim Blandy* buffer.c: #include region-cache.h.
1994-10-08 Jim Blandy* Makefile.in.in (obj) Add region-cache.o to the list...
1994-10-08 Richard M. Stallman(file_name_completion): Ignore files "." and ".." in...
1994-10-08 Richard M. Stallman(test_completion): New function, extracted from do_comp...
1994-10-08 Richard M. Stallman(inhibit_local_menu_bar_menus): New variable.
1994-10-07 Karl Heuer(enum Lisp_Misc_Type): New type.
1994-10-07 Richard M. Stallman(make_gap): Keep input blocked till after we set BEG_ADDR.
1994-10-07 Richard M. Stallman(check_writable, check_executable): Test HAVE_EACCESS.
1994-10-07 Richard M. Stallman(HAVE_EACCESS): Add #undef.
1994-10-06 Karl Heuer(Lisp_Void, VOIDP): Deleted.
1994-10-06 Karl Heuer(Fboundp, Ffboundp, find_symbol_value, Fset, Fdefault_b...
1994-10-06 Karl Heuer(Fbyte_code): Delete case Lisp_Void.
1994-10-06 Karl Heuer(mark_object): Delete case Lisp_Void.
1994-10-06 Karl Heuer(Flsh, Fadd1, Fsub1, Flognot): Don't use XFASTINT when...
1994-10-06 Karl Heuer(Fabs): Don't use XFASTINT when negative.
1994-10-06 Karl Heuer(Fset, default_value, Fset_default, Fkill_local_variabl...
1994-10-06 Karl Heuer(defvar_per_buffer): Access buffer_local_flags as Lisp_...
1994-10-06 Karl Heuer(init_buffer_once): Don't use XSETFASTINT when negative.
1994-10-06 Karl Heuer(Fload, load_unwind): Store stream pointer as a cons...
1994-10-06 Karl Heuer(Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTRE...
1994-10-06 Karl Heuer(mark_object): Delete case Lisp_Internal_Stream.
1994-10-06 Karl Heuer(read1): New argument for returning out-of-band data...
1994-10-06 Karl Heuer(Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted.
1994-10-06 Richard M. Stallman(x_set_icon_type): Remove period from error message.
1994-10-06 Richard M. Stallman(make_hdr): Undo June 16 change.
1994-10-05 Richard M. Stallman(Ffile_regular_p): New function.
1994-10-04 Richard M. Stallman(Finteractive): Doc fix.
1994-10-04 Karl Heuer(single_keymap_panes, Fx_popup_menu): Don't use XFASTIN...
1994-10-04 Karl Heuer(construct_mouse_click): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(Fx_popup_menu, Fx_popup_dialog): Use new accessor...
1994-10-04 Karl Heuer(x_new_focus_frame, construct_mouse_click, construct_me...
1994-10-04 Richard M. Stallman(input_signal_count): New variable.
1994-10-04 Richard M. Stallman(widget_id_tick): Move definition into conditional.
1994-10-04 Karl Heuer(validate_region): Swap using temp Lisp_Object, not...
1994-10-04 Karl Heuer(read_process_output): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(Fmodify_syntax_entry): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(Fself_insert_command, Fnewline): Don't use XFASTINT...
1994-10-04 Karl Heuer(validate_interval_range): Don't use XFASTINT as an...
1994-10-04 Karl Heuer(try_window_id): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(x_set_menu_bar_lines_1): Don't use XFASTINT as an...
1994-10-04 Karl Heuer(XFASTINT): Changed to non-lvalue syntax, to ensure...
1994-10-04 Karl Heuer(Fx_open_connection): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(compute_char_face): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(redisplay, mark_window_display_accurate, redisplay_win...
1994-10-04 Karl Heuer(make_window, Fset_window_hscroll, Fset_window_start...
1994-10-04 Karl Heuer(create_process): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(record_delete, record_first_change): Don't use XFASTIN...
1994-10-04 Karl Heuer(Fnext_property_change, property_change_between_p,
1994-10-04 Karl Heuer(Fcopy_syntax_table, Fmodify_syntax_entry, scan_lists...
1994-10-04 Karl Heuer(skip_chars, Fmatch_data, Fstore_match_data): Don't...
1994-10-04 Karl Heuer(make_process, list_processes_1, create_process, Faccep...
1994-10-04 Karl Heuer(printchar): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(read_minibuf, get_minibuffer, read_minibuf_unwind...
1994-10-04 Karl Heuer(Fmarker_position): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer(Fend_kbd_macro, Fexecute_kbd_macro): Don't use XFASTIN...
1994-10-04 Karl Heuer(read_filtered_event, init_obarray): Don't use XFASTINT...
1994-10-04 Karl Heuer(synkey, access_keymap, store_in_keymap, Faccessible_ke...
1994-10-04 Karl Heuer(read_char, make_lispy_event, make_lispy_movement,...
1994-10-04 Karl Heuer(Fcurrent_column, Findent_to, Fcurrent_indentation...
1994-10-04 Karl Heuer(make_frame, Fframe_parameters, Fselected_frame, syms_o...
1994-10-04 Karl Heuer(Flength, concat, mapcar1): Don't use XFASTINT as an...
1994-10-04 Karl Heuer(Finsert_file_contents, Fwrite_region, Fdo_auto_save...
1994-10-04 Karl Heuer(Feval, Ffuncall, funcall_lambda, Fbacktrace): Don...
next