| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fbuffer_disable_undo): Make arg optional. | Richard M. Stallman | 1993-12-23 | 1 | -2/+3 |
* | (Frename_buffer): When the current buffer is already named NAME, don't | Roland McGrath | 1993-11-20 | 1 | -1/+5 |
* | Undo last change. SPC feeping at you is too annoying. | Roland McGrath | 1993-11-20 | 1 | -1/+1 |
* | (Frename_buffer): Change s to B in interactive spec to give buffer-name | Roland McGrath | 1993-11-20 | 1 | -1/+1 |
* | (Flist_buffers): Always return a value. | Richard M. Stallman | 1993-11-19 | 1 | -3/+4 |
* | (Foverlay_put): Don't call redisplay_region if overlay has no buffer. | Richard M. Stallman | 1993-11-16 | 1 | -3/+5 |
* | (Ferase_buffer): Doc fix. | Richard M. Stallman | 1993-11-09 | 1 | -1/+1 |
* | (Fdelete_overlay, Foverlay_put): Use marker_position, | Richard M. Stallman | 1993-10-14 | 1 | -4/+4 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (verify_overlay_modification): initialize endpos. | Richard M. Stallman | 1993-08-11 | 1 | -0/+1 |
* | (Fmove_overlay): Avoid initializer for Lisp_Object vars. | Richard M. Stallman | 1993-08-02 | 1 | -4/+6 |
* | (syms_of_buffer): Lisp var doc fixes. | Richard M. Stallman | 1993-07-22 | 1 | -0/+10 |
* | (Qmodification_hooks, Qinsert_in_front_hooks) | Richard M. Stallman | 1993-07-21 | 1 | -0/+10 |
* | (Fbuffer_local_variables): For local var that is unbound, | Richard M. Stallman | 1993-07-15 | 1 | -13/+26 |
* | (verify_overlay_modification): New function. | Richard M. Stallman | 1993-07-13 | 1 | -0/+95 |
* | * buffer.c (list_buffers_1): Make desired_point a lisp object; set | Jim Blandy | 1993-06-22 | 1 | -9/+12 |
* | Don't let the 'B' interactive spec default to buffers viewed in | Jim Blandy | 1993-06-17 | 1 | -1/+1 |
* | Don't let the 'B' interactive spec default to buffers viewed in | Jim Blandy | 1993-06-17 | 1 | -1/+1 |
* | * buffer.c (list_buffers_1): Return the desired point. | Jim Blandy | 1993-06-16 | 1 | -8/+13 |
* | (Fgenerate_new_buffer_name): GENTEMP is the value compare against IGNORE. | Richard M. Stallman | 1993-06-11 | 1 | -1/+1 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
* | (Fdelete_overlay): Do nothing if overlay already deleted. | Richard M. Stallman | 1993-06-07 | 1 | -8/+25 |
* | (syms_of_buffer): Set up Lisp var inhibit-read-only. | Richard M. Stallman | 1993-06-04 | 1 | -1/+15 |
* | (init_buffer): Init default-directory of minibuffer. | Richard M. Stallman | 1993-06-03 | 1 | -0/+4 |
* | (Fgenerate_new_buffer_name): Doc fix. | Roland McGrath | 1993-05-30 | 1 | -1/+1 |
* | (reset_buffer): Clear mark_active field here. | Richard M. Stallman | 1993-05-30 | 1 | -4/+4 |
* | (reset_buffer): Clear mark_active field here. | Richard M. Stallman | 1993-05-29 | 1 | -1/+1 |
* | (Fgenerate_new_buffer_name): New arg IGNORE. | Richard M. Stallman | 1993-05-28 | 1 | -5/+11 |
* | * buffer.c (Fmove_overlay): If the overlay is changing buffers, | Jim Blandy | 1993-05-28 | 1 | -20/+24 |
* | * buffer.c (Fmake_overlay): Put beg and end in the | Jim Blandy | 1993-05-24 | 1 | -18/+26 |
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
* | (overlays_at): New arg EXTEND. | Richard M. Stallman | 1993-05-16 | 1 | -12/+39 |
* | * buffer.c (Fmove_overlay): If the overlay is in no buffer and the | Jim Blandy | 1993-05-14 | 1 | -4/+8 |
* | * buffer.c (Foverlay_start, Foverlay_end, Foverlay_buffer, | Jim Blandy | 1993-05-14 | 1 | -0/+49 |
* | * lisp.h (Lisp_Overlay): New tag. | Jim Blandy | 1993-05-14 | 1 | -22/+50 |
* | Arrange to tell redisplay about changes in overlays. | Jim Blandy | 1993-05-10 | 1 | -1/+45 |
* | * buffer.c (syms_of_buffer): Doc fix for buffer-display-table. | Jim Blandy | 1993-05-04 | 1 | -7/+10 |
* | (Qmode-line-format): Describe %l in the doc string. | Eric S. Raymond | 1993-04-25 | 1 | -1/+1 |
* | * buffer.c (Fmake_overlay, Fmove_overlay): New optional BUFFER | Jim Blandy | 1993-04-10 | 1 | -51/+84 |
* | (Fkill_all_local_variables): Store each var's current value | Richard M. Stallman | 1993-04-08 | 1 | -0/+8 |
* | Include blockinput.h. | Richard M. Stallman | 1993-04-07 | 1 | -0/+1 |
* | Put interrupt input blocking in a separate file from xterm.h. | Jim Blandy | 1993-03-31 | 1 | -5/+7 |
* | (init_buffer_once, reset_buffer): | Richard M. Stallman | 1993-03-27 | 1 | -47/+447 |
* | Doc fix. | Jim Blandy | 1993-03-16 | 1 | -1/+1 |
* | * cmds.c (overwrite_binary_mode): Deleted; this implements the | Jim Blandy | 1993-03-16 | 1 | -0/+4 |
* | (syms_of_buffer): Make erase-buffer a disabled command. | Roland McGrath | 1993-03-07 | 1 | -0/+4 |
* | (reset_buffer_local_variables): Reset mark_active. | Richard M. Stallman | 1993-03-07 | 1 | -1/+14 |
* | (check_protected_fields): Variable deleted. | Richard M. Stallman | 1993-03-06 | 1 | -12/+0 |
* | * buffer.c (buffer-undo-list): Doc fix. | Jim Blandy | 1993-03-02 | 1 | -2/+6 |
* | (Ferase_buffer): Added interactive spec. | Roland McGrath | 1993-02-24 | 1 | -3/+4 |