aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
1996-02-06(Fbuffer_live_p): New function.Richard M. Stallman1-0/+11
1996-02-03(syms_of_buffer): Doc fix.Richard M. Stallman1-0/+3
1996-01-28Whitespace change.Richard M. Stallman1-0/+1
1996-01-19(Fother_buffer): If we have to create a new buffer, useKarl Heuer1-1/+4
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-09(Fmake_indirect_buffer, Fset_buffer_major_mode, Fpop_to_buffer,Erik Naggum1-21/+20
1996-01-02(Fkill_buffer): Delete buffer from Vbuffer_alist after replacing it.Erik Naggum1-1/+1
1996-01-02(Fkill_buffer): Use replace_buffer_in_all_windows.Richard M. Stallman1-1/+1
1995-12-21(Fkill_buffer): Rename arg bufname to buffer.Karl Heuer1-27/+25
1995-11-10(Fmake_overlay): New args front-advance and rear-advance.Richard M. Stallman1-13/+12
1995-10-22(reset_buffer_local_variables): CallRichard M. Stallman1-0/+8
1995-10-21(reset_buffer): Initialize extra1, extra2 and extra3 slots.Richard M. Stallman1-0/+3
1995-10-21(reset_buffer): Initialize redisplay_end_trigger slot.Richard M. Stallman1-1/+12
1995-10-19(reset_buffer_local_variables): Init case_table slots the new way.Richard M. Stallman1-3/+3
1995-10-11(Fkill_buffer): Don't kill auto save file if not recent.Richard M. Stallman1-1/+2
1995-10-09(buffer-display-table): Document new implementation.Erik Naggum1-10/+11
1995-10-08(init_buffer_once): Make file_format always local, not just local when set.Richard M. Stallman1-1/+1
1995-10-04(Fmake_indirect_buffer): Was taking marker positionsRichard M. Stallman1-3/+7
1995-10-03(Fmake_overlay): Set end-marker's insertion_type to 1.Richard M. Stallman1-0/+2
1995-09-03(Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1.Richard M. Stallman1-0/+2
1995-08-09(get_truename_buffer): New function.Richard M. Stallman1-0/+18
1995-08-05(Qbefore_change_functions, Qafter_change_functions): New variables.Richard M. Stallman1-8/+14
1995-07-27(record_overlay_string, overlay_strings): Handle zero-sized overlays better.Karl Heuer1-17/+37
1995-07-27(struct sortstrlist): New type.Karl Heuer1-148/+86
1995-07-17(last_overlay_modification_hooks): New variable.Karl Heuer1-7/+92
1995-07-07(overlays_in): Don't count empty overlays at END.Richard M. Stallman1-9/+12
1995-06-26(overlays_in): New function.Richard M. Stallman1-4/+170
1995-06-21(syms_of_buffer): Doc fix.Richard M. Stallman1-1/+1
1995-06-14(Fprevious_overlay_change): Check for overlays that end at POS.Richard M. Stallman1-2/+24
1995-06-07(Fbuffer_disable_undo): Make this function interactive.Karl Heuer1-2/+2
1995-06-07Doc fix.Karl Heuer1-2/+2
1995-06-05(Fkill_buffer): When killing indirect buffer,Karl Heuer1-4/+25
1995-05-24(set_buffer_internal_1): New subroutine.Karl Heuer1-4/+19
1995-05-17(Fmake_indirect_buffer): Fix interactive spec.Karl Heuer1-1/+1
1995-05-15(syms_of_buffer): Doc fix.Richard M. Stallman1-1/+2
1995-05-05(Qbefore_string, Qafter_string): New vars.Karl Heuer1-4/+234
1995-05-02(Fset_buffer_modified_p): Use the truename for locking.Richard M. Stallman1-1/+1
1995-04-17(adjust_overlays_for_insert): New function.Karl Heuer1-0/+34
1995-04-13(Foverlays_at, Fnext_overlay_change): Don't use NULL.Richard M. Stallman1-3/+6
1995-04-13(evaporate_overlays): Fix type error.Richard M. Stallman1-2/+2
1995-04-07(Fmake_overlay): Use XMISCTYPE.Richard M. Stallman1-1/+1
1995-04-06(Fkill_buffer): Call reset_buffer_local_variablesRichard M. Stallman1-30/+53
1995-03-24(syms_of_buffer): Doc fix.Karl Heuer1-2/+2
1995-03-22(overlay_touches_p): New function.Karl Heuer1-0/+41
1995-03-17(reset_buffer): Reset file_format element too.(init_buffer_once): Define file...Boris Goldowsky1-0/+8
1995-03-14(Fmake_indirect_buffer): Invert the arguments.Richard M. Stallman1-5/+6
1995-03-11(reset_buffer_local_variables): Init invisibility.Richard M. Stallman1-1/+15
1995-03-06(Fpop_to_buffer): Call Fset_buffer_major_mode if we create a buffer.Richard M. Stallman1-1/+8
1995-02-14(syms_of_buffer): Set up Lisp var buffer-file-truename.Richard M. Stallman1-0/+9
1995-02-05(Fget_buffer_create): Call buffer_memory_full.Richard M. Stallman1-1/+1