summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* (syms_of_buffer): Doc fix.Karl Heuer1996-07-111-3/+3
* (Fkill_buffer): Doc fix.Richard M. Stallman1996-06-121-1/+1
* (Fpop_to_buffer): Doc fix.Richard M. Stallman1996-05-301-1/+3
* (add_overlay_mod_hooklist): Fix call to bcopy.Richard M. Stallman1996-05-011-2/+2
* (syms_of_buffer): Doc fix.Richard M. Stallman1996-04-161-0/+1
* (Fbuffer_live_p): New function.Richard M. Stallman1996-02-061-0/+11
* (syms_of_buffer): Doc fix.Richard M. Stallman1996-02-031-0/+3
* Whitespace change.Richard M. Stallman1996-01-281-0/+1
* (Fother_buffer): If we have to create a new buffer, useKarl Heuer1996-01-191-1/+4
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fmake_indirect_buffer, Fset_buffer_major_mode, Fpop_to_buffer,Erik Naggum1996-01-091-21/+20
* (Fkill_buffer): Delete buffer from Vbuffer_alist after replacing it.Erik Naggum1996-01-021-1/+1
* (Fkill_buffer): Use replace_buffer_in_all_windows.Richard M. Stallman1996-01-021-1/+1
* (Fkill_buffer): Rename arg bufname to buffer.Karl Heuer1995-12-211-27/+25
* (Fmake_overlay): New args front-advance and rear-advance.Richard M. Stallman1995-11-101-13/+12
* (reset_buffer_local_variables): CallRichard M. Stallman1995-10-221-0/+8
* (reset_buffer): Initialize extra1, extra2 and extra3 slots.Richard M. Stallman1995-10-211-0/+3
* (reset_buffer): Initialize redisplay_end_trigger slot.Richard M. Stallman1995-10-211-1/+12
* (reset_buffer_local_variables): Init case_table slots the new way.Richard M. Stallman1995-10-191-3/+3
* (Fkill_buffer): Don't kill auto save file if not recent.Richard M. Stallman1995-10-111-1/+2
* (buffer-display-table): Document new implementation.Erik Naggum1995-10-091-10/+11
* (init_buffer_once): Make file_format always local, not just local when set.Richard M. Stallman1995-10-081-1/+1
* (Fmake_indirect_buffer): Was taking marker positionsRichard M. Stallman1995-10-041-3/+7
* (Fmake_overlay): Set end-marker's insertion_type to 1.Richard M. Stallman1995-10-031-0/+2
* (Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1.Richard M. Stallman1995-09-031-0/+2
* (get_truename_buffer): New function.Richard M. Stallman1995-08-091-0/+18
* (Qbefore_change_functions, Qafter_change_functions): New variables.Richard M. Stallman1995-08-051-8/+14
* (record_overlay_string, overlay_strings): Handle zero-sized overlays better.Karl Heuer1995-07-271-17/+37
* (struct sortstrlist): New type.Karl Heuer1995-07-271-148/+86
* (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