summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* (last_overlay_modification_hooks): New variable.Karl Heuer1995-07-171-7/+92
* (overlays_in): Don't count empty overlays at END.Richard M. Stallman1995-07-071-9/+12
* (overlays_in): New function.Richard M. Stallman1995-06-261-4/+170
* (syms_of_buffer): Doc fix.Richard M. Stallman1995-06-211-1/+1
* (Fprevious_overlay_change): Check for overlays that end at POS.Richard M. Stallman1995-06-141-2/+24
* (Fbuffer_disable_undo): Make this function interactive.Karl Heuer1995-06-071-2/+2
* Doc fix.Karl Heuer1995-06-071-2/+2
* (Fkill_buffer): When killing indirect buffer,Karl Heuer1995-06-051-4/+25
* (set_buffer_internal_1): New subroutine.Karl Heuer1995-05-241-4/+19
* (Fmake_indirect_buffer): Fix interactive spec.Karl Heuer1995-05-171-1/+1
* (syms_of_buffer): Doc fix.Richard M. Stallman1995-05-151-1/+2
* (Qbefore_string, Qafter_string): New vars.Karl Heuer1995-05-051-4/+234
* (Fset_buffer_modified_p): Use the truename for locking.Richard M. Stallman1995-05-021-1/+1
* (adjust_overlays_for_insert): New function.Karl Heuer1995-04-171-0/+34
* (Foverlays_at, Fnext_overlay_change): Don't use NULL.Richard M. Stallman1995-04-131-3/+6
* (evaporate_overlays): Fix type error.Richard M. Stallman1995-04-131-2/+2
* (Fmake_overlay): Use XMISCTYPE.Richard M. Stallman1995-04-071-1/+1
* (Fkill_buffer): Call reset_buffer_local_variablesRichard M. Stallman1995-04-061-30/+53
* (syms_of_buffer): Doc fix.Karl Heuer1995-03-241-2/+2
* (overlay_touches_p): New function.Karl Heuer1995-03-221-0/+41
* (reset_buffer): Reset file_format element too.(init_buffer_once): Define file...Boris Goldowsky1995-03-171-0/+8
* (Fmake_indirect_buffer): Invert the arguments.Richard M. Stallman1995-03-141-5/+6
* (reset_buffer_local_variables): Init invisibility.Richard M. Stallman1995-03-111-1/+15
* (Fpop_to_buffer): Call Fset_buffer_major_mode if we create a buffer.Richard M. Stallman1995-03-061-1/+8
* (syms_of_buffer): Set up Lisp var buffer-file-truename.Richard M. Stallman1995-02-141-0/+9
* (Fget_buffer_create): Call buffer_memory_full.Richard M. Stallman1995-02-051-1/+1
* (syms_of_buffer): overwrite-mode doc fix.Richard M. Stallman1995-01-311-1/+3
* (init_buffer_once, syms_of_buffer):Richard M. Stallman1995-01-271-0/+5
* (syms_of_buffer) [DOS_NT]: Add missing ';'.Richard M. Stallman1995-01-201-9/+9
* (list_buffers_1, Flist_buffers): Functions deleted.Richard M. Stallman1995-01-171-131/+0
* (syms_of_buffer): Doc fix.Richard M. Stallman1995-01-081-7/+7
* (Fmake_indirect_buffer): New function.Richard M. Stallman1995-01-021-25/+275
* (syms_of_buffer): Doc fix for buffer-file-type.Richard M. Stallman1994-12-251-1/+4
* (Fget_buffer_create): Copy the name, and clear text props.Richard M. Stallman1994-12-211-1/+38
* (report_overlay_modification): Renamed from verify_overlay_modification.Richard M. Stallman1994-12-111-15/+27
* (list_buffers_1): Right-align the size values.Richard M. Stallman1994-12-111-7/+25
* (Fkill_buffer): Use internal_delete_file.Richard M. Stallman1994-11-281-1/+1
* (overlays_at): Use the new type-test macros.Karl Heuer1994-11-151-2/+2
* (Frename_buffer): Rename arg NAME to NEWNAME.Richard M. Stallman1994-11-151-3/+3
* (Frename_buffer): Rename arg NAME to NEWNAME.Richard M. Stallman1994-11-151-12/+12
* (Fmake_overlay, Foverlay_properties, Foverlay_get, Foverlay_put): Use newKarl Heuer1994-11-151-16/+12
* (Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE, not XCONS.Karl Heuer1994-11-151-5/+6
* (set_buffer_internal): Use XBUFFER_LOCAL_VALUE, not XCONS.Karl Heuer1994-11-111-2/+2
* (init_buffer): Fix error message syntax.Richard M. Stallman1994-11-021-1/+1
* (init_buffer): Use DIRECTORY_SEP, IS_DIRECTORY_SEP macros,Richard M. Stallman1994-11-011-7/+12
* (Fset_buffer_major_mode): New function. Set the default major mode here.Karl Heuer1994-10-271-24/+41
* (list_buffers_1): Always mark current_buffer read-only.Richard M. Stallman1994-10-201-1/+5
* (buffer_slot_type_mismatch): Take just the offset as argument. Only checkKarl Heuer1994-10-121-13/+7
* (buffer_slot_type_mismatch): Test against Lisp_Misc.Karl Heuer1994-10-111-1/+1
* (list_buffers_1): Fix indentation in header lines.Richard M. Stallman1994-10-111-2/+2