summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
1995-08-05(Qbefore_change_functions, Qafter_change_functions): New variables.Richard M. Stallman
1995-07-27(record_overlay_string, overlay_strings): Handle zero-sized overlays better.Karl Heuer
1995-07-27(struct sortstrlist): New type.Karl Heuer
1995-07-17(last_overlay_modification_hooks): New variable.Karl Heuer
1995-07-07(overlays_in): Don't count empty overlays at END.Richard M. Stallman
1995-06-26(overlays_in): New function.Richard M. Stallman
1995-06-21(syms_of_buffer): Doc fix.Richard M. Stallman
1995-06-14(Fprevious_overlay_change): Check for overlays that end at POS.Richard M. Stallman
1995-06-07(Fbuffer_disable_undo): Make this function interactive.Karl Heuer
1995-06-07Doc fix.Karl Heuer
1995-06-05(Fkill_buffer): When killing indirect buffer,Karl Heuer
1995-05-24(set_buffer_internal_1): New subroutine.Karl Heuer
1995-05-17(Fmake_indirect_buffer): Fix interactive spec.Karl Heuer
1995-05-15(syms_of_buffer): Doc fix.Richard M. Stallman
1995-05-05(Qbefore_string, Qafter_string): New vars.Karl Heuer
1995-05-02(Fset_buffer_modified_p): Use the truename for locking.Richard M. Stallman
1995-04-17(adjust_overlays_for_insert): New function.Karl Heuer
1995-04-13(Foverlays_at, Fnext_overlay_change): Don't use NULL.Richard M. Stallman
1995-04-13(evaporate_overlays): Fix type error.Richard M. Stallman
1995-04-07(Fmake_overlay): Use XMISCTYPE.Richard M. Stallman
1995-04-06(Fkill_buffer): Call reset_buffer_local_variablesRichard M. Stallman
1995-03-24(syms_of_buffer): Doc fix.Karl Heuer
1995-03-22(overlay_touches_p): New function.Karl Heuer
1995-03-17(reset_buffer): Reset file_format element too.(init_buffer_once): Define file...Boris Goldowsky
1995-03-14(Fmake_indirect_buffer): Invert the arguments.Richard M. Stallman
1995-03-11(reset_buffer_local_variables): Init invisibility.Richard M. Stallman
1995-03-06(Fpop_to_buffer): Call Fset_buffer_major_mode if we create a buffer.Richard M. Stallman
1995-02-14(syms_of_buffer): Set up Lisp var buffer-file-truename.Richard M. Stallman
1995-02-05(Fget_buffer_create): Call buffer_memory_full.Richard M. Stallman
1995-01-31(syms_of_buffer): overwrite-mode doc fix.Richard M. Stallman
1995-01-27(init_buffer_once, syms_of_buffer):Richard M. Stallman
1995-01-20(syms_of_buffer) [DOS_NT]: Add missing ';'.Richard M. Stallman
1995-01-17(list_buffers_1, Flist_buffers): Functions deleted.Richard M. Stallman
1995-01-08(syms_of_buffer): Doc fix.Richard M. Stallman
1995-01-02(Fmake_indirect_buffer): New function.Richard M. Stallman
1994-12-25(syms_of_buffer): Doc fix for buffer-file-type.Richard M. Stallman
1994-12-21(Fget_buffer_create): Copy the name, and clear text props.Richard M. Stallman
1994-12-11(report_overlay_modification): Renamed from verify_overlay_modification.Richard M. Stallman
1994-12-11(list_buffers_1): Right-align the size values.Richard M. Stallman
1994-11-28(Fkill_buffer): Use internal_delete_file.Richard M. Stallman
1994-11-15(overlays_at): Use the new type-test macros.Karl Heuer
1994-11-15(Frename_buffer): Rename arg NAME to NEWNAME.Richard M. Stallman
1994-11-15(Frename_buffer): Rename arg NAME to NEWNAME.Richard M. Stallman
1994-11-15(Fmake_overlay, Foverlay_properties, Foverlay_get, Foverlay_put): Use newKarl Heuer
1994-11-15(Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE, not XCONS.Karl Heuer
1994-11-11(set_buffer_internal): Use XBUFFER_LOCAL_VALUE, not XCONS.Karl Heuer
1994-11-02(init_buffer): Fix error message syntax.Richard M. Stallman
1994-11-01(init_buffer): Use DIRECTORY_SEP, IS_DIRECTORY_SEP macros,Richard M. Stallman
1994-10-27(Fset_buffer_major_mode): New function. Set the default major mode here.Karl Heuer
1994-10-20(list_buffers_1): Always mark current_buffer read-only.Richard M. Stallman