(signal_before_change, signal_after_change): Major rewrite.
[bpt/emacs.git] / src / buffer.c
1995-07-27 Karl Heuer(record_overlay_string, overlay_strings): Handle zero...
1995-07-27 Karl Heuer(struct sortstrlist): New type.
1995-07-17 Karl Heuer(last_overlay_modification_hooks): New variable.
1995-07-07 Richard M. Stallman(overlays_in): Don't count empty overlays at END.
1995-06-26 Richard M. Stallman(overlays_in): New function.
1995-06-21 Richard M. Stallman(syms_of_buffer): Doc fix.
1995-06-14 Richard M. Stallman(Fprevious_overlay_change): Check for overlays that...
1995-06-07 Karl Heuer(Fbuffer_disable_undo): Make this function interactive.
1995-06-07 Karl HeuerDoc fix.
1995-06-05 Karl Heuer(Fkill_buffer): When killing indirect buffer,
1995-05-24 Karl Heuer(set_buffer_internal_1): New subroutine.
1995-05-17 Karl Heuer(Fmake_indirect_buffer): Fix interactive spec.
1995-05-15 Richard M. Stallman(syms_of_buffer): Doc fix.
1995-05-05 Karl Heuer(Qbefore_string, Qafter_string): New vars.
1995-05-02 Richard M. Stallman(Fset_buffer_modified_p): Use the truename for locking.
1995-04-17 Karl Heuer(adjust_overlays_for_insert): New function.
1995-04-13 Richard M. Stallman(Foverlays_at, Fnext_overlay_change): Don't use NULL.
1995-04-13 Richard M. Stallman(evaporate_overlays): Fix type error.
1995-04-07 Richard M. Stallman(Fmake_overlay): Use XMISCTYPE.
1995-04-06 Richard M. Stallman(Fkill_buffer): Call reset_buffer_local_variables
1995-03-24 Karl Heuer(syms_of_buffer): Doc fix.
1995-03-22 Karl Heuer(overlay_touches_p): New function.
1995-03-17 Boris Goldowsky(reset_buffer): Reset file_format element too.(init_buf...
1995-03-14 Richard M. Stallman(Fmake_indirect_buffer): Invert the arguments.
1995-03-11 Richard M. Stallman(reset_buffer_local_variables): Init invisibility.
1995-03-06 Richard M. Stallman(Fpop_to_buffer): Call Fset_buffer_major_mode if we...
1995-02-14 Richard M. Stallman(syms_of_buffer): Set up Lisp var buffer-file-truename.
1995-02-05 Richard M. Stallman(Fget_buffer_create): Call buffer_memory_full.
1995-01-31 Richard M. Stallman(syms_of_buffer): overwrite-mode doc fix.
1995-01-27 Richard M. Stallman(init_buffer_once, syms_of_buffer):
1995-01-20 Richard M. Stallman(syms_of_buffer) [DOS_NT]: Add missing ';'.
1995-01-17 Richard M. Stallman(list_buffers_1, Flist_buffers): Functions deleted.
1995-01-08 Richard M. Stallman(syms_of_buffer): Doc fix.
1995-01-02 Richard M. Stallman(Fmake_indirect_buffer): New function.
1994-12-25 Richard M. Stallman(syms_of_buffer): Doc fix for buffer-file-type.
1994-12-21 Richard M. Stallman(Fget_buffer_create): Copy the name, and clear text...
1994-12-11 Richard M. Stallman(report_overlay_modification): Renamed from verify_over...
1994-12-11 Richard M. Stallman(list_buffers_1): Right-align the size values.
1994-11-28 Richard M. Stallman(Fkill_buffer): Use internal_delete_file.
1994-11-15 Karl Heuer(overlays_at): Use the new type-test macros.
1994-11-15 Richard M. Stallman(Frename_buffer): Rename arg NAME to NEWNAME.
1994-11-15 Richard M. Stallman(Frename_buffer): Rename arg NAME to NEWNAME.
1994-11-15 Karl Heuer(Fmake_overlay, Foverlay_properties, Foverlay_get,...
1994-11-15 Karl Heuer(Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE...
1994-11-11 Karl Heuer(set_buffer_internal): Use XBUFFER_LOCAL_VALUE, not...
1994-11-02 Richard M. Stallman(init_buffer): Fix error message syntax.
1994-11-01 Richard M. Stallman(init_buffer): Use DIRECTORY_SEP, IS_DIRECTORY_SEP...
1994-10-27 Karl Heuer(Fset_buffer_major_mode): New function. Set the defaul...
1994-10-20 Richard M. Stallman(list_buffers_1): Always mark current_buffer read-only.
1994-10-12 Karl Heuer(buffer_slot_type_mismatch): Take just the offset as...
1994-10-11 Karl Heuer(buffer_slot_type_mismatch): Test against Lisp_Misc.
1994-10-11 Richard M. Stallman(list_buffers_1): Fix indentation in header lines.
1994-10-10 Jim Blandy(syms_of_buffer): Doc fix for cache-long-line-scans.
1994-10-08 Jim Blandy* buffer.c: #include region-cache.h.
1994-10-06 Karl Heuer(init_buffer_once): Don't use XSETFASTINT when negative.
1994-10-04 Karl Heuer(validate_region): Swap using temp Lisp_Object, not...
1994-10-04 Karl Heuer(reset_buffer, Ferase_buffer, validate_region, list_buf...
1994-10-04 Karl Heuer(Fget_buffer_create, Frename_buffer, Fbuffer_disable_undo,
1994-10-01 Richard M. Stallman(Foverlay_get): Handle `category' property on overlay.
1994-09-27 Karl Heuer(nsberror, Fget_buffer, Fget_file_buffer, Fbuffer_local...
1994-09-24 Richard M. Stallman(get-file-buffer): Doc fix.
1994-09-22 Karl Heuer(evaporate_overlays): Overlay is in car, not cdr.
1994-09-21 Richard M. Stallman(overlays_at): New arg PREV_PTR.
1994-09-19 Karl Heuer(syms_of_buffer): Doc fix.
1994-09-19 Jim BlandyAdd a new element to display tables controlling side...
1994-09-18 Richard M. Stallman(reset_buffer): Don't call reset_buffer_local_variables.
1994-09-17 Karl Heuer(Qevaporate): New symbol.
1994-09-17 Richard M. Stallman(reset_buffer_local_variables, Fbuffer_local_variables)
1994-08-23 Karl Heuer(Frename_buffer): Fix gcpro problems.
1994-08-16 Richard M. Stallman(list_buffers_1): Update header line layout.
1994-08-03 Richard M. Stallman(list_buffers_1): Add one column to size column.
1994-07-02 Richard M. Stallman(syms_of_buffer): Doc fix.
1994-07-02 Richard M. Stallman(syms_of_buffer): Doc fix.
1994-06-28 Richard M. Stallman(Foverlay_put): Pass redisplay_region a struct buffer *.
1994-06-25 Richard M. Stallman(send_process): Major rewrite.
1994-06-23 Richard M. Stallman(Fmove_overlay): Fix typo in previous change.
1994-06-21 Richard M. Stallman(Fmove_overlay): Add missing XINT calls in previous...
1994-06-21 Richard M. Stallman(Fkill_buffer): Don't delete auto save file
1994-06-20 Richard M. Stallman(Fmove_overlay): Call redisplay_region even when
1994-05-24 Richard M. Stallman(verify_overlay_modification): GCPRO tail and overlay.
1994-05-17 Karl Heuer(fix_overlays_in_range): New function.
1994-05-13 Karl Heuer(Foverlay_lists): Doc fix.
1994-05-11 Richard M. Stallman(Frename_buffer): Reject empty string as new name.
1994-05-10 Richard M. Stallman(Qbuffer_file_type): Var deleted.
1994-05-03 Richard M. Stallman(syms_of_buffer): Doc fix.
1994-05-02 Richard M. Stallman(init_buffer_once): Initialize buffer_file_type field...
1994-04-24 Richard M. Stallman(Fkill_all_local_variables): Doc fix.
1994-04-23 Richard M. Stallman(reset_buffer_local_variables): Use Vascii_eqv_table
1994-04-22 Karl HeuerPass operation to Ffind_file_name_handler.
1994-04-10 Richard M. Stallman(Vafter_change_functions, Vbefore_change_functions...
1994-04-06 Karl Heuer(Fget_buffer_create): Disallow empty string.
1994-04-05 Karl Heuer(verify_overlay_modification): Run modification-hooks...
1994-04-03 Richard M. Stallman(overlays_at): Fix previous change.
1994-04-03 Richard M. Stallman(overlays_at): Use XGCTYPE.
1994-04-02 Karl Heuer(list_buffers_1): Set buffer contents, then mode.
1994-03-30 Richard M. Stallman(verify_overlay_modification):
1994-03-23 Karl Heuer(sort_overlays, Fmake_overlay): Use assignment, not...
1994-03-23 Richard M. Stallman(reset_buffer): Init auto_save_failure_time slot.
1994-03-14 Karl Heuer(buffer-display-table, buffer-undo-list): Delete docstr...
1994-03-05 Richard M. Stallman(Fkill_buffer, Fkill_all_local_variables):
next