aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
1993-08-02(Fmove_overlay): Avoid initializer for Lisp_Object vars.Richard M. Stallman1-4/+6
1993-07-22(syms_of_buffer): Lisp var doc fixes.Richard M. Stallman1-0/+10
1993-07-21(Qmodification_hooks, Qinsert_in_front_hooks)Richard M. Stallman1-0/+10
1993-07-15(Fbuffer_local_variables): For local var that is unbound,Richard M. Stallman1-13/+26
1993-07-13(verify_overlay_modification): New function.Richard M. Stallman1-0/+95
1993-06-22* buffer.c (list_buffers_1): Make desired_point a lisp object; setJim Blandy1-9/+12
1993-06-17Don't let the 'B' interactive spec default to buffers viewed inJim Blandy1-1/+1
1993-06-17Don't let the 'B' interactive spec default to buffers viewed inJim Blandy1-1/+1
1993-06-16* buffer.c (list_buffers_1): Return the desired point.Jim Blandy1-8/+13
1993-06-11(Fgenerate_new_buffer_name): GENTEMP is the value compare against IGNORE.Richard M. Stallman1-1/+1
1993-06-09Apply typo patches from Paul Eggert.Jim Blandy1-1/+1
1993-06-07(Fdelete_overlay): Do nothing if overlay already deleted.Richard M. Stallman1-8/+25
1993-06-04(syms_of_buffer): Set up Lisp var inhibit-read-only.Richard M. Stallman1-1/+15
1993-06-03(init_buffer): Init default-directory of minibuffer.Richard M. Stallman1-0/+4
1993-05-30(Fgenerate_new_buffer_name): Doc fix.Roland McGrath1-1/+1
1993-05-30(reset_buffer): Clear mark_active field here.Richard M. Stallman1-4/+4
1993-05-29(reset_buffer): Clear mark_active field here.Richard M. Stallman1-1/+1
1993-05-28(Fgenerate_new_buffer_name): New arg IGNORE.Richard M. Stallman1-5/+11
1993-05-28* buffer.c (Fmove_overlay): If the overlay is changing buffers,Jim Blandy1-20/+24
1993-05-24* buffer.c (Fmake_overlay): Put beg and end in theJim Blandy1-18/+26
1993-05-22Updated copyright years.Jim Blandy1-1/+1
1993-05-16(overlays_at): New arg EXTEND.Richard M. Stallman1-12/+39
1993-05-14* buffer.c (Fmove_overlay): If the overlay is in no buffer and theJim Blandy1-4/+8
1993-05-14* buffer.c (Foverlay_start, Foverlay_end, Foverlay_buffer,Jim Blandy1-0/+49
1993-05-14* lisp.h (Lisp_Overlay): New tag.Jim Blandy1-22/+50
1993-05-10Arrange to tell redisplay about changes in overlays.Jim Blandy1-1/+45
1993-05-04* buffer.c (syms_of_buffer): Doc fix for buffer-display-table.Jim Blandy1-7/+10
1993-04-25(Qmode-line-format): Describe %l in the doc string.Eric S. Raymond1-1/+1
1993-04-10* buffer.c (Fmake_overlay, Fmove_overlay): New optional BUFFERJim Blandy1-51/+84
1993-04-08(Fkill_all_local_variables): Store each var's current valueRichard M. Stallman1-0/+8
1993-04-07Include blockinput.h.Richard M. Stallman1-0/+1
1993-03-31Put interrupt input blocking in a separate file from xterm.h.Jim Blandy1-5/+7
1993-03-27(init_buffer_once, reset_buffer):Richard M. Stallman1-47/+447
1993-03-16Doc fix.Jim Blandy1-1/+1
1993-03-16* cmds.c (overwrite_binary_mode): Deleted; this implements theJim Blandy1-0/+4
1993-03-07(syms_of_buffer): Make erase-buffer a disabled command.Roland McGrath1-0/+4
1993-03-07(reset_buffer_local_variables): Reset mark_active.Richard M. Stallman1-1/+14
1993-03-06(check_protected_fields): Variable deleted.Richard M. Stallman1-12/+0
1993-03-02* buffer.c (buffer-undo-list): Doc fix.Jim Blandy1-2/+6
1993-02-24(Ferase_buffer): Added interactive spec.Roland McGrath1-3/+4