aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
1994-07-02(syms_of_buffer): Doc fix.Richard M. Stallman1-1/+3
1994-07-02(syms_of_buffer): Doc fix.Richard M. Stallman1-1/+1
1994-06-28(Foverlay_put): Pass redisplay_region a struct buffer *.Richard M. Stallman1-2/+2
1994-06-25(send_process): Major rewrite.Richard M. Stallman1-10/+18
1994-06-23(Fmove_overlay): Fix typo in previous change.Richard M. Stallman1-2/+2
1994-06-21(Fmove_overlay): Add missing XINT calls in previous change.Richard M. Stallman1-1/+1
1994-06-21(Fkill_buffer): Don't delete auto save fileRichard M. Stallman1-2/+3
1994-06-20(Fmove_overlay): Call redisplay_region even whenRichard M. Stallman1-1/+21
1994-05-24(verify_overlay_modification): GCPRO tail and overlay.Richard M. Stallman1-6/+28
1994-05-17(fix_overlays_in_range): New function.Karl Heuer1-0/+103
1994-05-13(Foverlay_lists): Doc fix.Karl Heuer1-2/+3
1994-05-11(Frename_buffer): Reject empty string as new name.Richard M. Stallman1-4/+8
1994-05-10(Qbuffer_file_type): Var deleted.Richard M. Stallman1-10/+21
1994-05-03(syms_of_buffer): Doc fix.Richard M. Stallman1-1/+1
1994-05-02(init_buffer_once): Initialize buffer_file_type field right.Richard M. Stallman1-1/+1
1994-04-24(Fkill_all_local_variables): Doc fix.Richard M. Stallman1-1/+4
1994-04-23(reset_buffer_local_variables): Use Vascii_eqv_tableRichard M. Stallman1-2/+2
1994-04-22Pass operation to Ffind_file_name_handler.Karl Heuer1-1/+1
1994-04-10(Vafter_change_functions, Vbefore_change_functions): New variables.Richard M. Stallman1-4/+31
1994-04-06(Fget_buffer_create): Disallow empty string.Karl Heuer1-0/+3
1994-04-05(verify_overlay_modification): Run modification-hooks for any deletion thatKarl Heuer1-6/+6
1994-04-03(overlays_at): Fix previous change.Richard M. Stallman1-2/+2
1994-04-03(overlays_at): Use XGCTYPE.Richard M. Stallman1-4/+4
1994-04-02(list_buffers_1): Set buffer contents, then mode.Karl Heuer1-7/+4
1994-03-30(verify_overlay_modification):Richard M. Stallman1-6/+31
1994-03-23(sort_overlays, Fmake_overlay): Use assignment, not initialization.Karl Heuer1-5/+6
1994-03-23(reset_buffer): Init auto_save_failure_time slot.Richard M. Stallman1-0/+1
1994-03-14(buffer-display-table, buffer-undo-list): Delete docstring of second versionKarl Heuer1-2/+2
1994-03-05(Fkill_buffer, Fkill_all_local_variables):Richard M. Stallman1-2/+4
1994-03-03(Fget_file_buffer): Doc fix.Karl Heuer1-0/+1
1994-02-24(sort_overlays): Allow for null window.Karl Heuer1-20/+20
1994-02-24(Fkill_buffer): Call the Vkill_buffer_query_functions.Richard M. Stallman1-1/+21
1994-02-11(syms_of_buffer): Doc fix.Richard M. Stallman1-1/+3
1994-02-09(Fkill_all_local_variables): Run change-major-mode-hook.Karl Heuer1-0/+2
1994-02-09(sort-overlays): New function, extracted from xfaces.c.Karl Heuer1-0/+85
1994-01-30Whitespace change.Richard M. Stallman1-2/+2
1994-01-29(kill-all-local-variables): follow symbol forwarding.Karl Heuer1-1/+2
1994-01-12(syms_of_buffer): Don't do (put 'erase-buffer 'disabled t) here.Roland McGrath1-3/+5
1994-01-08[MSDOS]: New buffer-local variable:Richard M. Stallman1-0/+25
1994-01-04Don't include syntax.h.Richard M. Stallman1-1/+12
1993-12-23(Fbuffer_disable_undo): Make arg optional.Richard M. Stallman1-2/+3
1993-11-20(Frename_buffer): When the current buffer is already named NAME, don'tRoland McGrath1-1/+5
1993-11-20Undo last change. SPC feeping at you is too annoying.Roland McGrath1-1/+1
1993-11-20(Frename_buffer): Change s to B in interactive spec to give buffer-nameRoland McGrath1-1/+1
1993-11-19(Flist_buffers): Always return a value.Richard M. Stallman1-3/+4
1993-11-16(Foverlay_put): Don't call redisplay_region if overlay has no buffer.Richard M. Stallman1-3/+5
1993-11-09(Ferase_buffer): Doc fix.Richard M. Stallman1-1/+1
1993-10-14(Fdelete_overlay, Foverlay_put): Use marker_position,Richard M. Stallman1-4/+4
1993-09-10Include <config.h> instead of "config.h".Roland McGrath1-1/+1
1993-08-11(verify_overlay_modification): initialize endpos.Richard M. Stallman1-0/+1